Re: jboss maven plugin doubt

2007-05-22 Thread Wayne Fay
Have you tried the jboss-maven-plugin from Mojo project? I don't know if it works better/different than Cargo, but perhaps its worth trying out. http://mojo.codehaus.org/jboss-maven-plugin/usage.html Another way you can deploy your project would be to simply use the normal JBoss deployment tools

Re: jboss-maven-plugin

2007-02-01 Thread Vidya Mahavadi
Where is settings.xml located.. I cannot find it in jboss or my project folder. I am using jboss 4.0.5 and maven2. Arik Kfir [EMAIL PROTECTED] 31/01/2007 17:51 Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: jboss-maven

RE: jboss-maven-plugin

2007-02-01 Thread Greg Jones
with error reporting turned on (e.g. mvn -e clean install) and send your output to this list. Regards, Greg. -Original Message- From: Vidya Mahavadi [mailto:[EMAIL PROTECTED] Sent: Thursday, 1 February 2007 8:35 PM To: Maven Users List Subject: Re: jboss-maven-plugin Where

RE: jboss-maven-plugin

2007-02-01 Thread Vidya Mahavadi
@maven.apache.org cc Subject RE: jboss-maven-plugin Hi Vidya, Ignore the previous response. The server element in the jboss-maven-plugin specifies which server definition to use for Jboss, not which (host) server to use. In your case it is probably 'default' so leave it at that. I suspect your

RE: jboss-maven-plugin

2007-02-01 Thread Greg Jones
@maven.apache.org cc Subject RE: jboss-maven-plugin Hi Vidya, Ignore the previous response. The server element in the jboss-maven-plugin specifies which server definition to use for Jboss, not which (host) server to use. In your case it is probably 'default' so leave it at that. I suspect

RE: jboss-maven-plugin

2007-02-01 Thread Vidya Mahavadi
List users@maven.apache.org To 'Maven Users List' users@maven.apache.org cc Subject RE: jboss-maven-plugin Aha! Firstly, my apologies to the previous poster about the server element. I was getting mixed up with the serverName element on the configure goal. Response 401 is the HTTP

RE: jboss-maven-plugin

2007-02-01 Thread Greg Jones
; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd; -Original Message- From: Vidya Mahavadi [mailto:[EMAIL PROTECTED] Sent: Friday, 2 February 2007 1:59 AM To: Maven Users List Subject: RE: jboss-maven-plugin Thanks for the response and the hope. My

RE: jboss-maven-plugin

2007-02-01 Thread Vidya Mahavadi
Subject RE: jboss-maven-plugin My settings file doesn't have a namespace specified. Can you try removing the default namespace from your settings file and see if that works? Just make the first element: settings Remove: xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001

RE: jboss-maven-plugin

2007-02-01 Thread Greg Jones
2007 2:35 AM To: Maven Users List Subject: RE: jboss-maven-plugin Hi Greg, I have tried that option as well. no luck! my config is very simple and default maven2 and jboss 4.0.5. Regards, Vidya Greg Jones [EMAIL PROTECTED] 01/02/2007 17:16 Please respond to Maven Users List users

Re: jboss-maven-plugin

2007-01-31 Thread Wayne Fay
I don't use jboss-m-p. However reading the error message, I would try removing the serverdefault/ line from the config and try again. Wayne On 1/31/07, Vidya Mahavadi [EMAIL PROTECTED] wrote: Hi, I am trying to use jboss-maven-plugin(maven2) from codehaus for deployment in jboss 4.0. Here is

Re: jboss-maven-plugin

2007-01-31 Thread Arik Kfir
the server specifies the corresponding server block in your settings.xml file which should contain the username/password to login to the machine where the jbosshome is located. On 1/31/07, Wayne Fay [EMAIL PROTECTED] wrote: I don't use jboss-m-p. However reading the error message, I would try

Re: jboss-maven-plugin jboss:start does it work for anyone ?

2006-03-23 Thread Marco Mistroni
there's an easy way to tst you ejb within a container if this' is what you are looking for... you should run JUnit tests using JBoss microcontainer..that you can start' from your junit tests easily.' Check a mail that Mr Chris Richardson has sent to me few days ago... it's easier (this said with

Re: jboss-maven-plugin jboss:start does it work for anyone ?

2006-03-22 Thread Wayne Fay
It would be helpful if you could include the following info: operating system maven version jboss version java/jdk version jboss-maven-plugin version Wayne On 3/22/06, Pete [EMAIL PROTECTED] wrote: Has anyone succeeded in using the jboss-maven-plugin to start JBoss ? It says starting...

Re: jboss-maven-plugin jboss:start does it work for anyone ?

2006-03-22 Thread Pete
o/s : Windows XP Maven: 2.0.2 JBoss 4 : latest version for EJB3 Java 1.5 Will have to check the jboss-maven-plugin version at work tomorrow, but it should be the latest as I specified no specific version in the pomx.xml Thanks. On 22/03/06, Wayne Fay [EMAIL PROTECTED] wrote: It would be