Hi again, with some help of a teammate, I succeeded to push my sample to GitHub . Meanwhile, comparing with your sample, I just found that I had written @WebService() rather thant @WebService . Removing this parenthesis makes mySample deploy well in TOMEE …
I’m going to test with my real WebService now ☺… Thanks again for your quick answers and help. Bye Robert Cordialement / Best Regards, Robert COUBLANC Robert COUBLANC R&D 3D Experience Platform Cloud Supervision & Web Services Senior Technology Manager Office: +33 1 6162 8541 robert.coubl...@3ds.com<mailto:robert.coubl...@3ds.com> [3DS Logo] 3DS.COM<http://www.3ds.com> Dassault Systèmes | 10 rue Marcel Dassault, CS 40501 | 78946 Vélizy-Villacoublay Cedex | France De : Romain Manni-Bucau [via OpenEJB] [mailto:ml-node+s979440n4659346...@n4.nabble.com] Envoyé : lundi 10 décembre 2012 11:35 À : COUBLANC Robert Objet : Re: TOMEE web service deployment failure. would be perfect if you can commit the project (to let us browse the code online) -> should appear here https://github.com/RobertCoublanc/JAXWSSampleService btw, can you check your conf compare to the example i gave previously please? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2012/12/10 Robert Coublanc <[hidden email]</user/SendEmail.jtp?type=node&node=4659346&i=0>>: > Yes, there are 2 "download" items ( I'm new to github too :), so I perharps > did the wrong way?) > > Cordialement / Best Regards, > > Robert COUBLANC Robert COUBLANC > > R&D 3D Experience Platform Cloud Supervision & Web Services Senior Technology > Manager > > > > > > Office: +33 1 6162 8541 > [hidden email]</user/SendEmail.jtp?type=node&node=4659346&i=1><mailto:[hidden > email]</user/SendEmail.jtp?type=node&node=4659346&i=2>> > > [3DS Logo] > > 3DS.COM<http://www.3ds.com> > > > Dassault Systèmes | 10 rue Marcel Dassault, CS 40501 | 78946 > Vélizy-Villacoublay Cedex | France > > > De : Romain Manni-Bucau [via OpenEJB] [mailto:[hidden > email]</user/SendEmail.jtp?type=node&node=4659346&i=3>] > Envoyé : lundi 10 décembre 2012 11:26 > À : COUBLANC Robert > Objet : Re: TOMEE web service deployment failure. > > you pushed? i only see the readme > > BTW > > > > @WebService > public interface I { > String foo(); > } > > @WebService > public class WS implements I { > public String foo() { > return "ok"; > } > } > > with the following web.xml: > > <web-app xmlns="http://java.sun.com/xml/ns/javaee" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/javaee > http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" > metadata-complete="false" > version="2.5"> > <servlet> > <servlet-name>WS</servlet-name> > <servlet-class>org.WS</servlet-class> > </servlet> > <servlet-mapping> > <servlet-name>WS</servlet-name> > <url-pattern>/ws</url-pattern> > </servlet-mapping> > </web-app> > > works perfectly > > > here the pom FYI:: > > <?xml version="1.0" encoding="UTF-8"?> > <project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > <modelVersion>4.0.0</modelVersion> > > <groupId>ws</groupId> > <artifactId>ws</artifactId> > <version>1.0-SNAPSHOT</version> > <packaging>war</packaging> > > <dependencies> > <dependency> > <groupId>org.apache.openejb</groupId> > <artifactId>javaee-api</artifactId> > <version>6.0-4</version> > <scope>provided</scope> > </dependency> > </dependencies> > > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-war-plugin</artifactId> > <version>2.2</version> > <configuration> > <failOnMissingWebXml>false</failOnMissingWebXml> > </configuration> > </plugin> > <plugin> > <groupId>org.apache.openejb.maven</groupId> > <artifactId>tomee-maven-plugin</artifactId> > <version>1.0.1-SNAPSHOT</version> > <configuration> > <tomeeClassifier>plus</tomeeClassifier> > </configuration> > </plugin> > </plugins> > </build> > </project> > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2012/12/10 Robert Coublanc <[hidden > email]</user/SendEmail.jtp?type=node&node=4659343&i=0>>: >> RobertCoublanc > > ________________________________ > If you reply to this email, your message will be added to the discussion > below: > > NAML<http://openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > > This email and any attachments are intended solely for the use of the > individual or entity to whom it is addressed and may be confidential and/or > privileged. > > If you are not one of the named recipients or have received this email in > error, > > (i) you should not read, disclose, or copy it, > > (ii) please notify sender of your receipt by reply email and delete this > email and all attachments, > > (iii) Dassault Systemes does not accept or assume any liability or > responsibility for any use of or reliance on this email. > > For other languages, go to http://www.3ds.com/terms/email-disclaimer > > > image001.jpg (1K) > <http://openejb.979440.n4.nabble.com/attachment/4659344/0/image001.jpg> > image002.gif (6K) > <http://openejb.979440.n4.nabble.com/attachment/4659344/1/image002.gif> > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/TOMEE-web-service-deployment-failure-tp4659216p4659344.html > Sent from the OpenEJB User mailing list archive at Nabble.com. ________________________________ If you reply to this email, your message will be added to the discussion below: http://openejb.979440.n4.nabble.com/TOMEE-web-service-deployment-failure-tp4659216p4659346.html To unsubscribe from TOMEE web service deployment failure., click here<http://openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4659216&code=Um9iZXJ0LkNPVUJMQU5DQDNkcy5jb218NDY1OTIxNnwtNTEwMTI5NjA4>. NAML<http://openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged. If you are not one of the named recipients or have received this email in error, (i) you should not read, disclose, or copy it, (ii) please notify sender of your receipt by reply email and delete this email and all attachments, (iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email. For other languages, go to http://www.3ds.com/terms/email-disclaimer image003.gif (6K) <http://openejb.979440.n4.nabble.com/attachment/4659358/0/image003.gif> image004.jpg (1K) <http://openejb.979440.n4.nabble.com/attachment/4659358/1/image004.jpg> -- View this message in context: http://openejb.979440.n4.nabble.com/TOMEE-web-service-deployment-failure-tp4659216p4659358.html Sent from the OpenEJB User mailing list archive at Nabble.com.