Re: JavaEE 6 dependencies

2009-04-13 Thread Gabriel David Guerrero Issa
Hi Paulo, I think what you need is something like this , I use the Jee5 webservice annotations , I use jboss you need to replace that part for the libs of your server, the websersive annotation comes from jsr181-api , I guess for jee6 you need the latest version of that and the rest of th

Re: JavaEE 6 dependencies

2009-04-13 Thread Paulo Cesar Reis
Hi Karlz, Thanks for the answer. Yes, I can understand that for web-services, but I am trying to create a Servlet using annotation (like we can see on this page http://java.dzone.com/articles/an-overview-servlet-30). So that's my point, why the need of axis2 to create a Servlet? (not a web-servic

Re: JavaEE 6 dependencies

2009-04-13 Thread Karl Heinz Marbaise
Hi Paulo, No, I didn't do that. Why do I need axis2? I thought this feature was implemented directly in JAVA EE 6 without any 3rd party libraries for that. The interface ((Java API for XML-Based Web Services 2.0) is part of the API of Sun but not the implementation which is needed to use it in

Re: JavaEE 6 dependencies

2009-04-13 Thread Paulo Cesar Reis
nt donné que les email peuvent > facilement être sujets à la manipulation, nous ne pouvons accepter aucune > responsabilité pour le contenu fourni. > > > > > > >> Date: Mon, 13 Apr 2009 10:46:20 -0300 >> Subject: JavaEE 6 dependencies >> From: casmei...@g

RE: JavaEE 6 dependencies

2009-04-13 Thread Martin Gainty
t facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 13 Apr 2009 10:46:20 -0300 > Subject: JavaEE 6 dependencies > From: casmei...@gmail.com > To: users@maven.apache.org > > Hi all, > > I¹m try

JavaEE 6 dependencies

2009-04-13 Thread Paulo Cesar Reis
Hi all, I¹m trying to create a maven2 project to try the new features present on javaEE 6. My project already has the follow dependencies: javax.javaeejavaee 6.0-alpha-2-SNAPSHOTprovided com.sun.facesjsf-api 2.0.0-b09