[jboss-user] [JBoss/Spring Integration] - Re: Spring in Jboss

marius.bogoevici do-not-reply at jboss.com
Tue Mar 31 11:08:31 EDT 2009


A few hints:

1) If you're running a web application using Spring in JBoss, you won't need the Spring Deployer. So, just go ahead and deploy your application as a regular web-app.

2) The fact that the taglibs are not recognized won't be solved by using the Spring deployer. The jars in /server/default/lib won't be scanned for tag definitions automatically (the classes, however, will be found). You can either place the jars in your WEB-INF/lib directory of your Jar, or set them correspondingly in jboss-web.deployer.

3) for org.springframework.web.context.ContextLoaderListener you will also need to have spring-web.jar on your classpath.

Hope that helps,
Marius

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222376#4222376

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222376



More information about the jboss-user mailing list