Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 84662 invoked from network); 5 Feb 2003 13:02:22 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 Feb 2003 13:02:22 -0000 Received: (qmail 7074 invoked by uid 97); 5 Feb 2003 13:03:50 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 7067 invoked from network); 5 Feb 2003 13:03:49 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 Feb 2003 13:03:49 -0000 Received: (qmail 83795 invoked by uid 500); 5 Feb 2003 13:02:13 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 83784 invoked from network); 5 Feb 2003 13:02:13 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 Feb 2003 13:02:13 -0000 Received: (qmail 7053 invoked by uid 50); 5 Feb 2003 13:03:40 -0000 Date: 5 Feb 2003 13:03:40 -0000 Message-ID: <20030205130340.7052.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 14261] - JNDI data source not configured correctly. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14261 JNDI data source not configured correctly. ------- Additional Comments From ole@sugarshark.com 2003-02-05 13:03 ------- I came to use the default context because I could not get the global resources to work. It does work with a standard DataSource but not with my special one. It's probably a classloading problem, as the classes for the Datasource and the factory are located within the webapplication war. (wild guess :-). The point is, that using the DefaultContext is apparently only _mostly_ the same as defining resources in every context. It _does_ work if you define them in every context. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org