Changeset 2141

Show
Ignore:
Timestamp:
04/20/09 14:46:57
Author:
douglm
Message:

Noticed tha event annotations were getting updated even when no actual updates were taking place. Determined it was hibernate bug

http://opensource.atlassian.com/projects/hibernate/browse/HHH-2606

Upgraded to hibernate 3.3.1 - not a bad thing anyway.

Discovered the hadn't fixed the bug even though it's about 2years old now.

Modified annotation class to use String fro the emptyFlags property instead of the more appropriate char[].

XMl schema changed but not the db schema.

Files:

Legend:

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

    r2052 r2141  
    5656    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ehcache}" /> 
    5757    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.hibernate}" /> 
     58    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.javassist}" /> 
    5859    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.jgroups}" /> 
    5960    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.jta}" /> 
    60  
    6161    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-collections}"/> 
     62    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.slf4j-api}" /> 
     63    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.slf4j-log4j12}" /> 
     64 
    6265    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-logging}"/> 
    6366 
     
    9295    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> 
    9396    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-digester}"/> 
    94     <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-collections}"/> 
    9597    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-httpclient}"/> 
    9698    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-lang}"/> 
  • trunk/build/buildwar.xml

    r2062 r2141  
    230230    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ehcache}" /> 
    231231    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.hibernate}" /> 
     232    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.javassist}" /> 
    232233    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.jgroups}" /> 
    233234    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.jta}" /> 
     235    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.slf4j-api}" /> 
     236    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.slf4j-log4j12}" /> 
    234237 
    235238    <antcall target="bexchange-stuff" inheritRefs="true" /> 
  • trunk/deployment/appjars.xml

    r2062 r2141  
    3636 
    3737      <getJar lib="${org.bedework.app.lib}" 
    38               name="hibernate" version="3.2.5.ga" /> 
     38              name="hibernate" version="3.3.1.ga" /> 
     39 
     40      <getJar lib="${org.bedework.app.lib}" 
     41              name="javassist" version="3.4.GA" /> 
    3942 
    4043      <getJar lib="${org.bedework.app.lib}" 
     
    4245 
    4346      <getJar lib="${org.bedework.app.lib}" 
    44               name="jta" /> 
     47              name="jta" version="1.1"  /> 
     48 
     49      <getJar lib="${org.bedework.app.lib}" 
     50              name="slf4j-api" version="1.5.6"  /> 
     51 
     52      <getJar lib="${org.bedework.app.lib}" 
     53              name="slf4j-log4j12" version="1.5.6"  /> 
    4554 
    4655      <!-- Struts and JSTL --> 
     
    5160      <getJar lib="${org.bedework.app.lib}" 
    5261              name="struts" version="1.2.9" /> 
    53  
    54       <getJar lib="${org.bedework.app.lib}" 
    55               name="antlr" version="2.7.6" /> 
    5662 
    5763      <getJar lib="${org.bedework.app.lib}" 
     
    167173 
    168174      <getJar lib="${org.bedework.app.lib}" 
    169               name="commons-collections" /> 
     175              name="commons-collections" version="3.1" /> 
    170176 
    171177      <getJar lib="${org.bedework.app.lib}"