I am using EJB3.0 and jBoss 5.0.1 My project is successfully deployed but when I run Jboss server I got the following error
I need to customize a number of XML files which are not under resources (in particular, they are under an EAR\'s project sr开发者_StackOverflow社区c/main/application).
The error is coming Deploy开发者_C百科ment connection was released before the state of deployment was known.
I am a newbie to websphere. I am trying to deploy an EAR while i get the following exception: DeploymentDescriptorLoadException: META-INF/ejb-jar.xml
I am developing a web based java开发者_StackOverflow中文版 app, running on jboss and sql server.
I am trying to access a read-only Embedded Derby database.It is available as myDB.jar.This jar has one folder of the Apache Derby database - myDB (log and seg0 folders and service.properties file).Th
We have a big application having 13 modules. Depending on the customer requirement, we should able to deploy core module+customer specific modules. We are planning to break the app into multiple wars.
Where do I put weblogic-application.xml in my Maven 2 project so that Maven places it in META_INF in the target EAR artifact开发者_开发问答?The weblogic-application.xml should be packaged in the META-
I am using maven2 with a struts-hibernate Java EE project and developing with myEclipse. When I run a maven build, clean&install, it generates myProject.ear under the myProject_ear\\target folder
I have an EAR application with Application Client module. When this EAR file is deployed on GlassFish v2 and Application Client module is present in the cache, amount of the traffic between the clien