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
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/
> 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