掲示板

Hibernate transaction problem in vaadin portlet

13年前 に fabrizio pinto によって更新されました。

Hibernate transaction problem in vaadin portlet

New Member 投稿: 1 参加年月日: 10/08/24 最新の投稿
hi!

i'm experimenting vaadin and liferay.
I'm coding a vaadin portlet which use hibernate as ORM.

I use a ServiceContextListener to start and close hibernate transaction.

When i deploy to a stand alone tomcat my portlet works fine.

When i try to deploy to liferay, my listener doesn't run so my app have no active hibernate transaction.

i'm using:
  • vaadin 6.4.2
  • liferay 6.0.5 GA


Any hints?

Thanks!