users@jaxb.java.net

Unable to load jaxb.properties Error

From: Mahfudh Junaryanto <mahfudh_at_MAIL.COM>
Date: Tue, 05 Nov 2002 18:12:56 -0700

Hi,

My program always encounters "Unable to load jaxb properties" error when trying to get jaxb context :
jc = JAXBContext.newInstance("ctx-path");

This happens ONLY when I package the jaxb-generated classes into a jar file, and consume the jar file from another project.

Thank you for your advices.


Mahfudh Junaryanto