[Hibernate] Plan for 3.1.x JIRA issues?

2006-06-21 Thread Josh Moore
ich points to a simple typo in hibernate-mapping-3.0.dtd, that forces us to patch every release. Thanks, Josh Moore The Openmicroscopy Environment All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the h

[Hibernate] PersistentSets, versions, and unnecessary updates

2006-07-19 Thread Josh Moore
Is there a known issue with versioning? There seems to be a crop of tickets mentioning unnecessary update: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1401 http://opensource.atlassian.com/projects/hibernate/browse/HHH-1564 http://opensource.atlassian.com/projects/hibernate/

Re: [Hibernate] new SPI for EJB3/Seam (Gavin King)

2006-09-27 Thread Josh Moore
> For truly efficient clustering of extended persistence contexts in the > context of Seam or EJB3, we need a way to propagate unflushed > changesets. What we need is an SPI like this: > >Serializable changeset = session1.getChangeSet(); > >session2.applyChangeSet(changeset); > > where s