Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 78978 invoked from network); 15 Oct 2006 08:04:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2006 08:04:13 -0000 Received: (qmail 61888 invoked by uid 500); 15 Oct 2006 08:04:12 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 61757 invoked by uid 500); 15 Oct 2006 08:04:12 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 75264 invoked by uid 99); 13 Oct 2006 20:30:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Message-ID: <32277348.1160771376910.JavaMail.jira@brutus> Date: Fri, 13 Oct 2006 13:29:36 -0700 (PDT) From: "Matthew Aynalem (JIRA)" To: ojb-dev@db.apache.org Subject: [jira] Created: (OJB-122) unable to exclude packages from being cached MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org