I recently did a re-install of my machine, I have tried the copy of the Hibernate Tools Suite that was on my old machine, as well as a new copy. I have also deleted the old configuration folder, and started again. I am getting this error when I try to connect:
Code:
java.lang.ClassCastException: org.hibernate.cfg.Configuration cannot be cast to org.hibernate.cfg.Configuration
at net.java.dev.hts.SessionFactoryDescriptor.createConfiguration(SessionFactoryDescriptor.java:439)
at net.java.dev.hts.SessionFactoryDescriptor.openSession(SessionFactoryDescriptor.java:469)
at net.java.dev.hts.SessionFactoryDescriptor.access$000(SessionFactoryDescriptor.java:54)
at net.java.dev.hts.SessionFactoryDescriptor$1.run(SessionFactoryDescriptor.java:413)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Does any one have any suggestions for getting this working. I installed the OS twice, and each time I had the same problem.