On Jul 3, 2007, at 10:13 AM, Karan Malhi wrote:
Still have to clear up the sun xsd issue as mentioned earlier.
I deleted the xsd files from openejb-jee scheme directory and rebuilt,
it worked fine. I also looked into the JaxbJavaee and we are using a
non-validating SAXParser in there. Also looks like all the java
objects for the xsd files are generated, is there any other xsd for
which we still need java objects. Wouldnt simply deleting these files
fix the issue? Is there a place where we are dynamically generating
this tree of java objects and using them?
We can definitely delete the xsds and let that be that. I'm not sure
running offline works as it seems some bit of parsing code is still
trying to get the schemas from the internet. I haven't tried yet but
the way to test would be to unplug your network cable then boot the
server with an app in it.
-David