Jackie
Jackie

Reputation: 23597

EAR File: Where does the jaxb.properties file go

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

Answers (1)

Aravind Yarram
Aravind Yarram

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

Related Questions