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#4101959

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101959
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to