Hi group,
I have just downloaded the latest JAXB release: JAXB-20060426.jar.
Environment:
Sun Java System Application Server-PE (bundled with Netbeans)
JAXB 2.0 (xjc source switch="2.0")
stateless session EJB deployed with JAXB-compiled classes
jaxb1-impl.jar NOT deployed or on classpath
JAXBContext.newInstance called with "packageName",this.getClass
().getClassLoader()
I get "unable to find jaxb.properties for package ... " when trying
to instantiate a JAXBContext. Needless to say, no such properties
file is generated. I cannot determine why this is happening. Any help
appreciated.
Thanks
Dan