context « EJB « Spring Q&A





1. Load spring context in an EJB based application    stackoverflow.com

The following is the situation : I have a business layer, that is an EJB project. In fact, there is only one EJB that is created. This EJB is responsible to expose ...

2. Load spring context in an EJB based application    forum.springsource.org

Load spring context in an EJB based application The following is the situation : I have a business layer, that is an EJB project. In fact, there is only one EJB ...

3. How to configure stateful ejb's into the app-context ?    forum.springsource.org

I have a webapplication using stateful ejbs, - wish to enable these via the Spring application context. Does it exist any Spring API ala SimpleRemoteStatelessSessionProxyFactoryBean, - which works fine for stateless ...

4. Shared Context between web and ejb    forum.springsource.org

Shared Context between web and ejb Is it possible to have shared application context for web and ejb layer. I deploy my app as *.ear in JBoss and trying to share ...

5. Sharing app context between a web and ejb module in an EAR    forum.springsource.org

Can someone point out how to do this? I have not found a clear explanation on how to do that? I want to deploy an EAR containing a web module and ...

6. How to share one app context between web and ejb modules...    forum.springsource.org

How to share one app context between web and ejb modules... Can someone point out how to do this? I have not found a clear explanation on how to do that? ...

7. Application Context on EJB application    forum.springsource.org

Application Context on EJB application Hello there! We have a classical SWT + EJB application. Our client (SWT) access our SLSB which acts only as faades (no business code) which access ...

8. Sharing an application context between a client and a remote EJB.    forum.springsource.org

Sharing an application context between a client and a remote EJB. Hi, I am facing a little problem. I have some configuration defined on a client EJB module by using standard ...

9. Error using shared application context in EJB under Weblogic 8.1    forum.springsource.org

Error using shared application context in EJB under Weblogic 8.1 Hi, I'm using 1.2.6 with WebLogic 8.1SP4 (on WinXP for what it's worth) I'm converting my simple web-app that uses Spring ...





10. sharing contexts across EJB and web    forum.springsource.org

sharing contexts across EJB and web I know this has been asked before but I cant find a definitive answer to the question, but what is the preferred mechanism of sharing ...

11. Passing context info to remote EJBs    forum.springsource.org

Passing context info to remote EJBs Hi, I am invoking the remote EJBs using spring. I have the following spring xml configuration:

12. EJB load an Spring Context    forum.springsource.org

Hiii everybody, I have a problem, I do not how to do if I want that my EJB load a Spring container. The only thing I wat to do is that ...

13. Need to use Jboss EJB's without running in JBoss Context.    forum.springsource.org

Need to use Jboss EJB's without running in JBoss Context. Here is what I really need to do. Current web services use Apache Axis (on tomcat) to call EJB ( on ...

14. How to initialize application context in EJB    forum.springsource.org

How to initialize application context in EJB Hello. I have a Swing application with Spring/Hibernate based services. This application is currently implemented as a fat-client. Now I want to embedd the ...

15. Spring in EJB module: How to "start context"?    forum.springsource.org

Spring in EJB module: How to "start context"? Folks, maybe a little strange a question, nevertheless: We do have a bunch of (jar) components built centered around Spring, and some of ...

16. Sharing a Spring context within an EAR    forum.springsource.org

Sharing a Spring context within an EAR I'm running with Spring 2.5.4 in my ear project. The project is fairly simple containing an ejb3 project and a web project. My deployment ...





17. How to initialize application context at application start up of ejb module    forum.springsource.org

How to initialize application context at application start up of ejb module Hi, I am using spring-quartz in my project. For scheduling/unscheduling jobs I have written an EJB (which extends AbstractStatelessSessionBean). ...

18. EJB, REQUIRES_NEW and Persistence Context    forum.springsource.org

EJB, REQUIRES_NEW and Persistence Context Hi. I'm using JBoss 5.1.0 together with Spring 2.5.6 and Spring transaction demarcation via annotations on EJBs. We have EJB A and B. A has a ...