Hi,
For anyone interested, this problem is due to the fact that Sun Java
System App Server 8.0+ has JAXB 1.0.x factory-installed. These
classes will override anything deployed with your app.
See
https://jaxb.dev.java.net/faq/sjsasjaxb.html for workarounds.
Dan
On May 11, 2006, at 12:01 PM, Dan Stieglitz wrote:
> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net