dev@jaxb.java.net

instance jaxbcontext

From: Baohong Wu <Baohong.Wu_at_rcmp-grc.gc.ca>
Date: Tue, 31 Mar 2015 08:43:14 -0400

I am using WebLogic 1212 with java 7

in servlet init(), I call to instance jaxbcontext via singleton, it took 1 hour to finish. My jaxb class contains 680 class files.

but, if I put call in a standalone java main, it comes out result right away.

any help are appreciated.