RE: was5-plugin for Maven2: documentation?

2006-11-21 Thread hermod.opstvedt
21, 2006 2:26 PM To: Opstvedt, Hermod Subject: was5-plugin for Maven2: documentation? Dear Hermod, I have found your address in http://repo1.maven.org/maven2/maven-plugins/maven-was5-plugin/2.0.2/maven-was5-plugin-2.0.2.pom I am considering using the plugin you developed in order to manage a set

maven-was5-plugin

2006-09-12 Thread Israel Alvarez
Hi everyone, I'm using maven-was5-plugin because I want to generate the deployment code for my application, so was5:ejbDeploy goal seems to be exactly what I need but, when I´m running it something is wrong:

was5 plugin

2006-01-26 Thread Saravanakumar . B
Hi , Can any of you please help me in integrating Maven2 with WAS5 ,I need to deploy the Ear file in WAS 5 and start the Application server. Is there any document for doing this .? Regards Saravana Fredy <[EMAIL PROTECTED]> 01/26/2006 01:04 PM Please respond to "Maven Users List" To

RE: [m2] was5 plugin

2005-11-17 Thread Malcolm Wong Ho
I'll give it bash. -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 2:40 AM To: 'Maven Users List' Subject: RE: [m2] was5 plugin > -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent

Re: [m2] was5 plugin

2005-11-17 Thread Eric Redmond
36724 > > > > -Opprinnelig melding- > Fra: Eric Redmond [mailto:[EMAIL PROTECTED] > Sendt: 17. november 2005 17:03 > Til: Maven Users List > Emne: Re: [m2] was5 plugin > > > What is wrong with the eclipse plugin? > > > > * * * * * * * * * * *

RE: [m2] was5 plugin

2005-11-17 Thread Vincent Massol
> -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: jeudi 17 novembre 2005 23:43 > To: Maven Users List > Subject: Re: [m2] was5 plugin > > As the defacto maintainer of the maven 1 was5 plugin, and someone who > isn't moving to m2 at

Re: [m2] was5 plugin

2005-11-17 Thread Henry Isidro
Dion Gillard wrote: As the defacto maintainer of the maven 1 was5 plugin, and someone who isn't moving to m2 at this point, we've been asked this at sourceforge a couple of times, but it needs someone to step up and do the work. The antrun plugin probably couldn't be used (gue

Re: [m2] was5 plugin

2005-11-17 Thread Dion Gillard
As the defacto maintainer of the maven 1 was5 plugin, and someone who isn't moving to m2 at this point, we've been asked this at sourceforge a couple of times, but it needs someone to step up and do the work. The antrun plugin probably couldn't be used (guessing here), as the was5+

RE: [m2] was5 plugin

2005-11-17 Thread oddmar.sandvik
Emne: Re: [m2] was5 plugin What is wrong with the eclipse plugin? * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This email with attachments is solely for the use of the individual or entity to whom it is addressed. Please also be aware that the DnB NOR Group

Re: [m2] was5 plugin

2005-11-17 Thread Eric Redmond
> Sendt: 17. november 2005 06:45 > Til: users@maven.apache.org > Emne: [m2] was5 plugin > > > Is there plans for websphere 5.1 plugin for maven2 ? > > > > > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > * > > This email with at

RE: [m2] was5 plugin

2005-11-17 Thread oddmar.sandvik
Good question - I am wondering about this myself. Any takers? Oddmar Sandvik -Opprinnelig melding- Fra: Malcolm Wong Ho [mailto:[EMAIL PROTECTED] Sendt: 17. november 2005 06:45 Til: users@maven.apache.org Emne: [m2] was5 plugin Is there plans for websphere 5.1 plugin for maven2

[m2] was5 plugin

2005-11-16 Thread Malcolm Wong Ho
Is there plans for websphere 5.1 plugin for maven2 ? Malcolm Wong Ho An investment in knowledge always pays the best interest. -- Benjamin Franklin “This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on this link http://www.v

how does WAS5 plugin work?

2005-02-17 Thread Janos Mucsi
Hi I noticed that the WAS5 plugin does not call ws_ant before doing anything. Just by putting in the taskdef for the WebSphere task into ant, it will not work without the bootstrapping that ws_ant provides. Here is the code snippet taken out from the plugin: maven.was5.serverStatus.server

anybody knows how was5 plugin works?

2005-02-16 Thread Janos Mucsi
Hi 1. I am running maven was5:serverStatus to get this: build:start: was5:serverStatus: [serverStatus] ADMU0116I: Tool information is being logged in file [serverStatus] /usr/was2/WAS5/AppServer/logs/server1/serverStatus.log [serverStatus] ADMU0500I: Retrieving server statu

Re: maven was5 plugin

2005-01-17 Thread Dion Gillard
We've always used the IBM JDK and a WAS install. On Fri, 10 Dec 2004 10:41:25 +0100, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > Hi everybody > > I'm working on an app using EJB on WAS 5.0 > I'd like to use maven was5 plugin to build ejb deployment code

Re: was5 plugin - installing ear to a specific server and virtualhost

2005-01-12 Thread Richard Lewis-Shell
Try using maven.was5.installApp.options The was5 plugin is mostly a thin wrapper around the ant tasks IBM supplies with WebSphere - installApp is such an example. maven.was5.installApp.options corresponds to the options attribute for that task. You can see the javadocs for installApp (and the

was5 plugin - installing ear to a specific server and virtualhost

2005-01-12 Thread Karan-Sahni \(Contractor\)
When I install an app using was5:installapp, it installs the ejb jars in the default server (server1) and the war is hosted on the default virtual host (default_host). How can I install the app on a specific server and virtual host? Karan Sahni Telephone: 561.438.5009 Email: [EMAIL PROTEC

was5 plugin 1.2 / maven 1.0.1

2004-12-13 Thread Böhringer Jochen
Hi, I have two questions regarding the was5 plugin: Security: I try to use the following snippet in my build.properties file to pass username and password to the wsadmin script. maven.was5.script.username=admin maven.was5.script.password=xxx But I get an error telling me, that maven cannot

maven was5 plugin

2004-12-10 Thread Nicolas De Loof
Hi everybody I'm working on an app using EJB on WAS 5.0 I'd like to use maven was5 plugin to build ejb deployment code. AFAIK it requires to use the WAS JDK to run for IBM classes dependencies Did someone try to add dependencies to websphere (or WSAD) jars to get those required class

RE: Problem with was5 plugin victory (kindof)

2004-11-11 Thread Louis Burroughs
After editing the plugin.properties file to use user instead of username for each of the tasks. I still ended up changing the soap.client.props file to add a username and password. I think there is a way of passing in the username and password, but I have not yet found it. The was5 plugin

RE: Problem with was5 plugin

2004-11-11 Thread Louis Burroughs
III, OCTO Louis Burroughs <[EMAIL PROTECTED]> 11/11/2004 01:52 PM Please respond to "Maven Users List" To: "Maven Users List" <[EMAIL PROTECTED]> cc: "Maven Users List" <[EMAIL PROTECTED]> bcc: Subje

RE: Problem with was5 plugin

2004-11-11 Thread Louis Burroughs
;[EMAIL PROTECTED]> cc: bcc: Subject:RE: Problem with was5 plugin I am running the plugin against WAS 5.0.2 on AIX. The wsadmin script takes a username and password argument, but I don't know if the plugin is using the -Dmaven.was5.script.username=username -Dmaven.

RE: Problem with was5 plugin

2004-11-11 Thread Louis Burroughs
" <[EMAIL PROTECTED]> cc: bcc: Subject:RE: Problem with was5 plugin I don't think you can use the plugin with wsad. Oren -Original Message- From: Louis Burroughs [mailto:[EMAIL PROTECTED] Sent: 11 November 2004 15:23 To: Maven User

RE: Problem with was5 plugin

2004-11-11 Thread Oren Berenson
I don't think you can use the plugin with wsad. Oren -Original Message- From: Louis Burroughs [mailto:[EMAIL PROTECTED] Sent: 11 November 2004 15:23 To: Maven Users List Subject: Re: Problem with was5 plugin When I run was5:listApps with the following command maven -Dmaven

Re: Problem with was5 plugin

2004-11-11 Thread Louis Burroughs
When I run was5:listApps with the following command maven -Dmaven.was5.script.username=username -Dmaven.was5.script.password=password was5:listApps The was5 plugin is trying to execute wsadmin but I am getting the following errors: was5:listApps: [wasListApps] WASX7246E: Cannot

RE: Problem with was5 plugin

2004-11-11 Thread Louis Burroughs
IL PROTECTED]> cc: bcc: Subject:RE: Problem with was5 plugin http://maven-plugins.sourceforge.net/maven-was5-plugin/faq.html#JAVAHOME > -Original Message- > From: Louis Burroughs [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 11, 2004 3:04 PM

RE: Problem with was5 plugin

2004-11-11 Thread Bowe, Bastian
http://maven-plugins.sourceforge.net/maven-was5-plugin/faq.html#JAVAHOME > -Original Message- > From: Louis Burroughs [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 11, 2004 3:04 PM > To: Maven Users List > Subject: RE: Problem with was5 plugin > > > JAVA_

Re: Problem with was5 plugin

2004-11-11 Thread Mark van Holsteijn
; To: "Maven Users List" <[EMAIL PROTECTED]> cc: bcc: Subject:RE: Problem with was5 plugin Is your JAVA_HOME set to the ibm jdk? Oren -Original Message- From: Louis Burroughs [mailto:[EMAIL PROTECTED] Sent: 10 November 2004 21:01 To: Mave

RE: Problem with was5 plugin

2004-11-11 Thread Louis Burroughs
JAVA_HOME is set to a runtime environment external to WebSphere, do I need to set it to use the jdk provided with WebSphere for the was5 plugin to run? Louis M. Burroughs III, OCTO "Oren Berenson" <[EMAIL PROTECTED]> 11/11/2004 03:57 AM Please respond to "Maven Users L

RE: Problem with was5 plugin

2004-11-11 Thread Louis Burroughs
yes - java 1.3.1 "Oren Berenson" <[EMAIL PROTECTED]> 11/11/2004 03:57 AM Please respond to "Maven Users List" To: "Maven Users List" <[EMAIL PROTECTED]> cc: bcc: Subject:RE: Problem with was5 plu

RE: Problem with was5 plugin

2004-11-11 Thread Oren Berenson
Is your JAVA_HOME set to the ibm jdk? Oren -Original Message- From: Louis Burroughs [mailto:[EMAIL PROTECTED] Sent: 10 November 2004 21:01 To: Maven Users List Subject: Problem with was5 plugin I got this error when trying to invoke a command on the was5 plugin (version 1.2) Any

Problem with was5 plugin

2004-11-10 Thread Louis Burroughs
I got this error when trying to invoke a command on the was5 plugin (version 1.2) Any suggestions? was5:listApps: [wasListApps] java.lang.reflect.InvocationTargetException: java.lang.NoClass DefFoundError: com/ibm/jsse/IBMJSSEProvider [wasListApps] at java.lang.Class.forName1

maven was5 plugin deploy problem

2004-04-22 Thread Daniel Flesner
i'm getting the following error when trying to deploy to my local websphere server with the was5 plugin. i am generating the xmi files with xdoclet, why can't it find the jndi name in the config file? - [wasInstallApp] WASX7017E: Exception received while running f