ear
Using an EAR file to create new project in JDeveloper
I\'m not even sure if I worded the question correctly.I\'ve tried googling, but can\'t find anything relevant.[详细]
2023-01-07 21:56 分类:问答Is there some easy way to execute code upon JBoss deployment of a JAR inside an EAR?
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[详细]
2023-01-06 02:26 分类:问答StackOverflowError when trying to deploy an application to Weblogic?
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[详细]
2023-01-05 14:37 分类:问答Do Maven Multi-Module and EAR play well together?
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[详细]
2023-01-04 21:15 分类:问答JNDI name not bound
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[详细]
2023-01-03 21:21 分类:问答Maven2: Renaming provided dependecies at package phase?
Greetings I have an ear artifact with a finalName tag in its build definition in the POM. <artifactId>application-app</artifactId>[详细]
2023-01-02 11:05 分类:问答Can i never reference any external 3rd party jar in my independent ejb module?
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[详细]
2023-01-01 07:18 分类:问答Unable to disable generation of sources JAR with maven-release-plugin
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[详细]
2022-12-31 10:28 分类:问答How to generate an ear file from a maven-archetype-webapp artifact?
I currently have a project built with maven-archetype-webapp artifact. The default packaging for this project is war.[详细]
2022-12-30 03:53 分类:问答Weblogic, JVM and EAR
I\'m planning to do a heap dump with jmap jdk1.5 tool on a production we开发者_运维知识库blogic (10) instance.[详细]
2022-12-29 21:28 分类:问答