netbeans « jaxb « Java Enterprise Q&A





1. JAX-B customization using binding file, refresh problem    forums.netbeans.org

Hi, I'm using 6.5.1 and when I use a binding file the classes are generated fine. If I change the .xjb file and right click the JAXB binding and do a ...

2. JAXB binding from NB 6.7 - 6.8 m1 jdk1.6.0_16    forums.netbeans.org

RIMartin7 Joined: 21 Aug 2009 Posts: 4 Posted: Sat Aug 22, 2009 12:05 am Post subject: JAXB binding from NB 6.7 - 6.8 m1 jdk1.6.0_16 Working with jdk1.6.0_16, ...

3. JAXB schemagen command in Netbeans    forums.netbeans.org

Greetings. I've been looking for the functionality of how to generate a schema from a class using Netbeans (JAXB). Is this posible? or will I need to use the schemagen command ...

4. Netbeans and JAXB    forums.netbeans.org

ncpurcell Joined: 27 May 2010 Posts: 1 Posted: Thu May 27, 2010 10:26 pm Post subject: Netbeans and JAXB Hello - I have a Java GUI that consists ...

5. JAXB No-Arg Constructor Generation    forums.netbeans.org

Hi everyone, We have code generation based on wsdl & xsd documents. Deploying on SJSAS 9.1 would work no problem, but whenever I try to deploy to glassfish v3 and then ...

6. Request: Jaxb for multiple objects help    forums.netbeans.org

7. Problem with using JAXB in NetBeans: classes generated by JAXB not recognised in the context, please help    forums.netbeans.org

What I'm trying to do is to have servlets handling XML files. So I've created a web application project in NetBeans. I then added the JAXB bindings by specifying the XSD files stored locally on my PC. The binding seems to be fine, and I can see the generated classes. There are five bindings, all with different names, and they all ...

8. NB 6.5, EclipseLink, PersistenceException, and JAXB 2.1    forums.netbeans.org

After a several month break, I've returned to a web application previously developed in NB 6.1 (originally in NB 5.5, or maybe even earlier). When opened in NB 6.5 I notice that the Persistence Library has changed from TopLink to EclipseLink. That's fine since I believe that the latter is a superset of the former. Worse, when I deploy the app ...

9. JAXB inconsistent behavior in NetBeans    forums.netbeans.org

bramirez1@hotmail.com Joined: 09 Feb 2009 Posts: 1 Posted: Mon Feb 09, 2009 3:09 pm Post subject: JAXB inconsistent behavior in NetBeans I created a XML schema that I use to generate Java classes and the appropriate XML input data file. For some unkbown reason, the application does not always work after it's deploy due to JAXB errors. What ...