[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-06-08 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_12313058 ] Davanum Srinivas commented on AXIS-2026: If you run the following: ant "ant -Dtest.functional.fail=false" clean all-tests the tests will continue even after runtime fai

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-06-08 Thread Hans (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_12313054 ] Hans commented on AXIS-2026: Sorry about this - I will have another look... I'd like to run all test, but unfortunately a few tests are already failing on a clean build...! For ex

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-06-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_12312976 ] Davanum Srinivas commented on AXIS-2026: Hans, Can i persuade you to run "ant clean all-tests" from ws-axis/java directory? there are more failures with latest patch.

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-06-06 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_12312808 ] Davanum Srinivas commented on AXIS-2026: Hans, this breaks the test\wsdl\interop4 test...please take a look at the test/wsdl/interop4/groupi/round4XSD.wsdl. Here's an

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-06-01 Thread Hans (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_66770 ] Hans commented on AXIS-2026: attached patch > wsdl2java does not generate array of wrappers for soapenc array nillable > elements > -

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-06-01 Thread Hans (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_66728 ] Hans commented on AXIS-2026: Tom, thanx for the test case. The test runs successfully. I will submit the change in TypeTestCase.java with the fix. > wsdl2java does not generate a

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-05-31 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_1 ] Tom Jordahl commented on AXIS-2026: --- I checked in a test case for this bug in test/wsdl/arrays. Check the Structure TypeTestCase.java file and change the fld2 from int[] t

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-05-31 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_66625 ] Davanum Srinivas commented on AXIS-2026: deleted. > wsdl2java does not generate array of wrappers for soapenc array nillable > elements > ---

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-05-31 Thread Hans (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_66619 ] Hans commented on AXIS-2026: I was just updating the arrays testcase and realized I forgot about the JavaStubWriter... So I need to put some more work in that patch. When I'm don

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-05-31 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_66614 ] Davanum Srinivas commented on AXIS-2026: Hans, could you please run "cvs -q diff -u" from ws-axis/java directory and upload the generated diff (in a zip file?) than

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-05-31 Thread Hans (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_66602 ] Hans commented on AXIS-2026: Jayachandra, you probably mean the fix for http://issues.apache.org/jira/browse/AXIS-2020 ? That fixes the problem for constructs like but not for

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-05-31 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_66599 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2026: --- Try the latest build... I remember Dims fixing this just a day ago. Thanks Jayachandra > wsdl2