Re: maven-ejb3-plugin

2008-06-22 Thread Tim Kettler
Hi, you don't need to use the maven-ejb3-plugin. It was developed because a draft version of the EJB3 specification contained a new .ejb3 packaging type. This new type was dropped for the final specification and the plugin never maid it out of the sandbox and was never released. Just use

maven-ejb3-plugin

2008-06-21 Thread langlois yan
Hi, I would like to use EJB3 in my application. As I want to use an EAR archive which contains un web module and an EJB3 module I need to package my ejb3 with maven-ejb3-plugin and not with maven-ejb-plugin. This behaviour is mandatory by the maven-ear-plugin. After a long search I find that

Re: ejb3-plugin: no valid version could be found? (was: Just a quick one..)

2007-09-25 Thread Gisbert Amm
3) yet when I try to mvn install I get this: [INFO] The plugin 'org.apache.maven.plugins:maven-ejb3-plugin' does not exist or no valid version could be found Any ideas are greatly appreciated. Chumbo -- Gisbert Amm Softwareentwickler Infrastruktur Telefon: (0721) 91374 - 4224 Telef

How to use maven ejb3 plugin

2006-10-20 Thread Atanu Dasgupta
How do use maven-ejb3-plugin? Please provide an example or documentation. Thanks Atanu

Re: EJB3 Build. Failure to maintain EJB3 plugin.

2006-05-05 Thread Dan Greening
Todd Orr schrieb: I understood that ejb3 functionality will not be built into the ejb-plugin until the spec is final. It looks like it's all set (http://www.theserverside.com/news/thread.tss?thread_id=40199). When can we expect the ejb3 integration in the plugin? From: Tim Kettler <[EMAIL PROT

Re: ejb3 plugin / solved

2006-03-11 Thread Marco Mistroni
l them in my local > repository? > > thanks in advance an dregards > marco > > > On 3/7/06, Tim Kettler <[EMAIL PROTECTED]> wrote: > > > > Hi Nidhi, > > > > you can checkout the maven-ejb3-plugin vie svn from the maven sandbox > > at: > > > &

Re: ejb3 plugin

2006-03-11 Thread Marco Mistroni
Hello Tim, i have downloaded the plugins,but they are as sources... can you tell me how do i go from sources to install them in my local repository? thanks in advance an dregards marco On 3/7/06, Tim Kettler <[EMAIL PROTECTED]> wrote: > > Hi Nidhi, > > you can checkout the

Re: ejb3 plugin -- URGENT

2006-03-10 Thread Tim Kettler
ge- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 11:53 AM To: Maven Users List Subject: Re: ejb3 plugin Tim Kettler schrieb: Hi Nidhi, you can checkout the maven-ejb3-plugin vie svn from the maven sandbox at: http://svn.apache.org/repos/asf/maven/sandbox/plugins/m

RE: ejb3 plugin -- URGENT

2006-03-10 Thread Nidhi Tuli
maven-ejb-plugin for making 'ejb-jar.xml' will be made available? Thanks Nidhi -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 11:53 AM To: Maven Users List Subject: Re: ejb3 plugin Tim Kettler schrieb: > Hi Nidhi, > > you can c

Re: ejb3 plugin

2006-03-08 Thread Tim Kettler
nging the version on maven archiver in pom.xml made install to work. I changed the version to point to 2.01. version in my local copy. /Nidhi -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 11:53 AM To: Maven Users List Subject: Re: ejb3 plugin Tim

Re: ejb3 plugin

2006-03-08 Thread Pete
my local copy. > > /Nidhi > > -Original Message- > From: Tim Kettler [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 07, 2006 11:53 AM > To: Maven Users List > Subject: Re: ejb3 plugin > > Tim Kettler schrieb: > > Hi Nidhi, > > > > y

RE: ejb3 plugin

2006-03-07 Thread Nidhi Tuli
plugin Tim Kettler schrieb: > Hi Nidhi, > > you can checkout the maven-ejb3-plugin vie svn from the maven sandbox at: > > http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-ejb3-plugin > > you then probably also want the maven-par-plugin from: > > http://svn

RE: ejb3 plugin

2006-03-07 Thread Nidhi Tuli
Hi Tim, Thanks a lot for help. This is exactly I need. I was also getting the same ejb-jar.xml error when I was trying to use Ejb plugin. you have already explained that. So now I am using ejb3 plugin. But when I try to install the par plugin. It complains. I am getting the following error. I

Re: ejb3 plugin

2006-03-07 Thread Wayne Fay
Thanks a lot for all that info/documentation Marco. Way more than I expected, even if it is "only" for Maven1. ;-) Wayne On 3/7/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hello > One more thing > > Please NOTE that i have generated myself the persistence.xml file int he > META-INF director

Re: ejb3 plugin

2006-03-07 Thread Tim Kettler
Tim Kettler schrieb: Hi Nidhi, you can checkout the maven-ejb3-plugin vie svn from the maven sandbox at: http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-ejb3-plugin you then probably also want the maven-par-plugin from: http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven

Re: ejb3 plugin

2006-03-07 Thread Tim Kettler
Hi Nidhi, you can checkout the maven-ejb3-plugin vie svn from the maven sandbox at: http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-ejb3-plugin you then probably also want the maven-par-plugin from: http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-par-plugin Once you

Re: ejb3 plugin

2006-03-07 Thread Marco Mistroni
Hello One more thing Please NOTE that i have generated myself the persistence.xml file int he META-INF directory.. not sure if you were expecting maven to do that and, just to clarify, file i sent you works wtih Maven 1.1 regards marco On 3/7/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: >

Re: ejb3 plugin

2006-03-07 Thread Marco Mistroni
Hello, yes sorry for that.. this is a maven 1.1 version though directory structure is as follows ejbs |___ META-INF |___ src |java | com * maven.xml this is part of the project.xml t

Re: ejb3 plugin

2006-03-07 Thread Wayne Fay
; > > > I just started working on Maven 2 and trying to build my EJB3 project > > using maven2. Any ideas what plug-in should I use? In one of the > > articles I am advised to do ejb3 on the jar file which I created. The > > package for that is suggested to be "ma

Re: ejb3 plugin

2006-03-07 Thread Marco Mistroni
B3 project > using maven2. Any ideas what plug-in should I use? In one of the > articles I am advised to do ejb3 on the jar file which I created. The > package for that is suggested to be "maven-ejb3-plugin" with groupId of > goal bindings "org.apache.maven.plugins".

ejb3 plugin

2006-03-07 Thread Nidhi Tuli
Hi, I just started working on Maven 2 and trying to build my EJB3 project using maven2. Any ideas what plug-in should I use? In one of the articles I am advised to do ejb3 on the jar file which I created. The package for that is suggested to be "maven-ejb3-plugin" with groupId of goa

Re: ejb3 plugin

2005-12-22 Thread Alexandre Russel
answering my own question: add true . for more info: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Hi, I downloaded and built the maven-ejb3-plugin. Trying to make a simple ejb3 I got the following error. What should I change for it to work? thanks

ejb3 plugin

2005-12-22 Thread Alexandre Russel
Hi, I downloaded and built the maven-ejb3-plugin. Trying to make a simple ejb3 I got the following error. What should I change for it to work? thanks. + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO