[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-1343) Create a wiki wiki with a possible workaround
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Wed May 7 12:06:20 EDT 2008
[ http://jira.jboss.com/jira/browse/JBCACHE-1343?page=all ]
Galder Zamarreno updated JBCACHE-1343:
--------------------------------------
Priority: Minor (was: Major)
> Create a wiki wiki with a possible workaround
> ---------------------------------------------
>
> Key: JBCACHE-1343
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1343
> Project: JBoss Cache
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Galder Zamarreno
> Assigned To: Galder Zamarreno
> Priority: Minor
>
> Possibly update or link somehow from http://wiki.jboss.org/wiki/JDBCCacheLoader
> <properties>
> cache.jdbc.datasource=java:/pantherCacheDB
> cache.jdbc.table.name=jbosscache
> cache.jdbc.table.create=false
> cache.jdbc.table.drop=false
> cache.jdbc.table.primarykey=jbosscache_pk
> cache.jdbc.fqn.column=fqn
> cache.jdbc.fqn.type=character varying
> cache.jdbc.node.column=node
> cache.jdbc.node.type=bytea
> cache.jdbc.parent.column=parentfqn
> cache.jdbc.sql-concat=1||2
> </properties>
> could be deployed as
> <property name="properties">
> <map class="java.util.Properties" keyClass="java.lang.String" valueClass="java.lang.String">
> <entry>
> <key>cache.jdbc.datasource</key>
> <value>java:/pantherCacheDB</value>
> </entry>
> <entry>
> <key>cache.jdbc.table.name</key>
> <value>jbosscache</value>
> </entry>
> <entry>
> <key>cache.jdbc.table.create</key>
> <value>false</value>
> </entry>
> <entry>
> <key>cache.jdbc.table.drop</key>
> <value>false</value>
> </entry>
> <entry>
> <key>cache.jdbc.table.primarykey</key>
> <value>jbosscache_pk</value>
> </entry>
> <entry>
> <key>cache.jdbc.fqn.column</key>
> <value>fqn</value>
> </entry>
> <entry>
> <key>cache.jdbc.fqn.type</key>
> <value>character varying</value>
> </entry>
> <entry>
> <key>cache.jdbc.node.column</key>
> <value>node</value>
> </entry>
> <entry>
> <key>cache.jdbc.node.type</key>
> <value>bytea</value>
> </entry>
> <entry>
> <key>cache.jdbc.parent.column</key>
> <value>parentfqn</value>
> </entry>
> <entry>
> <key>cache.jdbc.sql-concat</key>
> <value>1||2</value>
> </entry>
> </map>
> </property>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list