From users-return-17096-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Mon Dec 01 18:11:31 2008 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 77988 invoked from network); 1 Dec 2008 18:11:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 18:11:31 -0000 Received: (qmail 95288 invoked by uid 500); 1 Dec 2008 18:11:41 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 95267 invoked by uid 500); 1 Dec 2008 18:11:41 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 95256 invoked by uid 99); 1 Dec 2008 18:11:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 10:11:41 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 18:10:12 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1L7DEZ-0003sD-7d for users@activemq.apache.org; Mon, 01 Dec 2008 10:10:59 -0800 Message-ID: <20774743.post@talk.nabble.com> Date: Mon, 1 Dec 2008 10:10:59 -0800 (PST) From: lalmohan To: users@activemq.apache.org Subject: Maven site creation showing error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lal@poornam.com X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm running mvn clean site -P in a module and getting the following error. INFO] [site:site] [WARNING] No Clover database found, skipping report generation [ERROR] No URL set in Issue Management. No Trac Report will be generated. [ERROR] No URL set in Issue Management. No JIRA Report will be generated. [INFO] Skipped "Surefire Report" report, file "surefire-report.html" already exists for the English version. [INFO] Generating "Camel EIP Diagram" report. [INFO] Running Camel embedded to load META-INF/spring/*.xml files [myproject] INFO [main] Main.doStart(477) | Apache Camel 1.4.4.0-fuse starting [myproject] INFO [main] ClassPathXmlApplicationContext.prepareRefresh(412) | Refreshing org.springframework.context. support.ClassPathXmlApplicationContext@11ddcf4: display name [org.springframework.context.support. ClassPathXmlApplicationContext@11ddcf4]; startup date [Mon Dec 01 09:40:47 PST 2008]; root of context hierarchy [myproject] TRACE [main] CollectionFactory.createConcurrentMapIfPossible(195) | Creating [java.util.concurrent. ConcurrentHashMap] [myproject] TRACE [main] CollectionFactory.createConcurrentMapIfPossible(195) | Creating [java.util.concurrent. ConcurrentHashMap] [myproject] TRACE [main] CollectionFactory.createConcurrentMapIfPossible(195) | Creating [java.util.concurrent. ConcurrentHashMap] [myproject] TRACE [main] CollectionFactory.createConcurrentMapIfPossible(195) | Creating [java.util.concurrent. ConcurrentHashMap] [myproject] TRACE [main] CollectionFactory.createConcurrentMapIfPossible(195) | Creating [java.util.concurrent. ConcurrentHashMap] [myproject] TRACE [main] CollectionFactory.createConcurrentMapIfPossible(195) | Creating [java.util.concurrent. ConcurrentHashMap] [myproject] TRACE [main] CollectionFactory.createConcurrentMapIfPossible(195) | Creating [java.util.concurrent. ConcurrentHashMap] [myproject] TRACE [main] CollectionFactory.createConcurrentMapIfPossible(195) | Creating [java.util.concurrent. ConcurrentHashMap] [myproject] ERROR [main] Main.run(175) | Failed: org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolve bean definition resource pattern [META-INF/spring/*.xml]; nested exception is java.io.FileNotFoundException: class path resource [META-INF/spring/] cannot be resolved to URL because it does not exist org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolve bean definition resource pattern [META -INF/spring/*.xml]; nested exception is java.io.FileNotFoundException: class path resource [META-INF/spring/] cannot be resolved to URL because it does not exist at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions( AbstractBeanDefinitionReader.java:190) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions( AbstractBeanDefinitionReader.java:149) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions( AbstractBeanDefinitionReader.java:212) at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions( AbstractXmlApplicationContext.java:113) at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions( AbstractXmlApplicationContext.java:80) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory( AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory( AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java :139) at... Am I missing something? Pleas help Thanks Lal -- View this message in context: http://www.nabble.com/Maven-site-creation-showing-error-tp20774743p20774743.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.