In <[email protected]> David Blevins wrote:
> # JAXB Accessors > > One of the biggest polluters of the class space is JAXB as it generates > accessors for all the fields. First thought is, gee, I wonder if we can do > that at build time and keep the class definitions. If there's some way we > could write down those classes, it could save us a lot of trouble at > runtime. I'm sure I misunderstand you. Are you saying that openejb is generating class-files from jaxb schemas in runtime? If that's the case, you can use jaxb2-maven-plugin to generate classes at build time instead. Which openejb module are you talking about? Is there a xsd? http://mojo.codehaus.org/jaxb2-maven-plugin/ -- Fredrik Jonson
