Hello, everybody, we are using sun's JAXB extension <jaxb:class implClass="com.company.project.ClassName" to force the ObjectFactory of the sun's JAXB implementation to create instances of _our_ classes during unmarshalling process (as described here http://java.sun.com/webservices/jaxb/extendingJaxbGeneratedClasses.html).
We are thinking about the possibility to convert to JaxMe, since it is small and much faster. The biggest problem: JaxMe seems to understand the implClass totally different compared to SUN's JAXB. It just places the generated implementation classes, using the value in the implClass attribute (and replaces our classes). My question: Is this the expected behavior of JaxMe (or I'm doing something wrong)? Best Regards MM --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
