Changeset 1900

Show
Ignore:
Timestamp:
07/07/08 10:29:08
Author:
douglm
Message:

Changes to avoid source of StaleStateExceptions? from hibernate.

Move collection lastmod out of the BwCalendar? class into a separate table and class BwLastMod? (and BwCollectionLastmod?.

Update touchCalendar to only update the lastmod object.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/build.xml

    r1895 r1900  
    4343 
    4444  <dirname property="this.build.dir" file="${ant.file}"/> 
     45  <property name="bedework.deployment.base" location="this.build.dir" /> 
    4546 
    4647  <import file="${build.dir}/getJar.xml"/>