Changeset 2120

Show
Ignore:
Timestamp:
04/06/09 23:56:54
Author:
douglm
Message:

Fix mysql example options

Fix calendar wrapper to return wrapped entity when getting alias target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/mysql/cal.options.xml

    r2118 r2120  
    153153        <indexRoot>lucene/indexroot</indexRoot> 
    154154 
    155         <rootUsers>caladmin</rootUsers> 
     155        <rootUsers>admin</rootUsers> 
    156156      </syspars> 
    157157 
  • trunk/config/bwbuild/mysql/cal.properties

    r2118 r2120  
    2424# 'environment' options used globally by the system. 
    2525# 
    26 org.bedework.global.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect 
     26org.bedework.global.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect 
    2727 
    2828# Parameters for shell apps 
  • trunk/config/bwbuild/mysql/carddav.options.xml

    r2118 r2120  
    169169 
    170170          <defaultAddressbook>address-book</defaultAddressbook> 
     171 
     172          <principalRoot>/principals</principalRoot> 
     173          <userPrincipalRoot>/principals/users</userPrincipalRoot> 
     174          <groupPrincipalRoot>/principals/groups</groupPrincipalRoot> 
     175          <resourcePrincipalRoot>/principals/resources</resourcePrincipalRoot> 
     176          <venuePrincipalRoot>/principals/locations</venuePrincipalRoot> 
     177          <ticketPrincipalRoot>/principals/tickets</ticketPrincipalRoot> 
     178          <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 
    171179        </usercarddav> 
    172180