You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by co...@runbox.com on 2004/01/07 21:13:03 UTC

Simple EJB Project Example

Hi, does some know where I can find a simple EJB project example using maven and JBoss?

Thanks in advance,

-Conrad


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Simple EJB Project Example

Posted by "Joel Wijngaarde [Us Media]" <jo...@usmedia.nl>.
Hi,

I tried different setups. 

First I tried the reactor setup which basically means you define
subprojects where each modules project.xml extends the main project.
this works fine but has somehow the problem that I cannot execute any
maven goal twice from the maven:console.

Second I tried using the multiproject target. this also works fine but,
has the problem that in the RC1 build of maven i was unable to execute
the ear:ear goal. I did not look extensively in this setup because i ran
into problems here and did not have the time yet to figure out what was
the problem, my first idea was that the ear:ear goal is not yet
supported in the RC1 build of maven.

For extensive examples you should see the maven wiki on the maven site.
There are links inside the wiki pointing to EJB examples (See:
http://wiki.codehaus.org/maven/OtherMavenArticles). I have to say that
while it operates far better then a fairly complex ant script it is not
entirely trivial and you probably need to do some maven.xml jelly
scripting to conform to your setup.

Good luck,

Joel


On Wed, 2004-01-07 at 21:13, conradwt@runbox.com wrote:
> Hi, does some know where I can find a simple EJB project example using maven and JBoss?
> 
> Thanks in advance,
> 
> -Conrad
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org