Hi,
I've searched the forum and found many, many post on the subject. But, non of them seem to help me...I'm I just a stup m-f???
I downloaded the Workshop Toolset and try to run the task bottomup.hbm2java, doesn't work. But the task bottomup.middlegen works fine.
When I try to run the task bottomup.hbm2java I get the following error:
Code:
java.lang.NoClassDefFoundError: org/apache/commons/lang/exception/NestableException
Following output is processed before the error:
Code:
bottomup.hbm2java:
[hbm2java] Processing 7 files
[hbm2java] Building hibernate objects
I load all the jar files in lib/ into the classpath and since task bottomup.middlegen works I beleive that the commons-lang.jar should be loaded as well.
I've also tried to give a direct reference to the commons-lang.jar in the ant script file, doesn't help.
Does I have to set up anything before I'm able to run the workshop example???
PS. I've edited the ant script to use my driver JSQLConnect and my own database schema, but that shouldn't make anything go wrong?
Kind regards, Andreas