Re: [Axis2] Subtle yet serious issue

2005-09-12 Thread Venkat Reddy
Actually the original issue reported by Jaya seems slightly different. The xbean-2.0.0-beta1.jar has classes like SOAPMessageFactory and other javax.xml.soap classes. SOAPMessageFactory has hard-coded reference to Axis 1.x implementation for SOAPMessageFactoryImpl, and thus, clashing with Axis2 SAA

[jira] Created: (AXIS2-215) Getting the operation implementation details from WSDL

2005-09-12 Thread Eran Chinthaka (JIRA)
Getting the operation implementation details from WSDL -- Key: AXIS2-215 URL: http://issues.apache.org/jira/browse/AXIS2-215 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: core Reporter: Eran

[jira] Assigned: (AXIS2-213) Axis2 data binding on all Axis 1.x doc/lit WSDLs

2005-09-12 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-213?page=all ] Eran Chinthaka reassigned AXIS2-213: Assign To: Ajith Harshana Ranabahu > Axis2 data binding on all Axis 1.x doc/lit WSDLs > > > Key

[jira] Commented: (AXIS2-85) Service Groups

2005-09-12 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-85?page=comments#action_12324413 ] Eran Chinthaka commented on AXIS2-85: - Refer http://marc.theaimsgroup.com/?t=11265250213&r=1&w=2 before reading this. We have a property in the message context which wi

Re: [Axis2] More about service groups

2005-09-12 Thread Sanjiva Weerawarana
On Tue, 2005-09-13 at 09:49 +0600, Deepal Jayasinghe wrote: > I think we do not need to introduce new archive file or > description to solve this problem , so my idea is this > no matter archive file contain a service or service-group, the > archive file contain ser

Re: [Axis2] More about service groups

2005-09-12 Thread Deepal Jayasinghe
hi all;   see my comments below; Thanks, Deepal~Future is Open~ - Original Message - From: Ajith Ranabahu To: Axis developer list Sent: Monday, September 12, 2005 5:36 PM Subject: [Axis2] More about s

[jira] Updated: (AXIS2-155) AXIS2 IDEA plugins

2005-09-12 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-155?page=all ] Eran Chinthaka updated AXIS2-155: - Summary: AXIS2 IDEA plugins (was: AXIS2 IDEA plugings) > AXIS2 IDEA plugins > -- > > Key: AXIS2-155 > URL: http://issues.apa

[jira] Resolved: (AXIS2-150) Hooking up Databinding with MTOM

2005-09-12 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-150?page=all ] Ajith Harshana Ranabahu resolved AXIS2-150: --- Resolution: Fixed Done. Now if the xmime extensions are present, the relevant elements are marked in the databind supporter as optimi

[jira] Commented: (AXIS2-142) Stack trace not available for Exceptions

2005-09-12 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-142?page=comments#action_12323468 ] Eran Chinthaka commented on AXIS2-142: -- I fixed this. Can the reporter test this again for me to close the issue. > Stack trace not available for Exceptions > -

[jira] Commented: (AXIS2-66) Binary Serialization support for SOAP Message

2005-09-12 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-66?page=comments#action_12323312 ] Eran Chinthaka commented on AXIS2-66: - FI project has provided an implementation on StAX api. I wrote a small class to make this work with AXIOM. But it seems there is a pr

[jira] Commented: (AXIS2-53) Binding wsa:Action values to an operation's messages

2005-09-12 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-53?page=comments#action_12323311 ] Eran Chinthaka commented on AXIS2-53: - Sorry parameter should be as follows : here goes the new mapping ... > Binding wsa:Action values to an operat

[jira] Resolved: (AXIS2-53) Binding wsa:Action values to an operation's messages

2005-09-12 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-53?page=all ] Eran Chinthaka resolved AXIS2-53: - Fix Version: 0.92 Resolution: Fixed Fixed. Mapping can now be defined as a parameter under the operation. here goes the new mapping ..

Re: [Axis2] More about service groups

2005-09-12 Thread Davanum Srinivas
Ajith, Good stuff. Let's start with implementing this and see what else crops up :) thanks, dims On 9/12/05, Ajith Ranabahu <[EMAIL PROTECTED]> wrote: > Hi all, > We had some discussions among ourselves about the Service groups (refer the > IRC chat on 31st of August) and came up with some sug

client.Service and/or client.Stub threadsafe?

2005-09-12 Thread Paul Grillo
For client side Axis use, I'm following/using the pattern as generated by the WSDLtoJava. Essentially an "org.apache.axis.client.Service" is created by feeding it a client.wsdd file. From this service I get a "org.apache.axis.client.Stub" by constructing one using the aforementioned Service. Now

