Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/jmx
In directory sc8-pr-cvs1:/tmp/cvs-serv20713/hibernate/jmx
Modified Files:
SessionFactoryStub.java
Log Message:
standardised on dom4j
fixed bugs in collection caching (sometimes an exception occurred)
allowed null discriminators
set autocommit to true in SchemaUpdate
collections now deserialize correctly
Index: SessionFactoryStub.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/jmx/SessionFactoryStub.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** SessionFactoryStub.java 26 Jan 2003 01:33:35 -0000 1.5
--- SessionFactoryStub.java 9 Feb 2003 06:28:15 -0000 1.6
***************
*** 88,92 ****
//readResolveObject
! Object readResolve() throws ObjectStreamException {
// look for the instance by uuid
Object result = SessionFactoryObjectFactory.getInstance(uuid);
--- 88,92 ----
//readResolveObject
! private Object readResolve() throws ObjectStreamException {
// look for the instance by uuid
Object result = SessionFactoryObjectFactory.getInstance(uuid);
|