ear
maven-ear-plugin ignores unpack option for modules
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:[详细]
2023-02-22 04:30 分类:问答Maven 2.2.1 fails to build EAR project with m2eclipse
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[详细]
2023-02-18 08:53 分类:问答How to do Application specific Configuration for a Framework
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.[详细]
2023-02-17 23:23 分类:问答Separate same jars in different WAR of a EAR
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[详细]
2023-02-17 04:48 分类:问答Packaging a WAR file in an EAR so that WAR dependencies are available
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.[详细]
2023-02-15 06:43 分类:问答migrating from JBoss 4.2.3 to 5.1 - module listed in application.xml is not a recognized deployment
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[详细]
2023-02-14 11:26 分类:问答Get current EAR path with WebLogic
In my source code, I\'d like to get programmatically, the last modified date of the current EAR from which my code is deployed.[详细]
2023-02-13 16:28 分类:问答ClassNotFound exception in Maven project after uploading a jar on Nexus
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)[详细]
2023-02-13 15:32 分类:问答How to access deploy information of my 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\'.[详细]
2023-02-13 09:02 分类:问答EAR package structure
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[详细]
2023-02-12 04:11 分类:问答