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.
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
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.
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
I\'m working on a project that have several webapps (WARs) built with Maven and deployed in a Java EE.
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
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
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.
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
What is the different between different 开发者_如何学JAVAkind of Java EE projects in Eclipse WTP?