[Axis2][1.0RC3] Unable to locate with a locator the schema referenced at 'xsd1.xsd' ...

2006-04-26 Thread Ali Sadik Kumlali
Hi all, I'm getting the following error when deploying my service on to 1.0RC3 Axis2.war. There was no such problem with 0.95 release. I noticed that WSDL2Java generated xsd0.xsd, xsd1.xsd, xsd2.xsd and AccountServices.wsdl files into repository folder. I guess, this is a new feature, since

Re: [Axis2][1.0RC3] Unable to locate with a locator the schema referenced at 'xsd1.xsd' ...

2006-04-26 Thread Ajith Ranabahu
Hi, We actually found this bug and fixed it. It was caused by the addition of a new capability, loading relative schemas through the aar file On 4/26/06, Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Hi all, I'm getting the following error when deploying my service on to 1.0RC3 Axis2.war. There

Re: [Axis2][1.0RC3] Unable to locate with a locator the schema referenced at 'xsd1.xsd' ...

2006-04-26 Thread Ali Sadik Kumlali
Hi Ajith, Thanks for the quick response. If I didn't miss something, the latest code in SVN causes the same error. Here are what I did: 1) Ran svn update 2) Ran maven clean jar -Dmaven.test.skip=true 3) Ran maven dist-std-bin 4) Generated code from the axis2-std-SNAPSHOT-bin.zip 5) Produced .aar

Re: [Axis2][1.0RC3] Unable to locate with a locator the schema referenced at 'xsd1.xsd' ...

2006-04-26 Thread Davanum Srinivas
Ali, Could u please open a JIRA issue and upload your wsdl/schemas? that you used to generate the service. thanks, dims On 4/26/06, Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Hi Ajith, Thanks for the quick response. If I didn't miss something, the latest code in SVN causes the same error.

Re: [Axis2][1.0RC3] Unable to locate with a locator the schema referenced at 'xsd1.xsd' ...

2006-04-26 Thread Ali Sadik Kumlali
Here it is: http://issues.apache.org/jira/browse/AXIS2-623 Thanks, Ali Sadik Kumlali --- Davanum Srinivas [EMAIL PROTECTED] wrote: Ali, Could u please open a JIRA issue and upload your wsdl/schemas? that you used to generate the service. thanks, dims On 4/26/06, Ali Sadik Kumlali