1. JAXB 2.0 |
Q: | Which version of J2SE does JAXB 2.0 require? |
A: | Java SE 6 or higher. |
Q: | Can I run my existing JAXB 1.0.x applications on the
JAXB 2.0 runtime? |
A: | This is no longer supported. However, you should be able to deploy
http://search.maven.org/remotecontent?filepath=com/sun/xml/bind/jaxb1-impl/2.2.5-1/jaxb1-impl-2.2.5-1.jar with your
- with your application application. |
Q: | What if I want to port my JAXB 1.0.x application to JAXB 2.0? |
A: | You need to recompile your schema with the newer
+ with your application. |
Q: | What if I want to port my JAXB 1.0.x application to JAXB 2.0? |
A: | You need to recompile your schema with the newer
JAXB 2.0 xjc and modify your application code to work with
the new bindings. |
Q: | Are the JAXB runtime API's thread safe? |
A: | The JAXB Specification currently does not address
the thread safety of any of the runtime classes. In the
@@ -111,4 +111,4 @@
Implementation-Vendor-Id: com.sun
Extension-Name: com.sun.xml.bind
Build-Id: 02/09/2012 01:42PM (hudson)
-Class-Path: jaxb-api.jar |