[mojo-dev] Hbm2DDL causes Null-Pointer Exception

2014-02-24 Thread Petar Tahchiev
Hi guys, I just ran mvn hibernate3:hbm2ddl and I got this exception: [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 6.955s [INFO] Finished at: M

[mojo-dev] [jira] (MJAXB-81) transformSchema should also replace prefix in "type" attribute

2014-02-24 Thread Anders Hammar (JIRA)
Title: Message Title Anders Hammar assigned an issue to Anders Hammar

[mojo-dev] [jira] (MJAXB-81) transformSchema should also replace prefix in "type" attribute

2014-02-24 Thread Anders Hammar (JIRA)
Title: Message Title Anders Hammar closed an issue as Fixed

[mojo-dev] [jira] (MJAXB-80) Schemagen has namespace prefix problem

2014-02-24 Thread Anders Hammar (JIRA)
Title: Message Title Anders Hammar commented on an issue

Re: [mojo-dev] Hbm2DDL causes Null-Pointer Exception

2014-02-24 Thread Dan Tran
how about maven3 .0.x and 2.x. -Dan On Mon, Feb 24, 2014 at 1:53 PM, Petar Tahchiev wrote: > Hi guys, > > I just ran mvn hibernate3:hbm2ddl and I got this exception: > > [INFO] > > [INFO] BUILD FAILURE > [INFO] > -

Re: [mojo-dev] Hbm2DDL causes Null-Pointer Exception

2014-02-24 Thread Dan Tran
does it work with how about maven3 .0.x and 2.x.?? On Mon, Feb 24, 2014 at 2:13 PM, Dan Tran wrote: > how about maven3 .0.x and 2.x. > > -Dan > > > On Mon, Feb 24, 2014 at 1:53 PM, Petar Tahchiev wrote: > >> Hi guys, >> >> I just ran mvn hibernate3:hbm2ddl and I got this exception: >> >> [INFO]

Re: [mojo-dev] Hbm2DDL causes Null-Pointer Exception

2014-02-24 Thread Dan Tran
my guess here hibernate 4 may have changed the tooling interface, and there for we need an new hibernate4-maven-plugin. Current, there is not much user activity since its last release. and I dont have bandwidth to enhance it. Will you give it a try? -Dan On Mon, Feb 24, 2014 at 2:22 PM, Petar

Re: [mojo-dev] Hbm2DDL causes Null-Pointer Exception

2014-02-24 Thread Petar Tahchiev
Tried with Apache Maven 3.0.4 (r1232337; 2012-01-17 10:44:56+0200) Maven home: /home/petar/apache/apache-maven-3.0.4 Java version: 1.7.0_10, vendor: Oracle Corporation Java home: /usr/share/java/jdk1.7.0_10/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.5.0-17-ge

Re: [mojo-dev] Hbm2DDL causes Null-Pointer Exception

2014-02-24 Thread Dan Tran
that works. -D On Mon, Feb 24, 2014 at 3:03 PM, Petar Tahchiev wrote: > I was gonna.. cause I really need the hbm2ddl functionality, but then I > found this one http://juplo.de/hibernate4-maven-plugin/ > which does the trick for me (and I think it doesn't use Ant). So i'll > leave it in my TODO

Re: [mojo-dev] Hbm2DDL causes Null-Pointer Exception

2014-02-24 Thread Petar Tahchiev
I was gonna.. cause I really need the hbm2ddl functionality, but then I found this one http://juplo.de/hibernate4-maven-plugin/ which does the trick for me (and I think it doesn't use Ant). So i'll leave it in my TODO list with a lower priority, but i'm not sure when I will have time for it.. 201