Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@www.apache.org Received: (qmail 72369 invoked from network); 10 Oct 2005 08:50:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2005 08:50:06 -0000 Received: (qmail 84213 invoked by uid 500); 10 Oct 2005 08:50:05 -0000 Delivered-To: apmail-jakarta-taglibs-user-archive@jakarta.apache.org Received: (qmail 83634 invoked by uid 500); 10 Oct 2005 08:50:03 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 83623 invoked by uid 99); 10 Oct 2005 08:50:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 01:50:03 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [213.46.243.13] (HELO amsfep18-int.chello.nl) (213.46.243.13) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 01:50:05 -0700 Received: from sparky ([213.89.144.130]) by amsfep18-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20051010084939.MDWN1321.amsfep18-int.chello.nl@sparky> for ; Mon, 10 Oct 2005 10:49:39 +0200 From: Mark Tombs Organization: Sparky Consulting To: taglibs-user@jakarta.apache.org Subject: Jelly SQL tags and raw datatype Date: Mon, 10 Oct 2005 08:49:30 +0000 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510100849.30929.mtombs@chello.se> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am having trouble using jelly to access a 'raw' datatype from an Oracle database. This is what I am trying to do. I have data in a 'proprietary' format stored in raw fields in an Oracle database, and I have a class for parsing the data in the raw field to give me some useful information. In traditional java code using jdbc, my class works fine. I have written a custom tag that wraps my class, so that I can manipulate the raw data from a jelly script. Heres the problem : the jelly script (read the jstl sql tags) don't seem to extract the same data from the raw field as the java code does; for a start, I get a lot less data. Any ideas? thanks Mark --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org