From jackrabbit-dev-return-4052-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Sat Oct 15 21:29:39 2005 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 38725 invoked from network); 15 Oct 2005 21:29:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2005 21:29:39 -0000 Received: (qmail 21882 invoked by uid 500); 15 Oct 2005 21:29:37 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 21869 invoked by uid 99); 15 Oct 2005 21:29:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2005 14:29:37 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 193.19.192.5 is neither permitted nor denied by domain of the.mindstorm.mailinglist@gmail.com) Received: from [193.19.192.5] (HELO mail.evolva.ro) (193.19.192.5) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2005 14:29:37 -0700 Received: from localhost (localhost [127.0.0.1]) by mail.evolva.ro (Postfix) with ESMTP id 8B03C6FDC0A for ; Sun, 16 Oct 2005 00:29:13 +0300 (EEST) Received: from mail.evolva.ro ([127.0.0.1]) by localhost (evonet.ro [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19458-02 for ; Sun, 16 Oct 2005 00:29:13 +0300 (EEST) Received: from [192.168.62.51] (unknown [86.55.40.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.evolva.ro (Postfix) with ESMTP id EDACA6FDC04 for ; Sun, 16 Oct 2005 00:29:12 +0300 (EEST) Message-ID: <4351824B.9010500@gmail.com> Date: Sun, 16 Oct 2005 00:27:23 +0200 From: Alexandru Popescu User-Agent: Thunderbird 1.4.1 (Windows/20051006) MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: [ANN] Spring Modules: jcr-support upgrade References: <7010148077.20051010123857@gmail.com> <43515E3D.2030300@gmail.com> In-Reply-To: <43515E3D.2030300@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new at evonet.ro X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N #: Alexandru Popescu changed the world a bit at a time by saying on 10/1= 5/2005 9:53 PM :# > #: Costin Leau changed the world a bit at a time by saying on 10/10/20= 05 11:38 AM :# >> Hello everyone, >>=20 >> I just wanted to announce that the jcr-support from SpringModules >> (http://springmodules.dev.java.net) has been upgraded: >>=20 >> - refactoring of code which simplifies work with OpenSessionInView >> Filter/Interceptor. >> - query methods have been added to JcrTemplate. >> - the sample contains both local and JTA transaction (through JCA) >> configuration examples. >> - this version adds support for jcr-mapping both in regards to >> configuration and usage (through JcrMappingTemplate). >> - improved javadocs. >>=20 >> Feedback is welcomed! >>=20 >=20 > Hi Costin! >=20 > I am trying to figure out how this module is supposed to be used. I wou= ld really appreciate if you=20 > can provide a small usage example. >=20 answering to myself (and hopefully to others that are as `blind=B4 as mys= elf :-) ): samples/jcr (this=20 sole problem with it is that the Eclipse conf files are not including it)= =2E =2E/alex -- =2Ew( the_mindstorm )p. > Also I have noticed a small problem in LocalTransactionManager: >=20 > [code] > public void setRepository(SessionFactory sessionFactory) { > this.sessionFactory =3D sessionFactory; > } > [/code] >=20 > and later >=20 > [code] > public void setSessionFactory(SessionFactory sessionFactory) { > this.sessionFactory =3D sessionFactory; > } > [/code] >=20 > I guess the first 1 is either has a wrong signature, or it is a duplica= te of the 2nd one. >=20 > thanks, >=20 > ./alex > -- > .w( the_mindstorm )p. >=20 >=20 >=20