Re: Running "hello world" JPA app with maven: No Persistence provider for EntityManager named XXX

2012-12-11 Thread Wayne Fay
> I'm learning JEE6 and I'm also new to Maven. I'm trying to resolve this > issue for two days already with no success, so maybe someone could help me > here? The thing is, I can't run a hello world app, that uses JPA. Here's > what I do and what I get: This

Running "hello world" JPA app with maven: No Persistence provider for EntityManager named XXX

2012-12-11 Thread Anton Reshetnikov
Hello, I'm learning JEE6 and I'm also new to Maven. I'm trying to resolve this issue for two days already with no success, so maybe someone could help me here? The thing is, I can't run a hello world app, that uses JPA. Here's what I do and what I get: mvn e

AW: Hello World? And More

2011-03-24 Thread Stadelmann Josef
parameter passing problems on OpenVMS but the default option perfectly generates a quick-start-project Thank you Josef Von: Hahn, Christopher (SAN DIEGO) [mailto:christopher.h...@hp.com] Gesendet: Mittwoch, 23. März 2011 19:40 An: Maven Users List Betreff: Hello World

RE: Hello World?

2011-03-23 Thread Hessick, Michael
@Christopher Would you mind posting your settings.xml? It sounds like it needs to be updated. -Mike -Original Message- From: Asmann, Roland [mailto:roland.asm...@adesso.at] Sent: Wednesday, March 23, 2011 12:46 PM To: Maven Users List Subject: Re: Hello World? Because that

Re: Hello World?

2011-03-23 Thread Asmann, Roland
your build trying to connect to central? > > > > From: Hahn, Christopher (SAN DIEGO) [mailto:christopher.h...@hp.com] > Sent: Wednesday, March 23, 2011 12:40 PM > To: Maven Users List > Subject: Hello World? > > ??? > > What can make Hello World fail: >

RE: Hello World?

2011-03-23 Thread Hessick, Michael
If you are using Nexus, then why is your build trying to connect to central? From: Hahn, Christopher (SAN DIEGO) [mailto:christopher.h...@hp.com] Sent: Wednesday, March 23, 2011 12:40 PM To: Maven Users List Subject: Hello World? ??? What can make Hello World fail

Re: Hello World?

2011-03-23 Thread Asmann, Roland
IT says 'connection refused', are you sure you can currently reach your Nexus? On 23-03-11 19:39, Hahn, Christopher (SAN DIEGO) wrote: > ??? > > What can make Hello World fail: > > == > > D:\temp>mvn arche

Hello World?

2011-03-23 Thread Hahn, Christopher (SAN DIEGO)
??? What can make Hello World fail: == D:\temp>mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.mycompany.app -DartifactId=my-app D:\temp>set MAVEN_OPTS=-Xmx1024m -Xms128m [INFO] Scanning for pr

Re: JAX-WS Hello World Example

2009-11-23 Thread Benson Margulies
w to create the examples I would package the client and server examples > and post it for others's benefit as well. > > Thanks, > > Andy > -- > View this message in context: > http://old.nabble.com/JAX-WS-Hello-World-Example-tp26484077p26484

JAX-WS Hello World Example

2009-11-23 Thread nhcoder
View this message in context: http://old.nabble.com/JAX-WS-Hello-World-Example-tp26484077p26484077.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apac

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-09-12 Thread siegfried
=spring-osgi-bundle-archetype -DarchetypeGroupId=org.springframework.osgi I tried execute this and the results are below. > >-Original Message- >From: Wayne Fay [mailto:wayne...@gmail.com] >Sent: Friday, May 22, 2009 1:18 PM >To: Maven Users List >Subject: Re: How to

