-->
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.  [ 3 posts ] 
Author Message
 Post subject: cannot find subclass of DelegatingReverseEngineeringStrategy
PostPosted: Thu Feb 07, 2008 10:53 am 
Newbie

Joined: Wed Jan 23, 2008 9:57 am
Posts: 13
im reversing tables in an oracle base, wich is just fine, however trying to

reversestrategy="etc.MyHibernateReverseStrategy"

puts me in trouble.

It compiles just fine and the class lands in target as to be expected.

However then it proceeds to the point where it actually want to use said file and gives me;
.
.
[hibernatetool] java.lang.ClassNotFoundException:
.
.
dk.pfa.stik.common.StikHibernateReverseStrategy
Embedded error: Could not create or find etc.MyHibernateReverseStrategy with one argument delegate constructor

If it compiles it, and decides where to put the class file .. then why the heck can it not find it 5 seconds later ?

I am doing something wrong ... but what ? :)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 07, 2008 12:31 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
did you put it in the classpath ?

How are you calling this ? ant or eclipse ?

Does it have the right constructor ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 08, 2008 4:42 am 
Newbie

Joined: Wed Jan 23, 2008 9:57 am
Posts: 13
Thanks .. i believe indeed it was a classpath issue :( .. i figured since maven just built it, it would know where to find it .. and it does if you reference mavens.compile.classpath

Sorry!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.