- 
        1. Re: myApp.spring deplotingalesj Dec 2, 2006 5:48 AM (in response to ramar73)You can add the dependency to the SpringDeployer service - it's a mbean after all. 
- 
        2. Re: myApp.spring deplotingramar73 Dec 4, 2006 4:07 AM (in response to ramar73)Thanks, but it still doesn't work. 
 I added the following entry:
 jboss.spring:service=SpringApplicationContextDeployer
 but nothing changed.
 Regards.
- 
        3. Re: myApp.spring deplotingalesj Dec 4, 2006 7:59 AM (in response to ramar73)Hmmm ... post the mbean description with this dependency. 
- 
        4. Re: myApp.spring deplotingramar73 Dec 4, 2006 9:55 AM (in response to ramar73)here you are... 
 jboss:service=Naming
 jboss.jca:service=DataSourceBinding,name=eport2DS
 jboss.jca:service=DataSourceBinding,name=JBossMQ
 jboss.mq.destination:service=Topic,name=to_bpm
 jboss.mq.destination:service=Queue,name=to_ddm
 jboss.mq:service=InvocationLayer,type=UIL2
 boss.spring:service=SpringApplicationContextDeployer
 Thanks, regards
- 
        5. Re: myApp.spring deplotingramar73 Dec 4, 2006 10:01 AM (in response to ramar73)here you are... <server> <mbean code="com.set.eport2.services.ddm.DDMService" name="com.set.eport2.services.ddm:service=DDMService"> <depends>jboss:service=Naming</depends> <depends>jboss.jca:service=DataSourceBinding,name=eport2DS</depends> <depends>jboss.jca:service=DataSourceBinding,name=JBossMQ</depends> <depends>jboss.mq.destination:service=Topic,name=to_bpm</depends> <depends>jboss.mq.destination:service=Queue,name=to_ddm</depends> <depends>jboss.mq:service=InvocationLayer,type=UIL2</depends> <depends>boss.spring:service=SpringApplicationContextDeployer</depends> </mbean> </server> 
 Thanks, regards
- 
        6. Re: myApp.spring deplotingalesj Dec 4, 2006 2:54 PM (in response to ramar73)<depends>boss.spring:service=SpringApplicationContextDeployer</depends> 
 Missing 'j' infront?
- 
        7. Re: myApp.spring deplotingramar73 Dec 5, 2006 4:19 AM (in response to ramar73)No, just wring cut and paste...anyway never mind. 
 I found a solution following another way.
 No Jmx services at all. All initialization is made by spring.
 Regards.
- 
        8. Re: myApp.spring deplotingalesj Dec 7, 2006 12:05 PM (in response to ramar73)You could go through the log with debug mode ... and just see on what services does your DDMService depend on. 
 SpringDeployer should be there.
 If so, the problem is somewhere else.
 
    