jar « EJB « Spring Q&A





1. Could not find artifact javax.ejb:ejb-api:jar:3.0 in org.springsource.maven.snapshot    stackoverflow.com

I am new to AspectJ and Spring and trying to build the example with Maven, given in Appendix A of the book AspectJ In Action. I had to update the Jboss ...

2. Can't find beanRefFactory.xml in EJB jar    forum.springsource.org

Can't find beanRefFactory.xml in EJB jar I am using the following code to load my object from an EJB (not using Spring's EJB classes): Code: public void setBeanContextName(String ctxName) { beanContextName ...

3. spring jars: server classpath v. in ear/war    forum.springsource.org

anyone know which spring jars can safely be placed in server classpath and which jars are required to reside in the ear (e.g. in web-inf/lib)?

4. Beginner: How to call from war to ejb.jar    forum.springsource.org

Beginner: How to call from war to ejb.jar We are using JBoss and Spring 1.2.2. We currently have a war, ejb.jar and a sar archive. Each have it's own ApplicationContext. The ...

5. jar placement for use in both ejb and web container    forum.springsource.org

jar placement for use in both ejb and web container has anyone attempted using acegi in both web and ejb container of a single ear file? i believe acegisecurity.jar has to ...

6. Reusing interceptors in EJB-JAR and WAR    forum.springsource.org

Reusing interceptors in EJB-JAR and WAR Hi, maybe this is not the good forum, but here is my problem. I have an EAR containing a WAR, an EJB-JAR, the Spring jar ...

7. jar inside an ear deployment problem    forum.springsource.org

jar inside an ear deployment problem Hi, I'm encountering the following issue while deploying the application: ===================================== Caused by: org.springframework.beans.factory.BeanDefinitionSt oreException: IOException parsing XML document from class path resource [ /CalculatorWorkerContext.xml ...

8. Sharing application context in war and jar packed in ear jboss    forum.springsource.org

Sharing application context in war and jar packed in ear jboss Hi, I have been browsing the forum to solve the following issue but haven't found any suitable answer yet: My ...

9. Spring JARs for EJBs    forum.springsource.org

Hi, All. This isn't a Spring-specific question, but it's something that people who've created Spring-aware EJBs will be able to answer easily. I'm new to EJBs and know so far only ...





10. jar / war / ear common spring dependency    forum.springsource.org

jar / war / ear common spring dependency Consider the scenario abcd.ear containing a.jar - spring enabled components b.jar - spring enabled components c.jar - spring enabled components d.jar - spring ...