[hibernate-issues] [Hibernate-JIRA] Updated: (HSEARCH-578) JTA transaction commit: Access a Sealed WorkQueue which has not been sealed
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Thu Oct 13 07:09:20 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hardy Ferentschik updated HSEARCH-578:
--------------------------------------
Description:
I'm facing a problem using hibernate search as HSEARCH-540 bug, after an entity has been persisted hibernate tries to index it but I got:
{noformat}
org.hibernate.annotations.common.AssertionFailure: Access a Sealed WorkQueue which has not been sealed
{noformat}
I'm not using annotations to handle POJO's and transactions, I use Spring's HibernateTemplate to persist objects and Aspects to transaction management. (Config files attached)
example:
{code}
@Override
public void add(Item item) {
getHibernateTemplate().save(item);
}
{code}
was:
I'm facing a problem using hibernate search as HSEARCH-540 bug, after an entity has been persited hibernate tries to index it but I got:
org.hibernate.annotations.common.AssertionFailure: Access a Sealed WorkQueue which has not been sealed
I'm not using annotations to handle POJO's and transactions, I use Spring's HibernateTemplate to persist objects and Aspects to transaction management. (Config files attached)
example:
@Override
public void add(Item item) {
getHibernateTemplate().save(item);
}
> JTA transaction commit: Access a Sealed WorkQueue which has not been sealed
> ---------------------------------------------------------------------------
>
> Key: HSEARCH-578
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-578
> Project: Hibernate Search
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: JDK 1.8.0_18 + Glassfish 2.1.1 + Spring 3.0.3 + Hibernate 3.5.3 + Hibernate Search 3.2.1 + MySQL 5.1.48 + Windows XP SP3
> Reporter: Fabián Guerra
> Priority: Blocker
> Attachments: application-context.xml, hibernate.log, search-context.xml
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> I'm facing a problem using hibernate search as HSEARCH-540 bug, after an entity has been persisted hibernate tries to index it but I got:
> {noformat}
> org.hibernate.annotations.common.AssertionFailure: Access a Sealed WorkQueue which has not been sealed
> {noformat}
> I'm not using annotations to handle POJO's and transactions, I use Spring's HibernateTemplate to persist objects and Aspects to transaction management. (Config files attached)
> example:
> {code}
> @Override
> public void add(Item item) {
> getHibernateTemplate().save(item);
> }
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list