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 ? :)
|