I have an Java EE 6 EAR-project with a couple of modules (jars & ejb). Assembling the EAR-file with the maven-ear-plugin, I basically want all artifacts to be packed / unexploded:
I am having trouble building an EJB EAR with Maven in Eclipse 3.6 with the m2eclipse project builder. Curiously, a manual build (either on the command line or with \"Run as -> Maven build\") works fin
i want to write a Java EE framework for a generic type of applications. I\'m looking for a w开发者_Python百科ay to handle application specific config values in my framework.
currently we are facing one problem. We are building a ear which contains multiple war files开发者_如何学Go. In 2 of the WARs contains same jars. Both these wars need these jars during deployment.So I
I am adding a WAR module [my-web-app] to an existing EAR application [my-ear-app] that currently contains EJB modules only. The WAR module is a RESTful app written in Spring MVC 3.0.
I have an ear which currently works fine when deployed in JBoss 4.2.3. I am attempting to migrate to JBoss 5.0.1 but am getting the error \'classpath module listed in application.xml is not a recogniz
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 working on a Maven project using Nexus as repository manager. In short there are 3 parts: \"Business\" (packaged in .jar), \"Web\" (packaged in .war) and \"ear\" (package the whole thing in .ear)
HI, I am deploying an EAR file into my JBOSS 5.1. I want to be able to access the EAR application name which is stored in the deployment file \"application.xml\" under \'display-name\'.
I am creating an EAR with 1 war file (appWeb.war is my web module) and several jar files. These jar files are NOT EJBs. We have choosen to create different jar files based on logical separation of app