Re: geronimo v2 quartz plugin

2008-06-30 Thread jklcom99

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


Re: geronimo v2 quartz plugin

2008-06-27 Thread jklcom99

If that is the case, I don't see why it's giving that error.


djencks wrote:
> 
> 
> On Jun 27, 2008, at 11:06 AM, jklcom99 wrote:
> 
>>
>> And why is it trying to access org.apache.xbean.naming.reference.
>> instead of org.apache.geronimo.naming.reference.* which is what is  
>> imported
>> in QuartzJobFactory.java
> 
> The Geronimo reference classes extend the xbean reference class.
> 
> thanks
> david jencks
> 
>>
>>
>>
>> manucet wrote:
>>>
>>> Hi,
>>>
>>> FYI I got the following error too when i tried to build this.
>>>
>>> [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
>>>
>>> It was because of a wrong configuration entry in the pom
>>> base/deployer/pom.xml. Modify
>>>
>>> geronimo-quartz-0.2.xsd
>>>
>>> to
>>>
>>> 
>>>geronimo-quartz-0.2.xsd
>>> 
>>>
>>> and it will build. Good luck with the porting
>>>
>>> regards
>>> Manu
>>>
>>> On Fri, Jun 27, 2008 at 3:51 AM, David Jencks  
>>> <[EMAIL PROTECTED]>
>>> 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 gero

Re: geronimo v2 quartz plugin

2008-06-27 Thread David Jencks


On Jun 27, 2008, at 11:06 AM, jklcom99 wrote:



And why is it trying to access org.apache.xbean.naming.reference.
instead of org.apache.geronimo.naming.reference.* which is what is  
imported

in QuartzJobFactory.java


The Geronimo reference classes extend the xbean reference class.

thanks
david jencks





manucet wrote:


Hi,

FYI I got the following error too when i tried to build this.

[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

It was because of a wrong configuration entry in the pom
base/deployer/pom.xml. Modify

geronimo-quartz-0.2.xsd

to


   geronimo-quartz-0.2.xsd


and it will build. Good luck with the porting

regards
Manu

On Fri, Jun 27, 2008 at 3:51 AM, David Jencks  
<[EMAIL PROTECTED]>

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]
---

Re: geronimo v2 quartz plugin

2008-06-27 Thread jklcom99

And why is it trying to access org.apache.xbean.naming.reference.
instead of org.apache.geronimo.naming.reference.* which is what is imported
in QuartzJobFactory.java


manucet wrote:
> 
> Hi,
> 
> FYI I got the following error too when i tried to build this.
> 
> [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
> 
> It was because of a wrong configuration entry in the pom
> base/deployer/pom.xml. Modify
> 
> geronimo-quartz-0.2.xsd
> 
> to
> 
> 
> geronimo-quartz-0.2.xsd
> 
> 
>  and it will build. Good luck with the porting
> 
> regards
> Manu
> 
> On Fri, Jun 27, 2008 at 3:51 AM, David Jencks <[EMAIL PROTECTED]>
> 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
>>>
>>>

Re: geronimo v2 quartz plugin

2008-06-27 Thread jklcom99

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 inclu

Re: geronimo v2 quartz plugin

2008-06-27 Thread Manu George
Hi,

FYI I got the following error too when i tried to build this.

[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

It was because of a wrong configuration entry in the pom
base/deployer/pom.xml. Modify

geronimo-quartz-0.2.xsd

to


geronimo-quartz-0.2.xsd


 and it will build. Good luck with the porting

regards
Manu

On Fri, Jun 27, 2008 at 3:51 AM, David Jencks <[EMAIL PROTECTED]> 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

Re: geronimo v2 quartz plugin

2008-06-26 Thread David Jencks


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 c

Re: geronimo v2 quartz plugin

2008-06-26 Thread jklcom99

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



[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

Re: geronimo v2 quartz plugin

2008-06-26 Thread Manu George
Hi,
  I would be happy to help out here. Let me start off by reading
the links that David has provided as I am not very familiar with the
new format for creating geronimo plugins

Regards
Manu

On Wed, Jun 25, 2008 at 8:02 PM, jklcom99 <[EMAIL PROTECTED]> wrote:
>
> Hi David,
>
> That's a little advance for me.  I have basic knowledge on Maven and zero on
> Geronimo plugins.
> When will you put the later version of quartz out?
>
>
> 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/[EMAIL PROTECTED]/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-tp14897501s134p18113960.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>


Re: geronimo v2 quartz plugin

2008-06-25 Thread jklcom99

Hi David,

That's a little advance for me.  I have basic knowledge on Maven and zero on
Geronimo plugins.
When will you put the later version of quartz out?


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/[EMAIL PROTECTED]/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-tp14897501s134p18113960.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: geronimo v2 quartz plugin

2008-06-23 Thread David Jencks


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/[EMAIL PROTECTED]/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.






Re: geronimo v2 quartz plugin

2008-06-23 Thread jklcom99

Ok, can you show me the steps and what is involved to create a plugin?


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/[EMAIL PROTECTED]/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.



Re: geronimo v2 quartz plugin

2008-06-19 Thread David Jencks


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/[EMAIL PROTECTED]/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.






Re: geronimo v2 quartz plugin

2008-06-19 Thread Aaron Mulder
That is the source for the 1.x plugin -- I'm sure it would need a
little work to get running under 2.x, but it's in the sandbox so
people can work on it.

Thanks,
  Aaron

On Thu, Jun 19, 2008 at 5:32 PM, jklcom99 <[EMAIL PROTECTED]> wrote:
>
> Can some one tell me if the quartz plugin from this link
>
> http://www.archivum.info/[EMAIL PROTECTED]/2008-05/msg00505.html is
> applicable for Geronimo 2.1?
>
> 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.
>
>


Re: geronimo v2 quartz plugin

2008-06-19 Thread jklcom99

Can some one tell me if the quartz plugin from this link 

http://www.archivum.info/[EMAIL PROTECTED]/2008-05/msg00505.html is
applicable for Geronimo 2.1?

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.



Re: geronimo v2 quartz plugin

2008-05-20 Thread jklcom99

I'm too looking for quartz plugin for G2.x.
Is/will it be available?



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.
> 
> best regards
> christian
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/geronimo-v2-quartz-plugin-tp14897501s134p17351947.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: geronimo v2 quartz plugin

2008-01-17 Thread Peter Petersson

Hi Christian

There was a discussion on the dev list a wile back "Status of Geronimo 
1.1.1 plugins not yet in 2.0.1 ?" 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg50748.html where 
the quartz plugin got mentioned I don't know if there was any future 
progress but maybe Paul McHahan have more information on the subject ?


I was in a simulator situation as you are now and found a way to migrate 
the bulk part of our applications to G v2.x  by using the port offset 
feature in 2.x to run 2 instances of G on the same server one G v1.1.1 
and one G v2.x leaving the quartz-plugin apps on G v1.1 but like you I 
am hoping to see quartz back in newer versions of G else I will sooner 
or later probably rewrite my quarts apps to only use vanilla quarts.


regards
 Peter Petersson

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.

best regards
christian





Re: geronimo v2 quartz plugin

2008-01-17 Thread Mario Ruebsam

Hi Christian,

we use Quartz and Geronimo (Little-G) in our projects. Currently we use just the 
 Quartz library and therefore put it in the /repository/quartz

structure. It's not needed to use the plugin but it may be handy in some cases.
To migrate your project you can try that simple approach first.

-Mario


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.

best regards
christian






Re: geronimo v2 quartz plugin

2008-01-16 Thread Kevan Miller


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