[jira] Updated: (AXIS2C-1092) Removed unnecessary code comments and added relevant logs in to assertion_builder.c file

2008-04-01 Thread Manoj Pushpakumara (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoj Pushpakumara updated AXIS2C-1092: --- Attachment: assertion_builder.diff Removed unnecessary code comments and added

[jira] Created: (AXIS2C-1092) Removed unnecessary code comments and added relevant logs in to assertion_builder.c file

2008-04-01 Thread Manoj Pushpakumara (JIRA)
Removed unnecessary code comments and added relevant logs in to assertion_builder.c file Key: AXIS2C-1092 URL: https://issues.apache.org/jira/browse/AXIS2C-1092

[jira] Updated: (AXIS2C-1091) Removed unnecessary code comments and formated the all.c code in Neethi

2008-04-01 Thread Manoj Pushpakumara (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoj Pushpakumara updated AXIS2C-1091: --- Attachment: all.diff Removed unnecessary code comments and formated the all.c code

[jira] Created: (AXIS2C-1091) Removed unnecessary code comments and formated the all.c code in Neethi

2008-04-01 Thread Manoj Pushpakumara (JIRA)
Removed unnecessary code comments and formated the all.c code in Neethi --- Key: AXIS2C-1091 URL: https://issues.apache.org/jira/browse/AXIS2C-1091 Project: Axis2-C Issue

Re: GSOC Projects - Deadline extended

2008-04-01 Thread Supun Kamburugamuva
On Tue, Apr 1, 2008 at 2:31 AM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Lets add the CGI module as well. I have added the CGI module to the wiki. Supun.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[jira] Updated: (AXIS2C-1093) Added the relevant logs and formated the code in assertion.c file

2008-04-01 Thread Manoj Pushpakumara (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoj Pushpakumara updated AXIS2C-1093: --- Attachment: assertion.diff Added the relevant logs and formated the code in

[jira] Created: (AXIS2C-1093) Added the relevant logs and formated the code in assertion.c file

2008-04-01 Thread Manoj Pushpakumara (JIRA)
Added the relevant logs and formated the code in assertion.c file -- Key: AXIS2C-1093 URL: https://issues.apache.org/jira/browse/AXIS2C-1093 Project: Axis2-C Issue Type:

[jira] Commented: (AXIS2C-987) Generated adb stubs do not support attributes with namespaces

2008-04-01 Thread Dimuthu Gamage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12584248#action_12584248 ] Dimuthu Gamage commented on AXIS2C-987: --- Hi Bill, I think currently the codegen

[jira] Updated: (AXIS2C-987) Generated adb stubs do not support attributes with namespaces

2008-04-01 Thread Dimuthu Gamage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimuthu Gamage updated AXIS2C-987: -- Attachment: case36_qualified_ns.zip Here is an attached test case where there are namespace

[jira] Resolved: (AXIS2C-987) Generated adb stubs do not support attributes with namespaces

2008-04-01 Thread Dimuthu Gamage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimuthu Gamage resolved AXIS2C-987. --- Resolution: Fixed Already Fixed Generated adb stubs do not support attributes with

[jira] Resolved: (AXIS2C-1090) WSDL2C doesn't handle anyAttribute correctly

2008-04-01 Thread Dimuthu Gamage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimuthu Gamage resolved AXIS2C-1090. Resolution: Fixed Fixed with the svn revision 643517 WSDL2C doesn't handle anyAttribute

[jira] Updated: (AXIS2C-1090) WSDL2C doesn't handle anyAttribute correctly

2008-04-01 Thread Dimuthu Gamage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimuthu Gamage updated AXIS2C-1090: --- Attachment: case35_anyAttribute.zip Fixed. The test cases is attached. WSDL2C doesn't

[jira] Created: (AXIS2C-1094) Updated the coding conventions and added relevant logs to engine.c file in Neethi

2008-04-01 Thread Manoj Pushpakumara (JIRA)
Updated the coding conventions and added relevant logs to engine.c file in Neethi - Key: AXIS2C-1094 URL: https://issues.apache.org/jira/browse/AXIS2C-1094 Project:

[jira] Updated: (AXIS2C-1094) Updated the coding conventions and added relevant logs to engine.c file in Neethi

2008-04-01 Thread Manoj Pushpakumara (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoj Pushpakumara updated AXIS2C-1094: --- Attachment: engine.diff Updated the coding conventions and added relevant logs to

SOAP version in message context

2008-04-01 Thread Kaushalye Kapuruge
Hi Devs, What's the rationale behind having the member axis2_bool_t is_soap_11 in the struct axis2_msg_ctx? I'd rather suggest int soap_version. This is to support the future SOAP versions. May be we can introduce new functions to the API axis2_msg_ctx_set/get_soap_version() and deprecate the

Re: SOAP version in message context

2008-04-01 Thread Deepal jayasinghe
Kaushalye Kapuruge wrote: Hi Devs, What's the rationale behind having the member axis2_bool_t is_soap_11 in the struct axis2_msg_ctx? I'd rather suggest int soap_version. This is to support the future SOAP versions. May be we can introduce new functions to the API

[jira] Updated: (AXIS2-3666) Unable to switch addressing mar on in jaxws-integration tests

2008-04-01 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Rheinheimer updated AXIS2-3666: Attachment: patch.txt Attached patch.txt shows how the addressing mar can be copied for

[jira] Commented: (AXIS2-3666) Unable to switch addressing mar on in jaxws-integration tests

2008-04-01 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12584032#action_12584032 ] Mike Rheinheimer commented on AXIS2-3666: - The attached patch.txt introduced errors

[jira] Created: (AXIS2-3686) Attachments larger than Integer.MAX_VALUE (appr 2.1GB) fails

2008-04-01 Thread Roy Willy Haug (JIRA)
Attachments larger than Integer.MAX_VALUE (appr 2.1GB) fails Key: AXIS2-3686 URL: https://issues.apache.org/jira/browse/AXIS2-3686 Project: Axis 2.0 (Axis2) Issue Type: Bug

[jira] Updated: (AXIS2-3681) wsdl2java -d jaxbri -uw unable to generate non-void web methods

2008-04-01 Thread Federica Ciotti (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Federica Ciotti updated AXIS2-3681: --- Description: I need to generate java artefacts from wsdl. The wsdl is attached and it

[jira] Closed: (AXIS2-3602) NPE in MessageContextBuilder.createFaultEnvelope and SOAP12Constants.SOAP_FAULT_NODE_LOCAL_NAME property set in message context

2008-04-01 Thread Matthias Weber (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weber closed AXIS2-3602. - NPE in MessageContextBuilder.createFaultEnvelope and SOAP12Constants.SOAP_FAULT_NODE_LOCAL_NAME

org.apache.axis2.AxisFault: Transport out has not been set

2008-04-01 Thread mai.sun
Hi all, We're developing a web service client using Axis2 and we use code generator eclipse plugin to generate the client stub. The project compiles but when we try to call the web service we receive an error: org.apache.axis2.AxisFault: Transport out has not been set This error occured before

[jira] Commented: (AXIS2-3662) Can't use JMS transport from axis2.war on WebSphere Application Server 6.1

2008-04-01 Thread Asankha C. Perera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12584054#action_12584054 ] Asankha C. Perera commented on AXIS2-3662: -- The original post above stated that:

RE: org.apache.axis2.AxisFault: Transport out has not been set

2008-04-01 Thread mai.sun
Hi, I have found the problem, just ignore my previous email. Regards, Mai Sun From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 April 2008 11:08 To: axis-dev@ws.apache.org Subject: org.apache.axis2.AxisFault: Transport out has not been set Hi

[jira] Resolved: (AXIS2-3683) AddressingOutHandler may omit wsa:To on 2004/08 despite it being mandatory

2008-04-01 Thread David Illsley (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Illsley resolved AXIS2-3683. -- Resolution: Fixed Fix Version/s: 1.4 Assignee: David Illsley Fixed in r643041

[jira] Created: (AXIS2-3687) Unicode character blocks are not correctly transformed to java code \p{Is...}

2008-04-01 Thread Andreas Weck (JIRA)
Unicode character blocks are not correctly transformed to java code \p{Is...} --- Key: AXIS2-3687 URL: https://issues.apache.org/jira/browse/AXIS2-3687 Project: Axis 2.0

[jira] Created: (AXIS2-3688) java.lang.String.valueOf(param).matches() work not with java.util.Calendar param

2008-04-01 Thread Andreas Weck (JIRA)
java.lang.String.valueOf(param).matches() work not with java.util.Calendar param -- Key: AXIS2-3688 URL: https://issues.apache.org/jira/browse/AXIS2-3688

[jira] Created: (AXIS2-3689) java.lang.String.valueOf(param).matches() work not with boolean param

2008-04-01 Thread Andreas Weck (JIRA)
java.lang.String.valueOf(param).matches() work not with boolean param - Key: AXIS2-3689 URL: https://issues.apache.org/jira/browse/AXIS2-3689 Project: Axis 2.0 (Axis2)

Re: WSDL 2.0 codegeration fails due to Woden assertion

2008-04-01 Thread keith chapman
Hi Lawrence, I found the problem after some investigation. The problem was that I have set reader.setFeature(WSDLReader.FEATURE_VALIDATION, true); Is it possible to perform validation while continuing on error. I tried setting reader.setFeature(WSDLReader.FEATURE_VALIDATION, true);

WLS 10 MP1 - Axis 2 1.3 - BouncyCastle problem

2008-04-01 Thread Simon Nunn
Has anyone else tried WLS 10? I would like to get this fixed as we can't always change the WLS default installation . -Simon From: Simon Nunn [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 8:46 AM To: '[EMAIL PROTECTED]' Subject: RE: WLS 10 MP1 - Axis 2 1.3 - BouncyCastle

Re: FW: Why this wsdl is not valid Wsdl

2008-04-01 Thread WJ Krpelan
Hi, First point is your working WSDL is working fine only because you have all referenced XML-Schemas accessible. (doesnt work with me) Second point is the imported XML-Schema MUST have a different Namespace than the importing XML-Schema. Third point is you should qualify all referenced elements

Re: WSDL 2.0 codegeration fails due to Woden assertion

2008-04-01 Thread Lawrence Mandel
Hi Keith, Can you pass along the code that instantiates a Woden reader and reads a WSDL file? I want to make sure I'm performing the same steps as you because I'm not seeing this failure. Thanks, Lawrence keith chapman [EMAIL PROTECTED] 04/01/2008 09:56 AM Please respond to

[jira] Updated: (AXIS2-3666) Unable to switch addressing mar on in jaxws-integration tests

2008-04-01 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Rheinheimer updated AXIS2-3666: Attachment: patch_643523_643524.txt Attached patch_643523-643524.txt is the final patch

[jira] Resolved: (AXIS2-3666) Unable to switch addressing mar on in jaxws-integration tests

2008-04-01 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Rheinheimer resolved AXIS2-3666. - Resolution: Fixed Assignee: Mike Rheinheimer (was: Brian DePradine) Unable to

[jira] Created: (AXIS2-3690) consolidate server side for doclitwr endpoint

2008-04-01 Thread Mike Rheinheimer (JIRA)
consolidate server side for doclitwr endpoint - Key: AXIS2-3690 URL: https://issues.apache.org/jira/browse/AXIS2-3690 Project: Axis 2.0 (Axis2) Issue Type: Improvement Components: jaxws

[jira] Created: (AXIS2-3691) Add more jaxws-integration tests that use async MEP and/or Addressing

2008-04-01 Thread Mike Rheinheimer (JIRA)
Add more jaxws-integration tests that use async MEP and/or Addressing - Key: AXIS2-3691 URL: https://issues.apache.org/jira/browse/AXIS2-3691 Project: Axis 2.0 (Axis2)

[jira] Created: (AXIS2-3692) axis2-wsdl2code-maven-plugin - java.lang.RuntimeException: JiBX framework jars not in classpath

2008-04-01 Thread Fernando Trujillo (JIRA)
axis2-wsdl2code-maven-plugin - java.lang.RuntimeException: JiBX framework jars not in classpath -- Key: AXIS2-3692 URL:

[jira] Resolved: (AXIS2-3685) org.apache.axis2.transport.jms.JMSListener.stop() doesn't shutdown the thread pool created in start() for JMSMessageReceiver

2008-04-01 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3685. - Resolution: Fixed fixed in svn revision 643676.

Re: WSDL 2.0 codegeration fails due to Woden assertion

2008-04-01 Thread keith chapman
Hi Lawrence, Here is the code that is used to read a WSDL. private Description readInTheWSDLFile(String wsdlURI) throws WSDLException { DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory .newInstance();

[jira] Resolved: (AXIS2-3686) Attachments larger than Integer.MAX_VALUE (appr 2.1GB) fails

2008-04-01 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3686. - Resolution: Fixed looks like the underlying issue in axiom is already fixed. Please try

[Axis2] [1.4] Zero Blockers / RC4 this weekend / Plan for 1.4 Final

2008-04-01 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks, Looks like there are no blockers on the JIRA marked for 1.4 https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=12312460 So, I'll try to cut RC4 this friday and we can roll out the RC's for axiom/xmlschema/neethi

[jira] Created: (AXIS2-3693) JAXWSRIWSDLGenerator needs tool.jar on classpath

2008-04-01 Thread Jarek Gawor (JIRA)
JAXWSRIWSDLGenerator needs tool.jar on classpath Key: AXIS2-3693 URL: https://issues.apache.org/jira/browse/AXIS2-3693 Project: Axis 2.0 (Axis2) Issue Type: Bug Reporter: Jarek

[jira] Updated: (AXIS2-3693) JAXWSRIWSDLGenerator needs tool.jar on classpath

2008-04-01 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor updated AXIS2-3693: --- Component/s: jaxws Fix Version/s: (was: 1.4) Affects Version/s: 1.4