Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0F19427C for ; Thu, 23 Jun 2011 19:28:32 +0000 (UTC) Received: (qmail 22559 invoked by uid 500); 23 Jun 2011 19:28:32 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 22540 invoked by uid 500); 23 Jun 2011 19:28:32 -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 22532 invoked by uid 99); 23 Jun 2011 19:28:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 19:28:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chadmichaeldavis@gmail.com designates 209.85.214.42 as permitted sender) Received: from [209.85.214.42] (HELO mail-bw0-f42.google.com) (209.85.214.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 19:28:24 +0000 Received: by bwz18 with SMTP id 18so4470882bwz.1 for ; Thu, 23 Jun 2011 12:28:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=wSxAKaWF56V7IrAn8yoBYljxe2cEggh0FuxWs4vQ6HM=; b=BGEM8bPohnH1AjDVBzcvcrms0K9o5GEy0jJ/D2c5lVL5eSmmpjjL2aC8LLuUAkztS1 mZSIVksrmiAP0XRwNLG9YPoKyWbRNU/XqIOTjSi3kDcLy89COrhwRLb7FWwYTvLOtgHy 7urQ21MIWPhgAXbBQWtBUH4UoeUIkbOZ+jymI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XfIJIt4DrRXuFtL3pLxAree5jv07nqJL3ahJ9uZQlz5oXASEojoVK+9t45wQjUkBd+ ozmVy1aBvOstpJakLbhH+UXSt4UJVg0lfZcVam/kZZUb0EkIqHxvMWJaPdRfOqcoQISi RlHU79Pac4ke58gMElDX7HmC0yNLWYd8bCah4= MIME-Version: 1.0 Received: by 10.204.22.12 with SMTP id l12mr1249989bkb.178.1308857284095; Thu, 23 Jun 2011 12:28:04 -0700 (PDT) Received: by 10.204.114.211 with HTTP; Thu, 23 Jun 2011 12:28:03 -0700 (PDT) Date: Thu, 23 Jun 2011 13:28:03 -0600 Message-ID: Subject: JackrabbitSession via Spi Remoting From: ChadDavis To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to get my hands on the UserManager object, via something like this: UserManager um = ((JackrabbitSession) session).getUserManager(); But I find that in my set up as a remote client of the repository ( davex remoting ), I don't have the ability to do this. Is there another way to get the userManager in this remote set up?