0
votes
1answer
29 views
replace rebuilded module JAR in the EAR (Maven2 project)
Hello.
During the development time I'm iteratively rebuilding some modules of my project. Rebuilding resulting ear-project gets a huge amount of time. If there is a way allowing to rebuild only jar …
0
votes
1answer
66 views
Exploded deployment fails on JBoss 5
I have a web application which deploys fine as an ear file. But when I try to deploy it in exploded form it fails like this:
17:13:17,305 ERROR [AbstractKernelController] Error installing to Start: …
0
votes
1answer
67 views
Huge EAR deployment
Hello all,
I'm trying to figure out how to deploy a huge (40-50 MB) EAR file to the server through a rather slow VPN connection. The EAR contains EJB and WAR projects created in Glassfish, and 90% of …
0
votes
1answer
90 views
ant build and deploy question
I have a question about something I encountered today at work.
I have two projects that are built with ant build script.
Lets call them projectA and projectB.
ProjectA builds projectA.jar, …
1
vote
2answers
317 views
Order of JAR loading inside EAR’s APP-INF/lib
Will adding a MANIFEST.MF file with Class-Path attribute to META-INF directory inside EAR influence the order of loading of JARs located in APP-INF/lib under WebLogic 8.1?
0
votes
1answer
204 views
J2EE: How to package 3rd party JARs into an EJB jar?
I have an old J2EE application (J2EE 1.3), which packages into an EAR, and in the EAR, there are WARs and EJB JARs. Now one of the EJB JARs needs to refer to some 3rd party library JARs, so what's the …
2
votes
3answers
141 views
When is it appropriate to use an EAR and when should your apps be in WARs?
We have many Spring web applications to make on a WebLogic server and are curious about when WARs should go in an EAR and when they should just exist as WARs. Occassionally, the WARs will need to …
0
votes
1answer
794 views
How do I create an EAR file with an ant build including certain files?
I'm using eclipse to build an ear file using ant. I'm using oc4j, and I want to make sure that orion-application.xml is included in the build. What I'm currently using but does not work is:
…
1
vote
3answers
328 views
How to get current EAR location programmatically with JBoss
Hi there!
Does anyone know how to get programmatically the absolute path in the filesystem for an EAR deployed in JBoss, from Java code within that same EAR?
I need this because I want to copy some …
3
votes
2answers
498 views
Maven EAR module and EJB dependencies tests
We are building our EAR & EJB projects with maven. It will build all the EJB projects and then they are used as the dependency for EAR, so they are packed into the EAR file eventually.
The …
1
vote
1answer
190 views
How to filter deployed code when exporting EAR from eclipse?
I have a basic web application (dynamic web project in eclipse) with an associated EAR project. I am trying to make sure that my junit test code stays out of the deployment EAR file.
In my web …
1
vote
1answer
170 views
MyEclipse and making an EAR file
I made an enterprise application in MyEclipse, and it made three projects.
The application name is Foo, and MyEclipse made these three projects:
Foo, FooWeb, and FooEJB.
I am able to deploy Foo in …
1
vote
5answers
531 views
How can I store JEE configuration parameters outside of an EAR or WAR?
I want to store configuration for a web project outside of the web project (ear/war file).
The application shouldn't know in which container it's running (WebSphere/JBoss etc.).
What is the best way …
2
votes
0answers
694 views
JBoss 4.2.3 EAR and Apache 2.2 virtual hosts with jk_mod serving blank white page
I have an EAR file I am trying to deploy alongside various WAR deployments on JBoss 4.2.3
The individual standalone WAR deployments are all working fine and are just a copy of the same application …
0
votes
1answer
271 views
Scripting the Websphere 7 RAD
We need to prepare part of our EAR for deployment, we usually do this by loading it into the RAD, right clicking on the EJB and selected "Prepare for deployment" option. Then we export the EAR.
Is …
