Hi everyone,

I am trying to run a 5.4 on my application.

I have modified my pom to use tapestry-hibernate 5.4-alpha-3-SNAPSHOT, as
well as tapestry5-jquery 4.0.0-SNAPSHOT (this version is development for
the 5.4).

After fixing a problem with ioc conflicts coming from tapestry-security I
run the application.

Unfortunately it still failed
An exception has occurred processing this request.

Render queue error in SetupRender[blackbox/Index]: Error invoking method
public static org.apache.tapestry5.hibernate.HibernateSessionManager
org.apache.tapestry5.hibernate.HibernateCoreModule.buildHibernateSessionManager(org.apache.tapestry5.hibernate.HibernateSessionSource,org.apache.tapestry5.ioc.services.PerthreadManager):
org.hibernate.SessionFactory.openSession()Lorg/hibernate/Session;
java.lang.RuntimeException

*Error invoking method public static
org.apache.tapestry5.hibernate.HibernateSessionManager
org.apache.tapestry5.hibernate.HibernateCoreModule.buildHibernateSessionManager(org.apache.tapestry5.hibernate.HibernateSessionSource,org.apache.tapestry5.ioc.services.PerthreadManager):
org.hibernate.SessionFactory.openSession()Lorg/hibernate/Session;*
java.lang.NoSuchMethodError

*org.hibernate.SessionFactory.openSession()Lorg/hibernate/Session;*


 Stack trace:

   -
   
org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl.create(HibernateSessionSourceImpl.java:69)


Has something changed in the tapestry-hibernate that I am not aware of?

I am using

        <dependency>
            <groupId>org.hsqldb</groupId>
            <artifactId>hsqldb</artifactId>
            <version>2.3.1</version>
        </dependency>

as in-memory database. Also I when application was running I didnt see my
hibernate 'table creation and data insertion script' running

Any suggestions?

-- 
Sincerely
*Boris Horvat*

Reply via email to