Please do. It saves a lot of pain and time trying to make it work. (Well, it won't really work).
Kind Regards Urso 2011/2/22 ant elder <antel...@apache.org> > We've not done anything about this yet so unless anyone says otherwise > i'm going to move the jaxws versions of the WS binding out to contrib. > > I still think it would be good to have the version that works with > just Java and no other dependencies but until we have that working > more completely or someone working on it then it seems better to not > be confusing users like this. > > ...ant > > ---------- Forwarded message ---------- > From: Urso Wieske <uwie...@gmail.com> > Date: Mon, Jan 17, 2011 at 7:20 PM > Subject: Re: Callback and Tuscany 2.0 Samples > To: u...@tuscany.apache.org, antel...@apache.org > > > Hi Ant, > Well, I suggest to remove JAXWS RI. Some SCA characteristics such as > Callback through binding.ws are not working properly. > I use the maven tuscany plugin in Eclipse to build my projects. (Ease > of use and development) > Kind Regards > Urso > > 2011/1/17 ant elder <ant.el...@gmail.com> > > > > You should be able to use the Axis2 based WS binding with the Tuscany > > plugin instead of the JAXWS RI based one by adding the dependencies as > > follows: > > > > <plugin> > > <groupId>org.apache.tuscany.maven.plugins</groupId> > > <artifactId>maven-tuscany-plugin</artifactId> > > <version>2.0-SNAPSHOT</version> > > <dependencies> > > <dependency> > > <groupId>org.apache.tuscany.sca</groupId> > > > <artifactId>tuscany-binding-ws-runtime-axis2</artifactId> > > <version>2.0-SNAPSHOT</version> > > </dependency> > > <dependency> > > <groupId>org.mortbay.jetty</groupId> > > <artifactId>jetty</artifactId> > > <version>6.1.19</version> > > </dependency> > > </dependencies> > > </plugin> > > > > We need to decide if we want to keep maintaining the JAXWS RI based WS > > binding or drop it and just use the Axis2 based one, its not getting > > updated much these days so is getting out of date, i guess thats a > > discussion for the dev list. > > > > It would be interesting to hear a bit more about how you use the > > Tuscany plugin, you say you use it in Eclipse, could you tell us a bit > > more about what you do? > > > > ...ant >