By accident I updated Maven JBoss plugin to version 1.3.2. After that the deployment failed silently, no attempt to connect JBoss was made. Eventually we found out the version change and ...
I am working on a legacy Java Enterprise server project, and currently I am trying to set up nightly builds. We are using Maven 2, JBoss 4.2 and Bamboo. The idea ...
I intended to use JBoss-Maven-Plugin for hotdeployment of jars to JBoss. I have three projects A, B, C that depend on each other so if I want to redeploy A I ...
I am unable to deploy my application on JBOSS correctly using following commands
mvn jboss:start
mvn jboss:deploy
After this command the application gets deployed in the ...
Hi I am getting following exception when I deploy my war in Jboss 5.0.1.GA
Project uses maven. I think it is to do something with jar's
Because earlier it was working in my ...