|
What does this exception really mean? I see this in a sample deployment but the actual changes I make are persisted to the database.
Here is the stack:
14:06:47,852 INFO [STDOUT] 14:06:47,852 ERROR [SessionFactoryImpl] Unable to construct current session context [org.hibernate.transaction.JDBCTransactionFactory] java.lang.NoSuchMethodException: org.hibernate.transaction.JDBCTransactionFactory.<init>(org.hibernate.engine.SessionFactoryImplementor) at java.lang.Class.getConstructor0(Class.java:2706) at java.lang.Class.getConstructor(Class.java:1657) at org.hibernate.impl.SessionFactoryImpl.buildCurrentSessionContext(SessionFactoryImpl.java:1044) at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:366) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1327)
|