Re: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread Wayne Fay
> Is http://docs.codehaus.org/display/MAVENUSER/Archetypes+List the best list > of archetypes? As I sent in a previous email... The listing of archetpes on the Maven User wiki is pretty complete, as far as I am aware. There are no specific archetypes for "session stateful ejb" -- just generic proj

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread siegfried
Renaming .m2 to save.m2 seems to have fixed the problem. Thanks! Is http://docs.codehaus.org/display/MAVENUSER/Archetypes+List the best list of archetypes? > >> Ooops! Do I need to delete me repository? >> >> [INFO] Required goal not found: archetype:generate in >> org.apache.maven.plugins:maven

Re: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread Wayne Fay
> Ooops!  Do I need to delete me repository? > > [INFO] Required goal not found: archetype:generate in > org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7 If you look at the documentation, you'll see the generate goal was not added until 2.0-alpha-4, so this error message is correct. You

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread siegfried
Ooops! Do I need to delete me repository? Sorry: here it is! bash-3.2$ mvn -e archetype:generate + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ---

Re: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread Wayne Fay
> I found http://openejb.apache.org/examples.html and tried them and when they > would not work, I posted in the ejb forum. But now that I see the results > below, I'm wondering if it is a maven problem instead of a bad openejb > example. 1. What "results below"? You didn't include anything in you

How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread siegfried
th as well as %M2_HOME\bin in my path. I have M2_REPO set to C:\Documents and Settings\Administrator\.m2\repository I'm getting the results below. What am I doing wrong? I want to start a simple "hello world" hibernate project and a simple JPA project. Why are there no archetyp

Re: Error compiling hello world maven plugin

2008-12-19 Thread aymen83
hi; "org.apache.maven" i think this must be declared as plugin not a dependency. Every thing related to maven as well Enrico Boldrini wrote: > > Hello, > > I'm not able to compile the following hello world maven plugin (composed > by two files): > > pom.

Re: Error compiling hello world maven plugin

2008-12-19 Thread Enrico Boldrini
I just resolved the error cleaning my local repository! Enrico - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Error compiling hello world maven plugin

2008-12-19 Thread Enrico Boldrini
Hello, I'm not able to compile the following hello world maven plugin (composed by two files): pom.xml: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http

Re: A "Hello World" in ejb3

2008-01-30 Thread Angelo Chen
Hi Jacek, Thanks, I checked out that trunk, and mvn compile, everything compiles then mvn package, I got this error: org.apache.geronimo.kernel.config.LifecycleException: load of org.apache.geronimo.framework/geronimo-gbean-deployer/2.1-SNAPSHOT/car failed at org.apache.geronimo.kerne

Re: A "Hello World" in ejb3

2008-01-29 Thread Steinar Overbeck Cook
pache/geronimo/plugins/car-maven- plugin/2 0.2/ Anyone? M- - Original Message - From: "Angelo Chen" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 29, 2008 10:14 AM Subject: Re: A "Hello World" in ejb3 Hi Jacek, Thanks, here are the steps: I checked out the

Re: A "Hello World" in ejb3

2008-01-29 Thread Jacek Laskowski
On Jan 29, 2008 4:14 PM, Angelo Chen <[EMAIL PROTECTED]> wrote: > I checked out the source code > 2. mvn install > then i got this error: > > [INFO] artifact org.apache.geronimo.buildsupport:car-maven-plugin: checking > for updates from codehaus > [INFO] > -

Re: A "Hello World" in ejb3

2008-01-29 Thread Martin Gainty
ginal Message - From: "Angelo Chen" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 29, 2008 10:14 AM Subject: Re: A "Hello World" in ejb3 > > Hi Jacek, > > Thanks, here are the steps: > > I checked out the source code > 2. mvn

Re: A "Hello World" in ejb3

2008-01-29 Thread Angelo Chen
he only maven project for >> ejb3 I found in the net so far, two days spent and I can not even produce >> a >> 'hello world' in maven, managed to make a 'hello world' in command line, >> but >> not for real code. > > Hi, > > Could you desc

Re: A "Hello World" in ejb3

