Hi!

 In our project, we use an interceptor method with an ejb3 statefull session 
bean. It is implemented on separate class. The interceptor uses resources 
(datasource, ejb context) and uses dependecy injection to access resources. 
 Everything goes fine until the container passivates the SFSB. After activation 
it does not inject resources into the interceptor and it seems the interceptor 
class no longer shares the same environment with the SFSB because it can't 
lookup resources in the environment of the bean even via JNDI.
 I've searched the web but didn't find any info about this issue. Did anyone 
meet with similar issue? Does anyone have any idea to solve the problem?
 Thanks for any help.

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

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

Reply via email to