Hi, we did this conversion and used MBeans instead of the weblogic startup 
classes. We basically had the following under weblogic:

public class A implements T3StartupDef

We converted this to:

public interface A extends ServiceMBean

which implements the required methods and

public class B extends ServiceMBeanSupport implements A

which contains the actual implementation. These classes were all compiled and 
jarred up along with a META-INF/jboss-service.xml as 
"custom-startup-service.sar". This file was then placed in the deploy directory.

Hope this helps gets you started. If you are not familiar with writing MBeans, 
you could read about them in the JBoss Admin Development Guide (see section 
2.4.3 in the Jboss 3.2.6 guide).

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to