Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 34083 invoked from network); 14 Dec 2005 08:33:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Dec 2005 08:33:13 -0000 Received: (qmail 58719 invoked by uid 500); 14 Dec 2005 08:33:10 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 58669 invoked by uid 500); 14 Dec 2005 08:33:09 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 58657 invoked by uid 99); 14 Dec 2005 08:33:09 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2005 00:33:07 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id DE1411A2 for ; Wed, 14 Dec 2005 09:32:45 +0100 (CET) Message-ID: <748064262.1134549165881.JavaMail.jira@ajax.apache.org> Date: Wed, 14 Dec 2005 09:32:45 +0100 (CET) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-1359) Connector deployer fails for plans with no parent ID In-Reply-To: <1132347856.1134549045164.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1359?page=all ] Aaron Mulder resolved GERONIMO-1359: ------------------------------------ Resolution: Fixed Aaron checked in fix on 1.0 branch, David J on trunk > Connector deployer fails for plans with no parent ID > ---------------------------------------------------- > > Key: GERONIMO-1359 > URL: http://issues.apache.org/jira/browse/GERONIMO-1359 > Project: Geronimo > Type: Bug > Components: deployment, connector > Versions: 1.0 > Reporter: Aaron Mulder > Assignee: Aaron Mulder > Fix For: 1.0 > > When deploying a connector (in this case, a database pool) without a parentId, I get: > Deployer operation failed: neither domain and server nor any way to determine them was provided for configuration user/database-pool-MySQL/1/car > org.apache.geronimo.common.DeploymentException: neither domain and server nor any way to determine them was provided for configuration user/database-pool-MySQL/1/car > at org.apache.geronimo.deployment.DeploymentContext.determineNaming(DeploymentContext.java:121) > at org.apache.geronimo.deployment.DeploymentContext.(DeploymentContext.java:111) > at org.apache.geronimo.deployment.DeploymentContext.(DeploymentContext.java:85) > at org.apache.geronimo.j2ee.deployment.EARContext.(EARContext.java:60) > at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:292) > at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800) > at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) > at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36) > at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) > at org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$5896ed49.buildConfiguration() > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:269) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:102) > at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:835) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:178) > at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106) > at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:59) > at java.lang.Thread.run(Thread.java:534) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira