From user-return-11925-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Sat Nov 08 07:18:54 2008 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 85366 invoked from network); 8 Nov 2008 07:18:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2008 07:18:54 -0000 Received: (qmail 47659 invoked by uid 500); 8 Nov 2008 07:18:59 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 47627 invoked by uid 500); 8 Nov 2008 07:18:59 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 47616 invoked by uid 99); 8 Nov 2008 07:18:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 23:18:59 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [62.142.5.107] (HELO emh01.mail.saunalahti.fi) (62.142.5.107) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2008 07:17:40 +0000 Received: from saunalahti-vams (vs3-11.mail.saunalahti.fi [62.142.5.95]) by emh01-2.mail.saunalahti.fi (Postfix) with SMTP id AED261A67B for ; Sat, 8 Nov 2008 09:17:40 +0200 (EET) Received: from emh05.mail.saunalahti.fi ([62.142.5.111]) by vs3-11.mail.saunalahti.fi ([62.142.5.95]) with SMTP (gateway) id A06816A8E7A; Sat, 08 Nov 2008 09:17:40 +0200 Received: from [192.168.1.102] (a91-156-135-125.elisa-laajakaista.fi [91.156.135.125]) by emh05.mail.saunalahti.fi (Postfix) with ESMTP id 9613F27D89 for ; Sat, 8 Nov 2008 09:17:39 +0200 (EET) Message-ID: <49153D13.7010300@iki.fi> Date: Sat, 08 Nov 2008 09:17:39 +0200 From: Markku Saarela User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Geronimo not found at login subject for Jackrabbit JCA. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: VAMS X-Virus-Checked: Checked by ClamAV on apache.org Hi, Jackrabbit 1.4 (1.4.1 core) JCA deployed to Geronimo 2.1.1. Web application or ejb session bean failed with repository login. InitialContext lookup find Repository but calling repository.login( new SimpleCredentials( "system", "manager".toCharArray() ) ); method results exception: Caused by: javax.resource.ResourceException: No subject for container managed security at org.apache.geronimo.connector.outbound.SubjectInterceptor.getConnection(SubjectIntercepto r.java:51) at org.apache.geronimo.connector.outbound.ConnectionHandleInterceptor.getConnection(Connecti onHandleInterceptor.java:43) at org.apache.geronimo.connector.outbound.TCCLInterceptor.getConnection(TCCLInterceptor.java :39) at org.apache.geronimo.connector.outbound.ConnectionTrackingInterceptor.getConnection(Connec tionTrackingInterceptor.java:66) at org.apache.geronimo.connector.outbound.AbstractConnectionManager.allocateConnection(Abstr actConnectionManager.java:87) at org.apache.jackrabbit.jca.JCARepositoryHandle.login(JCARepositoryHandle.java:98) So how to configure Geronimo to provide subject to connector? rgds, Markku