2008-01-29 Thread Jacek Laskowski
, this is the only maven project for > ejb3 I found in the net so far, two days spent and I can not even produce a > 'hello world' in maven, managed to make a 'hello world' in command line, but > not for real code. Hi, Could you describe the steps you took until it hit th

Re: A "Hello World" in ejb3

2008-01-28 Thread Martin Hoeller
On 28 Jan 2008, Angelo Chen wrote: > Thanks but maven-archetype-j2ee-simple is not for ejb3, is there archetype > for ejb3? thanks. Unfortunately not that I know of and not in the list of archetypes [0]. However, you can use the j2ee archetype and just add this to your maven-ejb-plugin definitio

Re: A "Hello World" in ejb3

2008-01-28 Thread Angelo Chen
Hi Martin, Thanks but maven-archetype-j2ee-simple is not for ejb3, is there archetype for ejb3? thanks. A.C. matinh wrote: > > On 27 Jan 2008, Angelo Chen wrote: > >> I'm looking for a simple sample Maven project for ejb3, > > Have a look at this: > http://maven.apache.org/plugins/maven-arch

Re: A "Hello World" in ejb3

2008-01-28 Thread Martin Hoeller
On 27 Jan 2008, Angelo Chen wrote: > I'm looking for a simple sample Maven project for ejb3, Have a look at this: http://maven.apache.org/plugins/maven-archetype-plugin/examples/j2ee-simple.html It's not just EJB but a complete EAR, but it's a good starting point. Also have a look at www.michae

Re: A "Hello World" in ejb3

2008-01-28 Thread Wayne Fay
eless-pojo/ > > I checked out the above project too, the layout is a little different from > the zip file, but it does not compile, this is the only maven project for > ejb3 I found in the net so far, two days spent and I can not even produce a > 'hello world' in maven, managed

Re: A "Hello World" in ejb3

2008-01-28 Thread Angelo Chen
the above project too, the layout is a little different from the zip file, but it does not compile, this is the only maven project for ejb3 I found in the net so far, two days spent and I can not even produce a 'hello world' in maven, managed to make a 'hello world' in command li

Re: A "Hello World" in ejb3

2008-01-28 Thread Daniele De Francesco
Hi, may you supply the pom.xml? cheers Daniele On Jan 28, 2008 2:09 PM, Angelo Chen <[EMAIL PROTECTED]> wrote: > > Hi Wayne, > > Thanks for the reply, actually the calculator sample's maven project > compiles, problem is running: > > I started the Genonimo server, went to the console, choose 'd

Re: A "Hello World" in ejb3

2008-01-28 Thread Angelo Chen
Hi Wayne, Thanks for the reply, actually the calculator sample's maven project compiles, problem is running: I started the Genonimo server, went to the console, choose 'deploy new', selected the EAR file, and got following error: Manifest class path entries must be a valid jar file (JAVAEE 5 Se

Re: A "Hello World" in ejb3

2008-01-27 Thread Wayne Fay
"It is just not working" -- can you be more specific? Try adding -X to the call to Maven (eg mvn -X package) to get debugging information. If you spot a specific error in the debug log, paste it in a reply to this email. Wayne On 1/27/08, Angelo Chen <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm lo

A "Hello World" in ejb3

2008-01-27 Thread Angelo Chen
Hi, I'm looking for a simple sample Maven project for ejb3, I have tried this: http://www.sonatype.com/book/examples/book-j2ee.zip, everything compile, and I follow the exact steps in the maven-user-guide.pdf, but it just not working. Thanks, A.C. -- View this message in context: http://www.n

Re: [m2] Can't get hello world plugin to work

2005-10-19 Thread Brett Porter
http://maven.zones.apache.org/~maven/logs/m2-build-log-20051019.11.txt > So, does this merit a bug report since it affects plugins other than > Marmalade? > > Regards, > Kevin > > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 18 October

RE: [m2] Can't get hello world plugin to work

