| Author |
ClasscastException for ejb home and stub - Websphere 7
|
K Raja
Greenhorn
Joined: Feb 03, 2012
Posts: 1
|
|
In my project there are two applications interacting with one another via EJB 2.0. When i call the EJB of app1 from app2 on server restart the connection is fine and the process is run through fine. but when i call the same from servlet of app1 application throws a classcastexception for home stub and home class.
if the same scenario post server restart if the EJB is hit first from the same app1 servlet then by app2 the application is working fine.
Exception is..java.lang.ClassCastException: com.test._beanHome_Stub incompatible with com.test.beanHome
|
 |
 |
|
|
subject: ClasscastException for ejb home and stub - Websphere 7
|
|
|