Mantis - Resin
Viewing Issue Advanced Details
3929 minor always 03-07-10 02:42 05-04-11 16:05
jkriesten  
ferg  
normal  
closed 4.0.4  
fixed  
none    
none 4.0.18  
0003929: table-name is unknown property of PersistentStoreConfig
Trying to use table-name with <persistent-store type="jdbc"> yields the following error:

/usr/local/www/resin/conf/resin.xml:158: 'table-name' is an unknown property of 'com.caucho.server.distcache.PersistentStoreConfig'.

156: <init>
157: <data-source>jdbc/resin</data-source>
158: <table-name>sessions_mail</table-name>
159: <max-idle-time>6h</max-idle-time>
160: </init>
Resin Professional 4.0.s100210 (built Wed, 10 Feb 2010 01:01:23 PST)

Notes
(0004458)
ferg   
03-09-10 10:27   
persistence-store with jdbc is not yet supported in 4.0.x. It's something we do plan to add back, but we need to finish the web profile and solidify the cluster store before working on alternative persistent-store types.
(0005225)
ferg   
05-04-11 16:05   
server/0160