[jira] [Updated] (AXIS2-4985) NullPointerException in axis2-aar-maven-plugin if no fileSet is specified

2011-05-27 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga updated AXIS2-4985: -- Assignee: Sagara Gunathunga > NullPointerException in axis2-aar-maven-plugin if no fil

[jira] [Resolved] (AXIS2-4985) NullPointerException in axis2-aar-maven-plugin if no fileSet is specified

2011-05-27 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-4985. --- Resolution: Cannot Reproduce Fix Version/s: 1.5.4 1.6.0

Re: Custom exceptions in axis2

2011-05-27 Thread Denise Wu
Hi. That's what I did but it is always returning and AxisFault exception. On Fri, May 27, 2011 at 6:42 AM, swapna soni wrote: > Hi, > >  You can catch a custom Exception in your service and from there throw you > custom exception. > > Thanks, > Swapna Soni. > > -Original Message- > From:

RE: Custom exceptions in axis2

2011-05-27 Thread swapna soni
Hi, Can you please send me your piece of code. So that I can quickly look at it. Thanks, Swapna Soni. -Original Message- From: Denise Wu [mailto:[email protected]] Sent: Friday, May 27, 2011 1:54 PM To: [email protected] Cc: [email protected] Subject: Re: Custom exc

Re: Custom exceptions in axis2

2011-05-27 Thread Amarnath Reddy
Yes swapna dats right...define a userdefined exception class...throw that exception obj in ur service method and dat service method should throws the same exception object.// On Fri, May 27, 2011 at 11:12 AM, swapna soni wrote: > Hi, > > You can catch a custom Exception in your service and from

[jira] [Commented] (AXIS2-4457) Maven Aar plugin causes Cobertura plugin fails

2011-05-27 Thread Sagara Gunathunga (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13040151#comment-13040151 ] Sagara Gunathunga commented on AXIS2-4457: --- I was able to generate cobertura re

Re: Custom exceptions in axis2

2011-05-27 Thread Sagara Gunathunga
Please look at the faulthandling sample available on Axis2 binary distribution. Thanks ! On Fri, May 27, 2011 at 1:54 PM, Denise Wu wrote: > Hi. > > That's what I did but it is always returning and AxisFault exception. > > On Fri, May 27, 2011 at 6:42 AM, swapna soni wrote: >> Hi, >> >>  You ca

Re: MIME Headers - Parsing Issues- AXIS2

2011-05-27 Thread Anil Atyam
Thanks Andreas. I wanted to propose the following after reading specifications from RFC2045 to RFC2049. I thought the proposed parsing algorithm supplements existing parsing process. You being the programmer or AXIS2, you and your team have highest authority to make a final call on this. This is a

[jira] [Reopened] (AXIS2-4944) Improve Axis2 local transport to work with Apache Synapse's nhttp transport

2011-05-27 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reopened AXIS2-4944: There is an issue with this change. LocalResponder#handleResponse incorrectly sets serverSide=

[jira] [Commented] (AXIS2-5043) Add a TransportListener to the Axis2 Local transport

2011-05-27 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13040468#comment-13040468 ] Andreas Veithen commented on AXIS2-5043: Confirmed. For the Echo service deployed