Top "Session-bean" questions

A session bean encapsulates business logic that can be invoked programmatically by a client over local, remote, or web service client views.

JBoss: What does the warning EJBTHREE-1246 from the InterceptorRegistry mean?

I am currently developing an EJB 3.0 based application on the JBoss AS 5.0.0.GA and just recently the following warning showed …

jboss ejb-3.0 warnings session-bean
Refresh managed session bean in JSF 2.0

After I commit some data into the database I want my session beans to automatically refresh themselves to reflect the …

jsf javabeans managed-bean session-bean
Java EE @TransactionManagement.BEAN - how does it combine with container managed beans?

How will the transaction started in callSessionBean2() behave in the following scenario? Is it suspended? What happens if an exception …

transactions java-ee-6 session-bean
Static variables restriction in session beans

It's impossible to use static variables on a session bean code. Is this restriction arbitrary or fundamented? And why? Best …

java jakarta-ee distribution session-bean
Can't get session scoped bean on session timeout

I need to get a proxied session-scoped bean on the HttpSessionListener.sessionDestroyed(). The objective is doing a session cleanup when …

java spring spring-mvc session-bean