Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 20514 invoked from network); 11 Nov 2003 22:52:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Nov 2003 22:52:15 -0000 Received: (qmail 52693 invoked by uid 500); 11 Nov 2003 22:51:51 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 52605 invoked by uid 500); 11 Nov 2003 22:51:51 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 52586 invoked from network); 11 Nov 2003 22:51:50 -0000 Received: from unknown (HELO suntzu.lyra.org) (198.144.203.208) by daedalus.apache.org with SMTP; 11 Nov 2003 22:51:50 -0000 Received: (from gstein@localhost) by suntzu.lyra.org (8.11.6/8.11.6) id hABMorv03539 for geronimo-dev@incubator.apache.org; Tue, 11 Nov 2003 14:50:53 -0800 X-Authentication-Warning: suntzu.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Tue, 11 Nov 2003 14:50:53 -0800 From: Greg Stein To: geronimo-dev@incubator.apache.org Subject: Re: cvs commit: incubator-geronimo/modules/core/src/test-data/xml/deployment/connector_1_5 geronimo-ra.xml ra.xml Message-ID: <20031111145053.A3153@lyra.org> References: <20031111211159.73694.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031111211159.73694.qmail@minotaur.apache.org>; from djencks@apache.org on Tue, Nov 11, 2003 at 09:11:59PM -0000 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Woah... where did all this code come from? Note that I'm not asking w.r.t the jboss thing :-), but that it appears a huge amount of work was developed singularly, rather than within CVS in a cooperative fashion. It is helpful to do large development *in* CVS rather than "off in a corner." This is necessary for code review purposes, for design discussions, and to ensure a feeling of cooperation/community. Cheers, -g On Tue, Nov 11, 2003 at 09:11:59PM -0000, djencks@apache.org wrote: > djencks 2003/11/11 13:11:59 > > Modified: modules/core project.xml > modules/core/src/conf boot-service.xml > modules/core/src/java/org/apache/geronimo/transaction > TransactionManagerProxy.java > Added: modules/core/src/java/org/apache/geronimo/connector > TxUtils.java > modules/core/src/java/org/apache/geronimo/connector/deployment > ConnectionManagerFactory.java > ConnectorDeploymentPlanner.java > DeploymentHelper.java > ManagedConnectionFactoryHelper.java > ResourceAdapterHelper.java > ResourceAdapterHelperImpl.java > modules/core/src/java/org/apache/geronimo/connector/outbound > CachedConnectionManager.java > CachedConnectionManager.xml > ConnectionHandleInterceptor.java > ConnectionInfo.java ConnectionInterceptor.java > ConnectionManagerDeployment.java > ConnectionManagerDeployment.xml > ConnectionReturnAction.java > GeronimoConnectionEventListener.java > LocalXAResource.java > LocalXAResourceInsertionInterceptor.java > MCFConnectionInterceptor.java > ManagedConnectionInfo.java > MetaCallConnectionInterceptor.java > MultiPoolConnectionInterceptor.java > ProxyConnectionManager.java SecurityDomain.java > SecurityDomainImpl.java > SinglePoolConnectionInterceptor.java > SubjectInterceptor.java > TransactionCachingInterceptor.java > TransactionEnlistingInterceptor.java > XAResourceInsertionInterceptor.java > modules/core/src/java/org/apache/geronimo/deployment/model/geronimo/connector > GeronimoConnectionDefinition.java > GeronimoConnectionManagerFactory.java > GeronimoConnector.java > GeronimoConnectorDocument.java > GeronimoInboundResourceAdapter.java > GeronimoMessageAdapter.java > GeronimoMessageListener.java > GeronimoOutboundResourceAdapter.java > GeronimoResourceAdapter.java > modules/core/src/java/org/apache/geronimo/transaction > TransactionManagerProxy.xml > modules/core/src/java/org/apache/geronimo/xml/deployment > GeronimoConnectorLoader.java > modules/core/src/schema connector_1_0.dtd > geronimo-connector_1_5.xsd > modules/core/src/test/org/apache/geronimo/connector/outbound > PoolDequeTest.java > modules/core/src/test/org/apache/geronimo/xml/deployment > ConnectorLoaderTest.java > GeronimoConnectorLoaderTest.java > modules/core/src/test-data/xml/deployment/connector_1_0 > geronimo-ra.xml ra.xml > modules/core/src/test-data/xml/deployment/connector_1_5 > geronimo-ra.xml ra.xml > Log: > Initial implementation of J2ee Connector framework. Only tested with spec version 1.0 adapters >... -- Greg Stein, http://www.lyra.org/