RE: Encoded string too long

2009-09-17 Thread Hildegunde Weinzierl
Hi, can anybody help me to solve this problem? Because I need the solution urgently. Is there an error in scomp or did I make a mistake? Thanks! Best regards Hildegunde _ ESG El

Encoded string too long

2009-09-04 Thread Hildegunde Weinzierl
Hi, when compiling an xsd using xmlbeans-2.4.0 with the following command scomp -mx 1024M -out messages.jar messages.xsd I get this exception: Exception in thread "main" org.apache.xmlbeans.SchemaTypeLoaderException: encoded string too long: 6

Re: Patches or workarounds for XMLBEANS-235 scomp fails with error "encoded string too long"?

2009-02-06 Thread John Avery
ve hit the problem described in http://issues.apache.org/jira/browse/XMLBEANS-235 (scomp fails with error "encoded string too long"). In our case, group elements that contain many annotations and/or appinfos exceed the 64K string length limit of the .xsb files. Does anyone know of

Re: Patches or workarounds for XMLBEANS-235 scomp fails with error "encoded string too long"?

2009-02-06 Thread Radu Preotiuc
he.org/jira/browse/XMLBEANS-235 (scomp fails with > error "encoded string too long"). In our case, group elements that > contain many annotations and/or appinfos exceed the 64K string length > limit of the .xsb files. > > Does anyone know of patches to scomp or workarounds

Patches or workarounds for XMLBEANS-235 scomp fails with error "encoded string too long"?

2009-02-06 Thread John Avery
We have hit the problem described in http://issues.apache.org/jira/browse/XMLBEANS-235 (scomp fails with error "encoded string too long"). In our case, group elements that contain many annotations and/or appinfos exceed the 64K string length limit of the .xsb files. Does anyone know