Re: jboss:deploy Issue

2006-11-18 Thread jiangshachina
Hi guys, I wish any one can give me some responds about my problems. However, I can use harddeploy to deploy(exactly, copy war file to JBoss deploy directory) web application, but I wish to understand more about the plugin and goal jboss:deploy, parameter deployUrlPath. Thanks very much! a cup of

Re: jboss:deploy Issue

2006-11-17 Thread jiangshachina
Hi guys, [1]Don't deploy successfully via the plugin. I used following config, E:/jboss-4.0.2 default ${project.build.directory}/${project.build.finalName}.${project.packaging} localhost 8082 and run jboss:deploy, an error throw

Re: jboss:deploy Issue

2006-04-22 Thread Wayne Fay
You've got >![CDATA[[ Try >![CDATA[ Hopefully that will work... CDATA section basically tells XML "hey this next section is not XML-compliant, its just a string, please don't parse it and just keep it as-is". Wayne On 4/22/06, RobJac <[EMAIL PROTECTED]> wrote: > > Sorry wayne, but i did not act

Re: jboss:deploy Issue

2006-04-22 Thread RobJac
Sorry wayne, but i did not actually understand what you meant here, I corrected my deployUrlPath tag as ![CDATA[[/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=?and=yes]] and iam still getting the same parse exce

Re: jboss:deploy Issue

2006-04-22 Thread Wayne Fay
Give this a try, I think it should work for you: ![CDATA[/your/path/here?and=yes]] Wayne On 4/22/06, RobJac <[EMAIL PROTECTED]> wrote: > > I am trying to deploy an EAR from my local PC to a remote jboss server using > maven2 The plugin that i am using is jboss-maven-plugin and iam trying to do >

jboss:deploy Issue

2006-04-22 Thread RobJac
I am trying to deploy an EAR from my local PC to a remote jboss server using maven2 The plugin that i am using is jboss-maven-plugin and iam trying to do a jboss:deploy. But it throws me a parse exception for my pom xml for the tag that i have in my pom xml for this plugin. Please find below my u