Adrien Ruffie [
http://community.jboss.org/people/adryen31200] replied to the discussion
"Webapp deployment problem"
To view the discussion, visit:
http://community.jboss.org/message/537393#537393
--------------------------------------------------------------
Ok now it's work correctly :-)
The last error was corrected by pom exclusion:
<dependency>
<groupId>org.ow2.dragon</groupId>
<artifactId>dragon-uddi-ws</artifactId>
<version>1.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_2.5_spec</artifactId>
</exclusion>
</exclusions>
</dependency>
Because geronimo-servlet_2.5_spec.jar wasn't necessary (in Jboss-5.1.0.GA/common/lib,
servlet-api.jar is already present)
Thank you very much, Ales for your help :-)
Best regards,
Adrien
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/537393#537393]
Start a new discussion in Spring Integration at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]