[jboss-user] [Spring Integration] - Webapp deployment problem

Adrien Ruffie do-not-reply at jboss.com
Wed Apr 14 08:29:57 EDT 2010


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&containerType=14&container=2082]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100414/9033ba2b/attachment.html 


More information about the jboss-user mailing list