]
Thomas Diesler updated JBWS-1259:
---------------------------------
Fix Version/s: (was: jbossws-1.0.5)
jbossws-1.2.0
(was: jbossws-1.2.0.CR1)
stack-overflow when creating client for amazon webservices
----------------------------------------------------------
Key: JBWS-1259
URL:
http://jira.jboss.com/jira/browse/JBWS-1259
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: wstools
Affects Versions: jbossws-1.0.3
Reporter: Ole Matzura
Fix For: jbossws-1.2.0
When trying to create client artifacts with wstools for
http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl, the following
recursion error occurs:
Exception in thread "main" java.lang.StackOverflowError
at org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils.getPrefix(WSSchemaUtils.java:757)
at org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils.write(WSSchemaUtils.java:331)
at
org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils.appendComplexTypeDefinition(WSSchemaUtils.java:646)
at org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils.write(WSSchemaUtils.java:535)
at org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils.write(WSSchemaUtils.java:368)
at
org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils.appendComplexTypeDefinition(WSSchemaUtils.java:646)
at org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils.write(WSSchemaUtils.java:535)
etc..
my java-wsdl config is
<configuration
xmlns="http://www.jboss.org/jbossws-tools">
<global>
<package-namespace
namespace="http://webservices.amazon.com/AWSECommerceService/2006-09...
package="amazon"/>
</global>
<wsdl-java
file="http://webservices.amazon.com/AWSECommerceService/AWSECommerce...
unwrap="false">
<mapping file="Amazon-mapping.xml"/>
</wsdl-java>
</configuration>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: