EAR « EJB « Spring Q&A





1. Repackage several WARs into one EAR    stackoverflow.com

Greetings, I'm working on a project that have several webapps (WARs) built with Maven and deployed in a JEE. These WARs share several common business JARS (like one containing domain objects ...

2. maven archetype suggestion for jee ear project with spring 3.x, logback etc    stackoverflow.com

Below is what I am looking for. The closest archetype i found is mesir but it is not updated with latest spring 3.0.5 release so looking if there are ...

3. Wrong Spring AppContext found in EAR    stackoverflow.com

I have an EAR with multiple MDBs in it. Each MDB jar has its own application context. When a message arrives I can see from the logging that the appropriate MDB ...

4. configuring individually logging for every war application in an ear project    forum.springsource.org

configuring individually logging for every war application in an ear project My ear project consists of two war applications. The war applications are spring projects. i want to create logs individually ...

5. LocalSessionFactoryBean & multiple EAR in WebSphere    forum.springsource.org

LocalSessionFactoryBean & multiple EAR in WebSphere Good Day, I have two EARs deployed to WebSphere 5.1. The one EAR has an ejb that uses the services of another ejb deployed in ...

6. mappingDirectoryLocations breaks when using ear    forum.springsource.org

mappingDirectoryLocations breaks when using ear I have all my persist hibernate files, including mappings, in a nice little jar file called persist.hibernate.jar. The following works fine for all my junit testing ...

7. Spring configuration in an EAR    forum.springsource.org

Spring configuration in an EAR I am looking at doing a major migration of a j2ee app to leverage spring. However, as I started working through what it would mean I ...

8. 1 SpringContext for WAR and EJB in EAR    forum.springsource.org

1 SpringContext for WAR and EJB in EAR Hi, We've build an application that uses a ServiceLocator to hold a reference to the SpringContext. The loading of the context is done ...

9. EAR with Spring    forum.springsource.org

EAR with Spring Hi I deploy a EAR with JBOSS. I have 3 layers : web.war, ejb.jar, dao.jar. I can reach my ejb from my web layer with Spring But I ...





10. resource lookup inside an ear. file    forum.springsource.org

hi all I'm having the prob with finding the resources (Hiberbnate mappings for example) in the structure of an .ear. The .ear is deployed within the JBoss4 and has the following ...

11. Do my EAR needs a war inside???    forum.springsource.org

I'm triyng to deploy one ear into a remote server. Do I really need a war inside the ear to load Spring context ???? I'm asking this because this ear is ...

12. NoClassDefFoundError: javax/xml/namespace/QName on EAR start    forum.springsource.org

NoClassDefFoundError: javax/xml/namespace/QName on EAR start Hi We are having issues deploying an app that uses axis and spring in Jboss to query a SOAP service. We are using JBoss 4.0.4.GA Java ...

13. How do I combine Spring and an EAR without a WAR?    forum.springsource.org

How do I combine Spring and an EAR without a WAR? Hi folks, Just wondering if anyone can give me some pointers on how best to deploy an EAR file containing ...

14. PropertyPlaceholderConfigurer and property files outside the ear    forum.springsource.org

PropertyPlaceholderConfigurer and property files outside the ear Hello, i was wondering if it is possible to use PropertyPlaceholderConfigurer that is reading a property file from "outside" the ear. problem is that ...

15. configuration outside ear    forum.springsource.org

configuration outside ear I need to be able to configure my J2EE application after it was compiled and packed. Before we used spring, we were reading some property files (and other ...

16. Properties file outside .EAR file    forum.springsource.org

Properties file outside .EAR file Hi, This question was actually answered in an other thread but i got an error when trying to implement it. Below are the details. I am ...





17. SiteminderAuthenticationProcessingFilter improperly handles auth for ears    forum.springsource.org

SiteminderAuthenticationProcessingFilter improperly handles auth for ears In Acegi 1.0.3, the SiteminderAuthenticationProcessingFilter seems to lack the ability to properly handle authentication for ear deployments. While Paul Garvey's solution, posted here: http://forum.springsource.org/showthread.php?t=22068 properly ...

18. Deploying multiple Spring apps in an ear    forum.springsource.org

Hi all, Apologies in advance if this has been covered - it seems an obvious question but I can't find the answer anywhere! I'm trying to create an ear (to be ...

19. @Configurable inside an EAR    forum.springsource.org

@Configurable inside an EAR Hi, i'm having problems to inject services to domain objects with LTW. I'm unsure where the problem lies. I've added the @Configurable annotation to a bean (the ...

20. Where to place the spring configuration xml in a ear ??    forum.springsource.org

Where to place the spring configuration xml in a ear ?? Hi, I'm developing an a J2EE application with Spring, Ibatis and Structs. I'm using Ant to make an ear and ...

21. How to configure Spring in both EJB and WAR when deploying in an EAR?    forum.springsource.org

How to configure Spring in both EJB and WAR when deploying in an EAR? Asked this on the springframework-user mailing list but got no replies, so I'm trying my luck here. ...

22. Error in deploying ear on OAS - BeanCreationException    forum.springsource.org

Error in deploying ear on OAS - BeanCreationException Hi All, I am trying to deploy an ear file onto OAS 10.1.2 and getting following error: ----------------------------------------------------- Deployment failed: Nested exception Resolution: ...

23. BeanCreationException in deploying ear into OAS 10.1.2    forum.springsource.org

BeanCreationException in deploying ear into OAS 10.1.2 Hi All, I am trying to deploy an ear file onto OAS 10.1.2 and getting following error: ----------------------------------------------------- Deployment failed: Nested exception Resolution: Base ...

24. j2ee api for current ear?    forum.springsource.org

j2ee api for current ear? hi.. we have a static class (which does not exetnd any j2ee classes) that needs to know stuff about the current ear accessing it, the reason ...

25. Packed ear    forum.springsource.org

26. reosurce reference at EAR level without EJB(MDB)    forum.springsource.org

reosurce reference at EAR level without EJB(MDB) Hi All, Is there a way by which I can map the resource-ref and its application server specific implementation at EAR level for JNDI? ...

27. MessageSource file outside classpath, EAR    forum.springsource.org

Hi, I'm attempting to create a ReloadableMessageSource bean that will load a properties file from a filepath external to the EAR or classpath of the webapp. Off the top of my ...

29. Pitchfork with multiple EJB modules in the same EAR    forum.springsource.org

Pitchfork with multiple EJB modules in the same EAR We're currently looking into Pitchfork to replace our legacy EJB2.1 wrappers for Spring services (custom framework). Pitchfork works great in the sense ...

30. shared parent xml in ear    forum.springsource.org

shared parent xml in ear Hej there... I'd like to have a single root bean that multiple war's use as a parent. I have that working but the root bean xml-file ...

31. spring dm inside an ear?    forum.springsource.org

spring dm inside an ear? hi.. we have a home grown framework which allows the concept of 'applications' inside an ear, these are applications are only visible as separate eclipse projects, ...

32. EAR, webapplicationcontext, contextConfigLocation, and wildcards    forum.springsource.org

EAR, webapplicationcontext, contextConfigLocation, and wildcards I know the answer is probably somewhere in the forums, but I've been searching for two hours now and no joy. My problem is with an ...

33. Spring + Grails in an EAR classloading issue in WLS    forum.springsource.org

Spring + Grails in an EAR classloading issue in WLS Hi, We have an .EAR deployed in Weblogic 10.3 which contains Spring Batch in the EJB module. We have added a ...

34. Spring configuration files in an EAR    forum.springsource.org

Spring configuration files in an EAR Hello, We are working on designing how our product's EAR should be structured. We use EJB 3 which are packaged as JARs and the web-app ...

35. What is the preferred project type for EAR creation in STS    forum.springsource.org

What is the preferred project type for EAR creation in STS We've recently decided that we can't keep trying to shove all of our functionality into a Web application and have ...

36. Spring Packaging within an EAR    forums.oracle.com