[jboss-user] [JBoss/Spring Integration] - SpringDeployer EnhancedSuffixOrder

diippi do-not-reply at jboss.com
Wed Mar 14 09:02:58 EDT 2007


I am using spring deployer to deploy my spring beans , archived as abc.spring and specified in application.xml as follows :
< module>
< ejb>spring/abc.spring
</ module>

The spring beans do a jndi lookup for hibernate session factory deployed as a har file which is specified in jboss-app.xml as follows :
< module>
< har>har/xyz.har
</ module>

Problem is that spring deployment happens before the har deployment (application.xml before jboss-app.xml) and so it fails .
Is there any way I can force the har deployment before the spring ?

I played around with xmbean definition yesterday but 'EnhancedSuffixOrder' seems to not have been defined for SpringDeployer. As far as I can fathom , .spring and .har both have order of 350 . Is there anyway this can be changed ? Can I get the source code for SpringDeployer anywhere ? 

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

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



More information about the jboss-user mailing list