NPE Mevenide + Netbeans 5.5

2007-01-18 Thread lemon dumpling
Hi I've netbeans 5.5 and mevenide 2.3 installed. When I create a new maven project, the archetype template list is empty. I tried checking the log file and it shows this: Log Session: Thursday, January 18, 2007 10:19:48 PM EST System Info: Product Version = NetBeans IDE 5.5 (Build

Re: NPE Mevenide + Netbeans 5.5

2007-01-18 Thread lemon dumpling
checking the new project wizard again if it doesn't help, you probably have to fallback to command line for the time being.. Regards Milos Kleint On 1/18/07, lemon dumpling [EMAIL PROTECTED] wrote: Hi I've netbeans 5.5 and mevenide 2.3 installed. When I create a new maven project, the archetype

Re: NPE Mevenide + Netbeans 5.5

2007-01-18 Thread lemon dumpling
I also recall that it worked the first time I installed Mevenide, prior to performing an update from Update Center. But after that, it fails even removing Mevenide and installing it for the second time. On 1/18/07, lemon dumpling [EMAIL PROTECTED] wrote: Yes Milos, it's now working. I've

How To: Autocomplete dependencies with Mevenide2 + Netbeans

2007-01-19 Thread lemon dumpling
Hi All, How do I setup autocomplete with my project depenedencies in mevenide2+netbeans? It seems that I have to create a library group, add all the dependency jars up and use the library group as part of my netbeans project. Is there a more easier way in which it could find all jar files under

Spring JavaConfig

2007-01-25 Thread lemon dumpling
Hi, I'm looking for Spring JavaConfig jar file for my maven project. Is this an existing artifact where I could download it to my local repository? If so, what should I add to my pom dependencies? Thanks! Cheers, lemon.dumpling

Q: Weblogic Plugin

2007-02-01 Thread lemon dumpling
Hi Everyone, Is there a way to deploy and redeploy exploded war file into weblogic 9.2using maven2? Thanks. Cheers

Maven2+Hibernate3 Annotation Problem

2007-02-03 Thread lemon dumpling
Hi, I want to generate database schema to a sql file and feed the schema into my database. I have hibernate annotations instead of hbm.xml files. plugin groupIdorg.codehaus.mojo/groupId artifactIdhibernate3-maven-plugin/artifactId version2.0-SNAPSHOT/version

Re: Maven2+Hibernate3 Annotation Problem

2007-02-04 Thread lemon dumpling
try: jdk5true/jdk5 ejb3true/ejb3 Alejandro. On 2/4/07, lemon dumpling [EMAIL PROTECTED] wrote: Hi, I want to generate database schema to a sql file and feed the schema into my database. I have hibernate annotations instead of hbm.xml

Re: Maven2+Hibernate3 Annotation Problem

2007-02-06 Thread lemon dumpling
up the element outputfilename as seen here: http://mojo.codehaus.org/maven-hibernate3/hibernate3-maven-plugin/examples/s chema_output.html Also you need to include the annotated classes in your hibernate.cfg.xml file Regards Johann Reyes -Original Message- From: lemon dumpling [mailto

Re: Maven2+Hibernate3 Annotation Problem

2007-02-06 Thread lemon dumpling
/extensions hth, Manos Quoting lemon dumpling [EMAIL PROTECTED]: Hi Johann, Yes, I tried that thing but it always throws no suitable driver exception: [ERROR] SchemaExport - schema export unsuccessful java.sql.SQLException: No sui table driverjava.sql.SQLException: No suitable driver

Maven2: standard.jar

2007-02-15 Thread lemon dumpling
Hi Everyone, Where can I download standard.jar (taglib related)? I ned it as part of my dependency and I can't find the artifact in maven repository. Thanks. Cheers