[jira] [Resolved] (AXIS2-5279) WSDL customization API for Axis2 and stabilize WSDL 2.0 features

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara G

Jenkins build is back to normal : Axis2 #1735

2012-08-24 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org

Jenkins build is back to normal : Axis2 » Apache Axis2 - JSON #1735

2012-08-24 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org

[jira] [Resolved] (AXIS2-5382) How to consume webservices using java client side [axis2]

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara G

[jira] [Resolved] (AXIS2-5386) org.apache.axis2.AxisFault: Transport error: 407 Error: Proxy Authentication Required ( The ISA Server..

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara G

[jira] [Resolved] (AXIS2-3108) Broken WSDL for operations added by modules

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara G

[jira] [Commented] (AXIS2-5240) Provide an API/mechanism for setting parameters for run-time Java2WSDL generation.

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara Gunathunga

[jira] [Resolved] (AXIS2-5240) Provide an API/mechanism for setting parameters for run-time Java2WSDL generation.

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara G

[jira] [Resolved] (AXIS2-3653) customization of dynamic WSDL creation

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara G

[jira] [Resolved] (AXIS2-3492) WSDLSupplier configuration and/or check is not proper/obvious

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara G

[jira] [Commented] (AXIS2-3492) WSDLSupplier configuration and/or check is not proper/obvious

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara Gunathunga

[jira] [Created] (AXIS2-5398) Docmantation for WSDL customization and WSDLSupplier configuration changes.

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara Gu

[jira] [Commented] (AXIS2-5279) WSDL customization API for Axis2 and stabilize WSDL 2.0 features

2012-08-24 Thread Sagara Gunathunga (JIRA)
Sagara Gunathunga

Re: svn commit: r1377209 - in /axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/impl: GsonXMLStreamReader.java GsonXMLStreamWriter.java JSONMessageHandler.java

2012-08-24 Thread Shameera Rathnayaka
On Sat, Aug 25, 2012 at 10:17 AM, Sagara Gunathunga < sagara.gunathu...@gmail.com> wrote: > Shameera, > > Please make sure your patches can be build on JDK5 I have noticed > build failures few times. > Sure noted. I think this is because with JDK 5 it is not allowed to add override notation to me

Fwd: svn commit: r1377209 - in /axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/impl: GsonXMLStreamReader.java GsonXMLStreamWriter.java JSONMessageHandler.java

2012-08-24 Thread Sagara Gunathunga
Shameera, Please make sure your patches can be build on JDK5 I have noticed build failures few times. Thanks ! -- Forwarded message -- From: Date: Sat, Aug 25, 2012 at 10:11 AM Subject: svn commit: r1377209 - in /axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/jso

Build failed in Jenkins: Axis2 #1734

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 8876 lines...] [ERROR] :[286,5] method does not override a method from its

Build failed in Jenkins: Axis2 » Apache Axis2 - JSON #1734

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 116 lines...] [ERROR] :[276,5] method

Build failed in Jenkins: Axis2 #1733

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 8874 lines...] [ERROR] :[291,5] method does not override a method from its

Build failed in Jenkins: Axis2 » Apache Axis2 - JSON #1733

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 116 lines...] [ERROR] :[281,5] method

Build failed in Jenkins: Axis2 #1732

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 8894 lines...] [ERROR] :[286,5] method does not override a method from its s

Build failed in Jenkins: Axis2 » Apache Axis2 - JSON #1732

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 117 lines...] [ERROR] :[276,5] method d

Build failed in Jenkins: Axis2 #1731

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 8871 lines...] [ERROR] :[291,5] method does not override a method from its

Build failed in Jenkins: Axis2 » Apache Axis2 - JSON #1731

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 116 lines...] [ERROR] :[281,5] method

Build failed in Jenkins: Axis2 #1730

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 9033 lines...] [ERROR] :[291,5] method does not override a method from its

Build failed in Jenkins: Axis2 » Apache Axis2 - JSON #1730

2012-08-24 Thread Apache Jenkins Server
See -- [...truncated 116 lines...] [ERROR] :[281,5] method

[jira] [Work started] (RAMPART-358) Possible NullPointerException in RampartEngine.isSecurityFault(RampartMessageData)

2012-08-24 Thread Andreas Veithen (JIRA)
Andreas Veithen

[jira] [Assigned] (RAMPART-358) Possible NullPointerException in RampartEngine.isSecurityFault(RampartMessageData)

2012-08-24 Thread Andreas Veithen (JIRA)
Andreas

Re: NullPointerException in isSecurityFault method

2012-08-24 Thread Andreas Veithen
There are two problems here: 1. faultcode is expected to be an xsd:QName. In your case it is not. Therefore the service is not SOAP compliant. 2. OMElement#getTextAsQName() may return null. That behavior is documented, and as noted in RAMPART-358, Rampart should take that into account. Andreas O

NullPointerException in isSecurityFault method

2012-08-24 Thread Onur Ulusu (Garanti Teknoloji)
Hi, We have same problem mentioned below, getTextAsQName() method returns null in our example, so we are getting nullPointerException from isSecurityFault() method. faultCode variable returned from service is "{HATA KODU:}K060" in our case. We are using Rampart version 1.6.2 in our project. I

Build failed in Jenkins: Axis2 #1729

2012-08-24 Thread Apache Jenkins Server
See Changes: [amilas] applied the patch for AXIS2-5362 -- [...truncated 8895 lines...] [ERROR]

Build failed in Jenkins: Axis2 » Apache Axis2 - JSON #1729

2012-08-24 Thread Apache Jenkins Server
See Changes: [amilas] applied the patch for AXIS2-5362 -- [...truncated 116 lines...] [ERROR]