2005-10-19 Thread Kevin McNamee
this merit a bug report since it affects plugins other than Marmalade? Regards, Kevin -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 21:31 To: Maven Users List Subject: Re: [m2] Can't get hello world plugin to work Kevin, Oh, I hadn'

Re: [m2] Can't get hello world plugin to work

2005-10-18 Thread Brett Porter
the goal is declared in the Marmalade script: > > > > hello > Say Hello to the World. > > > Hello, World > > > > This comes from the example at > http://maven.apache.org/maven2/developers/developing-plugins-with-marmalade. > html >

RE: [m2] Can't get hello world plugin to work

2005-10-18 Thread Kevin McNamee
Hi Brett, I assume that the goal is declared in the Marmalade script: hello Say Hello to the World. Hello, World This comes from the example at http://maven.apache.org/maven2/developers/developing-plugins-with-marmalade. html In any case I have given up on Marmalade

Re: [m2] Can't get hello world plugin to work

2005-10-17 Thread Brett Porter
exception? Please help. > > Much appreciated, > Kevin > > > > maven-hello-plugin> m2 install -DupdateReleaseInfo=true > [INFO] Scanning for projects... > [INFO] > ---- > [INFO] Building

RE: [m2] Can't get hello world plugin to work

2005-10-17 Thread Kevin McNamee
ning for projects... [INFO] [INFO] Building Maven Hello World Plugin [INFO]task-segment: [install] [INFO] [INFO] [plugin:descripto

RE: [m2] Can't get hello world plugin to work

2005-10-14 Thread Kevin McNamee
ED] Sent: 14 October 2005 13:53 To: Maven Users List Subject: RE: [m2] Can't get hello world plugin to work Hi Kevin, Try install again the plugin with this extra option : m2 install -DupdateReleaseInfo=true Yann --- Kevin McNamee <[EMAIL PROTECTED]> a écrit : &

RE: [m2] Can't get hello world plugin to work

2005-10-14 Thread Yann Le Du
3. > > > > /Kevin > > > > _ > > From: Kevin McNamee [mailto:[EMAIL PROTECTED] > Sent: 13 October 2005 16:17 > To: 'Maven Users List' > Subject: [m2] Can't get hello world plugin to work > > > > Hi, > >

RE: [m2] Can't get hello world plugin to work

2005-10-13 Thread Kevin McNamee
Of course I meant after installation when I try to test the plugin. Also I am using maven 2.0 Beta 3. /Kevin _ From: Kevin McNamee [mailto:[EMAIL PROTECTED] Sent: 13 October 2005 16:17 To: 'Maven Users List' Subject: [m2] Can't get hello world plugin to wor

[m2] Can't get hello world plugin to work

2005-10-13 Thread Kevin McNamee
Hi,   I have been trying to get the Hello World plugin to work following the instructions at http://maven.apache.org/maven2/developers/developing-plugins-with-marmalade.html   But then when I do the install I get:   :maven-hello-plugin> m2 hello:hello [INFO] Searching reposit

Re: [M2a3] NPE installing hello world plugin

2005-07-06 Thread Unico Hommes
> org.apache.maven > maven-script-marmalade > 2.0-beta-1-SNAPSHOT > > > > Another thing worth mentioning in the documentation :) > > Then it should finally work! > > -- Kenney Westerhof >

Re: [M2a3] NPE installing hello world plugin

2005-07-06 Thread Kenney Westerhof
d finally work! -- Kenney Westerhof > > C:\code\hippo-fortress\m2plugin>m2 -e hello:hello > + Error stacktraces are turned on. > [INFO] > ----- > --- >

Re: [M2a3] NPE installing hello world plugin

2005-07-06 Thread Unico Hommes
NFO] - - - --- [INFO] Building Maven Hello World Plugin [INFO] - - - --- [INFO] maven-hello-plugin: checking for updates from central-plugins [INFO] Retrieving release information for ma

