aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Problem injecting Sessionscoped bean in Managed bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Problem injecting Sessionscoped bean in Managed bean" Watch "Problem injecting Sessionscoped bean in Managed bean" New topic
Author

Problem injecting Sessionscoped bean in Managed bean

Stefan Rasmusson
Greenhorn

Joined: Feb 25, 2010
Posts: 5
I have a Session scoped bean



I'm setting a value in a SessionScoped bean in my stateless session bean

When I try to get the object with @Inject I only get null


I have a bean.xml
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem injecting Sessionscoped bean in Managed bean
 
Similar Threads
Calling DAO from session scoped bean
Should I bean this?
am i using resource injection correctly?
XStream + variable as an attribute to another variable which is tag.
Inject SessionScoped Bean in ViewScoped Bean