Changes between Version 5 and Version 6 of ebXMLPersistenceLayerTestSuite


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLPersistenceLayerTestSuite

    v5 v6  
    6161                tx.commit();   
    6262               
    63                 // verify database state
    64 
     63                // verify database state using SQL
    6564                Query registryObjectQuery = hibernateSession.createSQLQuery("select ID from RIM_REGISTRY_OBJECT where ID='" + businessKey + "'");
    66                
    6765                List<String> result = registryObjectQuery.list();
    6866                URN persistentRegistryObjectId = new URN(result.get(0));