EAR « weblogic « Java Enterprise Q&A





1. M2Eclipse and EAR projects on Weblogic    stackoverflow.com

How can I import a maven EAR project into Eclipse 3.4, and be able to use the IDE (WTP) to deploy the ear successfully to Weblogic (9.2)? The main issue is that ...

2. How do I call a remote EJB in an EAR from another?    stackoverflow.com

In Weblogic 10.3, how do I inject a remote EJB from one EAR into a Stateless bean of another, both EARs being deployed in the same container? Ideally I'd like to ...

3. Weblogic, JVM and EAR    stackoverflow.com

I'm planning to do a heap dump with jmap jdk1.5 tool on a production weblogic (10) instance. Actually there are 3 EAR (perhaps more, don't really know i don't have access) deployed ...

4. Could not able to resolve why the EAR file could not be deployed in Weblogic 10.3?    stackoverflow.com

The error is coming Deployment connection was released before the state of deployment was known. Is it error of timeout or do i have to change some settings

5. Eclipse: How to deploy ear project into separate managed server in Weblogic (non AdminConsole)    stackoverflow.com

I'm using Eclipse for J2EE project development. Target app server is Weblogic10R3. I was successfully deployed my ear project to weblogic via Run As.. Eclipse feature. By default it deploys to AdminConsole ...

6. Get current EAR path with WebLogic    stackoverflow.com

In my source code, I'd like to get programmatically, the last modified date of the current EAR from which my code is deployed. I'm using Oracle WebLogic. How could I do that? Thx for ...

7. Weblogic Ear deployment fails to inject entity manager    stackoverflow.com

The issue I am currently experiencing is that my entityManager fails to be injected during the execution of a web application deployed within an ear. The ear is setup as follows: ...

8. need an ebj ear sample file    stackoverflow.com

Iam in need of an ebj enterprise archive file to test in my weblogic server. is there any sample open source application? I googled and downloaded some. but nothing works. can any one ...

9. Kill application which has been catched OutOfMemoryError    stackoverflow.com

I have weblogic in Solaris 10 environment. My application had been caught OutOfMemoryError. My question about killing bad build of application from shell script, not about tuning java or my code. With Linux/BSD ...





10. Load external properties files into EJB 3 app running on WebLogic 11    stackoverflow.com

Am researching the best way to load external properties files from and EJB 3 app whose EAR file is deployed to WebLogic. Was thinking about using an init servlet but I read ...

11. DeploymentException & Class Not Found on WebLogic Admin Server 11g    stackoverflow.com

Related: Load external properties files into EJB 3 app running on WebLogic 11
Using Oracle Enterprise Pack for Eclipse, I created an Enterprise Project and named it: PropertiesDemoEAR Also created a ...

12. WebLogic server taking old EAR despite restart    stackoverflow.com

i am running a WebLogic 8.1 application server, despite restarts it is taking my old EAR file, is there a way to flush the old file?

13. oc4j ear migration to weblogic    stackoverflow.com

I am new to weblogic. I am migrating EJB 2 application to weblogic 11g, which at presnt is running on oc4j. there are lot of modules and file are ...

14. Problem in Deploying a EAR in WebLogic    coderanch.com

15. start up class upon ear deployment weblogic    coderanch.com

Hi, I've been given a task to call a startup class when a application ear is delpoyed. However, there are following constraints : 1) Do not modify the config.xml.The startup class provided by administrative console/config.xml will not serve. 2)There should be no need to create a war file.Meaning that the old method of using Servlet is also prohibited. Again, no ...

16. How to deploy ear file in weblogic    coderanch.com