[Axis2] Fwd: binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Ajith Ranabahu
Forwarding with the Axis2 prefix. I nearly missed it :) BTW I guess these changes are done by Dims and Thilina for MTOM compatibility so I guess they are the best people to test what went wrong here :) On 9/6/06, Chuck Williams [EMAIL PROTECTED] wrote: Hi Dims and Ajith, I believe you guys

Re: binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Davanum Srinivas
As of this morning, build is not broken. Please get a fresh nightly and try again. there was a backward compat flag problem which i fixed yesterday. -- dims On 9/6/06, Chuck Williams [EMAIL PROTECTED] wrote: Hi Dims and Ajith, I believe you guys added revisions 434331 and 436663 as part of a

Re: [Axis2] *PLEASE* discuss before committing (Re: svn commit: r439555 - in /webservices/axis2/trunk/java/modules: kernel/src/org/apache/axis2/ kernel/src/org/apache/axis2/deployment/util/ kernel/src

2006-09-07 Thread robert lazarski
Hi all, I think I now get what Saminda is trying to do. He's trying to improve the spring support and that may help in other frameworks as well. That's pretty cool. Its then a matter of implementation. See my comments inline. On 9/6/06, Saminda Abeyruwan [EMAIL PROTECTED] wrote: Hi Deepal,

Re: [Axis2] *PLEASE* discuss before committing (Re: svn commit: r439555 - in /webservices/axis2/trunk/java/modules: kernel/src/org/apache/axis2/ kernel/src/org/apache/axis2/deployment/util/ kernel/src

2006-09-07 Thread robert lazarski
Hot deployment most certainly can happen via Service.startUp() , with the axis2-spring*.jar and the springframeworks jar inside the aar . That way there is complete isolation between aar's , and hot deployment does happen the right way. I responded to a users question a couple weeks ago about

[jira] Created: (AXIS2-1117) wsdl2java generates invalid wsdl

2006-09-07 Thread Todd Doolittle (JIRA)
wsdl2java generates invalid wsdl Key: AXIS2-1117 URL: http://issues.apache.org/jira/browse/AXIS2-1117 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: Tools Environment: Java

[jira] Updated: (AXIS2-814) unwrapping support in codegen

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-814?page=all ] Davanum Srinivas updated AXIS2-814: --- Attachment: unwrap.wsdl wsdl i used for testing. unwrapping support in codegen - Key: AXIS2-814

[jira] Commented: (AXIS2-814) unwrapping support in codegen

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-814?page=comments#action_12433108 ] Davanum Srinivas commented on AXIS2-814: command used: java org.apache.axis2.wsdl.WSDL2Java -u -uri unwrap.wsdl -uw unwrapping support in codegen

[jira] Created: (AXIS2-1118) Off by one error in SOAP 1.2 action processing

2006-09-07 Thread Matt Lovett (JIRA)
Off by one error in SOAP 1.2 action processing -- Key: AXIS2-1118 URL: http://issues.apache.org/jira/browse/AXIS2-1118 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components:

[jira] Created: (AXIS2-1119) Dispatcher support for ServiceMode=MESSAGE annotation

2006-09-07 Thread Jeff Barrett (JIRA)
Dispatcher support for ServiceMode=MESSAGE annotation - Key: AXIS2-1119 URL: http://issues.apache.org/jira/browse/AXIS2-1119 Project: Apache Axis 2.0 (Axis2) Issue Type: New Feature

[jira] Commented: (AXIS2-814) unwrapping support in codegen

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-814?page=comments#action_12433111 ] Davanum Srinivas commented on AXIS2-814: Problem #1: Generated code does not compile. [javac] C:\junk\src\test\unwrap\UnwrappedServiceStub.java:13:

[jira] Updated: (AXIS2-1119) Dispatcher support for ServiceMode=MESSAGE annotation

2006-09-07 Thread Bill Nagy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1119?page=all ] Bill Nagy updated AXIS2-1119: - Component/s: jaxws Dispatcher support for ServiceMode=MESSAGE annotation - Key: AXIS2-1119

[jira] Resolved: (AXIS2-1118) Off by one error in SOAP 1.2 action processing

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1118?page=all ] Davanum Srinivas resolved AXIS2-1118. - Resolution: Fixed Fixed. Thanks Matt. -- dims Off by one error in SOAP 1.2 action processing --

maxOccurs Interop Problem

2006-09-07 Thread Amol Ambekar
am using axis 1.4 I have a complex type element called ArrayOfString WSDL Snippet xsd:complexType name=ArrayOfString xsd:sequence xsd:element name=string minOccurs=0 maxOccurs=unbounded type=xsd:string/ /xsd:sequence /xsd:complexType The client is C++ When the

