| Author |
EJB3 Annotation problems
|
Guru Bojja
Greenhorn
Joined: Nov 21, 2011
Posts: 14
|
|
Hi ,
i have one sessionbean which is implementing two interfaces . the same logic is working fine with Glassfish but not with Jboss6. throwing class cast exception.
@EJB(beanName = PTAdaptorConstants.EJBName_PTAdaptorOptimizer)
IServicesLocal OptimizerLocal;
the two interfaces are
IServicesLocal
IServicesLocalExt
when i call OptimizerLocal.run() method . sometime it is throwing exception like can not cast to IServicesLocalExt
please help me .
regards
Guru...
|
 |
 |
|
|
subject: EJB3 Annotation problems
|
|
|