did you copy axis2-1.2.jar into your CLASSPATH http://mirrors.ibiblio.org/pub/mirrors/maven/org.apache.axis2/jars/axis2-1.2.jar
? Martin ______________________________________________ Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de déni et de confidentialité This message is confidential. If you should not be the intended receiver, then we ask politely to report. Each unauthorized forwarding or manufacturing of a copy is inadmissible. This message serves only for the exchange of information and has no legal binding effect. Due to the easy manipulation of emails we cannot take responsibility over the the contents. Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant 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: [email protected] > To: [email protected] > > 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: > > <!-- BEGIN :: JAVAEE6 SNAPSHOT API --> <dependency> > <groupId>javax.javaee</groupId> <artifactId>javaee</artifactId> > <version>6.0-alpha-2-SNAPSHOT</version> <scope>provided</scope> > </dependency> <!-- END :: JAVAEE6 SNAPSHOT API --> > > <!-- BEGIN :: JSF-RI Dependencies, beta 2.0 --> <dependency> > <groupId>com.sun.faces</groupId> <artifactId>jsf-api</artifactId> > <version>2.0.0-b09</version> <scope>provided</scope> > </dependency> <dependency> > <groupId>com.sun.faces</groupId> > <artifactId>jsf-impl</artifactId> <version>2.0.0-b09</version> > <scope>provided</scope> </dependency> <!-- END :: JSF-RI > Dependencies, beta 2.0 --> > > <!-- BEGIN :: EJB API Dependency, 10.0 SNAPSHOT --> > <dependency> <groupId>javax.ejb</groupId> > <artifactId>ejb-api-3.1-alpha</artifactId> > <version>10.0-SNAPSHOT</version> <scope>provided</scope> > </dependency> <!-- END :: EJB API Dependency, 10.0 SNAPSHOT --> > > Still I am unable to use the annotation @WebServlet, so what is missing? > > Thanks. _________________________________________________________________ Quick access to your favorite MSN content and Windows Live with Internet Explorer 8. http://ie8.msn.com/microsoft/internet-explorer-8/en-us/ie8.aspx?ocid=B037MSN55C0701A
