"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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to