<?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: Jars and Class Loading, Jboss v5.x</title>
	<atom:link href="http://www.openscope.net/2010/07/15/setting-up-a-jboss-instance-v5-x-class-loading/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscope.net/2010/07/15/setting-up-a-jboss-instance-v5-x-class-loading/</link>
	<description>Practical java, unix, and xml</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:15:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shan</title>
		<link>http://www.openscope.net/2010/07/15/setting-up-a-jboss-instance-v5-x-class-loading/comment-page-1/#comment-824</link>
		<dc:creator>shan</dc:creator>
		<pubDate>Wed, 30 Nov 2011 15:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=1047#comment-824</guid>
		<description>Thanks!  Very Useful.</description>
		<content:encoded><![CDATA[<p>Thanks!  Very Useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/07/15/setting-up-a-jboss-instance-v5-x-class-loading/comment-page-1/#comment-818</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Tue, 04 Oct 2011 05:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=1047#comment-818</guid>
		<description>Sure, I can try to help. I need more information about your deployments though - can you give the exact packages you are trying to configure as well as the layout of each deployable artifact your application uses to run?</description>
		<content:encoded><![CDATA[<p>Sure, I can try to help. I need more information about your deployments though &#8211; can you give the exact packages you are trying to configure as well as the layout of each deployable artifact your application uses to run?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irfan</title>
		<link>http://www.openscope.net/2010/07/15/setting-up-a-jboss-instance-v5-x-class-loading/comment-page-1/#comment-816</link>
		<dc:creator>irfan</dc:creator>
		<pubDate>Mon, 03 Oct 2011 15:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=1047#comment-816</guid>
		<description>Hi, 
For enabling the scoped-class-loading configuration, you wrote:

&quot;
   1.   
   2.     
   3.   com.example:archive=name-of-your-deployable-artifact.ear  
   4.        
   5.      java2ParentDelegation=false  
   6.        
   7.     
   8.   

Where com.example is the package name for the specific class package (third party library) you want to override, and unique-archive-name.xxx is the name of the deployable artifact for which you want to localize the classes loading..&quot;

I am trying to do this settings for multiple package names.  I tried the following (didn&#039;t work): How to do this?

   1.   
   2.     
   3.   com.example1:archive=name-of-your-deployable-artifact.ear  
   4.        
   5.      java2ParentDelegation=false  
   6.        
   7.    
 
   2.     
   3.   com.example2:archive=name-of-your-deployable-artifact.ear  
   4.        
   5.      java2ParentDelegation=false  
   6.        
   7.    

   8. </description>
		<content:encoded><![CDATA[<p>Hi,<br />
For enabling the scoped-class-loading configuration, you wrote:</p>
<p>&#8221;<br />
   1.<br />
   2.<br />
   3.   com.example:archive=name-of-your-deployable-artifact.ear<br />
   4.<br />
   5.      java2ParentDelegation=false<br />
   6.<br />
   7.<br />
   8.   </p>
<p>Where com.example is the package name for the specific class package (third party library) you want to override, and unique-archive-name.xxx is the name of the deployable artifact for which you want to localize the classes loading..&#8221;</p>
<p>I am trying to do this settings for multiple package names.  I tried the following (didn&#8217;t work): How to do this?</p>
<p>   1.<br />
   2.<br />
   3.   com.example1:archive=name-of-your-deployable-artifact.ear<br />
   4.<br />
   5.      java2ParentDelegation=false<br />
   6.<br />
   7.    </p>
<p>   2.<br />
   3.   com.example2:archive=name-of-your-deployable-artifact.ear<br />
   4.<br />
   5.      java2ParentDelegation=false<br />
   6.<br />
   7.    </p>
<p>   8.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

