Re: throws Exception clause of service method create problem

2007-08-27 Thread Jean-Sebastien Delfino
Radim Kolarik wrote: Hi ant, when is the move to Axis 1.3 planned? Will it make it to the upcoming release? Thanks, Radim Hi Radim, The 0.99 release (which we are currently voting on) uses Axis 1.2. We're just starting to talk on tuscany-dev about cutting the 1.0 release branch around

Re: throws Exception clause of service method create problem

2007-08-24 Thread Nishant Joshi
Hi Ant, I am attaching wsdl for https://issues.apache.org/jira/browse/TUSCANY-1562. actually this wsdl is not generated using Tuscay.I think there is some miscommunication. Attached WSDL was generated using axis2-1.3-RC2 Java2WSDL not using Tuscany. My main problem is the same

throws Exception clause of service method create problem

2007-08-23 Thread Nishant Joshi
Hi All, I am creating a simple programme in which when i declared throws clause in my method, following error is occured, when i try to deploy my war file in to Tomcat. WAR is generated using maven. I have also tried using custom Exception but result is same. Now when i have catch

Re: throws Exception clause of service method create problem

2007-08-23 Thread ant elder
Could you raise a JIRA and attach the WSDL you're using so i can debug it? I know the Axis2 guys have done work in this sort of area for their 1.3release so its likely fixed when we move up to Axis2 1.3. ...ant On 8/23/07, Nishant Joshi [EMAIL PROTECTED] wrote: Hi All, I am creating a

Re: throws Exception clause of service method create problem

2007-08-23 Thread Radim Kolarik
Hi ant, when is the move to Axis 1.3 planned? Will it make it to the upcoming release? Thanks, Radim On 8/23/07, ant elder [EMAIL PROTECTED] wrote: Could you raise a JIRA and attach the WSDL you're using so i can debug it? I know the Axis2 guys have done work in this sort of area for their

Re: throws Exception clause of service method create problem

2007-08-23 Thread ant elder
It wont be in the upcoming 0.99 release, not sure yet about the 1.0 which is currently aiming for late September. User feedback could help decide it, would it be good for you if we used Axis2 1.3? ...ant On 8/23/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi ant, when is the move to Axis

Re: throws Exception clause of service method create problem

2007-08-23 Thread ant elder
TUSCANY-1563 is a duplicate of TUSCANY-1277 which i'm working on right now and hope to have a fix committed for shortly. Attaching the WSDL for the exception problem would be good so we can confirm its fixed in Axis2 1.3 or find some other fix. ...ant On 8/23/07, Nishant Joshi [EMAIL