Top "Ear" questions

An Enterprise Archive, or EAR, is a file format used by Java EE for packaging one or more modules into a single archive so that the deployment of the various modules onto an application server happens simultaneously and coherently.

Maven2: Best practice for Enterprise Project (EAR file)

I am just switching from Ant to Maven and am trying to figure out the best practice to set up …

jakarta-ee maven-2 ear maven-ear-plugin
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 …

java ant jakarta-ee oc4j ear
JBoss5: Cannot deploy due to java.util.zip.ZipException: error in opening zip file

I have a web client and a EJB project, which I created with Eclipse 3.4. When I want to deploy it …

deployment jboss war ear
Eclipse Blue, Maven: Project configuration is not up-to-date with pom.xml

I am using Eclipse Blue 10 & Maven 3 in my development environment. I generally import maven projects from SVN by following …

eclipse maven ear
Create complete EAR Project with Maven and Eclipse Helios

I read some articles about how to set up eclipse and maven to create a new empty ear project but …

eclipse web-applications maven-2 ear maven-ear-plugin
How can I build an EAR file from a Dynamic Web Project in Eclipse?

I'm looking at deploying a web service which I've written in Eclipse to an EAR file. I'm able to export …

java eclipse websphere ear
how to get java source code from war file?

I do not have the latest source code but have the war(up to date) file deployed on server. Please …

java eclipse war ear
Removing version number from file name with Maven

I have a project with 5 modules in maven. Right now, when I do a "mvn clean install", it generates an …

java build maven-2 ear maven-ear-plugin
Invalid packaging for parent pom.xml, must be "pom" but is "ear"

Could anybody suggest me an solution with the following exception. I am going to create a multi-module project. Parent Project …

java maven maven-3 ear maven-ear-plugin
How to set up manifest class-path properly in maven-war-plugin

I've used the maven-ear-plugin with the maven-war-plugin and maven-ejb-plugin to successfully deploy and run an application packaged as EAR to …

maven java-ee-6 ear