Re: [Axis2] Build for SVN snapshot at the revision 414289 fails

2006-06-17 Thread Oshani Seneviratne
Hi Mike, I also ran into the same problem after getting a fresh svn checkout and running the create-lib goal. So, as Dims has pointed out earlier in this thread, I added http://ws.zones.apache.org/~dims/maven/ as a Dependency Repository in project.properties. Then the build was sucessful. I

[jira] Updated: (AXIS2-808) Axis2/Woden integration - Reading a WSDL2.0 into Axis2

2006-06-07 Thread Oshani Seneviratne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-808?page=all ] Oshani Seneviratne updated AXIS2-808: - Attachment: WSDLVersionDeterminer.patch This little utility class will determine the version of the WSDL. This is independent of Woden or WSDL4J

Re: [axis2] woden/axis2 interop

2006-06-06 Thread Oshani Seneviratne
Hi,With the help of the core Axis2 dev team, I'm also in the process of implementing the Axis2/Woden integration. At the moment, my efforts are on populating the AxisService once a WSDL2.0 is bundled in a service archive file and deployed on Axis2. There's a class called WSDL20ToAxisServiceBuilder

Re: [axis2] woden/axis2 interop

2006-06-06 Thread Oshani Seneviratne
can you please open a JIRA issue and keep uploading diff's as you progress? Sure - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Updated: (AXIS2-625) Deploying a Javascript service in Axis2

2006-05-01 Thread Oshani Seneviratne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-625?page=all ] Oshani Seneviratne updated AXIS2-625: - Attachment: JavaScriptService.tar.gz This includes all the source code and the js.jar. Deploying a Javascript service in Axis2

Deploying a Javascript (E4X) service in Axis2

2006-04-28 Thread Oshani Seneviratne
available from the same location.I would very much appreciate it if someone could review it and apply the patch at ../axis2/archive/java/scratch/ . Any comments and suggestions for improvements are highly appreciated.Thank you.Regards,Oshani Seneviratne.[1] http://www.ecma-international.org

[jira] Updated: (AXIS2-625) Deploying a Javascript service in Axis2

2006-04-28 Thread Oshani Seneviratne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-625?page=all ] Oshani Seneviratne updated AXIS2-625: - Attachment: JavaScriptService.aar Deploying a Javascript service in Axis2 --- Key: AXIS2-625

[jira] Updated: (AXIS2-625) Deploying a Javascript service in Axis2

2006-04-27 Thread Oshani Seneviratne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-625?page=all ] Oshani Seneviratne updated AXIS2-625: - Attachment: JavaScriptService.patch This patch includes the source code of org.sample.javascript.JavaScriptReceiver

[jira] Created: (AXIS2-625) Deploying a Javascript service in Axis2

2006-04-27 Thread Oshani Seneviratne (JIRA)
Breezy Badger Software platform: JDK 1.5 Reporter: Oshani Seneviratne Priority: Trivial It is now possible to deploy a web service written entirely in javascript on Axis2. When implementing the javascript service, the user will have the option of using E4X syntax, which extends the semantics

[jira] Updated: (AXIS2-627) userguide2.html - incorrect code listings in the documentation

2006-04-27 Thread Oshani Seneviratne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-627?page=all ] Oshani Seneviratne updated AXIS2-627: - Attachment: userguide2.patch This patch would fix this issue. userguide2.html - incorrect code listings in the documentation