[jira] [Commented] (AXIS2-5506) useOriginalwsdl + service exceptions = NullPointerException

2013-05-05 Thread Kishanthan Thangarajah (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649290#comment-13649290 ] Kishanthan Thangarajah commented on AXIS2-5506: --- Can you add sample wsdl to

[jira] [Updated] (AXIS2-5395) BigDecimal converted as double in ConverterUtil

2013-05-05 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka updated AXIS2-5395: --- Fix Version/s: 1.7.0 > BigDecimal converted as double in ConverterUtil >

[jira] [Commented] (AXIS2-5395) BigDecimal converted as double in ConverterUtil

2013-05-05 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649292#comment-13649292 ] Shameera Rathnayaka commented on AXIS2-5395: Merged r1343543 to 1.6 branch, (R

[jira] [Resolved] (AXIS2-5395) BigDecimal converted as double in ConverterUtil

2013-05-05 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka resolved AXIS2-5395. Resolution: Fixed > BigDecimal converted as double in ConverterUtil > -

[jira] [Updated] (AXIS2-5331) Handling BigDecimals data in ADB

2013-05-05 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka updated AXIS2-5331: --- Fix Version/s: 1.6.3 > Handling BigDecimals data in ADB > ---

[jira] [Created] (AXIS2-5520) Extend the usage of hiddenService parameter to hide service from listServices

2013-05-05 Thread Kishanthan Thangarajah (JIRA)
Kishanthan Thangarajah created AXIS2-5520: - Summary: Extend the usage of hiddenService parameter to hide service from listServices Key: AXIS2-5520 URL: https://issues.apache.org/jira/browse/AXIS2-5520

[jira] [Commented] (AXIS2-4221) Axis2 should throw a meaningful fault if SOAP body is missing

2013-05-05 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649303#comment-13649303 ] Shameera Rathnayaka commented on AXIS2-4221: According to the SOAP 1.1 and S

[jira] [Commented] (AXIS2-4630) ADB generates code that doesn't compile when WSDL has abstract types.

2013-05-05 Thread Kishanthan Thangarajah (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649323#comment-13649323 ] Kishanthan Thangarajah commented on AXIS2-4630: --- This is same as AXIS2-4117.

[jira] [Commented] (AXIS2-5515) ObjectSuplier doesn't provide a way to instantiate object in runtime which is not a POJO.

2013-05-05 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649324#comment-13649324 ] Andreas Veithen commented on AXIS2-5515: Enum, Map and List are mapped to schema s

[jira] [Commented] (AXIS2-5497) Occasional End of Stream but boundary not found using MTOM

2013-05-05 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649342#comment-13649342 ] Andreas Veithen commented on AXIS2-5497: Between 1.2.12 and 1.2.13 the MIME parsin

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Deepal Jayasinghe
> Author: shameera > Date: Sun May 5 14:33:41 2013 > New Revision: 1479332 > > URL: http://svn.apache.org/r1479332 > Log: > Fixed AXIS2-4221, check for soap body after build soap envelop > > Modified: > > axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Shameera Rathnayaka
Hi Deepal, I have pointed out the relevant part of specs, Please have a look. SOAP 1.1 - http://www.w3.org/TR/2000/NOTE-SOAP-2508/#_Toc478383494 SOAP 1.2 - http://www.w3.org/TR/2007/REC-soap12-part1-20070427/#soapenv Regards, Shameera. On Sun, May 5, 2013 at 8:16 PM, Deepal Jayasinghe wrote

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Andreas Veithen
Normally (if the incoming message is a SOAP message), at the time this method is called, only the SOAPEnvelope object has been instantiated by Axiom. Calling SOAPEnvelope#getBody() will force Axiom to build the entire SOAP header. I'm not sure it is desirable to do that at this early stage. Probabl

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Deepal jayasinghe
Good point, if that is the cases then it violates the whole point of deferred building. Because we prefer to build the full message only at the MessageReceiver. At which point does this get called ? Deepal > Normally (if the incoming message is a SOAP message), at the time this > method is called

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Deepal jayasinghe
Thank you. Could you please change the message to be "SOAP body is missing or something" and "SOAP" has to be upper case I guess. Deepal > Hi Deepal, > > I have pointed out the relevant part of specs, Please have a look. > > SOAP 1.1 - > http://www.w3.org/TR/2000/NOTE-SOAP-2508/#_Toc478383

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Shameera Rathnayaka
On Sun, May 5, 2013 at 8:32 PM, Deepal jayasinghe wrote: > Good point, if that is the cases then it violates the whole point of > deferred building. Because we prefer to build the full message only at > the MessageReceiver. > > At which point does this get called ? > Soon after builder build the

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Shameera Rathnayaka
On Sun, May 5, 2013 at 8:37 PM, Deepal jayasinghe wrote: > Could you please change the message to be "SOAP body is missing or > something" and "SOAP" has to be upper case I guess. > sure, will shift the this check to MessageReceiver level and modify the message. Regards, shameera. > > Deepa

Re: svn commit: r1479332 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java

2013-05-05 Thread Deepal jayasinghe
On 5/5/2013 11:16 AM, Shameera Rathnayaka wrote: > > > > On Sun, May 5, 2013 at 8:32 PM, Deepal jayasinghe > wrote: > > Good point, if that is the cases then it violates the whole point of > deferred building. Because we prefer to build the full message only at >

[jira] [Resolved] (AXIS2-4221) Axis2 should throw a meaningful fault if SOAP body is missing

2013-05-05 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka resolved AXIS2-4221. Resolution: Fixed Fix Version/s: 1.6.3 1.7.0 applied patc