Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 5834 invoked from network); 30 Jun 2008 19:29:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jun 2008 19:29:33 -0000 Received: (qmail 48542 invoked by uid 500); 30 Jun 2008 19:29:31 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 48514 invoked by uid 500); 30 Jun 2008 19:29:31 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 48502 invoked by uid 99); 30 Jun 2008 19:29:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 12:29:31 -0700 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,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, 30 Jun 2008 19:28:39 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KDP3a-0007qB-Mk for user@geronimo.apache.org; Mon, 30 Jun 2008 12:28:58 -0700 Message-ID: <18202630.post@talk.nabble.com> Date: Mon, 30 Jun 2008 12:28:58 -0700 (PDT) From: jklcom99 To: user@geronimo.apache.org Subject: Re: geronimo v2 quartz plugin In-Reply-To: <18160090.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jeff_k_lu@yahoo.com References: <478E84B6.5080903@braindrudge.de> <3A75EAD5-8358-4408-9EA1-B23F122FF4EB@gmail.com> <18018668.post@talk.nabble.com> <265A4EBA-BE57-4CA0-814B-0DD69EEF4DDD@yahoo.com> <18076097.post@talk.nabble.com> <3CEA0B2F-DA97-4410-BA2E-89B1620C55B2@yahoo.com> <18142347.post@talk.nabble.com> <6F2B58FB-0F84-4952-961C-3DB138BE9C9D@yahoo.com> <18160090.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I started to apply G2.1 stuffs to resolved some of the errors and I'm still getting ejb and j2ee reference errors. Can you point me to the right direction and tell me what is still apply or not apply with the current code? And is geronimo-quartz-0.2.xsd still valid? C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[20,42] cannot find symbol symbol : class RefContext location: package org.apache.geronimo.j2ee.deployment C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[43,60] cannot find symbol symbol : class RefContext location: class org.gplugins.quartz.deployment.NamingHelper C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[87,60] cannot find symbol symbol : class RefContext location: class org.gplugins.quartz.deployment.NamingHelper C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[140,58] cannot find symbol symbol : class RefContext location: class org.gplugins.quartz.deployment.NamingHelper C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[46,42] cannot find symbol symbol : class EJBReferenceBuilder location: package org.apache.geronimo.j2ee.deployment C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[47,42] cannot find symbol symbol : class RefContext location: package org.apache.geronimo.j2ee.deployment C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[48,42] cannot find symbol symbol : class ResourceReferenceBuilder location: package org.apache.geronimo.j2ee.deployment C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[49,42] cannot find symbol symbol : class ServiceReferenceBuilder location: package org.apache.geronimo.j2ee.deployment C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[49,51] cannot find symbol symbol : method getProperty() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[51,51] cannot find symbol symbol : method getEjbType() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[53,47] cannot find symbol symbol : method getLocal() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[55,45] cannot find symbol symbol : method getLocalHome() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[57,30] cannot find symbol symbol : method getProperty() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[59,18] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[59,85] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[60,18] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[60,79] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[61,18] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[61,77] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[62,40] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[63,18] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[63,79] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[66,56] cannot find symbol symbol : method getProperty() location: interface org.apache.geronimo.xbeans.j2ee.EjbRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[93,51] cannot find symbol symbol : method getProperty() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[95,29] setStringValue(java.lang.String) in org.apache.xm lbeans.XmlAnySimpleType cannot be applied to (org.apache.geronimo.xbeans.j2ee.Fu llyQualifiedClassType) C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[97,70] incompatible types for ?: neither is a subtype of the other second operand: java.lang.String third operand : org.apache.geronimo.xbeans.j2ee.ResAuthType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[99,37] setStringValue(java.lang.String) in org.apache.xm lbeans.XmlAnySimpleType cannot be applied to (org.apache.geronimo.xbeans.j2ee.Re sSharingScopeType) C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[101,30] cannot find symbol symbol : method getProperty() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[103,18] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[103,85] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[104,18] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[104,79] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[105,18] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[105,77] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[106,40] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[107,18] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[107,79] cannot find symbol symbol : method getPattern() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[110,61] cannot find symbol symbol : method getProperty() location: interface org.apache.geronimo.xbeans.j2ee.ResourceRefType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[122,35] cannot find symbol symbol : method getPatternArray() location: interface org.apache.geronimo.deployment.xbeans.GbeanType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[123,41] cannot find symbol symbol : method getPatternArray() location: interface org.apache.geronimo.deployment.xbeans.GbeanType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[124,39] cannot find symbol symbol : method addNewPattern() location: interface org.apache.geronimo.deployment.xbeans.GbeanType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[131,35] cannot find symbol symbol : method getRefTypeArray() location: interface org.apache.geronimo.deployment.xbeans.GbeanType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[132,48] cannot find symbol symbol : method createGBeanRef(org.apache.geronimo.kernel.config.Configuration, org.apache.geronimo.deployment.xbeans.GbeanType,java.lang.ClassLoader) location: class org.gplugins.common.ReferenceResolver C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\NamingHelper.java:[134,58] cannot find symbol symbol : method getProperty() location: interface org.apache.geronimo.deployment.xbeans.GbeanType C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[228,36] cannot find symbol symbol : constructor DeploymentContext(java.io.File,java.io.File,org.apache.ger onimo.kernel.repository.Environment,org.apache.geronimo.kernel.config.Configurat ionModuleType,org.apache.geronimo.kernel.Naming,org.apache.geronimo.kernel.confi g.ConfigurationManager,java.util.Collection) location: class org.apache.geronimo.deployment.DeploymentContext C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[269,8] cannot find symbol symbol : class RefContext location: class org.gplugins.quartz.deployment.QuartzJobDeployerGBean C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[269,36] cannot find symbol symbol : class RefContext location: class org.gplugins.quartz.deployment.QuartzJobDeployerGBean C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[269,48] cannot find symbol symbol : class EJBReferenceBuilder location: class org.gplugins.quartz.deployment.QuartzJobDeployerGBean C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[270,17] cannot find symbol symbol : class ResourceReferenceBuilder location: class org.gplugins.quartz.deployment.QuartzJobDeployerGBean C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[271,17] cannot find symbol symbol : class ServiceReferenceBuilder location: class org.gplugins.quartz.deployment.QuartzJobDeployerGBean C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[279,35] getGBeanRefs(org.apache.geronimo.kerne l.config.Configuration,org.apache.geronimo.deployment.xbeans.GbeanType[]) in org .gplugins.quartz.deployment.NamingHelper cannot be applied to (org.apache.geroni mo.kernel.config.Configuration,org.gplugins.quartz.deployment.xbeans.GbeanRefTyp e[]) C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[311,56] cannot find symbol symbol : class EJBReferenceBuilder location: class org.gplugins.quartz.deployment.QuartzJobDeployerGBean C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[312,61] cannot find symbol symbol : class ResourceReferenceBuilder location: class org.gplugins.quartz.deployment.QuartzJobDeployerGBean C:\downloads\apache\qplugin2.0\base\deployer\src\java\org\gplugins\quartz\deploy ment\QuartzJobDeployerGBean.java:[313,60] cannot find symbol symbol : class ServiceReferenceBuilder location: class org.gplugins.quartz.deployment.QuartzJobDeployerGBean ================================================================ jklcom99 wrote: > > I've looked into > > org.apache.xbean > xbean-naming > 3.3 > > > xbean-naming has no implementation of ConfigurationAwareReference. > > geronimo-naming has both implementations of ConfigurationAwareReference > and SimpleReference that QuartzJobFactory is calling for. I don't know > why it's not seeing it... > >> [INFO] [resources:resources] >> [INFO] Using default encoding to copy filtered resources. >> Downloading: >> http://people.apache.org/~ammulder//geronimo/geronimo-kernel/2.1.2- >> SNAPSHOT/geronimo-kernel-2.1.2-SNAPSHOT.pom >> Downloading: >> http://people.apache.org/~ammulder//geronimo/geronimo-naming/2.1.2- >> SNAPSHOT/geronimo-naming-2.1.2-SNAPSHOT.pom >> Downloading: >> http://people.apache.org/~ammulder//geronimo/geronimo-deployment/2. >> 1.2-SNAPSHOT/geronimo-deployment-2.1.2-SNAPSHOT.pom >> Downloading: >> http://people.apache.org/~ammulder//geronimo/geronimo-system/2.1.2- >> SNAPSHOT/geronimo-system-2.1.2-SNAPSHOT.pom >> Downloading: >> http://people.apache.org/~ammulder//opensymphony/quartz/1.5.2/quart >> z-1.5.2.pom >> Downloading: >> http://repo1.maven.org/maven2/opensymphony/quartz/1.5.2/quartz-1.5. >> 2.pom >> [INFO] [compiler:compile] >> [INFO] Compiling 5 source files to > >> C:\downloads\apache\qplugin2.0\base\scheduler\src\java\org\gplugins >> \quartz\Quart >> zJobFactory.java:[71,42] cannot access >> org.apache.xbean.naming.reference.SimpleR >> eference >> class file for org.apache.xbean.naming.reference.SimpleReference not >> found >> ConfigurationAwareReference ref = (ConfigurationAwareReference) > > > > djencks wrote: >> >> >> On Jun 26, 2008, at 1:20 PM, jklcom99 wrote: >> >>> >>> Hi David, >>> >>> After reading up on the documents you suggested. I attempted to get >>> quartz >>> to build with G2.1.2-SNAPSHOT. I'm getting compile error: (even I >>> have >>> included geronimo-naming as a dependency). Can you please point out >>> what >>> I'm doing wrong and missing? Also getting error when tried to build >>> eclipse >>> project, see below. >>> >>> Thank you >>> >>> Thu 06/26/2008 15:59:38.32 >>> C:\downloads\apache\qplugin2.0>mvn compile >>> [INFO] Scanning for projects... >>> [INFO] Reactor build order: >>> [INFO] Quartz Plugin for Geronimo >>> [INFO] Quartz Scheduler for Geronimo >>> [INFO] Geronimo Quartz Deployer >>> [INFO] Quartz Admin Console for Geronimo >>> [INFO] Quartz Plugins :: Geronimo Dependencies >>> [INFO] Quartz Plugins for Geronimo >>> [INFO] Geronimo Plugin :: Quartz Scheduler >>> [INFO] Geronimo Plugin :: Quartz Deployer >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Building Quartz Plugin for Geronimo >>> [INFO] task-segment: [compile] >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] No goals needed for project - skipping >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Building Quartz Scheduler for Geronimo >>> [INFO] task-segment: [compile] >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] [resources:resources] >>> [INFO] Using default encoding to copy filtered resources. >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-kernel/2.1.2- >>> SNAPSHOT/geronimo-kernel-2.1.2-SNAPSHOT.pom >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-naming/2.1.2- >>> SNAPSHOT/geronimo-naming-2.1.2-SNAPSHOT.pom >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-deployment/2. >>> 1.2-SNAPSHOT/geronimo-deployment-2.1.2-SNAPSHOT.pom >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-system/2.1.2- >>> SNAPSHOT/geronimo-system-2.1.2-SNAPSHOT.pom >>> Downloading: >>> http://people.apache.org/~ammulder//opensymphony/quartz/1.5.2/quart >>> z-1.5.2.pom >>> Downloading: >>> http://repo1.maven.org/maven2/opensymphony/quartz/1.5.2/quartz-1.5. >>> 2.pom >>> [INFO] [compiler:compile] >>> [INFO] Compiling 5 source files to >>> C:\downloads\apache\qplugin2.0\base\scheduler >>> \target\classes >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] BUILD FAILURE >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Compilation failure >>> >>> C:\downloads\apache\qplugin2.0\base\scheduler\src\java\org\gplugins >>> \quartz\Quart >>> zJobFactory.java:[71,42] cannot access >>> org.apache.xbean.naming.reference.SimpleR >>> eference >>> class file for org.apache.xbean.naming.reference.SimpleReference not >>> found >>> ConfigurationAwareReference ref = (ConfigurationAwareReference) >>> value; >>> >>> C:\downloads\apache\qplugin2.0\base\scheduler\src\java\org\gplugins >>> \quartz\Quart >>> zJobFactory.java:[77,33] cannot find symbol >>> symbol : method getContent() >>> location: class >>> org.apache.geronimo.naming.reference.ConfigurationAwareReference >>> >> >> I don't see any good reason for this error unless somehow geronimo- >> naming is included as a provided dependency. Maybe you >> can get the build to work by including >> >> >> org.apache.xbean >> xbean-naming >> 3.3 >> >> >>> >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] For more information, run Maven with the -e switch >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Total time: 3 seconds >>> [INFO] Finished at: Thu Jun 26 16:02:01 EDT 2008 >>> [INFO] Final Memory: 6M/11M >>> >>> >>> When I tried to create an Eclipse project, I'm getting this error: >>> >>> [INFO] >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Building Geronimo Quartz Deployer >>> [INFO] task-segment: [eclipse:eclipse] >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Preparing eclipse:eclipse >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-service-build >>> er/2.1.2-SNAPSHOT/geronimo-service-builder-2.1.2-SNAPSHOT.pom >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-common/2.1.2- >>> SNAPSHOT/geronimo-common-2.1.2-SNAPSHOT.pom >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-naming-builde >>> r/2.1.2-SNAPSHOT/geronimo-naming-builder-2.1.2-SNAPSHOT.pom >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-j2ee-builder/ >>> 2.1.2-SNAPSHOT/geronimo-j2ee-builder-2.1.2-SNAPSHOT.pom >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-j2ee-schema/2 >>> .1.2-SNAPSHOT/geronimo-j2ee-schema-2.1.2-SNAPSHOT.pom >>> Downloading: >>> http://people.apache.org/~ammulder//geronimo/geronimo-j2ee/2.1.2-SN >>> APSHOT/geronimo-j2ee-2.1.2-SNAPSHOT.pom >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] BUILD ERROR >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Failed to configure plugin parameters for: >>> org.codehaus.mojo:xmlbeans-mav >>> en-plugin:2.3.1 >>> >>> (found static expression: 'geronimo-quartz-0.2.xsd' which may act >>> as a >>> defau >>> lt value). >>> >>> >>> Cause: Cannot assign configuration entry 'sourceSchemas' to 'interface >>> java.util >>> .List' from 'geronimo-quartz-0.2.xsd', which is of type class >>> java.lang.String >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] For more information, run Maven with the -e switch >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Total time: 4 seconds >>> [INFO] Finished at: Thu Jun 26 16:14:55 EDT 2008 >>> [INFO] Final Memory: 6M/12M >> >> I'm not sure what's going on with this, but it might be due to the >> maven-1 like directory layout. I spent a couple minutes and moved >> everything I could find into the standard m2 directories. I did not >> update the poms -- they must have configuration that sets src, >> resource, and test directories to the non-defaults; this now needs to >> be removed. The xmlbeans plugin config ought to look like this: >> >> >> org.codehaus.mojo >> xmlbeans-maven-plugin >> >> (possibly with a version) >> >> It's not too hard to patch files in place but its pretty difficult to >> svn mv files via a patch, so hopefully this change will make what you >> are working on easier. >> >> If you've modified any source or plan files locally you may want to >> copy your project over before svn up. I'm not sure what happens when >> a file you have modified is removed by svn up. >> >> hope this helps >> david jencks >> >>> >>> >>> >>> djencks wrote: >>>> >>>> >>>> On Jun 23, 2008, at 12:06 PM, jklcom99 wrote: >>>> >>>>> >>>>> Ok, can you show me the steps and what is involved to create a >>>>> plugin? >>>> >>>> There are lots of examples of plugins to compare with: the directory >>>> and roller plugins in plugins, the contents of the main server build >>>> plugins directory, and the samples. >>>> >>>> I glanced really quickly at the quartz stuff and it looks like: >>>> 1. update to current geronimo stuff, such as version 2.1.1. Use >>>> org.apache.geronimo.genesis/project-config/1.4/pom as the parent (I >>>> may get a later version out soon, we'll see). Prune unneeded stuff >>>> out of the build such as repositories. Basically get the build to >>>> work. >>>> 2. in geronimo 2.1 and later, the geronimo-plugin.xml is generated by >>>> the car-maven-plugin. The format has also changed a lot. So, you >>>> should figure out what bits of the geronimo-plugin.xml are still >>>> relevant and correct and get them into the appropriate part of the >>>> pom.xml. >>>> >>>> There's some documentation here: >>>> http://cwiki.apache.org/GMOxDOC21/plugin-infrastructure.html >>>> http://cwiki.apache.org/GMOxDOC21/constructing-a-special-purpose-server-using-maven.html >>>> >>>> Let me know if this is starting you off at the wrong level. >>>> >>>> thanks >>>> david jencks >>>> >>>>> >>>>> >>>>> >>>>> djencks wrote: >>>>>> >>>>>> >>>>>> On Jun 19, 2008, at 2:32 PM, jklcom99 wrote: >>>>>> >>>>>>> >>>>>>> Can some one tell me if the quartz plugin from this link >>>>>>> >>>>>>> http://www.archivum.info/scm@geronimo.apache.org/2008-05/ >>>>>>> msg00505.html is >>>>>>> applicable for Geronimo 2.1? >>>>>> >>>>>> Definitely not. However it should not be too hard to update. I >>>>>> opened https://issues.apache.org/jira/browse/GERONIMO-4140 to track >>>>>> progress on this. I probably won't have time myself to get to this >>>>>> soon but would be happy to give advice if you (or someone else) >>>>>> would >>>>>> like to work on it. >>>>>> >>>>>> thanks >>>>>> david jencks >>>>>> >>>>>>> >>>>>>> >>>>>>> Thank you >>>>>>> >>>>>>> >>>>>>> Kevan Miller wrote: >>>>>>>> >>>>>>>> >>>>>>>> On Jan 16, 2008, at 5:27 PM, Christian Malolepszy wrote: >>>>>>>> >>>>>>>>> Helo all, >>>>>>>>> >>>>>>>>> is anyone working on a quartz plugin for geronimo 2? >>>>>>>>> I neet the features of quartz to migrate my projects to >>>>>>>>> geronimo2. >>>>>>>> >>>>>>>> Hi Christian, >>>>>>>> I don't recall any quartz plugin work for geronimo 2.0, only 1.1. >>>>>>>> Could be mistaken. >>>>>>>> >>>>>>>> Possible that with a little interest that somebody will have a >>>>>>>> look... >>>>>>>> >>>>>>>> --kevan >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> -- >>>>>>> View this message in context: >>>>>>> http://www.nabble.com/geronimo-v2-quartz-plugin-tp14897501s134p18018668.html >>>>>>> Sent from the Apache Geronimo - Users mailing list archive at >>>>>>> Nabble.com. >>>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/geronimo-v2-quartz-plugin-tp14897501s134p18076097.html >>>>> Sent from the Apache Geronimo - Users mailing list archive at >>>>> Nabble.com. >>>>> >>>> >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/geronimo-v2-quartz-plugin-tp14897501s134p18142347.html >>> Sent from the Apache Geronimo - Users mailing list archive at >>> Nabble.com. >>> >> >> >> > > -- View this message in context: http://www.nabble.com/geronimo-v2-quartz-plugin-tp14897501s134p18202630.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.