stateless « Bean « JSF Q&A





1. how to obtain JSF app username from stateless session bean    stackoverflow.com

in our app we use JSF & EJB 3.0 (EclipseLink 2.0). We need to use Oracle proxy authorization for every connection in our stateless session beans. For this we need to ...

2. "Unable to convert ejbRef for ejb" on CDI (Weld) injection of @Stateless EJB into @SessionScoped JSF2 bean in Glassfish    stackoverflow.com

[UPDATE: After discussion on the Glassfish forums/ML at http://forums.java.net/jive/thread.jspa?messageID=480532 a bug was filed against Glassfish https://glassfish.dev.java.net/issues/show_bug.cgi?id=13040 for this issue.] I'm trying to inject a local no-interface view of ...

3. EJB3 + JSF2; Stateless like a Statefull    stackoverflow.com

I've a stateless session bean in an ejb container. If I invoke it from a jsf2 form it works fine, but if I recall the form again it shows me the ...

4. JSF + Stateless EJB performance    stackoverflow.com

I have a JSF 2.0 application running on GlassFish v3. It has EJBs that serve database data via JPA for the main applications sessions. Even on non-IDE app-server, the EJB calls ...

5. Can I use EJB Stateless Bean with CDI to maintain user session?    stackoverflow.com

Based on this post http://www.adam-bien.com/roller/abien/entry/ejb_3_1_killed_the I use in my app @Named @Stateless bean for communication with a database (injecting EntityManager here) and display information on a jsf page. It's ...

6. SEAM stateless bean not updating    stackoverflow.com

I am trying to implement 'forgot password' functionality using JSF SEAM in our index page, I am using a a4j:jsFunction to send the users email and card number via two 's It ...

7. ejb local stateless session bean in jsf managed bean    java.net

2) I have a jsf component in the jsp that uses an array list in the managed bean for one of it's properties. The array list is retrieved from the stateless session bean. When I invoke the component action, the session bean can not be retrieved. I get a null exception. Even with the context lookup.