How i can get acces from seam service to other seam service in same application,
to use getInstance keeps exception:
SelectService sservice = (SelectService) Component.getInstance(SelectService.class,
true);
|
| javax.el.ELException: javax.ejb.EJBTransactionRolledbackException:
org.javassist.tmp.java.lang.Object_$$_javassist_3 cannot be cast to
kk.bau.service.SelectService
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101959#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...