[jira] Created: (AXIS2-1120) Phases concept is too confusing - please change for v1.1

2006-09-07 Thread Thilo Frotscher (JIRA)
Phases concept is too confusing - please change for v1.1 Key: AXIS2-1120 URL: http://issues.apache.org/jira/browse/AXIS2-1120 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvement

[jira] Commented: (AXIS2-1120) Phases concept is too confusing - please change for v1.1

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1120?page=comments#action_12433125 ] Davanum Srinivas commented on AXIS2-1120: - -1 to change behavior. Yes, if we can add more documentation, that's ok. But definitely don't want to remove

[jira] Commented: (AXIS2-814) unwrapping support in codegen

2006-09-07 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-814?page=comments#action_12433128 ] Ajith Harshana Ranabahu commented on AXIS2-814: --- Originally when unwrapping is being done my focus was in the input. The change for the output can

Re: maxOccurs Interop Problem

2006-09-07 Thread Anne Thomas Manes
This is a bug in Axis -- please file a bug report in JIRA. On 9/7/06, Amol Ambekar [EMAIL PROTECTED] wrote: am using axis 1.4 I have a complex type element called ArrayOfString WSDL Snippet xsd:complexType name=ArrayOfString xsd:sequence

[jira] Closed: (AXIS2-1097) Add metadata support for WebServiceProvider and related annotations on provider-based service implementation class

2006-09-07 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1097?page=all ] Nick Gallardo closed AXIS2-1097. Resolution: Fixed Add metadata support for WebServiceProvider and related annotations on provider-based service implementation class

[jira] Closed: (AXIS2-1098) JAXWSTest not running ProxyNonWrappedTests

2006-09-07 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1098?page=all ] Nick Gallardo closed AXIS2-1098. Resolution: Fixed JAXWSTest not running ProxyNonWrappedTests -- Key: AXIS2-1098

[jira] Closed: (AXIS2-1099) Asyc Feature for JAXWS proxy Doc/Lit non Wrap.

2006-09-07 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1099?page=all ] Nick Gallardo closed AXIS2-1099. Resolution: Fixed Asyc Feature for JAXWS proxy Doc/Lit non Wrap. -- Key: AXIS2-1099

[jira] Closed: (AXIS2-1115) Error while creating multiple instance of same service on same thread.

2006-09-07 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1115?page=all ] Nick Gallardo closed AXIS2-1115. Resolution: Fixed Error while creating multiple instance of same service on same thread.

[jira] Commented: (AXIS2-1116) WSDL2Java with Xmlbeans binding is not generating classes for all schema

2006-09-07 Thread Brennan Spies (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1116?page=comments#action_12433158 ] Brennan Spies commented on AXIS2-1116: -- Downloaded nightly build (2006-09-07), and it looks like all of the issues except #2 have been fixed. WSDL2Java

[jira] Updated: (AXIS2-1116) WSDL2Java with Xmlbeans binding is not generating classes for all schema

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1116?page=all ] Davanum Srinivas updated AXIS2-1116: Priority: Blocker (was: Major) WSDL2Java with Xmlbeans binding is not generating classes for all schema

Re: [Axis2] binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Chuck Williams
Thanks Dims. I'm trying a build now. It takes a long time from here due to all the maven library access delays (I already tried offline, which failed hopefully only because a new library is requried). The problems I've noted with the template remain. In the unordered case the code inserts

[jira] Commented: (AXIS2-814) unwrapping support in codegen

2006-09-07 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-814?page=comments#action_12433182 ] Eran Chinthaka commented on AXIS2-814: -- About problem #1. I just code-gen'ed for the Unwrap wsdl, implemented the skeleton, created and deployed the aar and

[jira] Closed: (AXIS2-1114) Adding support to handle NULL object in Proxy

2006-09-07 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1114?page=all ] Nick Gallardo closed AXIS2-1114. Resolution: Fixed Adding support to handle NULL object in Proxy - Key: AXIS2-1114

[jira] Commented: (AXIS2-1120) Phases concept is too confusing - please change for v1.1

2006-09-07 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1120?page=comments#action_12433189 ] Eran Chinthaka commented on AXIS2-1120: --- You might wanna read this : http://www.developer.com/java/web/article.php/3529321 Phases concept is too confusing

[jira] Commented: (AXIS2-1120) Phases concept is too confusing - please change for v1.1

2006-09-07 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1120?page=comments#action_12433187 ] Eran Chinthaka commented on AXIS2-1120: --- -1 for the initial proposal from me too. if something is confusing, I hope the first solution is not to remove it,

