Just to complete the picture:
There is a default API to create JAXBContext's now:
| JAXBContextFactory.newInstance().createContext()
|
The default factory implementation is the one that works with BindingCustomizations:
| CustomizableJAXBContextFactory.java
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058788#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...