<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for ~pperalta</title>
	<atom:link href="http://blackbeanbag.net/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blackbeanbag.net/wp</link>
	<description>Thoughts on software development and other stuff</description>
	<lastBuildDate>Tue, 24 Apr 2012 19:47:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Coherence Key HOWTO by Patrick Peralta</title>
		<link>http://blackbeanbag.net/wp/2010/06/06/coherence-key-howto/comment-page-1/#comment-4441</link>
		<dc:creator>Patrick Peralta</dc:creator>
		<pubDate>Tue, 24 Apr 2012 19:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=409#comment-4441</guid>
		<description>This is correct Ashish - the associated key does not need to be physically present in the cache in order for affinity to work for a given entry.</description>
		<content:encoded><![CDATA[<p>This is correct Ashish &#8211; the associated key does not need to be physically present in the cache in order for affinity to work for a given entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coherence Key HOWTO by Ashish Garg</title>
		<link>http://blackbeanbag.net/wp/2010/06/06/coherence-key-howto/comment-page-1/#comment-4440</link>
		<dc:creator>Ashish Garg</dc:creator>
		<pubDate>Tue, 24 Apr 2012 18:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=409#comment-4440</guid>
		<description>On the similar question related to affinity just wanted to clear one doubt. The key affinity is based on the hash of the parent key not whether the parent key is present in the cache at that time.

Just to add an example let say Key B is associated with Key A. Now let say we had a parallel cache loader which first loads the Key B. So Key will be stored in the partition based on associated key details. Also when Key A is loaded it will fall in the same partition as that of its associated key B.</description>
		<content:encoded><![CDATA[<p>On the similar question related to affinity just wanted to clear one doubt. The key affinity is based on the hash of the parent key not whether the parent key is present in the cache at that time.</p>
<p>Just to add an example let say Key B is associated with Key A. Now let say we had a parallel cache loader which first loads the Key B. So Key will be stored in the partition based on associated key details. Also when Key A is loaded it will fall in the same partition as that of its associated key B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coherence Key HOWTO by Patrick Peralta</title>
		<link>http://blackbeanbag.net/wp/2010/06/06/coherence-key-howto/comment-page-1/#comment-4438</link>
		<dc:creator>Patrick Peralta</dc:creator>
		<pubDate>Tue, 10 Apr 2012 15:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=409#comment-4438</guid>
		<description>Great question! We do deserialize on the server to identify the association information. However, in 3.7.1 we added a feature to identify partition information in the binary itself so that .NET and C++ applications no longer require a corresponding Java key on the server side in order to use affinity. See http://docs.oracle.com/cd/E24290_01/coh.371/e22839/net_intobjects.htm under section &quot;Deferring the Key Association Check&quot; for details.</description>
		<content:encoded><![CDATA[<p>Great question! We do deserialize on the server to identify the association information. However, in 3.7.1 we added a feature to identify partition information in the binary itself so that .NET and C++ applications no longer require a corresponding Java key on the server side in order to use affinity. See <a href="http://docs.oracle.com/cd/E24290_01/coh.371/e22839/net_intobjects.htm" rel="nofollow">http://docs.oracle.com/cd/E24290_01/coh.371/e22839/net_intobjects.htm</a> under section &#8220;Deferring the Key Association Check&#8221; for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coherence Key HOWTO by Ashish Garg</title>
		<link>http://blackbeanbag.net/wp/2010/06/06/coherence-key-howto/comment-page-1/#comment-4437</link>
		<dc:creator>Ashish Garg</dc:creator>
		<pubDate>Tue, 10 Apr 2012 14:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=409#comment-4437</guid>
		<description>Very interesting post, how does this work in case of key affinity.  As we need to de serialize the key to identify the association information.</description>
		<content:encoded><![CDATA[<p>Very interesting post, how does this work in case of key affinity.  As we need to de serialize the key to identify the association information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Enterprise Pack for Eclipse now supports Coherence by Honey</title>
		<link>http://blackbeanbag.net/wp/2010/08/09/oracle-enterprise-pack-for-eclipse-now-supports-coherence/comment-page-1/#comment-4432</link>
		<dc:creator>Honey</dc:creator>
		<pubDate>Wed, 21 Mar 2012 06:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=479#comment-4432</guid>
		<description>Hi...

 I want one small help....I have created a sample standalone java application following the above directions.Now i want to integrate it with my spring application..If you can,please post any sample example to integrate it with spring.</description>
		<content:encoded><![CDATA[<p>Hi&#8230;</p>
<p> I want one small help&#8230;.I have created a sample standalone java application following the above directions.Now i want to integrate it with my spring application..If you can,please post any sample example to integrate it with spring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Enterprise Pack for Eclipse now supports Coherence by Indira</title>
		<link>http://blackbeanbag.net/wp/2010/08/09/oracle-enterprise-pack-for-eclipse-now-supports-coherence/comment-page-1/#comment-4430</link>
		<dc:creator>Indira</dc:creator>
		<pubDate>Tue, 20 Mar 2012 13:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=479#comment-4430</guid>
		<description>Hi....

An excellent tutorial...
Really very helpful...</description>
		<content:encoded><![CDATA[<p>Hi&#8230;.</p>
<p>An excellent tutorial&#8230;<br />
Really very helpful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Log file management in Coherence using Log4J by Patrick Peralta</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4429</link>
		<dc:creator>Patrick Peralta</dc:creator>
		<pubDate>Fri, 16 Mar 2012 17:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4429</guid>
		<description>Hello,

The tangosol.coherence.log.logger property is missing from the documentation, but it is supported in the latest version of Coherence. In coherence.jar if you look at tangosol-coherence.xml you should see the following under &lt;logging-config&gt;:
&lt;code&gt;
&lt;logger-name system-property=&quot;tangosol.coherence.log.logger&quot;&gt;&lt;/logger-name&gt;
&lt;/code&gt;
As far as the configuration not working - is there any logging happening at all? Where are the logs going?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>The tangosol.coherence.log.logger property is missing from the documentation, but it is supported in the latest version of Coherence. In coherence.jar if you look at tangosol-coherence.xml you should see the following under <logging -config>:<br />
<code><br />
&lt;logger-name system-property="tangosol.coherence.log.logger"&gt;&lt;/logger-name&gt;<br />
</code><br />
As far as the configuration not working &#8211; is there any logging happening at all? Where are the logs going?</logging></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Log file management in Coherence using Log4J by KSKR</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4428</link>
		<dc:creator>KSKR</dc:creator>
		<pubDate>Thu, 15 Mar 2012 22:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4428</guid>
		<description>I am trying to override this value also, 
-Dtangosol.coherence.log.logger=Coherence \

but this value is not available in this link, http://wiki.tangosol.com/display/COH32UG/Command+Line+Setting+Override+Feature

I could not able to log the messages to the log file for the coherence. Let me know, if you have any idea on this.</description>
		<content:encoded><![CDATA[<p>I am trying to override this value also,<br />
-Dtangosol.coherence.log.logger=Coherence \</p>
<p>but this value is not available in this link, <a href="http://wiki.tangosol.com/display/COH32UG/Command+Line+Setting+Override+Feature" rel="nofollow">http://wiki.tangosol.com/display/COH32UG/Command+Line+Setting+Override+Feature</a></p>
<p>I could not able to log the messages to the log file for the coherence. Let me know, if you have any idea on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Log file management in Coherence using Log4J by KSKR</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4427</link>
		<dc:creator>KSKR</dc:creator>
		<pubDate>Thu, 15 Mar 2012 21:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4427</guid>
		<description>Hi Patrick, sorry for the typo and i have mentioned as Phil..</description>
		<content:encoded><![CDATA[<p>Hi Patrick, sorry for the typo and i have mentioned as Phil..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Log file management in Coherence using Log4J by KSKR</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4426</link>
		<dc:creator>KSKR</dc:creator>
		<pubDate>Thu, 15 Mar 2012 20:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4426</guid>
		<description>Hi Phil, i am trying to use the same steps above mentioned for the Coherence. But logs are not logging into the log4j.
I am  using the log4j.xml file and i am passing the values as -Dtangosol.coherence.log=log4j  -DLogFileName=$APP_PATH/folder1/coherence.log \
This LogFileName i am retrieving the the log4j.xml as &quot;${LogFileName}&quot; for the appender.


      
      

Please provide me if you have any idea or let me know. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Phil, i am trying to use the same steps above mentioned for the Coherence. But logs are not logging into the log4j.<br />
I am  using the log4j.xml file and i am passing the values as -Dtangosol.coherence.log=log4j  -DLogFileName=$APP_PATH/folder1/coherence.log \<br />
This LogFileName i am retrieving the the log4j.xml as &#8220;${LogFileName}&#8221; for the appender.</p>
<p>Please provide me if you have any idea or let me know. Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

