<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/css/rss20.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss" xmlns:pheedo="http://www.pheedo.com/namespace/pheedo" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forums : Thread List - EJB programming &amp;amp; troubleshooting</title>
		<link>http://www.theserverside.com</link>
		<description>List of forum threads</description>
		<language>en</language>
		<generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
		<pubDate>Mon, 21 May 2012 15:39:35 -0400</pubDate>
		<atom:link rel="hub" href="http://www.pheedo.com/api/hub/"/>
		<atom:link rel="self" href="http://feeds.pheedo.com/techtarget/tsscom/ejbprogrammingforum" type="application/rss+xml"/>
		<item>
			<title>Applying Aspectj in EJB 2.0 without using Spring</title>
			<link>http://www.pheedcontent.com/click.phdo?i=6c8d640a409f071828860bb193d4938d</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=64306</pheedo:origLink>
			<description><![CDATA[<p>Hi All,&nbsp;<br/>I have a requirement in my current project where i need to use aspectj with EJB 2.0 (Why EJB 2.0 because it is used in project and can't be replaced with newer version) without using Spring ,&nbsp;<br/>can anybody tell me weather it...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:de18546d55d0ae4546af2cbb5c5d2e3b:LDvuZc35hxqH5mo%2F%2FG0wjWSa1fVBJVeq49cShC6rIMD4dEwuK89Dgkw2fo1v%2B6eivzga2bjGp3Cj%2F4w%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:7a10adf3d7ebcf613b30ca198a015917:%2BZw5WnsAdJZLEqQvvXPv6hVlhxAPcIW25K2sT5F6ogSKrtylwMOwILmYuza1SDPUfhOGXtriT2HXlCg%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:12055f3c75ab92d0034c31aecdfa230f:o1%2FBG8VaxNty0w2CYbX%2BDPcr7NRMt%2BiIxBrlylZtSjoJ%2BAxDUWVm4q8dJa8BfuvnO18Un5IH7uayaw%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:14ba3980e6e46ee448136912ff45df6d:VglfCsTnuxZjN8zr2zw7XSmqQlHR%2B3raSMVBXeiHDxXZPdYSSOEGQhVdjZYhiTXAviGJmGvCMYfXJw%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=6c8d640a409f071828860bb193d4938d&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=6c8d640a409f071828860bb193d4938d&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Tue, 24 Apr 2012 07:07:41 -0400</pubDate>
			<jf:creationDate>Tue, 24 Apr 2012 07:07:41 -0400</jf:creationDate>
			<jf:modificationDate>Fri, 27 Apr 2012 05:46:39 -0400</jf:modificationDate>
			<jf:date>Apr 27, 2012</jf:date>
			<jf:messageCount>2</jf:messageCount>
			<jf:author>Himanshu Gupta</jf:author>
			<jf:replyCount>1</jf:replyCount>
			<jf:dateToText>Apr 27, 2012 5:46 AM</jf:dateToText>
			<jf:body><![CDATA[<p>Hi All,&nbsp;<br/>I have a requirement in my current project where i need to use aspectj with EJB 2.0 (Why EJB 2.0 because it is used in project and can't be replaced with newer version) without using Spring ,&nbsp;<br/>can anybody tell me weather it...]]></jf:body>
		</item>
		<item>
			<title>How to invoke local EJB session beans in POJO in WebLogic</title>
			<link>http://www.pheedcontent.com/click.phdo?i=cbe9a2302e8d10162ac625a2a7a64d74</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=64286</pheedo:origLink>
			<description><![CDATA[<p><span>Sometimes you may have a need to invoke a LOCAL EJB session beans in a normal java class, for example, Business Delegate class, this blog shows how to do it.</span></p>...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:dca833a94aaddb1e0e3e478f3bd3e03c:oOdH0WgmL6uNSZMOd%2FKZCtzERr0KtYF3fsO06LbEVlL1DxFS0xJvRoRbVy7pfOcQKdpb283EQbHcnzc%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a19c9233a124ea04e40794e528a604d4:mWWiGFIr404Qz5Lbf9HWJava27SM1Fvc0XYTqHiS6GSGkQ3HpoX%2Bv1bAgR9a4yXcTlvpccYoexqLmhI%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9047eef281b0d53cf97b72c353fcf028:0y%2BmHaMrW9%2Fs7u%2BCZ3nHKvNdGGYj0i69ZgvD9rnBplPviSfg3XASOulEujPEcPGI5mN4NUSrRmiEuA%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:308488dba1fd8644efdfa51c4d93308d:gWkHZ%2FPRetxGd2jG5J5xbXblOuZxQSGdWegLkVP0T2lfs8IROLgEeZYHLUeXv%2FnsaANU2sOt8pXs5Q%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=cbe9a2302e8d10162ac625a2a7a64d74&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=cbe9a2302e8d10162ac625a2a7a64d74&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Fri, 20 Apr 2012 10:50:55 -0400</pubDate>
			<jf:creationDate>Fri, 20 Apr 2012 10:50:55 -0400</jf:creationDate>
			<jf:modificationDate>Fri, 20 Apr 2012 10:50:55 -0400</jf:modificationDate>
			<jf:date>Apr 20, 2012</jf:date>
			<jf:messageCount>1</jf:messageCount>
			<jf:author>thunder22</jf:author>
			<jf:replyCount>0</jf:replyCount>
			<jf:dateToText>Apr 20, 2012 10:50 AM</jf:dateToText>
			<jf:body><![CDATA[<p><span>Sometimes you may have a need to invoke a LOCAL EJB session beans in a normal java class, for example, Business Delegate class, this blog shows how to do it.</span></p>...]]></jf:body>
		</item>
		<item>
			<title>EJB 3, dependency injection and inheritance</title>
			<link>http://www.pheedcontent.com/click.phdo?i=885b080cab9e3ebe3e6a89fa866780e6</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=63925</pheedo:origLink>
			<description><![CDATA[<p>I am trying out EJB 3.0.&nbsp; I use RAD 8 and WebSphere application server 7.&nbsp; I created an Session Bean let&rsquo;s call it TopSessionEJB and injected a datasoure into that bean like:</p>...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c430bd0ac60302d6f2e5648752d50e8d:ll5xB2yPhtq2vGnA1XE5BS8Z46GG2eQ%2BYbAs7etiBOAg%2B793uSP7%2FgEnYlOyZGeKHUsopX11alduaYU%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:11b6afeb326d4151447ab35545029afb:qQHa5tgqmuJ2V14BnPAA92MfgSn2u0qypapsdFUC2o2hfM%2Fnsii1Je8loPMVTOZIZz0XRwik%2BjvvWrE%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:cdd06a33a50652f520bc2b24876be54a:esnHQ4Q0xsSzkNV0WjGXXVZaUsU2ffAA%2FK8gNwHG8wmZsMzEAn5AOGDlNI4pXYv5k5kD9Q0T5nSUjQ%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:fb75535bee9aa3cde1c8bf7caec21bb6:nv4z%2BIvQVBJnnRTNY3HVJKsX60OcibMmOSebWvP%2BIE6C4lTvKSSzOXcVEB8uKi9jNmpjvJX7ZqZfIA%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=885b080cab9e3ebe3e6a89fa866780e6&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=885b080cab9e3ebe3e6a89fa866780e6&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Wed, 28 Mar 2012 13:35:31 -0400</pubDate>
			<jf:creationDate>Wed, 28 Mar 2012 13:35:31 -0400</jf:creationDate>
			<jf:modificationDate>Thu, 29 Mar 2012 09:14:42 -0400</jf:modificationDate>
			<jf:date>Mar 29, 2012</jf:date>
			<jf:messageCount>2</jf:messageCount>
			<jf:author>Adam Quick</jf:author>
			<jf:replyCount>1</jf:replyCount>
			<jf:dateToText>Mar 29, 2012 9:14 AM</jf:dateToText>
			<jf:body><![CDATA[<p>I am trying out EJB 3.0.&nbsp; I use RAD 8 and WebSphere application server 7.&nbsp; I created an Session Bean let&rsquo;s call it TopSessionEJB and injected a datasoure into that bean like:</p>...]]></jf:body>
		</item>
		<item>
			<title>Cloud Computing Introducing New Benefits in .Net Services</title>
			<link>http://www.pheedcontent.com/click.phdo?i=27c0cf38e4f8656a9b1c2bee9020d53a</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=63917</pheedo:origLink>
			<description><![CDATA[<p>.Net services technocrat plays an inherent part in developing strategic and reliable web based applications. A robust web application developed practicing agile methodologies and delivering quality function is what client looks for while leveraging...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:1c216c4029dd05f4a0ebae44f4294dc6:UTC%2BbNRN%2B%2F7NgQ98bcJB6B5iS%2F1aJIkR63XQh7P9GWELXX4LT8TOwZ3WIx%2FvoBVWG95XsH97baViJRU%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:bcfa045d5f5626bcda5a9bdd8261e1b9:V%2B3WC3WG04tG8x1DBCS85DC2LVHrDDpjdw%2BNKWvRNA%2BW2IIuvUpq2e42Aq6QmqC9%2FhLHmJBqkhu9NqA%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a06c0ee98a6c68a9a80f5b258a504350:dTW%2BS1z0fSMfqZW9cyGhQTIpdvcpVGuJ7zFJxJRuLFnHc%2FAByX03P7Jxhgx9GOizjgAzUTfCvQYhHQ%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:84151b42b6e204879c544ceca059acaa:vB3W%2BvBL1oJ%2BFzQsMXJVkOTO0r5GZCH5J5X4CcJQOU0rE8Z0PM6PF2F57mtSvJnOQPKZhaWe%2BXGBKA%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=27c0cf38e4f8656a9b1c2bee9020d53a&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=27c0cf38e4f8656a9b1c2bee9020d53a&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Wed, 28 Mar 2012 05:42:47 -0400</pubDate>
			<jf:creationDate>Wed, 28 Mar 2012 05:42:47 -0400</jf:creationDate>
			<jf:modificationDate>Wed, 28 Mar 2012 05:42:47 -0400</jf:modificationDate>
			<jf:date>Mar 28, 2012</jf:date>
			<jf:messageCount>1</jf:messageCount>
			<jf:author>BrickRed Tech</jf:author>
			<jf:replyCount>0</jf:replyCount>
			<jf:dateToText>Mar 28, 2012 5:42 AM</jf:dateToText>
			<jf:body><![CDATA[<p>.Net services technocrat plays an inherent part in developing strategic and reliable web based applications. A robust web application developed practicing agile methodologies and delivering quality function is what client looks for while leveraging...]]></jf:body>
		</item>
		<item>
			<title>toolbar icons</title>
			<link>http://www.pheedcontent.com/click.phdo?i=e4cfb49bdadc58c436c468e827af83d4</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=63061</pheedo:origLink>
			<description><![CDATA[<p>As much as I know, no matter the program or utility at hand, the user's visual experience is one of the most important aspects of success, and toolbar icons can play a significant role in enhancing any visual environment. Anybody there can tell me the...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:8ff94487960acce4bc9fc87f54e64875:AvyU66i0ZaBGT5j3CAXAJwydmbJzanR%2BiiZY1a3uKJRIr43iTuvk7t3vdyyf4%2BNGOH4%2B%2Bg2%2FTeQXwy8%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:82856354973a546867b466a267a3c943:KcUOOuMxMyJ8%2BPb%2BiSo2Cmauro2x7sw1mtSTR%2BYxyWSMMDmIMflnZjRVcxDy1sqCP7PlGI%2BpaEvMIVQ%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:61aa7bc9b4af88c70ad909e80a1982ed:a07ZkPYWQA5FDksrp8IZUlX%2BCXa0FEt8lF19N0Cv9Go2lAeVjuIVbSXzRjAiKvZmj0Ua1CEJ6n%2FVmg%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a04fe1768173af13b49d8bb5dc37eb07:Jw350KIllMmidKzyG8o8CeZa4OCNTQIheSmxdbxQ1F3fN8%2B43RVUzOW%2BZCyAZ%2FkWfF%2BbPBk9M6%2FuYg%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=e4cfb49bdadc58c436c468e827af83d4&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=e4cfb49bdadc58c436c468e827af83d4&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Sun, 02 Oct 2011 23:14:04 -0400</pubDate>
			<jf:creationDate>Sun, 02 Oct 2011 23:14:04 -0400</jf:creationDate>
			<jf:modificationDate>Sun, 02 Oct 2011 23:14:04 -0400</jf:modificationDate>
			<jf:date>Oct 2, 2011</jf:date>
			<jf:messageCount>1</jf:messageCount>
			<jf:author>paul elliott</jf:author>
			<jf:replyCount>0</jf:replyCount>
			<jf:dateToText>Oct 2, 2011 11:14 PM</jf:dateToText>
			<jf:body><![CDATA[<p>As much as I know, no matter the program or utility at hand, the user's visual experience is one of the most important aspects of success, and toolbar icons can play a significant role in enhancing any visual environment. Anybody there can tell me the...]]></jf:body>
		</item>
		<item>
			<title>(MockEJB) Get a mocked entity bean from in-container test</title>
			<link>http://www.pheedcontent.com/click.phdo?i=637194928491d8daae4d02189fe5d729</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=62649</pheedo:origLink>
			<description><![CDATA[<p>I'm using mockejb framework to mock entity beans in memory, I make a lookup, mockejb brings me a proxy for the real entity. That's working.</p>...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c3070df640a520ecce42bd341146a48a:sEdn8l4rJ1V8aYKaSwNgEXT%2BrxycM5okmVUhrY1FX9q%2FbvcszUiA0iqPSda3XMe%2BdwNCiO3Zam%2BirE4%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:760f99e7d02da85868d164dd23f229bf:5VwHxGfXWvab7bDP4ySk4MFfWtorQ1r59ZxXNQvCiGPr%2BcSdGuRhhwZgfbG84lmSkqjqZClJeNpcPyE%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4a92ddc67326e8d6487ee00b6e2a3ffa:Omddx4nOsiIMVpP9IQgiQkWHdv4YjP2ZY2fwuNmIWTXtiM9xsjB2vGmIcKhhHzm%2BEwnPy6fAjd1CDQ%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2ccf50024da09105bf5331bfae30d7fb:rdeA7j1PQwbiEnWNMAL%2B%2BWAFCfrLYN2vB6kHXEpXSM1WA3OaisONERTkvGhJzBWQ7gyQzNLYg6Ovpw%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=637194928491d8daae4d02189fe5d729&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=637194928491d8daae4d02189fe5d729&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Wed, 13 Jul 2011 15:04:45 -0400</pubDate>
			<jf:creationDate>Wed, 13 Jul 2011 15:04:45 -0400</jf:creationDate>
			<jf:modificationDate>Wed, 13 Jul 2011 15:04:45 -0400</jf:modificationDate>
			<jf:date>Jul 13, 2011</jf:date>
			<jf:messageCount>1</jf:messageCount>
			<jf:author>Jonathan Cardoso</jf:author>
			<jf:replyCount>0</jf:replyCount>
			<jf:dateToText>Jul 13, 2011 3:04 PM</jf:dateToText>
			<jf:body><![CDATA[<p>I'm using mockejb framework to mock entity beans in memory, I make a lookup, mockejb brings me a proxy for the real entity. That's working.</p>...]]></jf:body>
		</item>
		<item>
			<title>java.lang.ClassCastException while lookup EJB 2.0</title>
			<link>http://www.pheedcontent.com/click.phdo?i=bd8c2ee0071df4e74bebe583b3c26d07</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=62630</pheedo:origLink>
			<description><![CDATA[<p>Hi,&nbsp;<br/>&nbsp; &nbsp;I practice to code EJB 2.0 but the error show on the context.lookup("JNDI").<br/>I code the below for Java standalone to call EJB it work fine&nbsp; &nbsp;<span> </span>Hashtable jndiContextProp = new Hashtable();<span>...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:189e52a5ec3070fd22a8cd2745bf0294:C1XyLyV80i%2BQrVlkB9dvfdRY55TIwKN0%2FXHtwOMLNqAEcKQevXE4tMxxyDohuvlbfYWaZzUlX6sGQQ8%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9976a8bdb1b4efd8eb8acf77dc6fa371:VcXc7%2BVjfAOGaNQas4mw9FRI4Juau0VXNFu9CVFPV6ylstjuMTvVhmzLiBLzT3q3AahbJpIlb79sBCA%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:89aa38f6d0231f39ed5f320851ea9939:%2F8VAscc7s8yPrbWZPRvRSRLzKhoNwSn9u39ZunHvFMjw3qMjJYxBPXeCkRyQGtYgDdkwlTwcm1%2FSGw%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:72bb85d2926ef752932ad15a643b4974:75KTi97cs9DXh2jij9Ay7eaEQGiEcitph%2BfD2gzEdU3ogUt8P7q5UfCfOGIiklYMVrg7mnaDklhe7g%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=bd8c2ee0071df4e74bebe583b3c26d07&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=bd8c2ee0071df4e74bebe583b3c26d07&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Sat, 09 Jul 2011 23:45:55 -0400</pubDate>
			<jf:creationDate>Sat, 09 Jul 2011 23:45:55 -0400</jf:creationDate>
			<jf:modificationDate>Tue, 12 Jul 2011 15:12:16 -0400</jf:modificationDate>
			<jf:date>Jul 12, 2011</jf:date>
			<jf:messageCount>5</jf:messageCount>
			<jf:author>Noppong Jinbunluphol</jf:author>
			<jf:replyCount>4</jf:replyCount>
			<jf:dateToText>Jul 12, 2011 3:12 PM</jf:dateToText>
			<jf:body><![CDATA[<p>Hi,&nbsp;<br/>&nbsp; &nbsp;I practice to code EJB 2.0 but the error show on the context.lookup("JNDI").<br/>I code the below for Java standalone to call EJB it work fine&nbsp; &nbsp;<span> </span>Hashtable jndiContextProp = new Hashtable();<span>...]]></jf:body>
		</item>
		<item>
			<title>Can anybody tell me why a lot of threads are blocked?</title>
			<link>http://www.pheedcontent.com/click.phdo?i=7d4731576fc758255ab457eacf3a4a7b</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=62382</pheedo:origLink>
			<description><![CDATA[<p>There are a lot of thread blocked at the same location, can anybody tell me how to solve the issue?</p>...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d5c986cb1adf7d49b68fb6617f19de9a:0do250FBbuRGH%2FNyBw5PpfxL19U3I5wvnMGYHTF8jDxNrpLYJ4sbWkz%2F7c7oJzPtMLD73cA07n%2FwZLc%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:80651830945d3e1b8606bc8db6f586bc:b81wYBcDgLbvwUp5bDpueIDVnr5YK1YqBRcTHYzPB%2FJXHlEaDf4SkLCb9WmvCQME1Z%2Fg78MZZJHTzRg%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:7914ab47ef67c6a217731999671b06e3:1wI2gsWaL7JQ9ezW%2Bm57mIOHMlzY62PbzjJrcVETmbS43t22lnNq21kgIsuRnujvlN8zB%2FhodIpZcw%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:8bf2660c5e11fe90f14b8c3d1ec431c5:AnhnaYOU9OzOstcaor2PceRnqP0A7r%2FtkNTJ6doAMici0ttfsM0Bb8ahLvvTdtJVBgoUbK5ORtG%2FCg%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=7d4731576fc758255ab457eacf3a4a7b&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=7d4731576fc758255ab457eacf3a4a7b&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Tue, 24 May 2011 02:52:31 -0400</pubDate>
			<jf:creationDate>Tue, 24 May 2011 02:52:31 -0400</jf:creationDate>
			<jf:modificationDate>Mon, 06 Jun 2011 13:14:58 -0400</jf:modificationDate>
			<jf:date>Jun 6, 2011</jf:date>
			<jf:messageCount>1</jf:messageCount>
			<jf:author>Jim Zhang</jf:author>
			<jf:replyCount>0</jf:replyCount>
			<jf:dateToText>Jun 6, 2011 1:14 PM</jf:dateToText>
			<jf:body><![CDATA[<p>There are a lot of thread blocked at the same location, can anybody tell me how to solve the issue?</p>...]]></jf:body>
		</item>
		<item>
			<title>local EJB handler</title>
			<link>http://www.pheedcontent.com/click.phdo?i=c7af07133940d691f4b0b77715bdfd41</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=62381</pheedo:origLink>
			<description><![CDATA[<p>Hello.</p>...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:be2d243a12f737f69028e1e066f0c172:bsuOQbfl5cfrPEgDTc7fjd6r2qcJi%2FhYds1p5ahe5zIsQ1RUlY4k7NJ3QONQJSxNxeoxznXafOPdwXc%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9670620b2cdf6add1421d3935ad5fbca:UVv2vo5fTEeemtE7vPlofMe838NuVq%2Feb1OwA5ZQ0I97rTYyU86%2BSXXLi9bj4hZ9%2FDaFooGcCh1gSe8%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:bb9083c0cd480a1773b3ff7ca1136f1d:Ix%2F8jmxJ6kM3nRrmu7Lseb9sJpMv1mpDaKKtdU%2Fd%2Bugo7VMmCWRuMReq7U5sjEksU6VjZq7qC2TYEg%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:acb98cb49bf1450e237e31ab0f4403de:BIRBynqw%2FMpr26u0N0Hm%2BdRbGc4XpHZi1Y0NDCGa8rNJEUHGUDHkR9PWjO1a%2BSvZmJHWukFqNAqCgQ%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=c7af07133940d691f4b0b77715bdfd41&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=c7af07133940d691f4b0b77715bdfd41&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Mon, 23 May 2011 13:32:59 -0400</pubDate>
			<jf:creationDate>Mon, 23 May 2011 13:32:59 -0400</jf:creationDate>
			<jf:modificationDate>Mon, 23 May 2011 13:32:59 -0400</jf:modificationDate>
			<jf:date>May 23, 2011</jf:date>
			<jf:messageCount>1</jf:messageCount>
			<jf:author>jmrlegido .</jf:author>
			<jf:replyCount>0</jf:replyCount>
			<jf:dateToText>May 23, 2011 1:32 PM</jf:dateToText>
			<jf:body><![CDATA[<p>Hello.</p>...]]></jf:body>
		</item>
		<item>
			<title>Data is not getting saved to the database</title>
			<link>http://www.pheedcontent.com/click.phdo?i=7fa753418d1ddb88f2dd7f810c6f8441</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=62363</pheedo:origLink>
			<description><![CDATA[<p>Hi,</p>...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:ec3a822cf0dce9f2c0dac1c3c2813412:rpzr043%2F5ReLCmoMxDF6KPUEx1xYVSU3Y9STphXzB%2BEiXDrEEKF%2B6JsOD1g1Sxy3NptqwEtV%2Bd7Dy68%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:06b10f7aa7fe6c161d6d01f77bb2184a:a1lpqgfnK45iOl7HMoJkyhf09hw0pF79mv61%2FL7iAXr%2BuDikW6Rx6LRkniK3Wta9D7DEqTziO47x2a0%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0d675c9a02c1c55842d10dd2a8d43e42:lnFZgeeCWJJnN0FE7Mr1PDht8FGxxUYnSoJyHQP3oEF%2FmZWYQM4birB8kog3YS%2BcuufFkeLO%2Fg2T7g%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:ab3e76dcdefc9a4f1e24d40efd192a77:NfGR9%2BCGcT3Dc365vh%2BMjrS4dXg7w2VmweimkHlTCQke4uZ86pqwRn5LyS3uNa780H%2BKszTt%2FJYfMQ%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=7fa753418d1ddb88f2dd7f810c6f8441&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=7fa753418d1ddb88f2dd7f810c6f8441&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Tue, 17 May 2011 16:53:04 -0400</pubDate>
			<jf:creationDate>Tue, 17 May 2011 16:53:04 -0400</jf:creationDate>
			<jf:modificationDate>Mon, 06 Jun 2011 01:36:37 -0400</jf:modificationDate>
			<jf:date>Jun 6, 2011</jf:date>
			<jf:messageCount>2</jf:messageCount>
			<jf:author>Sankar Student</jf:author>
			<jf:replyCount>1</jf:replyCount>
			<jf:dateToText>Jun 6, 2011 1:36 AM</jf:dateToText>
			<jf:body><![CDATA[<p>Hi,</p>...]]></jf:body>
		</item>
		<item>
			<title>Logging based on EAR</title>
			<link>http://www.pheedcontent.com/click.phdo?i=206de9cf17fc27f12eab3aeae0948388</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=62235</pheedo:origLink>
			<description><![CDATA[<p>Our app is currently logging using Log4j at application level. There are at least 8 EAR files, which are deployed when the server runs. All 8 EAR's are logging into File1.log file. I want to separate 1 ear. For example, 7 EAR files should conitnue...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:51f27d1ce4290809e25f54213a327a29:fSE8keqUHKvVp%2BPidf0P7jfWLeojKVMaFzub4QA99JPb7bMTgmDxc94h0onXkTueSrSZxk%2BGkWB78LQ%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:68b2881c4a11cfe2f138c0e90efc1db3:MFM3grhQ2KaxTXEdXTGDcm6CSmckuZgEV2WhnMmNbykvtn5tjQ6w7nP22VFWQ8DUX7ymdMtMuzoyHxY%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:8ef54aaf054215a75f0fdc8c14d66cff:jd2cydqQL%2F6ESAQn80vlkWmyzLY3ERpjSJZwBhD8rRIPJZh1BWz2cSd9uEOiClNo3rhoteg%2BPpLkVw%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d51caec794b03a82e8f2f68ffbc33328:20mI18DOtbQQzOA2VSb1L%2FieOSOrdgDzIQ61elhRYrMXJ7u7KJNxcuus8i3zJdd%2BtpxTRTU4Sb1Itg%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=206de9cf17fc27f12eab3aeae0948388&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=206de9cf17fc27f12eab3aeae0948388&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Mon, 25 Apr 2011 16:06:21 -0400</pubDate>
			<jf:creationDate>Mon, 25 Apr 2011 16:06:21 -0400</jf:creationDate>
			<jf:modificationDate>Mon, 25 Apr 2011 16:06:21 -0400</jf:modificationDate>
			<jf:date>Apr 25, 2011</jf:date>
			<jf:messageCount>1</jf:messageCount>
			<jf:author>Em Aiy</jf:author>
			<jf:replyCount>0</jf:replyCount>
			<jf:dateToText>Apr 25, 2011 4:06 PM</jf:dateToText>
			<jf:body><![CDATA[<p>Our app is currently logging using Log4j at application level. There are at least 8 EAR files, which are deployed when the server runs. All 8 EAR's are logging into File1.log file. I want to separate 1 ear. For example, 7 EAR files should conitnue...]]></jf:body>
		</item>
		<item>
			<title>Celebrate E-iceblue Buy One Get One Free Special Offer Promotion</title>
			<link>http://www.pheedcontent.com/click.phdo?i=a803c642ac082cd5a1a9dcdba2496227</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=62169</pheedo:origLink>
			<description><![CDATA[<p>Apr 12, 2011, Hong Kong, E-iceblue which is a professional .NET office tools component provider announced a Special Offer from Apr 12 &ndash; Apr 26 in 2011 &ndash; Buy One get One Free During this half month, e-iceblue customers can get...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2a99f4aa90c1ff1300dd519a771614f0:eA%2Fpf5EgJCdRLEwMn3Xi41eXpDAz%2FUGr4AuZIraMsthtoAThjUcHoa6J8OH0ORip1Q9S6W1baFOJjHw%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d52c0f6bdbbb100d10b8d159d659cfac:bl4bWkZcShS1SsgTGbGIkNcksoOKsRMUY9ClRLrDjZ6y1yFOm7XnqBRaF%2B%2BERaPA0x%2Fk8srbkmXgsac%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d9aaa25f0ff655abac51870c7a8d4d92:PI7pkOFvhH9Z%2BbipiDUa1G9MSyet2UpQmVxBDggFsjCvRlNn3fKdzn3vO9MUPDY8kGPlgOhc41G5aA%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:e0430b102e9b88bcfd08271b0ba05df3:9Rh6LEtfV3SCXgzmc0lF%2BX%2FW85vajZCj1zq3bYFDKhGjIaTdp6GC3Ccit%2BthmBMqAZewwsOHxNRJ2Q%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=a803c642ac082cd5a1a9dcdba2496227&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=a803c642ac082cd5a1a9dcdba2496227&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Wed, 13 Apr 2011 01:54:07 -0400</pubDate>
			<jf:creationDate>Wed, 13 Apr 2011 01:54:07 -0400</jf:creationDate>
			<jf:modificationDate>Wed, 13 Apr 2011 01:54:07 -0400</jf:modificationDate>
			<jf:date>Apr 13, 2011</jf:date>
			<jf:messageCount>1</jf:messageCount>
			<jf:author>steve sam</jf:author>
			<jf:replyCount>0</jf:replyCount>
			<jf:dateToText>Apr 13, 2011 1:54 AM</jf:dateToText>
			<jf:body><![CDATA[<p>Apr 12, 2011, Hong Kong, E-iceblue which is a professional .NET office tools component provider announced a Special Offer from Apr 12 &ndash; Apr 26 in 2011 &ndash; Buy One get One Free During this half month, e-iceblue customers can get...]]></jf:body>
		</item>
		<item>
			<title>Dependency Injection Failure can't figured out the reason</title>
			<link>http://www.pheedcontent.com/click.phdo?i=52a680c4f26fd20da3319762ff394a7c</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=62102</pheedo:origLink>
			<description><![CDATA[<p>Hello everyone!<br/><br/><br/>I'm still fighting with EJB 3.0 and today I got an error connected with dependency injection. Namely I was trying to inject stateless session bean called ObslugaPracownika to the other stateless session bean called...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:b05908d9a10e272030252416e45be040:uQJTPQ463R9wQRck45SUVxGDxjTXBuDTWJiL4Yh%2BG%2BuhUv%2B%2BAM5xZFhiT%2FRwFhMEQ0mMJZvwOCZx86c%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0e551ad57d18c559fe5d97b0417c48ec:2UMCvKdH1jON9qVfiwupbT2Bg5pNRnI1NtSq5RIvjqzE8i%2FJZ84UKiHfjpbWmj3Fiwd6EJ0O1fvAgLs%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c10362d8214d142b37531fd4e2245558:4j69fxAz09H%2FzbcLYeVfpMWT453Xp4FcHtzFR6CmKOU0UQ8Qf96y1ndI7zoVgLKFCzNFA3XBgTXK7A%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0bc36eeff9a73f62d1c146d6007d5bfa:bAzYu%2FrecKsj%2Blq28RyIwZhKy2sPaGS2ejqcHN9IoENVycLNhs1maB7YpDK%2BgpyJvjisIu4IaOvzbQ%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=52a680c4f26fd20da3319762ff394a7c&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=52a680c4f26fd20da3319762ff394a7c&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Sun, 27 Mar 2011 13:38:17 -0400</pubDate>
			<jf:creationDate>Sun, 27 Mar 2011 13:38:17 -0400</jf:creationDate>
			<jf:modificationDate>Thu, 07 Apr 2011 18:22:29 -0400</jf:modificationDate>
			<jf:date>Apr 7, 2011</jf:date>
			<jf:messageCount>2</jf:messageCount>
			<jf:author>Chris Logan</jf:author>
			<jf:replyCount>1</jf:replyCount>
			<jf:dateToText>Apr 7, 2011 6:22 PM</jf:dateToText>
			<jf:body><![CDATA[<p>Hello everyone!<br/><br/><br/>I'm still fighting with EJB 3.0 and today I got an error connected with dependency injection. Namely I was trying to inject stateless session bean called ObslugaPracownika to the other stateless session bean called...]]></jf:body>
		</item>
		<item>
			<title>dependency injection in java class (neither EJB nor Servlet)</title>
			<link>http://www.pheedcontent.com/click.phdo?i=75dc2bd2796748a3337f288273af23d5</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=61846</pheedo:origLink>
			<description><![CDATA[<p>Hi all.</p>...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d41753c5906f4e8193992388405d3550:S9xAIoHe4gKjJlDtIL7xcKoABcmhTBdyYdF6YQQuEBFvc0G1BpFJF%2FZghv7ypGR5NERQNGdzieocmjc%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:bed23e9b89f77d4aad9d48536e76b0d5:Dz5YPXeumTukjgVN%2FUA2cF3QHABa6nJWMVg65mO2qCcH8DXWxDP9B6igQkCI9SNeON0lVY7uC6pjY8g%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d491683498ef14422384ce77d0799fca:DI3jGJxr27GjJK5J%2BntwF%2FZ8XPrZks5064KrlDcemC%2FfzSOIwdQZyGIAGbIFjYkmiaigp1f15kUKeA%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d497f74851173d683429afe1a99f9499:EtfHFKwLbD%2FgS92jK6eo0BcLdcCYYdeShOqVueVgFkkA857NaD7Oo1fKZFBMJU7nYJXzX0icCnBgyg%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=75dc2bd2796748a3337f288273af23d5&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=75dc2bd2796748a3337f288273af23d5&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Mon, 07 Feb 2011 07:28:21 -0500</pubDate>
			<jf:creationDate>Mon, 07 Feb 2011 07:28:21 -0500</jf:creationDate>
			<jf:modificationDate>Thu, 24 Feb 2011 15:19:39 -0500</jf:modificationDate>
			<jf:date>Feb 24, 2011</jf:date>
			<jf:messageCount>2</jf:messageCount>
			<jf:author>jmrlegido .</jf:author>
			<jf:replyCount>1</jf:replyCount>
			<jf:dateToText>Feb 24, 2011 3:19 PM</jf:dateToText>
			<jf:body><![CDATA[<p>Hi all.</p>...]]></jf:body>
		</item>
		<item>
			<title>Accessing other EJBs: JNDI Lookup or instantiate?</title>
			<link>http://www.pheedcontent.com/click.phdo?i=12c2fc55d56a63cdc6c6a6cabb2850a9</link>
			<pheedo:origLink>http://www.theserverside.com/discussions/thread.tss?thread_id=61784</pheedo:origLink>
			<description><![CDATA[<p>I've implemented EJB 2.0 session beans as POJOs behind an EJB facade.</p>...<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:388804cfb65b0a2e18a0ed232d113fbb:%2FIBpE5HCxB18qNFzkeuV0EHBtQG25LWCiWFHAi8C7ewcQB7e53tadezZG%2ByL9WpAcCscMlptcJW92Ek%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg_64x16.png'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d87f1a2a9edde8c34ac1f94dacca7869:pptV8ipQmCu0O%2FedmF6U71Ad9Aj0nVP7FvBA0%2FgyM9ZaxVH6gYRvqChZwFJcPOD3Vz9qpTV%2BwalijQI%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://images.pheedo.com/images/mm/stumbleit.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:e1e042fd7ee43216e9ab7ed0c6bb9d5a:8Ma5CrOzh7OsROlmRBt4RawPAGSc%2BYiZJZU%2FS3wW7uGLVmE1QTmpPdvZRqacwi%2BnXNvygjWKE7ldRw%3D%3D'><img border='0' title='Add to del.icio.us' alt='Add to del.icio.us' src='http://images.pheedo.com/images/mm/delicious.gif'/></a>
  <a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:423b2a19c4753b146b3f9e2be4162e68:pdRb9IX4RKDH9j1ak93cO%2FolQUM9hon%2B2SlwoQop1XmqqRa7zpQgROHGlIlbjiacSNh8%2FhatzkthOA%3D%3D'><img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/></a>
<br clear="both" style="clear: both;"/>
<a href="http://ads.pheedo.com/click.phdo?s=12c2fc55d56a63cdc6c6a6cabb2850a9&p=1"><img alt="" style="border: 0;" border="0" src="http://ads.pheedo.com/img.phdo?s=12c2fc55d56a63cdc6c6a6cabb2850a9&p=1"/></a>
<img alt="" height="0" width="0" border="0" style="display:none" src="http://tags.bluekai.com/site/5148"/><img alt="" height="0" width="0" border="0" style="display:none" src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&adv=wouzn4v&fmt=3"/>]]></description>
			<pubDate>Thu, 27 Jan 2011 02:50:20 -0500</pubDate>
			<jf:creationDate>Thu, 27 Jan 2011 02:50:20 -0500</jf:creationDate>
			<jf:modificationDate>Sat, 29 Jan 2011 09:36:32 -0500</jf:modificationDate>
			<jf:date>Jan 29, 2011</jf:date>
			<jf:messageCount>3</jf:messageCount>
			<jf:author>oinkl oinkl</jf:author>
			<jf:replyCount>2</jf:replyCount>
			<jf:dateToText>Jan 29, 2011 9:36 AM</jf:dateToText>
			<jf:body><![CDATA[<p>I've implemented EJB 2.0 session beans as POJOs behind an EJB facade.</p>...]]></jf:body>
		</item>
	</channel>
</rss>
