Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 5904 invoked from network); 7 Dec 2006 15:20:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 15:20:38 -0000 Received: (qmail 91186 invoked by uid 500); 7 Dec 2006 15:20:46 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 91152 invoked by uid 500); 7 Dec 2006 15:20:46 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 91143 invoked by uid 99); 7 Dec 2006 15:20:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 07:20:46 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 07:20:36 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 67AA41A9846; Thu, 7 Dec 2006 07:19:54 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r483483 - in /jackrabbit/trunk/jackrabbit-jca: applications/test/jaas.config deploy/weblogic/weblogic-ra.xml pom.xml src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java src/main/rar/repository.xml src/main/rar10/META-INF/ra.xml Date: Thu, 07 Dec 2006 15:19:53 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061207151954.67AA41A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Thu Dec 7 07:19:51 2006 New Revision: 483483 URL: http://svn.apache.org/viewvc?view=rev&rev=483483 Log: jackrabbit-jca: Fixed svn:eol-style settings Modified: jackrabbit/trunk/jackrabbit-jca/applications/test/jaas.config (props changed) jackrabbit/trunk/jackrabbit-jca/deploy/weblogic/weblogic-ra.xml (props changed) jackrabbit/trunk/jackrabbit-jca/pom.xml (contents, props changed) jackrabbit/trunk/jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java (contents, props changed) jackrabbit/trunk/jackrabbit-jca/src/main/rar/repository.xml (contents, props changed) jackrabbit/trunk/jackrabbit-jca/src/main/rar10/META-INF/ra.xml (contents, props changed) Propchange: jackrabbit/trunk/jackrabbit-jca/applications/test/jaas.config ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jackrabbit/trunk/jackrabbit-jca/deploy/weblogic/weblogic-ra.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: jackrabbit/trunk/jackrabbit-jca/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jca/pom.xml?view=diff&rev=483483&r1=483482&r2=483483 ============================================================================== --- jackrabbit/trunk/jackrabbit-jca/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-jca/pom.xml Thu Dec 7 07:19:51 2006 @@ -1,90 +1,90 @@ - - - - - - 4.0.0 - - - - - - org.apache.jackrabbit - jackrabbit - 1.2-SNAPSHOT - .. - - jackrabbit-jca - rar - Jackrabbit JCA Resource Adapter - - A resource adapter for Jackrabbit as specified by JCA 1.0 and 1.5. - - - - scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jca - - - scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jca - - http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jca - - - - - - maven-rar-plugin - - true - - - - - - - - org.apache.geronimo.specs - geronimo-j2ee-connector_1.5_spec - 1.0 - provided - - - org.apache.jackrabbit - jackrabbit-core - ${pom.version} - - - org.apache.derby - derby - 10.1.3.1 - - - junit - junit - 3.8.1 - test - - - - + + + + + + 4.0.0 + + + + + + org.apache.jackrabbit + jackrabbit + 1.2-SNAPSHOT + .. + + jackrabbit-jca + rar + Jackrabbit JCA Resource Adapter + + A resource adapter for Jackrabbit as specified by JCA 1.0 and 1.5. + + + + scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jca + + + scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jca + + http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jca + + + + + + maven-rar-plugin + + true + + + + + + + + org.apache.geronimo.specs + geronimo-j2ee-connector_1.5_spec + 1.0 + provided + + + org.apache.jackrabbit + jackrabbit-core + ${pom.version} + + + org.apache.derby + derby + 10.1.3.1 + + + junit + junit + 3.8.1 + test + + + + Propchange: jackrabbit/trunk/jackrabbit-jca/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: jackrabbit/trunk/jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java?view=diff&rev=483483&r1=483482&r2=483483 ============================================================================== --- jackrabbit/trunk/jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java (original) +++ jackrabbit/trunk/jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java Thu Dec 7 07:19:51 2006 @@ -1,60 +1,60 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.apache.jackrabbit.jca; - -import javax.resource.ResourceException; -import javax.resource.spi.ActivationSpec; -import javax.resource.spi.BootstrapContext; -import javax.resource.spi.ResourceAdapter; -import javax.resource.spi.ResourceAdapterInternalException; -import javax.resource.spi.endpoint.MessageEndpointFactory; -import javax.transaction.xa.XAResource; - - -/** - * JCR ResourceAdapter. - */ -public class JCAResourceAdapter implements ResourceAdapter { - - private final XAResource[] xaResources = new XAResource[0]; - - /** - * Notify the RepositoryManager that the lifecycle is managed by - * the container - */ - public void start(BootstrapContext ctx) throws ResourceAdapterInternalException { - JCARepositoryManager.getInstance().setAutoShutdown(false); - } - - /** - * Shutdown jackrabbit repositories - */ - public void stop() { - JCARepositoryManager.getInstance().shutdown(); - } - - public void endpointActivation(MessageEndpointFactory mef, ActivationSpec as) throws ResourceException { - } - - public void endpointDeactivation(MessageEndpointFactory mef, ActivationSpec as) { - } - - public XAResource[] getXAResources(ActivationSpec[] as) throws ResourceException { - return xaResources; - } - -} +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.apache.jackrabbit.jca; + +import javax.resource.ResourceException; +import javax.resource.spi.ActivationSpec; +import javax.resource.spi.BootstrapContext; +import javax.resource.spi.ResourceAdapter; +import javax.resource.spi.ResourceAdapterInternalException; +import javax.resource.spi.endpoint.MessageEndpointFactory; +import javax.transaction.xa.XAResource; + + +/** + * JCR ResourceAdapter. + */ +public class JCAResourceAdapter implements ResourceAdapter { + + private final XAResource[] xaResources = new XAResource[0]; + + /** + * Notify the RepositoryManager that the lifecycle is managed by + * the container + */ + public void start(BootstrapContext ctx) throws ResourceAdapterInternalException { + JCARepositoryManager.getInstance().setAutoShutdown(false); + } + + /** + * Shutdown jackrabbit repositories + */ + public void stop() { + JCARepositoryManager.getInstance().shutdown(); + } + + public void endpointActivation(MessageEndpointFactory mef, ActivationSpec as) throws ResourceException { + } + + public void endpointDeactivation(MessageEndpointFactory mef, ActivationSpec as) { + } + + public XAResource[] getXAResources(ActivationSpec[] as) throws ResourceException { + return xaResources; + } + +} Propchange: jackrabbit/trunk/jackrabbit-jca/src/main/java/org/apache/jackrabbit/jca/JCAResourceAdapter.java ------------------------------------------------------------------------------ svn:eol-style = native Modified: jackrabbit/trunk/jackrabbit-jca/src/main/rar/repository.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jca/src/main/rar/repository.xml?view=diff&rev=483483&r1=483482&r2=483483 ============================================================================== --- jackrabbit/trunk/jackrabbit-jca/src/main/rar/repository.xml (original) +++ jackrabbit/trunk/jackrabbit-jca/src/main/rar/repository.xml Thu Dec 7 07:19:51 2006 @@ -1,240 +1,240 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: jackrabbit/trunk/jackrabbit-jca/src/main/rar/repository.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: jackrabbit/trunk/jackrabbit-jca/src/main/rar10/META-INF/ra.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jca/src/main/rar10/META-INF/ra.xml?view=diff&rev=483483&r1=483482&r2=483483 ============================================================================== --- jackrabbit/trunk/jackrabbit-jca/src/main/rar10/META-INF/ra.xml (original) +++ jackrabbit/trunk/jackrabbit-jca/src/main/rar10/META-INF/ra.xml Thu Dec 7 07:19:51 2006 @@ -1,51 +1,51 @@ - - - - - Jackrabbit JCR Adapter - Apache.org - 1.0 - JCR Adapter - 1.0 - - - ASF - false - - - - org.apache.jackrabbit.jca.JCAManagedConnectionFactory - javax.jcr.Repository - org.apache.jackrabbit.jca.JCARepositoryHandle - javax.jcr.Session - org.apache.jackrabbit.jca.JCASessionHandle - XATransaction - - HomeDir - java.lang.String - - - ConfigFile - java.lang.String - - false - - - + + + + + Jackrabbit JCR Adapter + Apache.org + 1.0 + JCR Adapter + 1.0 + + + ASF + false + + + + org.apache.jackrabbit.jca.JCAManagedConnectionFactory + javax.jcr.Repository + org.apache.jackrabbit.jca.JCARepositoryHandle + javax.jcr.Session + org.apache.jackrabbit.jca.JCASessionHandle + XATransaction + + HomeDir + java.lang.String + + + ConfigFile + java.lang.String + + false + + + Propchange: jackrabbit/trunk/jackrabbit-jca/src/main/rar10/META-INF/ra.xml ------------------------------------------------------------------------------ svn:eol-style = native