From users-return-11103-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Apr 06 22:51:44 2009 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 71755 invoked from network); 6 Apr 2009 22:51:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2009 22:51:43 -0000 Received: (qmail 59278 invoked by uid 500); 6 Apr 2009 22:51:43 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 59240 invoked by uid 500); 6 Apr 2009 22:51:43 -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 59229 invoked by uid 99); 6 Apr 2009 22:51:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2009 22:51:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2009 22:51:35 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Lqxer-0008PN-EJ for users@jackrabbit.apache.org; Mon, 06 Apr 2009 15:51:13 -0700 Message-ID: <22919080.post@talk.nabble.com> Date: Mon, 6 Apr 2009 15:51:13 -0700 (PDT) From: eduardomaino To: users@jackrabbit.apache.org Subject: Reloading Data from Remote Repository MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: eduardomaino@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org I'm working on a project that uses Magnolia to create and edit all content used by our application. We configured Jackrabbit to be used along Glassfish to access the same repository that is used by Magnolia. When we start the server, Jackrabbit successfully gets all the content from Magnolia's repository and saves it on its local repository. The problem is: when I change a text content in Magnolia, I need to restart the server to have this change reflected on the Jackrabbit repository. I've tried to use on my workspace configuration, but even so it looks like Jackrabbit keeps some kind of cache. Is it possible to force Jackrabbit to get everything from a remote repository instead of trying to get things from its local one? My next test will be to check the source from the JCR Connector to see where it refreshes the local repository. Any help will be greatly appreciated. I'm stuck with this problem for over a week now. -- View this message in context: http://www.nabble.com/Reloading-Data-from-Remote-Repository-tp22919080p22919080.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.