From dev-return-95776-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Mon Oct 22 22:42:51 2012 Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1838FDD27 for ; Mon, 22 Oct 2012 22:42:51 +0000 (UTC) Received: (qmail 56832 invoked by uid 500); 22 Oct 2012 22:42:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 56777 invoked by uid 500); 22 Oct 2012 22:42:50 -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 Delivered-To: moderator for dev@geronimo.apache.org Received: (qmail 32201 invoked by uid 99); 22 Oct 2012 22:35:20 -0000 X-ASF-Spam-Status: No, hits=3.6 required=5.0 tests=HK_RANDOM_ENVFROM,HK_RANDOM_FROM,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Date: Mon, 22 Oct 2012 15:34:52 -0700 (PDT) From: AnthonyI To: dev@geronimo.apache.org Message-ID: <1350945292340-3985934.post@n3.nabble.com> Subject: Deploying RESTful web services on Geronimo 3.0/CXF MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am trying to implement RESTful web services and started with the converter-jaxws example. I am on Geronimo 3.0 with the GERONIMO_OPTS=-Dorg.apache.geronimo.jaxws.provider=cxf set. I am getting this exception when I try to deploy. Can anyone provide an explanation? 2012-10-22 17:59:57,667 ERROR [DeploymentPortlet] The application was not deployed. POJO web service: ConverterService not configured by any web service builder org.apache.geronimo.common.DeploymentException: POJO web service: ConverterService not configured by any web service builder at org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.addGBeans(TomcatModuleBuilder.java:636) at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:174) at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:764) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:256) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:883) at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245) at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116) at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61) at java.lang.Thread.run(Unknown Source) Thanks in advance AnthonyI -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Deploying-RESTful-web-services-on-Geronimo-3-0-CXF-tp3985934.html Sent from the Development mailing list archive at Nabble.com.