[jboss-cvs] jboss-cvs-commits Digest, Vol 48, Issue 161

Ales Justin ales.justin at gmail.com
Tue Jun 15 08:35:28 EDT 2010


http://fisheye.jboss.org/browse/JBossAS/projects/jboss-cl/trunk/classloading/src/main/java/org/jboss/classloading/spi/dependency/RequirementDependencyItem.java#r105860

Weird, it looks like it stopped working on the 9th June.

On Jun 15, 2010, at 1:40 PM, Thomas Diesler wrote:

> I cant find fisheye for jboss-cl
> 
> http://fisheye.jboss.org/browse/JBossAS/projects/jboss-cl/trunk
> http://fisheye.jboss.org/browse
> 
> Has this not been setup?
> 
> --thomas
> 
> On 06/15/2010 01:32 PM, Ales Justin wrote:
>> Already fixed. ;-)
>> 
>> On Jun 15, 2010, at 1:30 PM, Thomas Diesler wrote:
>> 
>>> yes, there was some confusion about ClassLoaderInformation after svn up and eclipse import. I thought I restored that to its original state, but looking at the code more closely it should read destroyBlackList() I guess. I'll change it back to that.
>>> 
>>> Thanks for spotting this
>>> -thomas
>>> 
>>> On 06/15/2010 12:53 PM, Ales Justin wrote:
>>>> Could you please in the future pay more attention when rolling back things,
>>>> so it's actually left in the proper state -- you re-introduced a typo!
>>>> 
>>>>> Modified: projects/jboss-cl/trunk/classloader/src/main/java/org/jboss/classloader/spi/base/ClassLoaderInformation.java
>>>>> ===================================================================
>>>>> --- projects/jboss-cl/trunk/classloader/src/main/java/org/jboss/classloader/spi/base/ClassLoaderInformation.java	2010-06-14 19:22:01 UTC (rev 106037)
>>>>> +++ projects/jboss-cl/trunk/classloader/src/main/java/org/jboss/classloader/spi/base/ClassLoaderInformation.java	2010-06-14 19:31:07 UTC (rev 106038)
>>>>> @@ -302,7 +302,7 @@
>>>>>          {
>>>>>             // we can blacklist atm, but the new one can't
>>>>>             if (cantBlacklist == 0)
>>>>> -               destroyBlackList();
>>>>> +               destroyCache();
>>>>> 
>>>>>             cantBlacklist++;
>>>>>          }
>>>> 
>>> 
>>> -- 
>>> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
>>> Thomas Diesler
>>> JBoss OSGi Lead
>>> JBoss, a division of Red Hat
>>> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
>>> 
>> 
> 
> -- 
> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Thomas Diesler
> JBoss OSGi Lead
> JBoss, a division of Red Hat
> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 




More information about the jboss-cvs-commits mailing list