[jira] Commented: (AXIS2-211) All printStackTrace() calls should be removed

2005-09-12 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-211?page=comments#action_12323252 ] Tom Jordahl commented on AXIS2-211: --- If we are printing stack traces when tests *fail*, then this is a good thing. I don't think you can have too much info in that case. >

[jira] Commented: (AXIS-2054) Axis sends xsi:nil for non-nillable, minOccurs=0 parameters

2005-09-12 Thread Anand Raghavendran (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2054?page=comments#action_12323249 ] Anand Raghavendran commented on AXIS-2054: -- We are facing the very same issue with Axis 1.2.1 release. This problem does not go away for us even when using the 1.3 ni

RE: AdminClient problem

2005-09-12 Thread Tom Jordahl
There are several things that may be wrong 1. Your Test.wsdd file has an error in it, which triggers a code problem 2. Your Test.wsdd file is correct, and it triggers a code bug. Was the wsdd file generate by WSDL2Java? -- Tom Jordahl Macromedia Server Development > -Original Message-

[jira] Created: (AXIS2-214) Sandesha2 with Axis2

2005-09-12 Thread Eran Chinthaka (JIRA)
Sandesha2 with Axis2 Key: AXIS2-214 URL: http://issues.apache.org/jira/browse/AXIS2-214 Project: Apache Axis 2.0 (Axis2) Type: New Feature Components: Integration Reporter: Eran Chinthaka Fix For: 0.92 We need to make Sandesha2 wor

[jira] Created: (AXIS2-213) Axis2 data binding on all Axis 1.x doc/lit WSDLs

2005-09-12 Thread Eran Chinthaka (JIRA)
Axis2 data binding on all Axis 1.x doc/lit WSDLs Key: AXIS2-213 URL: http://issues.apache.org/jira/browse/AXIS2-213 Project: Apache Axis 2.0 (Axis2) Type: Wish Components: databinding Reporter: Eran Chinthaka

[jira] Commented: (AXIS-2214) JWS deployment fails on OS X: libJ3D.jnilib causes "error in opening zip file"

2005-09-12 Thread Tim Henrion (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2214?page=comments#action_12323228 ] Tim Henrion commented on AXIS-2214: --- Reported to Apple as Problem ID 4252893. https://bugreport.apple.com Note that I tested this issue under the Apple JDK 1.4.2 and 1.4.2 ap

Re: [Axis2] Subtle yet serious issue

2005-09-12 Thread Steve Loughran
Steve Loughran wrote: David Jencks wrote: I'm not entirely sure what the problem you are running into is, but I recall some discussion on the xmlbeans list about something that sounds related to me. I think that in xbean-2.0.0.jar the classes involved have been moved into an xmlbeans package

[Axis2] More about service groups

2005-09-12 Thread Ajith Ranabahu
Hi all, We had some discussions among ourselves about the Service groups (refer the IRC chat on 31st of August) and came up with some suggesions. Following is a brief account of what was discussed and how we sought out possible solution. For the folks who are not familiar with the whole business o

Re: checking in ant/maven

2005-09-12 Thread Steve Loughran
Dean Hiller wrote: why do you need a patched copy of their batch files? you lost me there. you may be right, I may just not have enough understanding there. thanks, dean look at ant.bat. It goes straight to ANT_HOME if defined. If you want a private copy of ant, you need a new version of an

Re: [Axis2] Subtle yet serious issue

2005-09-12 Thread Steve Loughran
David Jencks wrote: I'm not entirely sure what the problem you are running into is, but I recall some discussion on the xmlbeans list about something that sounds related to me. I think that in xbean-2.0.0.jar the classes involved have been moved into an xmlbeans package from the javax.xml.soap

Re: [Axis2] newbie questions

2005-09-12 Thread Steve Loughran
Eran Chinthaka wrote: Hi, I could answer some of your questions. See below. Steve Loughran wrote: I am just starting out on using Axis2 (!) Some questions for which I would be grateful for answers. Configuration -do I really need an aar with a service.xml for every single endpoin

[EMAIL PROTECTED]: Project ws-axis-xerces-HEAD (in module ws-axis) failed

2005-09-12 Thread Davanum Srinivas
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project ws-axis-xerces-HEAD has an issue affecting its community integration. This issue

[jira] Commented: (AXIS-2215) Adding SSL support to SimpleAxisServer

2005-09-12 Thread Leonard O Halloran (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2215?page=comments#action_12323213 ] Leonard O Halloran commented on AXIS-2215: -- Hi Tom, I dont have SVN so Im not able to do a correct diff but I have used my own diff tool and I have added a + symbol b