Re: [M2a3] NPE installing hello world plugin

2005-07-06 Thread Unico Hommes
: > > > I am following the "Developing Plugins with > Marmalade" tutorial on the > Maven 2 website. Following the instructions to the > letter of creating > the pom.xml and the hello world marmalade script > running &#x

Re: [M2a3] NPE installing hello world plugin

2005-07-06 Thread David Le Strat
o Hommes <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I am following the "Developing Plugins with > Marmalade" tutorial on the > Maven 2 website. Following the instructions to the > letter of creating > the pom.xml and the he

[M2a3] NPE installing hello world plugin

2005-07-06 Thread Unico Hommes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am following the "Developing Plugins with Marmalade" tutorial on the Maven 2 website. Following the instructions to the letter of creating the pom.xml and the hello world marmalade script running 'm2 install' gives

Hello-world-plugin not working

2005-06-22 Thread Allan Ramirez
Hi , I have abled to build the hello-world plugin successfully, but when I tried to run "m2 hello:hello" the following printed on the screen. [INFO] Building Maven Hello World Plugin [INFO] - --- [INFO] maven-hello-plugin: ch

[Fwd: Re: NullPointerException on Hello World plugin]

2005-06-08 Thread Edwin Punzalan
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: NullPointerException on Hello World plugin

2005-06-08 Thread Edwin Punzalan
[INFO] [INFO] Building Maven Hello World Plugin [INFO] [INFO] maven-jar-plugin: resolved to version 2.0-alpha-2 from local repository [INFO

Re: NullPointerException on Hello World plugin

2005-06-08 Thread Brett Porter
This is the tag that is problematic. You can remove it. Regards, Brett On 6/8/05, Edwin Punzalan <[EMAIL PROTECTED]> wrote: > I can't seem to get the hello world plugin to work... - To unsubscribe, e-mail: [E

NullPointerException on Hello World plugin

2005-06-08 Thread Edwin Punzalan
I can't seem to get the hello world plugin to work... attached are pom.xml, and the trace is in m2.log. hello.mmld is in ./src/main/scripts from pom.xml. Can anybody please help. + Error stacktraces are turned on.

Re: Maven 2 Hello World Failure

2005-05-31 Thread Brett Porter
w and have just started > looking into Maven 2. > Unfortunately, the Hello World example seems to fail with the following > error when running the command 'm2 install'. > > java.lang.NullPointerException > at > org.codehaus.marmalade.m

Maven 2 Hello World Failure

2005-05-31 Thread fenallen
Hi, I haven been using Maven 1.0.x for some time now and have just started looking into Maven 2. Unfortunately, the Hello World example seems to fail with the following error when running the command 'm2 install'. java.lang.NullPointerException

Réf. : Cannot make multiproject "hello world" work !

2004-02-17 Thread thomas . carrie
tel : +33 155775802 Pour : users cc : Objet : Cannot make multiproject "hello world" work ! I have a Hello Word p

RE: Cannot make multiproject "hello world" work !

2004-02-17 Thread Andreas.Ebbert
Hi, > -Original Message- > From: ext [EMAIL PROTECTED] > multiproject:goal is use with the -Dgoal option : > maven -Dgoal=goal_to_launch multiproject:goal will execute > the goal_to_launch in all the subproject. If you look at the > goal multiproject:goal you will see that the -Dgoal op

RE: Cannot make multiproject "hello world" work !

2004-02-17 Thread Nicolas . CHALUMEAU
Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc : Objet : Cannot make multiproject "hello world" work ! I have a Hello Word project : a single java class, no dependency My project.xml file is copied from maven getting started.

Cannot make multiproject "hello world" work !

2004-02-17 Thread thomas . carrie
I have a Hello Word project : a single java class, no dependency My project.xml file is copied from maven getting started. Here is my maven.xml : java:compile C:\tmp\mavmer>maven toto __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligen