[jboss-user] [EJB 3.0] - Re: transaction timeout for managed conversation transaction

grzegorz.knapczyk do-not-reply at jboss.com
Mon Mar 17 10:53:48 EDT 2008


Hi!

I am sorry, it is out of topic, but since you use Hibernate Search you might know...

When I try in my application:

  | FullTextSession session = (FullTextSession) entityManager.getDelegate(); 
  | 

it throws exception:


  | 15:45:23,866 WARN  [HibernatePersistenceProvider] Unable to wrap into a FullTextSessionProxy, regular SessionProxy returned
  | java.lang.reflect.InvocationTargetException
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.jboss.seam.persistence.HibernatePersistenceProvider.proxySession(HibernatePersistenceProvider.java:97)
  | 	at org.jboss.seam.persistence.HibernatePersistenceProvider.proxyDelegate(HibernatePersistenceProvider.java:116)
  | 	at org.jboss.seam.persistence.EntityManagerProxy.getDelegate(EntityManagerProxy.java:95)
  | 

I use Jboss 4.2.2.GA, Seam 2.0.1.GA, HibernateSearch 3.0.1. ...


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137091#4137091

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137091



More information about the jboss-user mailing list