[jira] Resolved: (AXIS2-4660) Java2WSDL Does Not Produce Error Message for Invalid Parameters

2010-03-22 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4660. Resolution: Fixed Fix Version/s: 1.6 Added a syntax check for the p2n option. > Jav

Re: Need help generating code from a WSDL

2010-03-22 Thread Frank Serkland
Here is my WSDL. There is no xsd because this WSDL was generated by the Axis2 Service Archiver plugin for Eclipse. - http://schemas.xmlsoap.org/wsdl/"; xmlns:ns1="http://org.apache.axis2/xsd"; xmlns:ns=" http://ws.training.sansa.com"; xmlns:wsaw=" http://www.w3.org/2006/05/addressing/wsdl"; xm

[jira] Assigned: (AXIS2-4660) Java2WSDL Does Not Produce Error Message for Invalid Parameters

2010-03-22 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned AXIS2-4660: -- Assignee: Andreas Veithen > Java2WSDL Does Not Produce Error Message for Invalid Parame

RE: Need help generating code from a WSDL

2010-03-22 Thread Martin Gainty
WSDL2Java works for datatypes which have a 1:1 relationship between Axis (XSD) Simple DataType and Java datatype e.g. xsd:String <--> java.lang.String any XSD simple Type entity which does NOT have a one to one mapping to a Java primitive datatype will gack WSDL2Java if you post the wsdl (and

[jira] Resolved: (AXIS2-4659) PolicyReference processing in Module Builder

2010-03-22 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4659. Resolution: Fixed Fix Version/s: 1.6 Applied your patch. Thanks for pointing this ou

[jira] Assigned: (AXIS2-4659) PolicyReference processing in Module Builder

2010-03-22 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned AXIS2-4659: -- Assignee: Andreas Veithen > PolicyReference processing in Module Builder >

[jira] Updated: (AXIS2-4659) PolicyReference processing in Module Builder

2010-03-22 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4659: --- Affects Version/s: (was: 1.6) > PolicyReference processing in Module Builder > --

Need help generating code from a WSDL

2010-03-22 Thread Frank Serkland
I am trying to create code from a WSDL using the Eclipse plugin tools, and I am getting this message: "An error occurred while completing process -java.lang.reflect.InvocationTargetException". I did a Google search, and one of the results suggested downloading a fresh copy of Eclipse, which I did,

Re: [GSOC proposal ] Integration of Axis2 with Free Pastry

2010-03-22 Thread shelan Perera
Hi, Thank you for the valuable feedback given. First of all you need to learn about the Axis2 transports api and Axis2 > client API. > The first phase of the project should be the development of transport for the peer to peer overlay of free pastry.I am enhancing knowledge on the areas of Axis2

[jira] Created: (AXIS2-4661) Findbugs Warnings

2010-03-22 Thread Marco Tulio Valente (JIRA)
Findbugs Warnings - Key: AXIS2-4661 URL: https://issues.apache.org/jira/browse/AXIS2-4661 Project: Axis2 Issue Type: Bug Affects Versions: 1.5.1 Reporter: Marco Tulio Valente Priority: Minor Dear

[jira] Created: (AXIS-2825) Findbugs Warnings

2010-03-22 Thread Marco Tulio Valente (JIRA)
Findbugs Warnings - Key: AXIS-2825 URL: https://issues.apache.org/jira/browse/AXIS-2825 Project: Axis Issue Type: Bug Reporter: Marco Tulio Valente Priority: Minor Fix For: 1.5 Dear all,

[jira] Created: (AXIS2-4660) Java2WSDL Does Not Produce Error Message for Invalid Parameters

2010-03-22 Thread Vy Ho (JIRA)
Java2WSDL Does Not Produce Error Message for Invalid Parameters --- Key: AXIS2-4660 URL: https://issues.apache.org/jira/browse/AXIS2-4660 Project: Axis2 Issue Type: Bug Co

[jira] Updated: (AXIS2-4659) PolicyReference processing in Module Builder

2010-03-22 Thread Sidath Dissanayake (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sidath Dissanayake updated AXIS2-4659: -- Attachment: ModuleBuilder-patch.txt > PolicyReference processing in Module Builder > --

[jira] Created: (AXIS2-4659) PolicyReference processing in Module Builder

2010-03-22 Thread Sidath Dissanayake (JIRA)
PolicyReference processing in Module Builder Key: AXIS2-4659 URL: https://issues.apache.org/jira/browse/AXIS2-4659 Project: Axis2 Issue Type: Bug Components: kernel Affects Versions:

Performance Issue: Axis2's JAXBUtils recreating a JAXBContext on each call.

2010-03-22 Thread Victor Rentea
Hello everyone! I'm using IBM Websphere with Axis2 1.5.1, and I ran into a performance problem: a request to an JAXWS endpoint took approx 1000 ms to complete. After investigating, I found out that the problem is in the JAXBContext: it did not managed to cache the JAXBContexts successfully. I use