unable to exclude packages from being cached
--------------------------------------------

                 Key: OJB-122
                 URL: http://issues.apache.org/jira/browse/OJB-122
             Project: OJB
          Issue Type: Bug
    Affects Versions: 1.0.4
            Reporter: Matthew Aynalem


CacheDistributor is looking for the cachExcludes attribute on the 
JdbcConnectionDescriptor instead of on the ObjectCacheDescriptor. This causes 
the exclude value to aways be null which prevents being able to exclude 
packages from the cache.

I've attached the modified source to CacheDistributor.java The relevant line is 
CacheDistributor.java:89 which attempts to get the cacheExcludes attribute from 
the ObjectCacheDescriptor.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to