ear
how to access method from one ear to another ear on same app server
i have deployed two EARs on one server. i want to access one method in one java class in EAR to another java class in second EAR.[详细]
2022-12-29 19:02 分类:问答How do you ensure a Utility Projects library dependency gets packaged in the final EAR in Eclipse Galileo?
I have a \'Utilty Project\', and an \'EAR Project\' that includes that \'Utility Project\'. All the classes from the \'Utility Project\' end up being packaged as a JAR and placed within the \'lib\' di[详细]
2022-12-28 14:25 分类:问答How do I build a J2EE EAR file in RAD using Maven?
Using Rational Application Developer 开发者_如何学运维to create a J2EE application, I create a project for my EAR and a project for my WAR - following the usual project structure created by RAD.[详细]
2022-12-27 02:18 分类:问答Can I make a WAR depend on a JNDI entry in JBoss 5.1?
As part of an upgrade from JBoss 4.0.4 to 5.1, I am trying to get a WAR to deploy after an EAR is successfully deployed.JBoss 5.x does not support PrefixDeploymentSorter like 4.x did, which means that[详细]
2022-12-24 20:05 分类:问答Repackage several WARs into one EAR
I\'m working on a project that have several webapps (WARs) built with Maven and deployed in a Java EE.[详细]
2022-12-20 18:10 分类:问答how to I have two .war files within one .ear file?
I 开发者_开发知识库use jboss 4.0.2 and i want to have two .war files within one .ear file .I would have thought this was self-evident from the structure of the EAR\'s application.xml file, but here\'s[详细]
2022-12-20 00:17 分类:问答ClassCastException when call local ejb3 from different classloader on Websphere 7
I have two ears, ear1 contains an ejb project and client, containing the interfaces (local). Ear2 contains a war that needs to call the ejb3 service. When I call the ejb service I am getting a classca[详细]
2022-12-19 13:10 分类:问答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 ear containing the two jars, one war and one sar from the other modules.[详细]
2022-12-19 08:24 分类:问答How to migrate WebSphere app with no WAR/EAR file
I am to migrate a Websphere machine (including the applications which run on it) to a new mach开发者_运维技巧ine.They wanted a clean install of the OS and WebSphere, so I did that.I also took a full f[详细]
2022-12-17 09:57 分类:问答Different kind of Java EE projects
What is the different between different 开发者_如何学JAVAkind of Java EE projects in Eclipse WTP?[详细]
2022-12-16 14:02 分类:问答