[jboss-user] [Beginners Corner] - Re: Migrating application from Websphere to Jboss

tosaurav do-not-reply at jboss.com
Tue Feb 19 17:52:14 EST 2008


Thanks PeterJ, You were correct ,it's the problem with the class in onMessage method.Here is the code

 public void onMessage(javax.jms.Message mesg) {
    	try {
    		payGovJMSUtil = PayGovJMSUtil.getInstance();
                       processMessage(mesg);            
         } catch (Exception e) {
            e.printStackTrace();
            throw new EJBException(e.getMessage());
        }
        return;
    }


But i copied the jar file in which this class(PayGovJMSUtil) exist in server deploy folder along with MDB jar. Looks like its not getting.Please tell me what is the class loader policy and sequence in JBOSS and which is the correct place to put helper jars.




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

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



More information about the jboss-user mailing list