HELP got 'the code of method is exceeding 65535 limit in jaxb  
Author Message
Elhanan





PostPosted: 2006-5-26 3:58:00 Top

java-programmer, HELP got 'the code of method is exceeding 65535 limit in jaxb i have 50 elements like this:


<xsd:element name="Refer" substitutionGroup="ResultBaseSub" >
<xsd:complexType >
<xsd:complexContent>
<xsd:extension base="ResultBase">
<xsd:attribute name="Text" type="DbRef" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>

i can divide them to smaller substituion groups, but will it help?