-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: ExceptionInInitializer
PostPosted: Wed May 25, 2005 4:54 pm 
Newbie

Joined: Mon Dec 27, 2004 3:47 pm
Posts: 12
Hibernate version:3.0

Trying to get hibernatetool / hbm2java to work.
I'm getting a
BUILD FAILED
java.lang.ExceptionInInitializer
Here's my target

Code:
        <taskdef name="hibernatetool" classname="org.hibernate.tool.ant.HibernateToolTask" classpathref="middlegen.path"/>
        <hibernatetool destdir="${basedir}/gen-src">
            <classpath refid="middlegen.path"/>
            <jdbcconfiguration configurationfile="${basedir}/src/misc/hibernate.cfg.xml"/>
            <hbm2java/>
        </hibernatetool>



it doesn't really provide any other information.

thoughts?[/code]


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 25, 2005 6:30 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
as always with ant - add -debug to get the underlying exception.

you are probably missing the relevant jars

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.