I\'m not even sure if I worded the question correctly.I\'ve tried googling, but can\'t find anything relevant.
I plan to deploy an EAR packaged application into JBoss v4.2 as a folder containing the content of the EAR. Until now the EAR is deployed as a single file. I hope to be able to replace single JARs wit
I am working on a J2EE application, to deploy I am using a build.xml (which is used by all team members) to create ear & publish, after the BUILD SUCCESSFUL message appears in Eclipse, I start Web
Today, I\'ve been looking at Maven Multi-Module and EAR projects and they see开发者_StackOverflow中文版m quite similar in that both seem to define an assembly of a collection of other projects - it al
I\'m going crazy trying to fix this exception: javax.naming.NameNotFoundException: lawless not bound This is a Stripes web app built in Intellij and being deployed on Jboss 4.2.3 (Using 4.2.3 because
Greetings I have an ear artifact with a finalName tag in its build definition in the POM. <artifactId>application-app</artifactId>
Can we never refer any external 3rd party jar in independent ejb module (except copying the jar file in o开发者_开发问答ur appserver/lib)? This seems so illogical doesn\'t it? I don\'t want to create
I am trying to release a web project using Maven 2.2.1 and the maven-release-plugin 2.0-beta-9, but it always fails when doing release:perform on generating the sources jar for the EAR project, which
I currently have a project built with maven-archetype-webapp artifact. The default packaging for this project is war.
I\'m planning to do a heap dump with jmap jdk1.5 tool on a production we开发者_运维知识库blogic (10) instance.