Return-Path: Delivered-To: apmail-cayenne-user-archive@www.apache.org Received: (qmail 22899 invoked from network); 30 Jun 2008 19:55:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jun 2008 19:55:50 -0000 Received: (qmail 81066 invoked by uid 500); 30 Jun 2008 19:55:51 -0000 Delivered-To: apmail-cayenne-user-archive@cayenne.apache.org Received: (qmail 81056 invoked by uid 500); 30 Jun 2008 19:55:51 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 81045 invoked by uid 99); 30 Jun 2008 19:55:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 12:55:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jdawson@mrk.com designates 69.49.106.56 as permitted sender) Received: from [69.49.106.56] (HELO mail846.megamailservers.com) (69.49.106.56) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 19:54:58 +0000 X-Authenticated-User: jdawson.covad.net Received: from mail.mrk.com (mail.mrk.com [69.3.216.100]) (authenticated bits=0) by mail846.megamailservers.com (8.13.6.20060614/8.13.1) with ESMTP id m5UJtHEq001021 for ; Mon, 30 Jun 2008 15:55:18 -0400 Received: from [10.20.0.101] (c-67-184-107-105.hsd1.il.comcast.net [67.184.107.105]) (authenticated bits=0) by mail.mrk.com (8.12.11.20060308/8.12.11) with ESMTP id m5UJtEOq018413 for ; Mon, 30 Jun 2008 14:55:15 -0500 Message-Id: <7A40A12E-D7E5-4EAA-A94B-30EA2A5A7DAF@mrk.com> From: Jerald Dawson To: user@cayenne.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Subject: Exception in SAXParserFactory.newInstance with 3.0M4 Date: Mon, 30 Jun 2008 14:55:16 -0500 X-Mailer: Apple Mail (2.924) X-Virus-Checked: Checked by ClamAV on apache.org Hello I'm new to cayenne (actually a webobjects guy) and I'm trying to get it working. I'm was able able to get modeler working and I created a model for accessing a mysql database. Everything seemed pretty simple but now when I try to run my app that uses the model, when I call DataContext.createDataContext(), it terminates my app. I've poked around a bit and the crash is actually happening in the SAXParserFactory.newInstance method that is called during the ConfigLoader initialization, specifically during the "parser = Util.createXmlReader();" call. Seems to be throwing a class not found exception but I can't be sure since it just ungracefully terminates the app with not stack dump. Anyway, that kind of puzzles me since my understanding was the all the SAX parser stuff came with java (I'm using 1.5 on Mac OS X 10.5). I thought it might be that it could be that it can't find my xml files but I tried just hard coding the path to the cayanne.xml file and it still does not work. Any help would be appreciated. jerald dawson