[jira] [Updated] (AXIS2-5345) Site generation with maven 3

2012-06-17 Thread Prabhath Suminda (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prabhath Suminda updated AXIS2-5345: Attachment: site.patch This patch simply replaces maven site plugin 2.2.1 with maven site p

[jira] [Created] (AXIS2-5345) Site generation with maven 3

2012-06-17 Thread Prabhath Suminda (JIRA)
Prabhath Suminda created AXIS2-5345: --- Summary: Site generation with maven 3 Key: AXIS2-5345 URL: https://issues.apache.org/jira/browse/AXIS2-5345 Project: Axis2 Issue Type: Bug Env

[jira] [Assigned] (AXIS2-5335) Test cases for XMLSchema usage

2012-06-17 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga reassigned AXIS2-5335: - Assignee: Prabhath Suminda > Test cases for XMLSchema usage > ---

Re: AXIS2 WSP support

2012-06-17 Thread Weilan Wu
A quick question, where should client-key.jks be copied to? I was able to deploy the service, and when i tried 'ant run' under client folder, it gives the following error: [java] Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorith

RE: AXIS2 WSP support

2012-06-17 Thread Martin Gainty
what are the PROTOCOL parameters set to in axis2.xml for transportSender and transportReceiver HTTP/1.1 what is the class declaration for transportReceiver e.g. ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de con

Re: [GSOC 2012] Improve Json support in Axis2 with google-gson, [Part-2]

2012-06-17 Thread Shameera Rathnayaka
Hi devs , I could able to implement GsonXMLStreamReader successfully. Now i can pass JSON object and get relevant XML infoset, according to the given JSON object. And i could able to get OMElement using this. I used StAXOMBuilder API to get the OMElement. here is the code segment i uses. *XMLStre