[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR

jaikiran do-not-reply at jboss.com
Thu Jan 31 11:50:48 EST 2008


Sorry about this delayed reply, i somehow did not notice your reply.

As for the exception,

anonymous wrote : 
  | java.lang.ClassCastException
  |         at com.cybersource.riskmanager.decision.strategy.StrategyBeanBMP.ejbCreate(Unknown Source) 

This appears to be coming from your application's code. Can you post the code in the ejbCreate method of StrategyBeanBMP? Also, can you point us to the statement in that method which is throwing this ClassCastException?

Furthermore, post the output of the following command(run it from command prompt):

1) cd to the deploy folder of your server and run the following:

jar -tf myApp.ear

Replace myApp.ear, in the command above, with the name of your ear file.
 Post the output here. That will give us an idea about the packaging of your application and the jars/classes involved in it.


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

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



More information about the jboss-user mailing list