[jira] Commented: (AXIS2-814) unwrapping support in codegen

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-814?page=comments#action_12433205 ] Davanum Srinivas commented on AXIS2-814: hmm. ok about #1. If i see that problem again, then i'll holler :) #2, #3, Yes, please for 1.1 let's do the single

[jira] Updated: (AXIS2-1119) Dispatcher support for ServiceMode=MESSAGE annotation

2006-09-07 Thread Jeff Barrett (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1119?page=all ] Jeff Barrett updated AXIS2-1119: Attachment: 1119_patch.txt Fixed per Description. Dispatcher support for ServiceMode=MESSAGE annotation

[jira] Commented: (AXIS2-1111) Add Maven 2 Plugins

2006-09-07 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-?page=comments#action_12433218 ] Jochen Wiedmann commented on AXIS2-: Eran, I am not an Axis 2 developer. Don't know the Axis projects policies or whether I am nitpicking, but this is

[jira] Created: (AXIS2-1121) binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Davanum Srinivas (JIRA)
binary and enumFacet are incompatible with unordered in ADBBeanTemplate --- Key: AXIS2-1121 URL: http://issues.apache.org/jira/browse/AXIS2-1121 Project: Apache Axis 2.0 (Axis2)

Re: [Axis2] binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Davanum Srinivas
I've added a JIRA issue: http://issues.apache.org/jira/browse/AXIS2-1121 thanks, -- dims On 9/7/06, Chuck Williams [EMAIL PROTECTED] wrote: Thanks Dims. I'm trying a build now. It takes a long time from here due to all the maven library access delays (I already tried offline, which failed

[jira] Commented: (AXIS2-1121) binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1121?page=comments#action_12433224 ] Davanum Srinivas commented on AXIS2-1121: - Thanks Dims. I'm trying a build now. It takes a long time from here due to all the maven library access delays

[jira] Resolved: (AXIS2-1121) binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1121?page=all ] Davanum Srinivas resolved AXIS2-1121. - Resolution: Fixed Fixed. Please see http://svn.apache.org/viewvc?view=revrevision=441219. Basically i reverted the 2 checkins 436663 and 434331 and

Re: [Axis2] binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Davanum Srinivas
And checked in a fix as well. -- dims On 9/7/06, Davanum Srinivas [EMAIL PROTECTED] wrote: I've added a JIRA issue: http://issues.apache.org/jira/browse/AXIS2-1121 thanks, -- dims On 9/7/06, Chuck Williams [EMAIL PROTECTED] wrote: Thanks Dims. I'm trying a build now. It takes a long time

[jira] Created: (AXIS2-1122) service?wsdl returns error in conjunction with the startUp() method

2006-09-07 Thread Christian Mohr (JIRA)
service?wsdl returns error in conjunction with the startUp() method --- Key: AXIS2-1122 URL: http://issues.apache.org/jira/browse/AXIS2-1122 Project: Apache Axis 2.0 (Axis2)

[jira] Commented: (AXIS2-1121) binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Chuck Williams (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1121?page=comments#action_12433257 ] Chuck Williams commented on AXIS2-1121: --- Dims, Thanks for making this update. I still have not managed to get a successful build (last attempt failed tests

[jira] Reopened: (AXIS2-1121) binary and enumFacet are incompatible with unordered in ADBBeanTemplate

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1121?page=all ] Davanum Srinivas reopened AXIS2-1121: - binary and enumFacet are incompatible with unordered in ADBBeanTemplate

DIME support in Axis 2

2006-09-07 Thread Brad O'Hearne
Hello, Due to a brief discussion on the user's list, where I was told that though DIME support had not been added (yet) to Axis 2, it shouldn't be too much trouble to do so, I thought I would subscribe to the developer's list and ask you developers what all is involved with integrating DIME

[jira] Resolved: (AXIS2-1111) Add Maven 2 Plugins

2006-09-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-?page=all ] Davanum Srinivas resolved AXIS2-. - Resolution: Fixed folks, i checked it in under modules\tool. next thing is to get the other stuff like eclipse/idea and ant plugins to build using

[jira] Commented: (AXIS2-1110) Java 2 Security

2006-09-07 Thread Ming Cheung (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1110?page=comments#action_12433316 ] Ming Cheung commented on AXIS2-1110: Adding new permissions the policy file(s) sometimes may not be enough to resolve the privilege issues. Acutally, I am

[jira] Created: (AXIS2-1123) do you know that

2006-09-07 Thread chenghui jang (JIRA)
do you know that - Key: AXIS2-1123 URL: http://issues.apache.org/jira/browse/AXIS2-1123 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: core Affects Versions: 0.96 Environment: i just new