After some experimenting, we found the startup time was greatly reduced by switching to XML Beans 2.0. Many thanks to the XML Beans development team for all your hard work!
-----Original Message----- From: Steve Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 12:06 PM To: [email protected] Subject: Application startup performance One of our applications using XMLBeans 1.0.3 is pausing during startup for 60-90 seconds. The thread dump shows it mostly seems to be stuck in: at org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.resolve(SchemaTypeS ystemImpl.java:2900) at schema.system.s3AA943C93EDDB1666BD35E9214C8CD9A.TypeSystemHolder.<clinit >(Unknown Source The jar file generated by scomp is over 9MB. We tried un-jarring the class files, but there is still a long delay. What can be done to improve startup time? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

