Is there any way of calling the mass indexer on a EJB 3.1?
I would to like all my entities (1 million) calling a Stateless EJB method.
I'm getting :
10:55:28,560 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (Hibernate Search: collectionsloader-6) SQL Error: 0, SQLState: null 10:55:28,560 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (Hibernate Search: collectionsloader-6) javax.resource.ResourceException: IJ000460: Error checking for a transaction
I found this old link https://community.jboss.org/thread/185598 but i'm not sure if there is a better way of doing this task.
Thanks in advance,
|