Re: TCPMon C Tool now supports resending

2008-03-10 Thread Senaka Fernando
Hi Senaka, Please look at the help message w get when run gdb -h command. At the end it says like this For more information, type help from within GDB, or consult the GDB manual (available as on-line info or a printed manual). Report bugs to [EMAIL PROTECTED]. We can use same approach in

Solution to Core Dump Issue Raised in User List [was: Re: Core dumps in Axis libraries]

2008-03-10 Thread Senaka Fernando
Hi Samisa, I fixed two bugs regarding stream handling inside simple_http_svr_conn.c. This fixes an issue of this nature. Say, we have two server threads that try to serve requests offered to the axis2 server. Now, according to what is intended, one must serve and the other must wait until it can

Re: TCPMon C Tool now supports resending

2008-03-10 Thread Senaka Fernando
Hi Milinda, BTW, will add it to docs. However, currently ./tcpmon -h lists only the command line params. This is something that has to be provided when you are running it, just like hitting the 'q' key followed by Enter to exit. I still couldn't quite figure out how and where we should add it in

Re: Solution to Core Dump Issue Raised in User List [was: Re: Core dumps in Axis libraries]

2008-03-10 Thread Samisa Abeysinghe
Senaka Fernando wrote: Hi Samisa, I fixed two bugs regarding stream handling inside simple_http_svr_conn.c. This fixes an issue of this nature. Say, we have two server threads that try to serve requests offered to the axis2 server. Now, according to what is intended, one must serve and the

[jira] Created: (AXIS2C-1048) axiom_soap_header_block_set_attribute duplicate namespace creation

2008-03-10 Thread Lukas JOSEFIK (JIRA)
axiom_soap_header_block_set_attribute duplicate namespace creation -- Key: AXIS2C-1048 URL: https://issues.apache.org/jira/browse/AXIS2C-1048 Project: Axis2-C Issue Type:

Re: Solution to Core Dump Issue Raised in User List [was: Re: Core dumps in Axis libraries]

2008-03-10 Thread Senaka Fernando
Senaka Fernando wrote: Hi Samisa, I fixed two bugs regarding stream handling inside simple_http_svr_conn.c. This fixes an issue of this nature. Say, we have two server threads that try to serve requests offered to the axis2 server. Now, according to what is intended, one must serve and

Re: Solution to Core Dump Issue Raised in User List [was: Re: Core dumps in Axis libraries]

2008-03-10 Thread Samisa Abeysinghe
Were you able to re-create the problem without passing -1 to accept? Samisa... Senaka Fernando wrote: Senaka Fernando wrote: Hi Samisa, I fixed two bugs regarding stream handling inside simple_http_svr_conn.c. This fixes an issue of this nature. Say, we have two server threads that try

Re: Solution to Core Dump Issue Raised in User List [was: Re: Core dumps in Axis libraries]

2008-03-10 Thread Senaka Fernando
Were you able to re-create the problem without passing -1 to accept? No I was not able to make accept fail without passing -1. Added a printf there to print any failure in accept and it didn't. However, ran into the segfault issue when accept actually failed, which I had to do manually. I did

[jira] Commented: (AXIS2C-1040) Use of AXIS2_EXPORT instead of AXIS2_EXTERN in a few places causes errors in static build

2008-03-10 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576966#action_12576966 ] Senaka Fernando commented on AXIS2C-1040: - Hi Frank, Will modify the

Re: Solution to Core Dump Issue Raised in User List [was: Re: Core dumps in Axis libraries]

2008-03-10 Thread Senaka Fernando
Hi again Samisa, And, also, I don't have any similar database accessing logic etc. Therefore, it is hard to conclude without seeing the actual code. Also, the user seems to be using a modified version of http_server_main.c, it is actually a cpp file if you go through that portion which I

Re: Solution to Core Dump Issue Raised in User List [was: Re: Core dumps in Axis libraries]

2008-03-10 Thread Samisa Abeysinghe
There are two sides to this problem. One is that, if it is failing for some scenario, we should be able to re-produce it. So without some code to re-produce the fault, we cannot come to a conclusion that it fails. If accepts fails, and it crashes, then there needs to be someuser scenario that

Re: Solution to Core Dump Issue Raised in User List [was: Re: Core dumps in Axis libraries]

2008-03-10 Thread Senaka Fernando
There are two sides to this problem. One is that, if it is failing for some scenario, we should be able to re-produce it. So without some code to re-produce the fault, we cannot come to a conclusion that it fails. If accepts fails, and it crashes, then there needs to be someuser scenario that

[jira] Created: (AXIS2C-1049) Axis2/C does not handle timezone offsets or fractional seconds correctly

2008-03-10 Thread Dave Meier (JIRA)
Axis2/C does not handle timezone offsets or fractional seconds correctly Key: AXIS2C-1049 URL: https://issues.apache.org/jira/browse/AXIS2C-1049 Project: Axis2-C Issue

[jira] Assigned: (AXIS2C-1049) Axis2/C does not handle timezone offsets or fractional seconds correctly

2008-03-10 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando reassigned AXIS2C-1049: --- Assignee: Senaka Fernando Axis2/C does not handle timezone offsets or fractional

[jira] Commented: (AXIS2C-1049) Axis2/C does not handle timezone offsets or fractional seconds correctly

2008-03-10 Thread Dave Meier (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577127#action_12577127 ] Dave Meier commented on AXIS2C-1049: Hi Senaka, You can downgrade this from Blocker

[jira] Commented: (AXIS2C-854) Error in SOAP Action Based Dispatching

2008-03-10 Thread Dave Meier (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577170#action_12577170 ] Dave Meier commented on AXIS2C-854: --- Hi Senaka, This is great news, thank you. I have

[jira] Commented: (AXIS2C-854) Error in SOAP Action Based Dispatching

2008-03-10 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577215#action_12577215 ] Senaka Fernando commented on AXIS2C-854: Hi Dave, For, 1, Add a

[jira] Resolved: (AXIS2C-1049) Axis2/C does not handle timezone offsets or fractional seconds correctly

2008-03-10 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando resolved AXIS2C-1049. - Resolution: Fixed Fix Version/s: Current (Nightly) Hi Dave, I have fixed this

[jira] Commented: (AXIS2C-854) Error in SOAP Action Based Dispatching

2008-03-10 Thread Dave Meier (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577239#action_12577239 ] Dave Meier commented on AXIS2C-854: --- Hi Senaka, I just want to make sure we are talking

Debug error when setting basic authentication

2008-03-10 Thread Vivian Zhou
Hi, All, I have made quite some progress with using axis2/c in my c++ application. Thanks much for the help I got from the list. Now I have a few more issues and questions: (1) When I set up http basic authentication on the server side (using tomcat/AXIS-J), and debug the client side code

[jira] Updated: (AXIS2C-1049) Axis2/C does not handle timezone offsets or fractional seconds correctly

2008-03-10 Thread Dave Meier (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Meier updated AXIS2C-1049: --- Attachment: diff.txt Hi Senaka, I attached a diff file as date_time.c failed to compile. The diff

[jira] Updated: (AXIS2-3428) NullPointerException in HttpCoreNIOSender

2008-03-10 Thread Michele Mazzucco (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Mazzucco updated AXIS2-3428: Fix Version/s: 1.4 NullPointerException in HttpCoreNIOSender

[jira] Closed: (AXIS2-3552) Axis2 on Jetty Tomcat bug: work dir is deleted on jetty shut down

2008-03-10 Thread Krystian Szczesny (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krystian Szczesny closed AXIS2-3552. Tested and works! Thanks! Axis2 on Jetty Tomcat bug: work dir is deleted on jetty shut

[jira] Commented: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

2008-03-10 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576940#action_12576940 ] Ruwan Linton commented on AXIS2-3529: - Deepal, If the axis2 client receives the

[jira] Commented: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

2008-03-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576918#action_12576918 ] Deepal Jayasinghe commented on AXIS2-3529: -- Hi Ruwan, I checked this today and

[jira] Commented: (AXIS2-3351) axis2-java2wsdl-maven-plugin axis2-java2wsdl-maven-plugin

2008-03-10 Thread Pat Bateman (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576917#action_12576917 ] Pat Bateman commented on AXIS2-3351: Thanks for the response. I will try the build and

RE: [jira] Resolved: (AXIS2-3551) Java2WSDL creates WSDLs that fail Eclipse validation

2008-03-10 Thread Hoda, Nadeem [USA]
Deepal, This may also fix: https://issues.apache.org/jira/browse/AXIS2-3444 I need to do further testing, but my initial results seem very promising. Thanks, Nadeem -Original Message- From: Deepal Jayasinghe (JIRA) [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 1:38 PM

Re: [jira] Resolved: (AXIS2-3551) Java2WSDL creates WSDLs that fail Eclipse validation

2008-03-10 Thread Deepal jayasinghe
Hi Nadeem , Deepal, This may also fix: https://issues.apache.org/jira/browse/AXIS2-3444 I need to do further testing, but my initial results seem very promising. Good , please test and verify , if that is working for you then please resolve the issue Thank you, Deepal

[jira] Commented: (AXIS2-3354) Allow for sharing XSD schemas between services

2008-03-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576960#action_12576960 ] Deepal Jayasinghe commented on AXIS2-3354: -- I am not sure this is something we can

[jira] Commented: (AXIS2-3412) Custom exception handling issue with pojos

2008-03-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576962#action_12576962 ] Deepal Jayasinghe commented on AXIS2-3412: -- Hi Charitha, With some of the fixes I

[jira] Resolved: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

2008-03-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-3529. -- Resolution: Fixed Axis2 server responds with Http 200 instead of 202 for the request

[jira] Created: (AXIS2-3585) axis2-wsdl2code ignores packageName in execution group

2008-03-10 Thread JIRA
axis2-wsdl2code ignores packageName in execution group --- Key: AXIS2-3585 URL: https://issues.apache.org/jira/browse/AXIS2-3585 Project: Axis 2.0 (Axis2) Issue Type: Bug

[jira] Created: (AXIS2-3586) ServiceDescriptionImpl always creates URL for WSDL

2008-03-10 Thread Dustin Amrhein (JIRA)
ServiceDescriptionImpl always creates URL for WSDL -- Key: AXIS2-3586 URL: https://issues.apache.org/jira/browse/AXIS2-3586 Project: Axis 2.0 (Axis2) Issue Type: Bug Components:

[jira] Resolved: (AXIS2-3580) Non Blocking Dual Channel fails if MsgContext already had an replyTo Epr set to anonymous

2008-03-10 Thread Brian DePradine (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian DePradine resolved AXIS2-3580. Resolution: Fixed Fix Version/s: nightly 1.4 Non Blocking Dual

[jira] Updated: (AXIS2-3461) Update WS-Addressing unit tests to use XMLUnit

2008-03-10 Thread Brian DePradine (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian DePradine updated AXIS2-3461: --- Priority: Minor (was: Major) I consider this to be a low priority item for the release.

[jira] Created: (AXIS2-3587) Encoded use is not supported incorrect when xmlns:wsdlsoap=http://schemas.xmlsoap.org/wsdl/soap/ in wsdl

2008-03-10 Thread Martin Gainty (JIRA)
Encoded use is not supported incorrect when xmlns:wsdlsoap=http://schemas.xmlsoap.org/wsdl/soap/; in wsdl -- Key: AXIS2-3587 URL:

[jira] Commented: (AXIS2-3152) mvn package failes due to missing dependencies (fix included)

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577001#action_12577001 ] Davanum Srinivas commented on AXIS2-3152: - already fixed. please try latest svn

[jira] Resolved: (AXIS2-3152) mvn package failes due to missing dependencies (fix included)

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3152. - Resolution: Fixed mvn package failes due to missing dependencies (fix included)

[jira] Updated: (AXIS2-3479) The org.apache.axis2.jaxws.sample.MtomSampleTests suite is failing

2008-03-10 Thread Brian DePradine (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian DePradine updated AXIS2-3479: --- Priority: Critical (was: Major) Yes, someone should have a look at this. I just ran it

[jira] Updated: (AXIS2-3148) Endpoint Extension handling bug in WSDL20ToAxisServiceBuilder

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3148: Assignee: Keith Godwin Chapman Endpoint Extension handling bug in

[jira] Resolved: (AXIS2-3146) Axis client fails if http.nonProxyHosts contains * as wildcard

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3146. - Resolution: Fixed Axis client fails if http.nonProxyHosts contains * as wildcard

[jira] Commented: (AXIS2-3146) Axis client fails if http.nonProxyHosts contains * as wildcard

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577003#action_12577003 ] Davanum Srinivas commented on AXIS2-3146: - Fixed in latest svn. Axis client fails

[jira] Commented: (AXIS2-3139) AxisClient creates large number of temporary files that never gets deleted in an appserver environment as long as the server is running

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577006#action_12577006 ] Davanum Srinivas commented on AXIS2-3139: - We've added a plug point for managing

[jira] Resolved: (AXIS2-3132) Validate fails if nonProxyHosts contains wildcard

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3132. - Resolution: Fixed Validate fails if nonProxyHosts contains wildcard

[jira] Commented: (AXIS2-3132) Validate fails if nonProxyHosts contains wildcard

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577007#action_12577007 ] Davanum Srinivas commented on AXIS2-3132: - Fixed in latest svn. Validate fails if

Re: Full SAML scenario

2008-03-10 Thread Plamena Chongova
Hi Nandana, I still have some questions about how the SAML works. I'm interested in how the trust is established between the STS and the other web services, which will use the SAML token. If I want to put my own issuer and the STS is hosted on a different address than the other web services what

[jira] Commented: (AXIS2-3117) SecurityException thrown in util.LoggingControl, when run from an applet

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577010#action_12577010 ] Davanum Srinivas commented on AXIS2-3117: - Fixed in svn revision 635568

[jira] Resolved: (AXIS2-3117) SecurityException thrown in util.LoggingControl, when run from an applet

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3117. - Resolution: Fixed SecurityException thrown in util.LoggingControl, when run from an

[jira] Resolved: (AXIS2-3113) NullPointerException in RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:158)

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3113. - Resolution: Fixed NullPointerException in

[jira] Commented: (AXIS2-3113) NullPointerException in RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:158)

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577011#action_12577011 ] Davanum Srinivas commented on AXIS2-3113: - Already fixed in latest svn.

[jira] Updated: (AXIS2-3588) Handler is not being invoked

2008-03-10 Thread Matthias Gaiser (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Gaiser updated AXIS2-3588: --- Attachment: axis2.xml testLogging.mar The module with the problematic

[jira] Updated: (AXIS2-3073) commons-logging and log4j property files should not be placed at the root of axis2 binary distro

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3073: Fix Version/s: 1.4 commons-logging and log4j property files should not be placed at the

[jira] Updated: (AXIS2-3038) minimal catalina security policy needed

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3038: Fix Version/s: 1.4 minimal catalina security policy needed

[jira] Updated: (AXIS2-2999) Remove one of MEX maven module

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-2999: Fix Version/s: 1.4 Remove one of MEX maven module --

[jira] Resolved: (AXIS2-3005) [7/12/07 9:09:32:923 CEST] 82d122f SRTServletRes W WARNING: Cannot set header. Response already committed. is logged when ever a Axis2 based webservice is called

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3005. - Resolution: Fixed [7/12/07 9:09:32:923 CEST] 82d122f SRTServletRes W WARNING: Cannot

[jira] Commented: (AXIS2-3005) [7/12/07 9:09:32:923 CEST] 82d122f SRTServletRes W WARNING: Cannot set header. Response already committed. is logged when ever a Axis2 based webservice is called

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577022#action_12577022 ] Davanum Srinivas commented on AXIS2-3005: - Please try latest svn or Axis2 1.3

[jira] Created: (AXIS2-3588) Handler is not being invoked

2008-03-10 Thread Matthias Gaiser (JIRA)
Handler is not being invoked Key: AXIS2-3588 URL: https://issues.apache.org/jira/browse/AXIS2-3588 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: modules Affects Versions: 1.3

[jira] Resolved: (AXIS2-3098) WebService deployment failed due to config.getServletContext().getRealPath() returns null in NES6.2

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3098. - Resolution: Fixed WebService deployment failed due to

[jira] Resolved: (AXIS2-3586) ServiceDescriptionImpl always creates URL for WSDL

2008-03-10 Thread Dustin Amrhein (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Amrhein resolved AXIS2-3586. --- Resolution: Fixed Revision 635554 ServiceDescriptionImpl always creates URL for WSDL

[jira] Commented: (AXIS2-3098) WebService deployment failed due to config.getServletContext().getRealPath() returns null in NES6.2

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577019#action_12577019 ] Davanum Srinivas commented on AXIS2-3098: - Fixed in svn revision 635570

[jira] Updated: (AXIS2-2847) Axis2 Webapp contains warning when relayed through validation of Eclipse WTP

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-2847: Fix Version/s: 1.4 Axis2 Webapp contains warning when relayed through validation of

[jira] Commented: (AXIS2-2108) JAXWS support in codegen

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577031#action_12577031 ] Davanum Srinivas commented on AXIS2-2108: - Amila, Does this work? -- dims JAXWS

[jira] Updated: (AXIS2-2108) JAXWS support in codegen

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-2108: Fix Version/s: 1.4 JAXWS support in codegen

[jira] Created: (AXIS2-3589) JAX-WS dependence on ADB

2008-03-10 Thread Brian DePradine (JIRA)
JAX-WS dependence on ADB Key: AXIS2-3589 URL: https://issues.apache.org/jira/browse/AXIS2-3589 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Affects Versions: 1.4 Reporter:

[jira] Commented: (AXIS2-3354) Allow for sharing XSD schemas between services

2008-03-10 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577034#action_12577034 ] Mauro Molinari commented on AXIS2-3354: --- Hi Deepal, so do you mean that if I specify

[jira] Commented: (AXIS2-559) Move JaxMe databinding code into separate module

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577033#action_12577033 ] Davanum Srinivas commented on AXIS2-559: already removed jaxme. thanks, dims Move

[jira] Resolved: (AXIS2-559) Move JaxMe databinding code into separate module

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-559. Resolution: Fixed Move JaxMe databinding code into separate module

[jira] Commented: (AXIS2-3337) Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2008-03-10 Thread Thomas Neerup (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577035#action_12577035 ] Thomas Neerup commented on AXIS2-3337: -- Just for information I use the latest nightly

[jira] Commented: (AXIS2-2923) Unnecessary warning when deploying a service with a custom message receiver

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577026#action_12577026 ] Davanum Srinivas commented on AXIS2-2923: - Already downgraded to debug from info.

[jira] Resolved: (AXIS2-2923) Unnecessary warning when deploying a service with a custom message receiver

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-2923. - Resolution: Fixed Unnecessary warning when deploying a service with a custom message

[jira] Commented: (AXIS2-3560) dispatchable OperationDescription list is incorrect

2008-03-10 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577055#action_12577055 ] Mike Rheinheimer commented on AXIS2-3560: - I believe it is required, since all

[jira] Updated: (AXIS2-3517) java.lang.Exception: org.apache.axis2.databinding.ADBException: Unexpected subelement

2008-03-10 Thread Samuel Emangard (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samuel Emangard updated AXIS2-3517: --- Priority: Critical (was: Major) I updated the priority to critical because he prevents me

[jira] Resolved: (AXIS2-3589) JAX-WS dependence on ADB

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3589. - Resolution: Fixed JAX-WS dependence on ADB

[jira] Commented: (AXIS2-3589) JAX-WS dependence on ADB

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577075#action_12577075 ] Davanum Srinivas commented on AXIS2-3589: - changed the scope to test for adb in svn

[jira] Commented: (AXIS2-3511) Axis doesn't send default values

2008-03-10 Thread Haneef Ali (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577078#action_12577078 ] Haneef Ali commented on AXIS2-3511: --- Hi I'm using axis 2 1.3. I'm using ADB for code

[jira] Resolved: (AXIS2-3587) Encoded use is not supported incorrect when xmlns:wsdlsoap=http://schemas.xmlsoap.org/wsdl/soap/ in wsdl

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3587. - Resolution: Won't Fix Encoded use is not supported incorrect when

[jira] Commented: (AXIS2-3587) Encoded use is not supported incorrect when xmlns:wsdlsoap=http://schemas.xmlsoap.org/wsdl/soap/ in wsdl

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577087#action_12577087 ] Davanum Srinivas commented on AXIS2-3587: - Martin, we don't support rpc encoded

[jira] Commented: (AXIS-2421) incorrect Bean deserialisation - deserialised object's constructor invoked with incorrect argument values - axis seems to confuse types

2008-03-10 Thread Rob Allen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577140#action_12577140 ] Rob Allen commented on AXIS-2421: - This is how we worked around this issue... // got right

RE: [Axsi2] svn commit: r635034 - in /webservices/axis2/trunk/java/modules/kernel: src/org/apache/axis2/transport/http/ProxyConfiguration.java test/org/apache/axis2/transport/http/NonProxyHostTest.jav

2008-03-10 Thread Tom Jordahl
Picked up the methods from Axis 1.x. Axis 1.x code is not all that bad you know :) Amen brother!!! :-) -- Tom Jordahl Axis 1 guy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2008 1:36 PM To: [EMAIL PROTECTED] Subject: svn commit:

Clarification on WSDL2JAVA

2008-03-10 Thread Gauba, Naveen
Hi All I have a method getInfo in my WSDL that does not take any input parameters. The WSDL snippet is pasted below. wsdl:message name=getInfoMessage / wsdl:message name=getInfoResponsewsdl:part name=part1 element=ns2:getInfoResponse //wsdl:message I generated the Client

[jira] Updated: (AXIS2-3568) Wrong SOAP MustUnderstand Handling when using JAX-WS Handler

2008-03-10 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker updated AXIS2-3568: - Attachment: JIRA_3568_MustUnderstand_new.txt Attached is the patch with changes to AxisEngine

[jira] Resolved: (AXIS2-3581) WSDLDefinitionWrapper is not being constructed with the proper Configuration information

2008-03-10 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-3581. --- Resolution: Fixed Committed proposed fix in 635679 WSDLDefinitionWrapper is not being

[jira] Updated: (AXIS2-3590) Support for XmlJavaTypeAdapter

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3590: Attachment: java_first_jaxws.zip Support for XmlJavaTypeAdapter

[jira] Assigned: (AXIS2-3590) Support for XmlJavaTypeAdapter

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas reassigned AXIS2-3590: --- Assignee: Rich Scheuerle Support for XmlJavaTypeAdapter

[jira] Created: (AXIS2-3590) Support for XmlJavaTypeAdapter

2008-03-10 Thread Davanum Srinivas (JIRA)
Support for XmlJavaTypeAdapter -- Key: AXIS2-3590 URL: https://issues.apache.org/jira/browse/AXIS2-3590 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Reporter: Davanum Srinivas

[jira] Resolved: (AXIS2-3537) 'org.apache.maven.plugins:maven-antrun-plugin' does not exist or no valid version could be found

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3537. - Resolution: Fixed 'org.apache.maven.plugins:maven-antrun-plugin' does not exist or no

[jira] Commented: (AXIS2-3537) 'org.apache.maven.plugins:maven-antrun-plugin' does not exist or no valid version could be found

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577291#action_12577291 ] Davanum Srinivas commented on AXIS2-3537: - please try latest trunk

[jira] Commented: (AXIS2-3515) restore previously commented JAXWS tests

2008-03-10 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577292#action_12577292 ] Davanum Srinivas commented on AXIS2-3515: - In jaxws-integration/pom.xml the

[jira] Commented: (AXIS2-3354) Allow for sharing XSD schemas between services

2008-03-10 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577304#action_12577304 ] Deepal Jayasinghe commented on AXIS2-3354: -- Nope , if you give an absolute URL