RE: [mojo-user] Unable to use the weblogic-8.1 plugin to deploy a simple ejb jar

2006-07-27 Thread Pauquette, Bryan
According to the weblogic documentation.. http://e-docs.bea.com/wls/docs81/programming/app_xml.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [mojo-user] Unable to use the weblogic-8.1 plugin to deploy a simple ejb jar

2006-07-27 Thread Pauquette, Bryan
When I manually change the name of the artifact like so mv dsc-ear-1.0.ear dsc-ear.ear Now I get this. [EMAIL PROTECTED]:target]$ cd .. [EMAIL PROTECTED]:ear]$ mvn weblogic:deploy [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'weblogic'. [INFO] -

RE: [mojo-user] Unable to use the weblogic-8.1 plugin to deploy a simple ejb jar

2006-07-21 Thread Pauquette, Bryan
oking for a .ejb file. Change one or the other and its bound to work, I'd expect. Wayne On 7/21/06, Pauquette, Bryan <[EMAIL PROTECTED]> wrote: > > > To: 'user@mojo.codehaus.org' > Trying to deploy a simple ejb-jar using the weblogic 8.1 plugin. I > think I f

application.xml generation.

2006-07-18 Thread Pauquette, Bryan
When I attempt to deploy my mvn 2.04 generated ear into a weblogic container the container throws a deployment exception due to a missing DOCTYPE header in the application.xml that was generated by maven. weblogic.management.DeploymentException: Error while loading descriptors: Error processing f

Weblogic Deployment

2006-07-18 Thread Pauquette, Bryan
I have a maven 2.0.4 build creating an ear file that I would like to deploy to a weblogic 8.1.x container via a mvn command line. Where do I start? I have tried getting the maven-weblogic-plugin installed but this doesn't seem to be working for me. I have tried the following... mvn i

Issue with maven 2.0.3, cargo and weblogic 8.x

2006-07-13 Thread Pauquette, Bryan
I am running into an issue with maven2.0.4 and cargo and deploying an ejb-jar to weblogic8x. Has anyone seen a similar issue? It looks like the name of the artifact is being incorrectly ascertained. The extension is not being updated to .jar (instead it uses .ejb) I think the relevant code i

More information on wrapping jelly scripts.

2006-06-01 Thread Pauquette, Bryan
I have several jelly scripts that I need convert to Mojos. I am attempting to migrate from maven 1.0.2 to at least maven 1.1b3 with the eventual goal of getting to maven 2.0+. I looked through the documentation at the maven web site and I found this statement. Replace scripts with Mojos The

Free book on maven 2.0

2006-05-31 Thread Pauquette, Bryan
There is a free 294 page book on maven 2.0 at the following website I have no affiliation with this organization other than a friend who got hired by this company. He told me about the book. It has been useful to me so I thought I would pass it on. You have to register to get the book

RE: Multiproject Site

2006-05-30 Thread Pauquette, Bryan
If its not 2.0 > then the command is maven multiproject:site -Original Message- From: Pauquette, Bryan Sent: Tuesday, May 30, 2006 11:15 AM To: Maven Users List Subject: RE: Multiproject Site What version of maven are you using? -Original Message- From: Aaron Freeman [mai

RE: Multiproject Site

2006-05-30 Thread Pauquette, Bryan
What version of maven are you using? -Original Message- From: Aaron Freeman [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 10:59 AM To: Maven Subject: Multiproject Site I have a multi-module project that I am trying to deploy the site for. When I run the site-deploy command it ge

junit-report:report plugin

2005-09-22 Thread Pauquette, Bryan
Has anyone had any experience with running integration tests and publishing the results using the junit-report:report plugin? Here is my situation. I have a set of approximately 100 junit tests that are not really unit tests at all because these tests interact with a legacy system that I need