[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: My project startup problem in JBoss-4.2.3.GA
jaikiran
do-not-reply at jboss.com
Mon Nov 17 05:06:28 EST 2008
Let the jar file remain in the default/lib folder.
When you remove the jar file it throws and classnotfounderrror which is an indication that you MBean is being picked up. What are the contents of com.management.JBossStartupClass class? How are you verifying that the startup class is not being called? If you add a System.out.println message in the startService method of the startup class, do you see the message in the logs?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189738#4189738
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189738
More information about the jboss-user
mailing list