You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Christian Gross (JIRA)" <ax...@ws.apache.org> on 2005/07/12 16:19:43 UTC

[jira] Created: (AXIS-2112) Problem with Method Implementation of generated Amazon WSDL's

Problem with Method Implementation of generated Amazon WSDL's
-------------------------------------------------------------

         Key: AXIS-2112
         URL: http://issues.apache.org/jira/browse/AXIS-2112
     Project: Apache Axis
        Type: Bug
    Versions: 1.2    
 Environment: OSX 10.4 Axis 1.2 Java 1.4.2
    Reporter: Christian Gross
    Priority: Blocker


The newest WSDL from Amazon causes the dreaded method exceeds 65K exception.  Specifically the problem is the ItemAttributes class that has as constructor about 200 parameters.  Additionally the hashcode implementation is excessively large.

On .NET the solution has been to explicitly not generated any method code, and only generate data member classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXIS-2112) Problem with Method Implementation of generated Amazon WSDL's

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2112?page=all ]

Davanum Srinivas reassigned AXIS-2112:
--------------------------------------

    Assign To: Venkat Reddy

> Problem with Method Implementation of generated Amazon WSDL's
> -------------------------------------------------------------
>
>          Key: AXIS-2112
>          URL: http://issues.apache.org/jira/browse/AXIS-2112
>      Project: Apache Axis
>         Type: Bug
>     Versions: 1.2
>  Environment: OSX 10.4 Axis 1.2 Java 1.4.2
>     Reporter: Christian Gross
>     Assignee: Venkat Reddy
>     Priority: Blocker

>
> The newest WSDL from Amazon causes the dreaded method exceeds 65K exception.  Specifically the problem is the ItemAttributes class that has as constructor about 200 parameters.  Additionally the hashcode implementation is excessively large.
> On .NET the solution has been to explicitly not generated any method code, and only generate data member classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS-2112) Problem with Method Implementation of generated Amazon WSDL's

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2112?page=all ]

Davanum Srinivas updated AXIS-2112:
-----------------------------------

    Priority: Critical  (was: Blocker)

Can't recreate the problem...could you please upload a code snippet that can be used to recreate the problem? downgrading the bug from blocker to critical for now.

> Problem with Method Implementation of generated Amazon WSDL's
> -------------------------------------------------------------
>
>          Key: AXIS-2112
>          URL: http://issues.apache.org/jira/browse/AXIS-2112
>      Project: Apache Axis
>         Type: Bug
>     Versions: 1.2
>  Environment: OSX 10.4 Axis 1.2 Java 1.4.2
>     Reporter: Christian Gross
>     Assignee: Venkat Reddy
>     Priority: Critical

>
> The newest WSDL from Amazon causes the dreaded method exceeds 65K exception.  Specifically the problem is the ItemAttributes class that has as constructor about 200 parameters.  Additionally the hashcode implementation is excessively large.
> On .NET the solution has been to explicitly not generated any method code, and only generate data member classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-2112) Problem with Method Implementation of generated Amazon WSDL's

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2112?page=comments#action_12317277 ] 

Davanum Srinivas commented on AXIS-2112:
----------------------------------------

Christian,

can you please add the URL to the wsdl in the comments section of the bug.

thanks,
dims

> Problem with Method Implementation of generated Amazon WSDL's
> -------------------------------------------------------------
>
>          Key: AXIS-2112
>          URL: http://issues.apache.org/jira/browse/AXIS-2112
>      Project: Apache Axis
>         Type: Bug
>     Versions: 1.2
>  Environment: OSX 10.4 Axis 1.2 Java 1.4.2
>     Reporter: Christian Gross
>     Assignee: Venkat Reddy
>     Priority: Blocker

>
> The newest WSDL from Amazon causes the dreaded method exceeds 65K exception.  Specifically the problem is the ItemAttributes class that has as constructor about 200 parameters.  Additionally the hashcode implementation is excessively large.
> On .NET the solution has been to explicitly not generated any method code, and only generate data member classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-2112) Problem with Method Implementation of generated Amazon WSDL's

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2112?page=comments#action_12317388 ] 

Davanum Srinivas commented on AXIS-2112:
----------------------------------------

See http://issues.apache.org/jira/browse/AXIS-2107#action_12315606 for additional info.

> Problem with Method Implementation of generated Amazon WSDL's
> -------------------------------------------------------------
>
>          Key: AXIS-2112
>          URL: http://issues.apache.org/jira/browse/AXIS-2112
>      Project: Apache Axis
>         Type: Bug
>     Versions: 1.2
>  Environment: OSX 10.4 Axis 1.2 Java 1.4.2
>     Reporter: Christian Gross
>     Assignee: Venkat Reddy
>     Priority: Blocker

>
> The newest WSDL from Amazon causes the dreaded method exceeds 65K exception.  Specifically the problem is the ItemAttributes class that has as constructor about 200 parameters.  Additionally the hashcode implementation is excessively large.
> On .NET the solution has been to explicitly not generated any method code, and only generate data member classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira