[jira] Updated: (AXIS2C-323) Added set_listen_port method to svc_client

2006-10-10 Thread Damitha Kumarage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-323?page=all ] Damitha Kumarage updated AXIS2C-323: It is discussed that this is not the right place to put this method. So now I'm handling this from whithin wsclient code. Added set_listen_port method

[jira] Commented: (AXIS2C-324) adding methods set_target_endpoint_ref and get_target_endpoint_ref to axis2_svc_client

2006-10-10 Thread Damitha Kumarage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-324?page=comments#action_12441069 ] Damitha Kumarage commented on AXIS2C-324: - I think this can be handled by setting a property in options called AXIS2_TARGET_EPR instead of adding these

[jira] Created: (AXIS2C-329) segfault when I try to create dynamic invocation

2006-10-10 Thread Buddhika Semasinghe (JIRA)
segfault when I try to create dynamic invocation -- Key: AXIS2C-329 URL: http://issues.apache.org/jira/browse/AXIS2C-329 Project: Axis2-C Issue Type: Bug Components: woden

[jira] Commented: (AXIS2C-321) Registered handlers not invoked at all on REST GET requests

2006-10-10 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-321?page=comments#action_12441273 ] Jean-Sebastien Delfino commented on AXIS2C-321: --- I'd like to use handlers mainly to customize the dispatch algorithm. For example, to invoke my REST

Changes in files

2006-10-10 Thread Damitha Kumarage
Hi, I have done some changes and additions in some files in the core and tested with existing samples. Please see the attached diffs. Please also see comments in https://issues.apache.org/jira/browse/AXIS2C-324 If there are no objections I'll commit the changes thanks Damitha Index:

[Axis2][Fwd: Changes in files]

2006-10-10 Thread Damitha Kumarage
---BeginMessage--- Hi, I have done some changes and additions in some files in the core and tested with existing samples. Please see the attached diffs. Please also see comments in https://issues.apache.org/jira/browse/AXIS2C-324 If there are no objections I'll commit the changes thanks

[Axis2][Fwd: Savan/C (WS-Eventing implementation for Axis2/C)]

2006-10-10 Thread Damitha Kumarage
---BeginMessage--- Hi, I have been working on a Savan implementation. The initial design is as follows. This is implemented as an Axis2 module, in the same level as rampart. Folder structure savan/ +--src/ | +--client/ | | savan_client.c | +--core/ | |

Re: [Axis2][1.1-RC1] Security sample is not included

2006-10-10 Thread Thilina Gunarathne
I would not recommend you to try mixing the stuff between 1.0 and 1.1... You can try the snapshots together with 1.1-RC1... http://people.apache.org/repository/org.apache.axis2/mars/rampart-1.1.mar IMO this version number is wrong.. Should be 1.1-snapshots.. ~Thilina On 10/10/06, Ali Sadik

[Axis2] What should be included in Axis2 minimal distribution

2006-10-10 Thread Eran Chinthaka
Hi, Can we please re-visit the modules that should be included in Axis2 minimal distribution. Currently kernel, adb and java2wsdl modules are included, but I saw even adb-codegen was added recently. What do you think? Thanks, Chinthaka signature.asc Description: OpenPGP digital signature

Disable Transfer-Encoding: chunked response

2006-10-10 Thread HHDirecto . Net
Hi,How can I disable Transfer-Encoding: chunked in the response of my axis 1.4 webservice? Thanks in advance

Re: [Axis2][1.1-RC1] AxisFault example not included

2006-10-10 Thread Eran Chinthaka
William Ferguson wrote: I can't find the Axis Fault sample in the release candidate. http://issues.apache.org/jira/browse/AXIS2-917 Done !! Sorry I forgot to add it to the maven script. -- Chinthaka signature.asc Description: OpenPGP digital signature

[jira] Created: (AXIS2-1333) InvocationTargetException thrown when accessing 'Engage Module For a Service' page in Axis2 admin console

2006-10-10 Thread Charitha Kankanamge (JIRA)
InvocationTargetException thrown when accessing 'Engage Module For a Service' page in Axis2 admin console - Key: AXIS2-1333 URL:

Re: [Axis2] What should be included in Axis2 minimal distribution

2006-10-10 Thread Thilina Gunarathne
Hi, AFAIK ADB is there because we need the RPCMessageReceiver to work in the minimal distro... Just now I figured out that RPCMessageReceiver resides in the codegen module..Which means we have to include codegen module to the minimal distro.. I'm not sure why we are putting the adb-codegen in to

Re: [Axis2] What should be included in Axis2 minimal distribution

2006-10-10 Thread Dennis Sosnoski
While we're looking into this, we should also check the war file contents. It looks like the full set of jars are included, which is certainly unnecessary. JiBX support only needs axis2-jibx-XXX.jar and jibx-run-XXX.jar, not the much larger bcel-XXX.jar (.5 MB) and jibx-bind-XXX.jar (.3 MB). I

[jira] Resolved: (AXIS2-729) 404 Not Found trying to access JiBX example page

2006-10-10 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-729?page=all ] Dennis Sosnoski resolved AXIS2-729. --- Fix Version/s: nightly Resolution: Fixed Added more JiBX documentation, including details of wrapped and unwrapped examples. All links should now

Re: [Axis2] What should be included in Axis2 minimal distribution

2006-10-10 Thread Thilina Gunarathne
Hi Dennis, http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml This is it Have fun :) Thanks, ~Thilina On 10/10/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: Yes.. We need to figure out the unnecessary jars... Good to know that we can get rid of bcel-xxx.jar and

[jira] Created: (AXIS2-1335) Code Generation Exception occurred when Generating Clients

2006-10-10 Thread Evanthika Amarasiri (JIRA)
Code Generation Exception occurred when Generating Clients -- Key: AXIS2-1335 URL: http://issues.apache.org/jira/browse/AXIS2-1335 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Updated: (AXIS2-1335) Code Generation Exception occurred when Generating Clients

2006-10-10 Thread Evanthika Amarasiri (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1335?page=all ] Evanthika Amarasiri updated AXIS2-1335: --- Attachment: Error 6.JPG Code Generation Exception occurred when Generating Clients --

Re: [Axis2] What should be included in Axis2 minimal distribution

2006-10-10 Thread Davanum Srinivas
Folks, lets move rpc* out of coden. it does not belong there. -- dims On 10/10/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: Hi, AFAIK ADB is there because we need the RPCMessageReceiver to work in the minimal distro... Just now I figured out that RPCMessageReceiver resides in the codegen

Re: [Axis2][1.1-RC1] Security sample is not included

2006-10-10 Thread Davanum Srinivas
Thilina, if i add snapshots to the name, the mar wont load :( -- dims On 10/10/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: I would not recommend you to try mixing the stuff between 1.0 and 1.1... You can try the snapshots together with 1.1-RC1...

Re: [Axis2] Proposal to add return type to Handler.invoke(...)

2006-10-10 Thread Davanum Srinivas
+1 from me. On 10/10/06, Srinath Perera [EMAIL PROTECTED] wrote: +1 On 10/9/06, Bill Nagy [EMAIL PROTECTED] wrote: There is currently a race condition between code that pauses the message flow within a handler and resumes it on another thread (e.g. Sandesha) and the message flow processing

Re: [jira] Deleted: (AXIS2-1335) Code Generation Exception occurred when Generating Clients

2006-10-10 Thread Franz Fehringer
Out of curiosity why gets an issue deleted without comment? Greetings Franz Davanum Srinivas (JIRA) schrieb: [ http://issues.apache.org/jira/browse/AXIS2-1335?page=all ] Davanum Srinivas deleted AXIS2-1335: Code Generation Exception

RE: Apache Axis 1.6b

2006-10-10 Thread John Hawkins
Wow ! Excellent - well done and thanks ! I suggest you create a JIRA and attach the files to that. Haiping Zhao [EMAIL PROTECTED] 09/10/2006 18:06 Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject RE: Apache

[jira] Created: (AXIS2-1336) Code Generation Exception occurred when Generating stubs

2006-10-10 Thread Evanthika Amarasiri (JIRA)
Code Generation Exception occurred when Generating stubs Key: AXIS2-1336 URL: http://issues.apache.org/jira/browse/AXIS2-1336 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Created: (AXIS2-1337) Null value is returned when accessing the 'List Single Service' page of an available service group

2006-10-10 Thread Charitha Kankanamge (JIRA)
Null value is returned when accessing the 'List Single Service' page of an available service group -- Key: AXIS2-1337 URL:

WS Addressing :: Issue with setting ReplyTo :: Axis2-1.1-SNAPSHOT

2006-10-10 Thread Vaibhav Pandey
Hi All, I am trying to explore WS Addressing by creating a flow in which i call a WS (INOUT-with NonBlockingDual client) and then i want the response to be directed to another WS on a different port and server. I have explicitly set the To/ReplyTo in my client. In the resluting SOAP request the

[jira] Created: (AXIS2-1338) Code generation drops the element which holds an xsd:anyType element at both client and server sides

2006-10-10 Thread Asankha C. Perera (JIRA)
Code generation drops the element which holds an xsd:anyType element at both client and server sides Key: AXIS2-1338 URL:

[jira] Updated: (AXIS2-1338) Code generation drops the element which holds an xsd:anyType element at both client and server sides

2006-10-10 Thread Asankha C. Perera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1338?page=all ] Asankha C. Perera updated AXIS2-1338: - Attachment: echo.wsdl ComplexEchoServiceSkeleton.java ComplexEchoServiceTest.java Code generation drops the element

[jira] Updated: (AXIS2-1338) Code generation drops the element which holds an xsd:anyType element at both client and server sides

2006-10-10 Thread Asankha C. Perera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1338?page=all ] Asankha C. Perera updated AXIS2-1338: - Attachment: AbstractTestCase.java Code generation drops the element which holds an xsd:anyType element at both client and server sides

Re: [jira] Deleted: (AXIS2-1335) Code Generation Exception occurred when Generating Clients

2006-10-10 Thread Davanum Srinivas
Franz, the delete button in JIRA does not allow us to add comments as the comments are part of the issue that is to be deleted :) -- dims On 10/10/06, Franz Fehringer [EMAIL PROTECTED] wrote: Out of curiosity why gets an issue deleted without comment? Greetings Franz Davanum Srinivas

Re: [jira] Deleted: (AXIS2-1335) Code Generation Exception occurred when Generating Clients

2006-10-10 Thread Franz Fehringer
And what was wrong with this issue i.e. why got it deleted? Franz Davanum Srinivas schrieb: Franz, the delete button in JIRA does not allow us to add comments as the comments are part of the issue that is to be deleted :) -- dims On 10/10/06, Franz Fehringer [EMAIL PROTECTED] wrote: Out

Re: [Axis2][1.1-RC1] Security sample is not included

2006-10-10 Thread Sanjiva Weerawarana
On Tue, 2006-10-10 at 07:15 -0400, Davanum Srinivas wrote: Thilina, if i add snapshots to the name, the mar wont load :( -- dims On 10/10/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: I would not recommend you to try mixing the stuff between 1.0 and 1.1... You can try the

Re: [jira] Deleted: (AXIS2-1335) Code Generation Exception occurred when Generating Clients

2006-10-10 Thread Davanum Srinivas
Franz, I asked the reporter (a colleague) to open an issue using just the WSDL2Java bat file and not using a product/gui. Here's the new issue: http://issues.apache.org/jira/browse/AXIS2-1336 thanks, dims On 10/10/06, Franz Fehringer [EMAIL PROTECTED] wrote: And what was wrong with this

Re: [Axis2] Proposal to add return type to Handler.invoke(...)

2006-10-10 Thread Sanjiva Weerawarana
On Mon, 2006-10-09 at 19:51 -0700, Bill Nagy wrote: There is currently a race condition between code that pauses the message flow within a handler and resumes it on another thread (e.g. Sandesha) and the message flow processing chain (Phase.invoke(...), AxisEngine.invoke(...), etc.)

Re: [Axis2][1.1-RC1] Security sample is not included

2006-10-10 Thread Davanum Srinivas
Will that load when dropped as-is into a repo? I remember we nixed the SNAPSHOT off the name of the mar to prevent such problems. -- dims On 10/10/06, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: On Tue, 2006-10-10 at 07:15 -0400, Davanum Srinivas wrote: Thilina, if i add snapshots to the

[jira] Updated: (AXIS2-1334) Deployment of Sandesha2 causes exception in Axis2 Admin-Frontend

2006-10-10 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1334?page=all ] Davanum Srinivas updated AXIS2-1334: Priority: Critical (was: Blocker) Not a blocker. -- dims Deployment of Sandesha2 causes exception in Axis2 Admin-Frontend

Re: [Axis2][1.1-RC1] Security sample is not included

2006-10-10 Thread Sanjiva Weerawarana
On Tue, 2006-10-10 at 08:57 -0400, Davanum Srinivas wrote: Will that load when dropped as-is into a repo? I remember we nixed the SNAPSHOT off the name of the mar to prevent such problems. You'd have to engage as rampart-SNAPSHOT but otherwise should work fine. Deepal?? Sanjiva.

[jira] Commented: (AXIS2-1252) java2wsdl generates unknown namespace

2006-10-10 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1252?page=comments#action_12441139 ] Davanum Srinivas commented on AXIS2-1252: - Venkat, Kinichiro, Deepal, I think we need the ability to specify a namespace/pakage mapping to fully control

Re: [axis2] Improvements to Service life cycle in handling - setOperationContext not thread-safe??!!

2006-10-10 Thread Sanjiva Weerawarana
I think I agree with you. How about we drop setOperationContext() and introduce Axis1-style MessageContext.getCurrentContext() which returns it for this thread? Have to be careful to put it in TLS and take it off! We must be careful to tell users that instance variables are not supported; you

Re: [jira] Commented: (AXIS2-1334) Deployment of Sandesha2 causes exception in Axis2 Admin-Frontend

2006-10-10 Thread Chamikara Jayalath
Hi Thilo, Yes. Sandesha2 1.0 release does not work with the Axis2 1.0 RC1 release. But we hope to do a Sandesha2 release compatible with Axis2 1.1 after it get release. For now you'll have to work with Sandesha2 SNAPSHOTs from http://people.apache.org/repository/sandesha2/ BTW the Sandesha2

[jira] Commented: (AXIS2-1252) java2wsdl generates unknown namespace

2006-10-10 Thread Kinichiro Inoguchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1252?page=comments#action_12441152 ] Kinichiro Inoguchi commented on AXIS2-1252: --- dims, Venkat, Deepal, Thanks for your discussions. I agree with algorithm of dims, and I believe current

[jira] Commented: (AXIS2-1252) java2wsdl generates unknown namespace

2006-10-10 Thread Kinichiro Inoguchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1252?page=comments#action_12441163 ] Kinichiro Inoguchi commented on AXIS2-1252: --- I see. I fully agreed with your algorithm. java2wsdl generates unknown namespace

[jira] Commented: (AXIS2-586) CLONE -Axis2 does not deserialise abstract types correctly when receiving WSA messages

2006-10-10 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-586?page=comments#action_12441165 ] Davanum Srinivas commented on AXIS2-586: Justin, Could you please upload your java test code that you use to send the message? I am assuming you ran w2j

[jira] Commented: (AXIS2-586) CLONE -Axis2 does not deserialise abstract types correctly when receiving WSA messages

2006-10-10 Thread Justin Schoeman (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-586?page=comments#action_12441169 ] Justin Schoeman commented on AXIS2-586: --- The client code is on: http://www.schoeman.org.za/axis2_test_client.tbz It is hard coded to call either of the test

[jira] Created: (AXIS2-1339) WSDL2Java client side stub code does not work with AXIS2 TCP Server

2006-10-10 Thread yogen (JIRA)
WSDL2Java client side stub code does not work with AXIS2 TCP Server --- Key: AXIS2-1339 URL: http://issues.apache.org/jira/browse/AXIS2-1339 Project: Apache Axis 2.0 (Axis2)

[jira] Commented: (AXIS2-749) Mixing compile time and runtime support in codegen jar

2006-10-10 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-749?page=comments#action_12441182 ] Davanum Srinivas commented on AXIS2-749: Problem shows up in user environments. we need to to this...

[jira] Commented: (AXIS2-749) Mixing compile time and runtime support in codegen jar

2006-10-10 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-749?page=comments#action_12441185 ] Davanum Srinivas commented on AXIS2-749: Again, the idea is that you should be able to deploy rpc/pojo using just the min distro. -- dims Mixing compile

Re: [axis2] Improvements to Service life cycle in handling - setOperationContext not thread-safe??!!

2006-10-10 Thread Thilina Gunarathne
Ok... Here's my suggestion.. Let's create new service objects per invocation.. AFAIK two things happen when we deploy a service in application scope. One is that Axis2 will maintain a single service context throughout the life of the service.. Other thing is Axis2 maintains one service class

Re: [Axis2] What should be included in Axis2 minimal distribution

2006-10-10 Thread Thilina Gunarathne
+1... Seeems like you have already migrated it to ADB :).. ~Thilina On 10/10/06, Davanum Srinivas [EMAIL PROTECTED] wrote: Folks, lets move rpc* out of coden. it does not belong there. -- dims On 10/10/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: Hi, AFAIK ADB is there because we need

Re: [Axis2] What should be included in Axis2 minimal distribution

2006-10-10 Thread Davanum Srinivas
Yes i did :) -- dims On 10/10/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: +1... Seeems like you have already migrated it to ADB :).. ~Thilina On 10/10/06, Davanum Srinivas [EMAIL PROTECTED] wrote: Folks, lets move rpc* out of coden. it does not belong there. -- dims On 10/10/06,

Re: [axis2] Improvements to Service life cycle in handling - setOperationContext not thread-safe??!!

2006-10-10 Thread Deepal Jayasinghe
Hi Thilina Thilina Gunarathne wrote: Ok... Here's my suggestion.. Let's create new service objects per invocation.. I do not agree with this approach :) , with this if some one deploy a service with application scope then there will be multiple instance of same service impl class. Deploying a

Re: [axis2] Improvements to Service life cycle in handling - setOperationContext not thread-safe??!!

2006-10-10 Thread Rajith Attapattu
Thilina,Here is my concern. If you have application scope the expectation is that we have a single instance throught the life of the app.So I could be initializing very expensive stuff in my init() and thats ok bcos the expectation is that you do that only once. Imagine if we have to do this for

[jira] Created: (AXIS2-1340) Axis2Util.toOM() needs to work w/o XML-Security jar

2006-10-10 Thread Sathija Pavuluri (JIRA)
Axis2Util.toOM() needs to work w/o XML-Security jar --- Key: AXIS2-1340 URL: http://issues.apache.org/jira/browse/AXIS2-1340 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvement

Re: [Axis2] What should be included in Axis2 minimal distribution

2006-10-10 Thread Eran Chinthaka
Does this mean, now we can happily ship the minimal distro with kernel, adb and java2wsdl in it? Agreed? -- Chinthaka Davanum Srinivas wrote: Yes i did :) -- dims On 10/10/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: +1... Seeems like you have already migrated it to ADB :)..

[jira] Commented: (AXIS2-1247) wsdl2java generated client throws NumberFormatException on nil integer

2006-10-10 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1247?page=comments#action_12441249 ] Tom Jordahl commented on AXIS2-1247: Note that an Axis 1.x, any integer type that is nillable has to become a Java Integer. Otherwise you can not tell if 0

[jira] Commented: (AXIS2-1272) Cannot differentiate between an int sent as 0 and an int sent as nil

2006-10-10 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1272?page=comments#action_12441253 ] Tom Jordahl commented on AXIS2-1272: (Commented on AXIS2-1247 also) Note that an Axis 1.x, any integer type that is nillable has to become a Java Integer.

[jira] Commented: (AXIS2-1274) WSDL2Java does not create Stub class for PortType

2006-10-10 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1274?page=comments#action_12441255 ] Tom Jordahl commented on AXIS2-1274: Dims, Does this mean that by default wsdl2java does not emit code for all the ports in a WSDL? That seems bad to me.

[jira] Commented: (AXIS2-1274) WSDL2Java does not create Stub class for PortType

2006-10-10 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1274?page=comments#action_12441258 ] Davanum Srinivas commented on AXIS2-1274: - Yep :( I tried... WSDL2Java does not create Stub class for PortType

RE: [Axis2]WSDL2Java Code generation option

2006-10-10 Thread Tom Jordahl
+1 for Sanjiva's suggestions: -c client side -s server side -t test case generation. I think -a should be for all, but I assume it is in use already? -- Tom Jordahl Adobe ColdFusion Team -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Monday, October

RE: [Axis2]Embdeding Jetty to Axis2

2006-10-10 Thread Tom Jordahl
-0 from me. While Jetty is super sweet, Axis2 has a serious jar file dependency problem. I think its going to have to go in to a detox program soon! -- Tom Jordahl Adobe ColdFusion Team -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Monday, October 09,

Re: [axis2] Improvements to Service life cycle in handling - setOperationContext not thread-safe??!!

2006-10-10 Thread Deepal Jayasinghe
Hi Deepal, Deploying a service in application scope , user want to have once service impl instance (im I were a user , I want that ) Frankly I don't... :) Service impl class is a Axis2 bundled MR(eg: RawXMLInOut..) specific notion... Service impl is meaning less if the user has written

RE: [axis2] Improvements to Service life cycle in handling -setOperationContext not thread-safe??!!

2006-10-10 Thread Tom Jordahl
While we may have had to work around some bugs in Thread Local Storage (TLS) on the whole I think the Axis 1.x MessageContext.getCurrentContext() works exceptionally well. Since JDK 1.4 is the minimum for Axis2, I believe we have all the TLS bugs behind us, no? -- Tom Jordahl Adobe ColdFusion

Re: [axis2] Improvements to Service life cycle in handling - setOperationContext not thread-safe??!!

2006-10-10 Thread Rajith Attapattu
Thilina,I understand your use case about having to create a new object for each invocation.But your use case is clearly in the minority. (meaning people will not do that often)So if you have a special requirment like that then why not use the concept of ServiceObjectSupplier. So if u specify a

Re: [axis2] Improvements to Service life cycle in handling -setOperationContext not thread-safe??!!

2006-10-10 Thread David Illsley
In terms of setting up TLS info, I'm interested by the comment that it would be set in the AxisEngine. When we had the conversation about the ThreadContextMigrator interface (which does now exist) I understood that there wasn't any guarantee that there is a single thread in use through the

[jira] Closed: (AXIS2-1233) Handlers do not get a chance to undo work if a fault occurs or complete work when message processing finishes (this was split off from AXIS2-653)

2006-10-10 Thread Bill Nagy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1233?page=all ] Bill Nagy closed AXIS2-1233. Resolution: Fixed Handlers do not get a chance to undo work if a fault occurs or complete work when message processing finishes (this was split off from AXIS2-653)

Re: [Axis2] What should be included in Axis2 minimal distribution

2006-10-10 Thread Eran Chinthaka
Dennis Sosnoski wrote: While we're looking into this, we should also check the war file contents. It looks like the full set of jars are included, which is certainly unnecessary. JiBX support only needs axis2-jibx-XXX.jar and jibx-run-XXX.jar, not the much larger bcel-XXX.jar (.5 MB) and

[jira] Commented: (AXIS2-1339) WSDL2Java client side stub code does not work with AXIS2 TCP Server

2006-10-10 Thread yogen (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1339?page=comments#action_12441283 ] yogen commented on AXIS2-1339: -- This is further information on this issue One difference I debugged is ... In TCP Server impl the MessageContext.Options.to value

[jira] Commented: (AXIS2-1339) WSDL2Java client side stub code does not work with AXIS2 TCP Server

2006-10-10 Thread yogen (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1339?page=comments#action_12441284 ] yogen commented on AXIS2-1339: -- This is further information on this issue One difference I debugged is ... In TCP Server impl the MessageContext.Options.to

Re: [axis2] Improvements to Service life cycle in handling -setOperationContext not thread-safe??!!

2006-10-10 Thread Sanjiva Weerawarana
On Tue, 2006-10-10 at 20:21 +0100, David Illsley wrote: In terms of setting up TLS info, I'm interested by the comment that it would be set in the AxisEngine. When we had the conversation about the ThreadContextMigrator interface (which does now exist) I understood that there wasn't any

Re: [axis2] Improvements to Service life cycle in handling -setOperationContext not thread-safe??!!

2006-10-10 Thread David Illsley
On 10/10/06, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: On Tue, 2006-10-10 at 20:21 +0100, David Illsley wrote: In terms of setting up TLS info, I'm interested by the comment that it would be set in the AxisEngine. When we had the conversation about the ThreadContextMigrator interface

Re: [axis2] Improvements to Service life cycle in handling -setOperationContext not thread-safe??!!

2006-10-10 Thread Deepal Jayasinghe
Hi Sanjiva Weerawarana wrote: On Tue, 2006-10-10 at 20:21 +0100, David Illsley wrote: In terms of setting up TLS info, I'm interested by the comment that it would be set in the AxisEngine. When we had the conversation about the ThreadContextMigrator interface (which does now exist) I

[Axis2] Summery of todays Hackathon

2006-10-10 Thread Deepal Jayasinghe
Hi All; Few note from todays Hackathon we had at ApacheCon US. We are having very ugly name called finalizeInvoke() in service client with restriction, so we (Glen and I agreed) to remove that method and move the code into cleanup (well I am doing the changes in current codebase). Why do we

Re: [Axis2] Summery of todays Hackathon

2006-10-10 Thread Davanum Srinivas
Deepal, Please create JIRA issue(s) and let's work on them. thanks, dims On 10/10/06, Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi All; Few note from todays Hackathon we had at ApacheCon US. We are having very ugly name called finalizeInvoke() in service client with restriction, so we

[Axis2][RC-1.1] problem with HTTP/BOM content before SOAP response

2006-10-10 Thread Daniel Jemiolo
Hi, I'm having a problem with the Axis2 1.1 RC on the client side. My services still work as normal when I upgrade them to 1.1, but my non-Axis2 clients fail when trying to parse the response message. I get the following error message from the JAXP DocumentBuilder (Xerces): [Fatal

Re: [Axis2] Summery of todays Hackathon

2006-10-10 Thread Thilina Gunarathne
Hi, public MessageContext sendReceive(MessageContext req){} public void sendReceiveNonBlocking(MessageContext req){} public fireAndForget(MessageContext req){} public sendRobust(MessageContext req){} Huge +1. Currently we provide SwA support only in the OperationClient level, cause we need

Re: [Axis2] Proposal to add return type to Handler.invoke(...)

2006-10-10 Thread Bill Nagy
Hi Sanjiva, The problem isn't that both people are modifying MessageContext.paused, so synchronizing that isn't going to work, the problem is that if the RM handler, for instance, pauses the message and returns, but the RM thread picks up the message and resumes it (thereby unpausing the message)

Re: Spring support broken ?????

2006-10-10 Thread Rajith Attapattu
Hi All,The current spring support fails with the following exception possibly due to the new code change of obtaining the servlet config from the AxisConfiguration instead from the Message Context.Caused by: org.apache.axis2.AxisFault: Axis2 Can't find ServletConfig; nested exception

[axis2] Spring support broken ?????

2006-10-10 Thread Rajith Attapattu
Forwarding with the axis2 prefix.-- Forwarded message --From: Rajith Attapattu [EMAIL PROTECTED] Date: Oct 10, 2006 10:17 PMSubject: Re: Spring support broken ?To: axis-dev@ws.apache.orgCc: [EMAIL PROTECTED] Hi All,The current spring support fails with the following exception

Re: [Axis2] Summery of todays Hackathon

2006-10-10 Thread Sanjiva Weerawarana
On Tue, 2006-10-10 at 17:54 -0500, Deepal Jayasinghe wrote: Why do we need operation client ? ??? You gotta be kidding. We have it because that's the client API for a generic MEP. As Dennis suggested , having annon name as public static seems not that good , so we need to remove them

Re: [Axis2] Summery of todays Hackathon

2006-10-10 Thread Rajith Attapattu
SanjivaI also agree on your comments regarding the operation client.Now about the whole session/clustering thing. You mention that outside of Axis2 the concept of Service Group does not exist !!!So a client would expect to interact with Services from two Service Groups in a single session. Thats

Re: [axis2] Spring support broken ?????

2006-10-10 Thread robert lazarski
Its late here so I'll take a look tomorrow. In the meantime, the reason why this wasn't caught is because I'm not sure how to get a ServletContext from our testing environment or if its even possible. There are tests for the non-servlet container config. If someone knows how to test the former

Re: svn commit: r462672 - in /webservices/axis2/branches/java/1_1/modules: integration/maven.xml kernel/conf/axis2.xml

2006-10-10 Thread Davanum Srinivas
I dont' remember that. I do remember this: http://marc.theaimsgroup.com/?l=axis-devm=115869598518264w=2 which was, that If mtom enabled is on, then we always use mime stuff whether there is an attachment or not. -- dims On 10/10/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: Ahh... My bad..

[jira] Resolved: (AXIS2-1340) Axis2Util.toOM() needs to work w/o XML-Security jar

2006-10-10 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1340?page=all ] Davanum Srinivas resolved AXIS2-1340. - Resolution: Fixed Looks like this is fixed: http://marc.theaimsgroup.com/?l=axis-cvsm=116052397203244w=2

[jira] Assigned: (AXIS2-1163) replace service endpoint when serving original wsdl using useOriginalwsdl param

2006-10-10 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1163?page=all ] Davanum Srinivas reassigned AXIS2-1163: --- Assignee: Eran Chinthaka replace service endpoint when serving original wsdl using useOriginalwsdl param

[jira] Commented: (AXIS-2541) Deserializing dates in attributes

2006-10-10 Thread Christian Phan-Trong (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2541?page=comments#action_12441342 ] Christian Phan-Trong commented on AXIS-2541: I have exactly the same issue. I Took a look at similar issues in Jira, and it seems like this one is a

[jira] Resolved: (AXIS2-1333) InvocationTargetException thrown when accessing 'Engage Module For a Service' page in Axis2 admin console

2006-10-10 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1333?page=all ] Davanum Srinivas resolved AXIS2-1333. - Resolution: Fixed Charitha, fixed in r462694 (branch 1.1). Can u please try this? thanks, dims PS: Make sure your completely remove the work

[jira] Updated: (AXIS2-1336) Code Generation Exception occurred when Generating stubs

2006-10-10 Thread Evanthika Amarasiri (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1336?page=all ] Evanthika Amarasiri updated AXIS2-1336: --- Attachment: CommodityQuote.wsdl Wsdl File used to generate the stub Code Generation Exception occurred when Generating stubs

[jira] Created: (AXIS2-1341) Cannot disengage a globally engaged module

2006-10-10 Thread Charitha Kankanamge (JIRA)
Cannot disengage a globally engaged module -- Key: AXIS2-1341 URL: http://issues.apache.org/jira/browse/AXIS2-1341 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.1

RE: WS Addressing :: Issue with setting ReplyTo :: Axis2-1.1-SNAPSHOT

2006-10-10 Thread Vaibhav Pandey
Hi, Thanks for the prompt reply Eran, this issue was resolved yesterday after a suggestion by Brian, that in such a scenario we should use fireandforget instead of sendrecievenonblocking and this worked for meand that comes out to be the same tht you have suggested :-) thanks