[jboss-user] [JBoss/Spring Integration] - Re: jboss-spring.xml in ear?

apaeth do-not-reply at jboss.com
Fri Oct 6 08:05:56 EDT 2006


I'm not sure why I didn't think of this sooner, but it seems to work if reference the jboss-spring.xml in the application.xml file...

application.xml

  | <application>
  |    <display-name>Bundled Jars</display-name>
  |     <module>
  |         <ejb>sc_ejb.jar</ejb>
  |     </module>
  |     <module>
  |         <ejb>sc_common.jar</ejb>
  |     </module>
  |     <module>
  |         <ejb>jboss-spring.xml</ejb>
  |     </module>
  | </application>
  | 

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

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



More information about the jboss-user mailing list