[
https://issues.apache.org/jira/browse/AXIS-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davanum Srinivas updated AXIS-1259:
-----------------------------------
Assignee: (was: Davanum Srinivas)
> local xsd:group constructs are not processed properly
> -----------------------------------------------------
>
> Key: AXIS-1259
> URL: https://issues.apache.org/jira/browse/AXIS-1259
> Project: Axis
> Issue Type: Bug
> Components: WSDL processing
> Affects Versions: current (nightly)
> Environment: Gentoo Linux, Blackdown JDK 1.4.1
> Reporter: Dominic Battre
> Fix For: current (nightly)
>
> Attachments: patch.diff, test.wsdl, test.wsdl
>
>
> The fix for http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26548 seems to
> create some problems concerning xsd:groups.
> At least WSDL2Java (cvs as of Feb 5 2004) processes the following code
> without complains whilst WSDL2Java (cvs as of Feb 6 2004) produces this
> exception:
> java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true
> --verbose test.wsdl
> Parsing XML file: test.wsdl
> java.io.IOException: Type
> {http://www.w3.org/2001/XMLSchema}simpleRestrictionModel is referenced but
> not defined.
> at
> org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTable.java:670)
> at
> org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:550)
> at
> org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:524)
> at
> org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:501)
> at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:374)
> at java.lang.Thread.run(Thread.java:536)
> The wsdl code creating the problem is
> <xsd:complexType name="foobartype">
> <xsd:sequence>
> <xsd:group ref="xsd:simpleRestrictionModel" minOccurs="0"/>
> </xsd:sequence>
> </xsd:complexType>
> I will attach the whole wsdl file and the patch that was applied on Feb 6
> 2004.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]