thank you, louis, i'v found the final solutions. Browsing the web i learnt that only some of deployers has relations on ServiceController service. I first tried what's you suggested me, after, browsing the jmx console, i've finally found the correct service to link over.
at least, my dependencies declaration is: | <?xml version="1.0" encoding="UTF-8"?> | <server> | <classpath codebase="lib" archives="*"/> | | <mbean code="it.cigno5e5.myapp.tools.jboss.emailpoller.EMailPollerService" | name="DefaultDomain:service=EMailPoller"> | | <attribute name="Pop3Server">myserver.cigno5e5.net</attribute> | <attribute name="Pop3AccountUserName">pop3user</attribute> | <attribute name="Pop3AccountPassword">pop3password</attribute> | <attribute name="CheckInterval">60000</attribute> | <depends>jboss.j2ee:module=myapp-ejb-jar.jar,service=EjbModule</depends> | </mbean> | </server> | does it works fine! thanks for your support! Luca View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840430#3840430 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840430 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
