[jira] [Resolved] (AXIS2-5360) Source code PrettyPrinter not enable by default.

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-5360. --- Resolution: Fixed Fix Version/s: 1.6.3 1.7.0

[jira] [Created] (AXIS2-5360) Source code PrettyPrinter not enable by default.

2012-07-06 Thread Sagara Gunathunga (JIRA)
Sagara Gunathunga created AXIS2-5360: - Summary: Source code PrettyPrinter not enable by default. Key: AXIS2-5360 URL: https://issues.apache.org/jira/browse/AXIS2-5360 Project: Axis2 Issu

[jira] [Resolved] (AXIS2-5357) ADB can't generate codes for XSD which has SimpleContent restricted from a ComplexType.

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-5357. --- Resolution: Fixed Fix Version/s: 1.6.3 > ADB can't generate codes for XSD

[jira] [Commented] (AXIS2-5357) ADB can't generate codes for XSD which has SimpleContent restricted from a ComplexType.

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408565#comment-13408565 ] Sagara Gunathunga commented on AXIS2-5357: --- Fixed in r1358494. Note - I had to

Build failed in Jenkins: Axis2 #1620

2012-07-06 Thread Apache Jenkins Server
See -- Failed to access build log hudson.util.IOException2: remote file operation failed: /home/jenkins/jenkins-slave/workspace/Axis2 at hudson.remoting.Channel@fb46ed1:ubuntu1 at hudson.FilePath.act(Fil

Re: Jenkins build became unstable: Axis2 » Apache Axis2 - JAXWS Integration Tests #1615

2012-07-06 Thread Sagara Gunathunga
Thanks ! On Sat, Jul 7, 2012 at 2:20 AM, Andreas Veithen wrote: > There is some code in axis2-jaxws that in a particular case leads to > the replacement of a SOAPFault by an OMSourcedElement. It turns out > that that only worked because of a bug in Axiom that I fixed > yesterday: the SOAPBody#has

Build failed in Jenkins: Axis2-trunk-java-1.6 #1007

2012-07-06 Thread Apache Jenkins Server
See -- Started by upstream project "neethi-trunk" build number 533 Building remotely on ubuntu2 in workspace Checking out a fresh workspace b

Build failed in Jenkins: Axis2 #1619

2012-07-06 Thread Apache Jenkins Server
See -- Started by upstream project "neethi-trunk" build number 533 Building remotely on ubuntu2 in workspace Checking out a fresh workspace because

Build failed in Jenkins: Axis2 #1618

2012-07-06 Thread Apache Jenkins Server
See -- Started by an SCM change Building remotely on ubuntu2 in workspace Checking out a fresh workspace because doesn't ex

Build failed in Jenkins: Axis2 #1617

2012-07-06 Thread Apache Jenkins Server
See -- Started by user veithen Started by user veithen Building remotely on ubuntu2 in workspace Checking out a fresh workspace because

Re: Version 1.6.2 bug and Version 1.5.6 problem

2012-07-06 Thread Andreas Veithen
On Wed, Jul 4, 2012 at 5:12 PM, Alexandr Bukharin wrote: > Hello > > I am trying to use Axis2 to generate the Java classes and communicate with a > Web Service. Whenever I try to use version 1.6.2 of the software I run into > this bug: > > https://issues.apache.org/jira/browse/AXIS2-5070 > > is th

[jira] [Updated] (RAMPART-381) Rampart Sample 05 is not working

2012-07-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated RAMPART-381: Affects Version/s: (was: 1.6.3) Please note that a bug cannot affect an unreleased ver

Re: Jenkins build became unstable: Axis2 » Apache Axis2 - JAXWS Integration Tests #1615

2012-07-06 Thread Andreas Veithen
There is some code in axis2-jaxws that in a particular case leads to the replacement of a SOAPFault by an OMSourcedElement. It turns out that that only worked because of a bug in Axiom that I fixed yesterday: the SOAPBody#hasFault() implementation attempted to cache the result, but the cached value

Axis2 REST web service

2012-07-06 Thread Jack Sprat
I have a WSDL 1.1 web service with 2 operations. The service was generated with wsdl2java in Axis2 1.6.1. One operation is a simple echo that I am trying to invoke via REST. The echo operation should return the request string in the response. I can access the operation but nothing comes back

[jira] [Updated] (RAMPART-381) Rampart Sample 05 is not working

2012-07-06 Thread Suresh Attanayake (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Attanayake updated RAMPART-381: -- Affects Version/s: (was: 1.6.2) 1.6.3 > Rampart Sample

[jira] [Created] (RAMPART-381) Rampart Sample 05 is not working

2012-07-06 Thread Suresh Attanayake (JIRA)
Suresh Attanayake created RAMPART-381: - Summary: Rampart Sample 05 is not working Key: RAMPART-381 URL: https://issues.apache.org/jira/browse/RAMPART-381 Project: Rampart Issue Type: Bug

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

2012-07-06 Thread Shameera Rathnayaka
Hi devs/Sagara, I have done some background research on how others (jettison, Apache Camal, Apache wink etc) convert XML to JSON format. Here is a summary of that. *Apache camal* Apache camal uses json-lib to convert xml to json and vise-verse[0]

[jira] [Updated] (AXIS2-5270) [GSOC 2012] Improve Json support in Axis2 with google-gson

2012-07-06 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka updated AXIS2-5270: --- Attachment: jsonImpl-1st-approach-sample.diff jsonImpl-1st-approach.di

[jira] [Updated] (AXIS2-5270) [GSOC 2012] Improve Json support in Axis2 with google-gson

2012-07-06 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka updated AXIS2-5270: --- Attachment: (was: jsonImpl_1st-Approach.diff) > [GSOC 2012] Improve Json supp

[jira] [Updated] (AXIS2-5270) [GSOC 2012] Improve Json support in Axis2 with google-gson

2012-07-06 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka updated AXIS2-5270: --- Attachment: (was: jsonImpl_1st-Approach-sample.diff) > [GSOC 2012] Improve Js

[jira] [Commented] (AXIS2-4747) Possible bug when generating code for livebookings wsdl

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407960#comment-13407960 ] Sagara Gunathunga commented on AXIS2-4747: --- Yes following element is not valid.

[jira] [Resolved] (AXIS2-4747) Possible bug when generating code for livebookings wsdl

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-4747. --- Resolution: Invalid > Possible bug when generating code for livebookings wsdl > -

[jira] [Resolved] (AXIS2-5317) import and element within types->schema failing

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-5317. --- Resolution: Cannot Reproduce > import and element within types->schema failing >

[jira] [Commented] (AXIS2-5317) import and element within types->schema failing

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407950#comment-13407950 ] Sagara Gunathunga commented on AXIS2-5317: --- Great to see this kind of well orga

[jira] [Updated] (AXIS2-5359) README.txt doesn't have expected output in few samples.

2012-07-06 Thread Suminda Chamara Silva (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suminda Chamara Silva updated AXIS2-5359: - Attachment: quickstartxmlbeans_README_PATCH.txt quickstartjibx_REA

[jira] [Created] (AXIS2-5359) README.txt doesn't have expected output in few samples.

2012-07-06 Thread Suminda Chamara Silva (JIRA)
Suminda Chamara Silva created AXIS2-5359: Summary: README.txt doesn't have expected output in few samples. Key: AXIS2-5359 URL: https://issues.apache.org/jira/browse/AXIS2-5359 Project: Axis2

[jira] [Resolved] (AXIS2-4734) Issue with schema import in the wsdl file

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-4734. --- Resolution: Incomplete Some of the imported schema still refer to remotely hosted sch

[jira] [Resolved] (AXIS2-5196) Axis2 code generation using ADB fails when an element is assigned a type defined in another schema

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-5196. --- Resolution: Won't Fix ADB does provide in-build support for xpath datatypes, it's req

[jira] [Comment Edited] (RAMPART-380) Axis2/Rampart Secure Conversation Inter-operability With .NET client

2012-07-06 Thread AravindPS (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407906#comment-13407906 ] AravindPS edited comment on RAMPART-380 at 7/6/12 11:38 AM: .

[jira] [Updated] (RAMPART-380) Axis2/Rampart Secure Conversation Inter-operability With .NET client

2012-07-06 Thread AravindPS (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] AravindPS updated RAMPART-380: -- Attachment: Axis2_Log_Axis2-1.6.0_Rampart-1.6.0.txt .Net inter operability > Axis2/Ra

[jira] [Commented] (RAMPART-380) Axis2/Rampart Secure Conversation Inter-operability With .NET client

2012-07-06 Thread AravindPS (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407905#comment-13407905 ] AravindPS commented on RAMPART-380: --- Hi, We deployed the web service in axis2-1.6.0/Ra

[jira] [Created] (AXIS2-5358) ADB should support fractionDigits and whiteSpace restriction Constraints

2012-07-06 Thread Sagara Gunathunga (JIRA)
Sagara Gunathunga created AXIS2-5358: - Summary: ADB should support fractionDigits and whiteSpace restriction Constraints Key: AXIS2-5358 URL: https://issues.apache.org/jira/browse/AXIS2-5358 Proj

[jira] [Commented] (AXIS2-5087) wsdl2java throws NullPointerException

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407899#comment-13407899 ] Sagara Gunathunga commented on AXIS2-5087: --- I can see following SchemaCompilati

[jira] [Resolved] (AXIS2-5087) wsdl2java throws NullPointerException

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-5087. --- Resolution: Not A Problem > wsdl2java throws NullPointerException > -

[jira] [Created] (AXIS2-5357) ADB can't generate codes for XSD which has SimpleContent restricted from a ComplexType.

2012-07-06 Thread Sagara Gunathunga (JIRA)
Sagara Gunathunga created AXIS2-5357: - Summary: ADB can't generate codes for XSD which has SimpleContent restricted from a ComplexType. Key: AXIS2-5357 URL: https://issues.apache.org/jira/browse/AXIS2-5357

[jira] [Updated] (AXIS2-5357) ADB can't generate codes for XSD which has SimpleContent restricted from a ComplexType.

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga updated AXIS2-5357: -- Attachment: SimpleService.wsdl > ADB can't generate codes for XSD which has SimpleC

Build failed in Jenkins: Axis2 » Apache Axis2 - JAXWS Integration Tests #1616

2012-07-06 Thread Apache Jenkins Server
See -- Started by user sagara Building remotely on ubuntu2 in workspace [jaxws-integrati

[jira] [Commented] (RAMPART-380) Axis2/Rampart Secure Conversation Inter-operability With .NET client

2012-07-06 Thread AravindPS (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407831#comment-13407831 ] AravindPS commented on RAMPART-380: --- Hi, We tried to upgrade to Axis2 1.6.2/Rampart 1.

Re: Jenkins build became unstable: Axis2 » Apache Axis2 - JAXWS Integration Tests #1615

2012-07-06 Thread Sagara Gunathunga
Any idea on following test failures ? On Fri, Jul 6, 2012 at 2:03 AM, Apache Jenkins Server wrote: > See > > > > - > To unsubscribe, e-mail: ja

[jira] [Commented] (RAMPART-380) Axis2/Rampart Secure Conversation Inter-operability With .NET client

2012-07-06 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407753#comment-13407753 ] Sagara Gunathunga commented on RAMPART-380: Axis2 1.5.5 / Rampart 1.6.0 are

[jira] [Updated] (RAMPART-380) Axis2/Rampart Secure Conversation Inter-operability With .NET client

2012-07-06 Thread AravindPS (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] AravindPS updated RAMPART-380: -- Attachment: SecureConv.NetInterOperabilityIssue.zip Log files and service configs attached

[jira] [Created] (RAMPART-380) Axis2/Rampart Secure Conversation Inter-operability With .NET client

2012-07-06 Thread AravindPS (JIRA)
AravindPS created RAMPART-380: - Summary: Axis2/Rampart Secure Conversation Inter-operability With .NET client Key: RAMPART-380 URL: https://issues.apache.org/jira/browse/RAMPART-380 Project: Rampart