You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Mike Skells <mi...@ebizz-consulting.com> on 2005/09/01 10:52:28 UTC

Stack trace when using scomp

Hi ,
I get the following stack trace when using scomp, version 2.0.0-r191560
Is this a known bug?
Is there a workaround?
Application generate a large number of xsb files (exactly 1000), but not the
one that it is looking for!
Is there some limit as to the number of xsb files that can be generated?
1000 seems a very suspicious number to fail at!
 
Mike
 
Exception in thread "main" org.apache.xmlbeans.SchemaTypeLoaderException:
c:\projects\xmlbeansgenerated\classes\schemaorg_apache_xmlbeans\javaname\com
\ebizzConsulting\resources\schemas\java\comEbzcUtilsEnvironmentTransactionTr
ansactionFactory\StandardTransactionConfigurationType\Connections\RealConnec
tion\ConnectionProvider\Custom.xsb (The system cannot find the path
specified)
(schemaorg_apache_xmlbeans.system.sB257CA9B088397728E73131D0CF8D274.schemaor
g_apache_xmlbeans/javaname/com/ebizzConsulting/resources/schemas/java/comEbz
cUtilsEnvironmentTransactionTransactionFactory/StandardTransactionConfigurat
ionType/Connections/RealConnection/ConnectionProvider/Custom) - code 9
        at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader.getSaverStrea
m(SchemaTypeSystemImpl.java:2213)
        at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader.writeRealHead
er(SchemaTypeSystemImpl.java:1588)
        at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.savePointerFile(SchemaT
ypeSystemImpl.java:372)
        at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.savePointersForClassnam
es(SchemaTypeSystemImpl.java:355)
        at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.savePointers(SchemaType
SystemImpl.java:336)
        at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.save(SchemaTypeSystemIm
pl.java:1304)
        at
org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:109
3)
        at
org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java:367)