[jboss-user] [JBoss/Spring Integration] - Re: help on jboss spring integration

alesj do-not-reply at jboss.com
Tue Nov 18 04:55:52 EST 2008


"mattlf" wrote : Maybe there should not be a dot in the version number MYPROJECT-JAR-1.0.spring ?
  | 
I doubt that dot is the cause.

How does your application.xml look like?
Perhaps you need to declare .spring jar as apps module:
(pseudo code, as it's been a while since I've done some real .ear)

  | <app>
  |    <module>
  |       <jar>MYPROJECT-JAR-1.0.spring</jar>
  |    </module>
  | </app>
  | 

And you don't need to package spring jar with your app,
it's already part of SpringDeployer.

btw: try testing SpringDeployer, by deploying simple jboss-spring.xml 
directly into deploy directory.

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

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



More information about the jboss-user mailing list