<?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 on: Exposing/Accessing JBoss JNDI Objects/Datasources From an External JVM</title>
	<atom:link href="http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/</link>
	<description>» scrumptions blog &#038; code » nothing more, nothing less</description>
	<pubDate>Tue, 06 Jan 2009 11:34:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Recent Links Tagged With "jvm" - JabberTags</title>
		<link>http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/comment-page-1/#comment-1075</link>
		<dc:creator>Recent Links Tagged With "jvm" - JabberTags</dc:creator>
		<pubDate>Sun, 07 Dec 2008 17:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=161#comment-1075</guid>
		<description>[...] public links &#62;&#62; jvm   Exposing/Accessing JBoss JNDI Objects/Datasources From an External JVM Saved by goldduke on Sun 16-11-2008   JSR 326 - Post mortem JVM Diagnostics API Saved by [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; jvm   Exposing/Accessing JBoss JNDI Objects/Datasources From an External JVM Saved by goldduke on Sun 16-11-2008   JSR 326 - Post mortem JVM Diagnostics API Saved by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yassine</title>
		<link>http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/comment-page-1/#comment-669</link>
		<dc:creator>Yassine</dc:creator>
		<pubDate>Wed, 22 Oct 2008 08:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=161#comment-669</guid>
		<description>Many many thanks your post clarified my understanding related to remotely exposining JNDI resources.

keep up the good work
merci!!</description>
		<content:encoded><![CDATA[<p>Many many thanks your post clarified my understanding related to remotely exposining JNDI resources.</p>
<p>keep up the good work<br />
merci!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cool2hang</title>
		<link>http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/comment-page-1/#comment-562</link>
		<dc:creator>cool2hang</dc:creator>
		<pubDate>Wed, 24 Sep 2008 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=161#comment-562</guid>
		<description>Wonderful write up!!!  Very clear and helpful</description>
		<content:encoded><![CDATA[<p>Wonderful write up!!!  Very clear and helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engfer</title>
		<link>http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/comment-page-1/#comment-430</link>
		<dc:creator>engfer</dc:creator>
		<pubDate>Tue, 09 Sep 2008 02:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=161#comment-430</guid>
		<description>Good question. I didn't know. I did some research around...

The couple paragraphs at http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch4.chapt.html#d0e9851 (section 4.2) talk about the TransactionPropogationContext (importer and exporter) that it's a field in the org.jboss.ejb.plugins.jrmp.client.RemoteMethodInvocation class.

I also saw this interesting point on an older javadoc API for TransactionManager (&lt;a href="http://docs.huihoo.com/javadoc/jboss/3.2.7/j2ee/javax/transaction/TransactionManager.html" rel="nofollow"&gt;http://docs.huihoo.com/javadoc/jboss/3.2.7/j2ee/javax/transaction/TransactionManager.html&lt;/a&gt;)



&lt;blockquote&gt;&lt;em&gt;"User applications should not use this interface directly, but use UserTransaction insted if they need to do their own transaction management."&lt;/em&gt;&lt;/blockquote&gt;



Don't know if that helps. Good luck!</description>
		<content:encoded><![CDATA[<p>Good question. I didn&#8217;t know. I did some research around&#8230;</p>
<p>The couple paragraphs at <a href="http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch4.chapt.html#d0e9851" rel="nofollow">http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch4.chapt.html#d0e9851</a> (section 4.2) talk about the TransactionPropogationContext (importer and exporter) that it&#8217;s a field in the org.jboss.ejb.plugins.jrmp.client.RemoteMethodInvocation class.</p>
<p>I also saw this interesting point on an older javadoc API for TransactionManager (<a href="http://docs.huihoo.com/javadoc/jboss/3.2.7/j2ee/javax/transaction/TransactionManager.html" rel="nofollow">http://docs.huihoo.com/javadoc/jboss/3.2.7/j2ee/javax/transaction/TransactionManager.html</a>)</p>
<blockquote><p><em>&#8220;User applications should not use this interface directly, but use UserTransaction insted if they need to do their own transaction management.&#8221;</em></p></blockquote>
<p>Don&#8217;t know if that helps. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay</title>
		<link>http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/comment-page-1/#comment-429</link>
		<dc:creator>Akshay</dc:creator>
		<pubDate>Mon, 08 Sep 2008 21:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=161#comment-429</guid>
		<description>Excellent article. Thanks. I have a question though - how can we add about the java:/TransactionManager to the global JNDI namespace?</description>
		<content:encoded><![CDATA[<p>Excellent article. Thanks. I have a question though - how can we add about the java:/TransactionManager to the global JNDI namespace?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Superb</title>
		<link>http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/comment-page-1/#comment-294</link>
		<dc:creator>Superb</dc:creator>
		<pubDate>Wed, 20 Aug 2008 06:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=161#comment-294</guid>
		<description>Excellent explanation</description>
		<content:encoded><![CDATA[<p>Excellent explanation</p>
]]></content:encoded>
	</item>
</channel>
</rss>
