i'm not really sure if this makes a difference, but try this as your jboss-service.xml file
| <?xml version="1.0" encoding="UTF-8"?> | <service> | <mbean code="com.xensia.jmx.SessionManager" | name="xensia.jmx:name=SessionManagerMBean"> | | <depends>jboss:j2ee:service=EJB,jndiName=ejb/SystemSettingBeanLocal</depends> | <depends>jboss:j2ee:service=EJB,jndiName=ejb/SessionManagerBeanLocal</depends> | </mbean> | | </service> | i always define the service first, and and then the jndiName. also, try deploying the sar w/o the ejb and see what it does. it should deploy but give you a message stating that it depends on your ejb that hasn't been deployed. if it's not doing that, then it's not picking up the dependency properly. also, how are you packing things? as an ear w/ a sar and a jar, are you just deploying the sar and jar directly into the deploy directory? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832196#3832196 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832196 ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
