Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 26498 invoked from network); 24 Apr 2008 11:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 11:29:38 -0000 Received: (qmail 9359 invoked by uid 500); 24 Apr 2008 11:29:38 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 9337 invoked by uid 500); 24 Apr 2008 11:29:38 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 9325 invoked by uid 99); 24 Apr 2008 11:29:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 04:29:38 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nandana.cse@gmail.com designates 209.85.142.188 as permitted sender) Received: from [209.85.142.188] (HELO ti-out-0910.google.com) (209.85.142.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 11:28:53 +0000 Received: by ti-out-0910.google.com with SMTP id b8so1229591tic.9 for ; Thu, 24 Apr 2008 04:29:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=j6Zxh5w3hsBdk79/ZzWpTClJj+TlsCN5s69085YIQFk=; b=ULI1aE3hlAW4nRkKwDVBJtlVhFq7a2V/pktW6XIXdUTYZ/oqbin9EdNgJfLwO/f5XsMoAZW3cX1lHCYK9UoHazob6RkAlPYGLpQKz9jSk33ObDZkaBYFnFa3xneJkFipcoiTxYnLsarL1TrS/t2rzVb6Vs/ogfJi6cKSrAijD/4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ZJ0xjyRxDDe77m7k9q9Ap6NG/x/CdLVYrc7/rWJb4lOWYH4fWVcwLvuwTr5hO7K2fcwn1gdk21bjAqSAjc7vwZ6pGBZz++mHno9aeFsion9JehqV3KEIsJwjKN4tEaWI0/KSv1qSeynNvl9CFz9jy2dO6zVp3DygX54gwerF00Y= Received: by 10.110.14.12 with SMTP id 12mr291506tin.1.1209036545814; Thu, 24 Apr 2008 04:29:05 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Thu, 24 Apr 2008 04:29:05 -0700 (PDT) Message-ID: <9e2fff830804240429x475722ddtc30ce2a2ce07e7c1@mail.gmail.com> Date: Thu, 24 Apr 2008 16:59:05 +0530 From: "Nandana Mihindukulasooriya" To: users@jackrabbit.apache.org Subject: [jackrabbit OCM] Converting java.util.Properties object MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26124_29219572.1209036545811" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_26124_29219572.1209036545811 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I am using jackrabbit ocm to persist my java objects. I want to convert field which is of type java.util.Properties. So what is the best approach for me ? As this is a multi valued field, I can't think of a custom atomic type converter which will help this case. I went through [1], but couldn't find a quick way to do this. What is the best approach ? thanks, nandana [1] - http://jackrabbit.apache.org/object-content-mapping.html ------=_Part_26124_29219572.1209036545811--