Changes between Version 3 and Version 4 of ebXMLPersistenceLayerTestSuite


Ignore:
Timestamp:
Aug 9, 2008, 8:49:39 AM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLPersistenceLayerTestSuite

    v3 v4  
    5353               
    5454                // create transient object
    55                 Transaction tx = hibernateSession.beginTransaction();
    5655                RegistryObject transientRegistryObject = RegistryObjectFactory.createRegistryObject();
    5756                URN businessKey = transientRegistryObject.getId();
     57
    5858                // make transient object persistent
     59                Transaction tx = hibernateSession.beginTransaction();
    5960                hibernateSession.saveOrUpdate(transientRegistryObject);
    60                 tx.commit();
     61                tx.commit();    
    6162               
    6263                // verify database state