Reputation: 23597
If I have a EAR file as follows...
EAR
EJB
JAR
WAR
Where would I put the jaxb.properties file ./? ./JAR/? Somewhere else?
Upvotes: 1
Views: 671
Reputation: 80194
The jaxb.properties
should be in the same package as one of the classes used to bootstrap the JAXBContext. Read this blog for more details
Upvotes: 3