[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-user
Subject:    [jboss-user] [JBoss Cache] - JBoss cache configuration
From:       Andriy Samulyak <do-not-reply () jboss ! com>
Date:       2010-10-28 8:14:46
Message-ID: 2-568777-3-4316-1288253666080.jivesbs.jivemailuser () http://community ! jboss ! org
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Andriy Samulyak [http://community.jboss.org/people/a.samulyak] created the discussion

"JBoss cache configuration"

To view the discussion, visit: http://community.jboss.org/message/568777#568777

--------------------------------------------------------------
Can ynyone help me with configuring jboss cache to store data in DB.

I added custom configuration to 'jboss-cache-manager-jboss-beans.xml':


<entry>
               <key>custom-cache</key>
               <value>
                       <bean name="WCCache" \
                class="org.jboss.cache.config.Configuration">
                               <property \
                name="nodeLockingScheme">PESSIMISTIC</property>
                               <property \
                name="isolationLevel">REPEATABLE_READ</property>
                               <property name="cacheMode">REPL_ASYNC</property>
                               <property \
                name="lockParentForChildInsertRemove">true</property>
                               <property \
name="lockAcquisitionTimeout">15000</property>  <property name="evictionConfig">
                                       <bean \
                class="org.jboss.cache.config.EvictionConfig">
                                               <property \
                name="wakeupInterval">5000</property>
                                               <property \
                name="defaultEvictionRegionConfig">
                                                       <bean \
                class="org.jboss.cache.config.EvictionRegionConfig">
                                                               <property \
                name="regionName">/</property>
                                                               <property \
                name="evictionAlgorithmConfig">
                                                                       <bean \
                class="org.jboss.cache.eviction.LRUAlgorithmConfig">
                                                                               \
                <property name="maxNodes">10000</property>
                                                                               \
                <property name="timeToLive">0</property>
                                                                               \
                <property name="maxAge">0</property>
                                                                       </bean>
                                                               </property>
                                                       </bean>
                                               </property>
                                       </bean>
                               </property>
                               <property name="cacheLoaderConfig">
                                       <bean \
                class="org.jboss.cache.config.CacheLoaderConfig">
                                               <property \
                name="passivation">true</property>
                                               <property \
name="shared">false</property>

                                               <property \
name="individualCacheLoaderConfigs">  <list>
                                                               <bean \
                class="org.jboss.cache.loader.JDBCCacheLoaderConfig">
                                                                       <property \
                name="datasourceName">java:/DefaultDS</property>
                                                                       <property \
                name="nodeType">longblob</property>
                                                                       <property \
                name="async">false</property>
                                                                       <property \
                name="fetchPersistentState">true</property>
                                                                       <property \
                name="purgeOnStartup">false</property>
                                                                       <property \
name="ignoreModifications">false</property>  </bean>
                                                       </list>
                                               </property>
                                       </bean>
                               </property>
                       </bean>
               </value>
       </entry>


the problem is that DataTource deploys after cache start, so while chache deploy I \
receive error that DS is not boud.

*Is there any way to make my cache configuration start after DS is delpoyed?*

Thanks
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/568777#568777]

Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2052]



[Attachment #5 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; \
margin: 0; padding: 20px;">

<div>
	<table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: \
1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tbody>
			<tr>

				<td>

					<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" \
style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: \
6px; -webkit-border-radius: 6px;">  <tbody>
							<tr>
								<td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px \
solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; \
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; \
                -webkit-border-top-left-radius: 5px;">
									<h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; \
                margin: 0; display: block !important;">
									<!-- To have a header image/logo replace the name below with your img tag \
                -->
									<!-- Email clients will render the images when the message is read so any \
                image -->
									<!-- must be made available on a public server, so that all recipients can \
                load the image. -->
									<a href="http://community.jboss.org/index.jspa" style="text-decoration: \
none; color: #E1E1E1">JBoss Community</a></h1>  </td>

							</tr>
							<tr>
								<td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; \
color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; \
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; \
-webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: \
17px; font-weight: normal;">  JBoss cache configuration
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/a.samulyak">Andriy \
Samulyak</a> in <i>JBoss Cache</i> - <a \
href="http://community.jboss.org/message/568777#568777">View the full discussion</a> \
</span> <hr style="margin: 20px 0; border: none; background-color: #dadada; height: \
1px;">

<div class="jive-rendered-content"><p>Can ynyone help me with configuring jboss cache \
to store data in DB.</p><p style="min-height: 8pt; height: 8pt; padding: \
0px;">&#160;</p><p>I added custom configuration to \
'jboss-cache-manager-jboss-beans.xml':</p><p style="min-height: 8pt; height: 8pt; \
padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: \
0px;">&#160;</p><pre class="jive-pre"><code class="jive-code jive-xml"><span \
class="jive-xml-tag">&lt;entry&gt;</span> &#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;key&gt;</span>custom-cache<span \
class="jive-xml-tag">&lt;/key&gt;</span> &#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;value&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span \
class="jive-xml-tag">&lt;bean name="WCCache" \
class="org.jboss.cache.config.Configuration"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property \
name="nodeLockingScheme"&gt;</span>PESSIMISTIC<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property \
name="isolationLevel"&gt;</span>REPEATABLE_READ<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="cacheMode"&gt;</span>REPL_ASYNC<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property \
name="lockParentForChildInsertRemove"&gt;</span>true<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property \
name="lockAcquisitionTimeout"&gt;</span>15000<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="evictionConfig"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;bean \
class="org.jboss.cache.config.EvictionConfig"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="wakeupInterval"&gt;</span>5000<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="defaultEvictionRegionConfig"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;bean \
class="org.jboss.cache.config.EvictionRegionConfig"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="regionName"&gt;</span>/<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="evictionAlgorithmConfig"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;bean \
class="org.jboss.cache.eviction.LRUAlgorithmConfig"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="maxNodes"&gt;</span>10000<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="timeToLive"&gt;</span>0<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="maxAge"&gt;</span>0<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/bean&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/bean&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/bean&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="cacheLoaderConfig"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;bean \
class="org.jboss.cache.config.CacheLoaderConfig"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="passivation"&gt;</span>true<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="shared"&gt;</span>false<span \
class="jive-xml-tag">&lt;/property&gt;</span>

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property \
name="individualCacheLoaderConfigs"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;list&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;bean \
class="org.jboss.cache.loader.JDBCCacheLoaderConfig"&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property \
name="datasourceName"&gt;</span>java:/DefaultDS<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="nodeType"&gt;</span>longblob<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="async"&gt;</span>false<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property \
name="fetchPersistentState"&gt;</span>true<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property name="purgeOnStartup"&gt;</span>false<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;property \
name="ignoreModifications"&gt;</span>false<span \
class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# \
160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/bean&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/list&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/bean&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/property&gt;</span> \
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span \
class="jive-xml-tag">&lt;/bean&gt;</span> &#160;&#160;&#160;&#160;&#160;&#160;&#160; \
<span class="jive-xml-tag">&lt;/value&gt;</span> &#160;&#160;&#160; <span \
class="jive-xml-tag">&lt;/entry&gt;</span> </code></pre><p style="min-height: 8pt; \
height: 8pt; padding: 0px;">&#160;</p><p>the problem is that DataTource deploys after \
cache start, so while chache deploy I receive error that DS is not boud.</p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>Is there any \
way to make my cache configuration start after DS is delpoyed?</strong></p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a \
href="http://community.jboss.org/message/568777#568777">going to Community</a></p>  \
<p style="margin: 0;">Start a new discussion in JBoss Cache at <a \
href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2052">Community</a></p>
 </div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>



_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic