[Daytrader] Converting to Maven 2

2005-10-18 Thread Vincent Massol
Hi, I have discussed offline with Matt (a month or so back) who told me he'd be interested in porting the daytrader application to Maven 2. I'd like to help. My incentive is that I'd like to feature the daytrader application in a book chapter I'm writing (Maven 2 book). I've started modifying

Re: Clustering - JGroups issues and others

2005-10-18 Thread Jeff Genender
Hi Valeri, Thanks for your 5 cents. J-Groups would be interesting to use, but I think its licensing is where we may have a problem (LGPL) - others please correct me on this if I am not right. Jeff [EMAIL PROTECTED] wrote: Hello Here is my 5 cents... I have some comments regarding

Re: Logo Contest - The Results Are In !

2005-10-18 Thread Geir Magnusson Jr.
+1 from me to ratify. PMC members should vote here. Also, we'll need a contribution agreement from Epiqtech. I'll take that as a todo. geir On Oct 17, 2005, at 8:06 PM, Matt Hogstrom wrote: All, Thanks for taking the time to register your opinion and vote for your favorite logo. I

Re: Logo Contest - The Results Are In !

2005-10-18 Thread Davanum Srinivas
+1 from me for Entry #19. -- dims On 10/18/05, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: +1 from me to ratify. PMC members should vote here. Also, we'll need a contribution agreement from Epiqtech. I'll take that as a todo. geir On Oct 17, 2005, at 8:06 PM, Matt Hogstrom wrote:

Re: Logo Contest - The Results Are In !

2005-10-18 Thread Jacek Laskowski
Geir Magnusson Jr. wrote: +1 from me to ratify. PMC members should vote here. +1 for #19. Jacek

Re: Logo Contest - The Results Are In !

2005-10-18 Thread Jeff Genender
+1 from me. Geir Magnusson Jr. wrote: +1 from me to ratify. PMC members should vote here. Also, we'll need a contribution agreement from Epiqtech. I'll take that as a todo. geir On Oct 17, 2005, at 8:06 PM, Matt Hogstrom wrote: All, Thanks for taking the time to register your

Re: Clustering - JGroups issues and others

2005-10-18 Thread Jules Gosnell
[EMAIL PROTECTED] wrote: Hello Here is my 5 cents... I have some comments regarding clustering based on J-Groups. We were trying to use this technology and came to certain points, that render it unusable in our case. Many of the cluster caches/replicates assume that all the information

Re: Logo Contest - The Results Are In !

2005-10-18 Thread Jules Gosnell
+1 for #19 Jules Geir Magnusson Jr. wrote: +1 from me to ratify. PMC members should vote here. Also, we'll need a contribution agreement from Epiqtech. I'll take that as a todo. geir On Oct 17, 2005, at 8:06 PM, Matt Hogstrom wrote: All, Thanks for taking the time to register

[jira] Commented: (GERONIMO-1083) daytrader does not work with tomcat

2005-10-18 Thread Lin Sun (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1083?page=comments#action_12332370 ] Lin Sun commented on GERONIMO-1083: --- This can be closed now. Thanks everyone! daytrader does not work with tomcat ---

Re: Logo Contest - The Results Are In !

2005-10-18 Thread David Blevins
+1 on #19 On Oct 18, 2005, at 7:39 AM, Jeff Genender wrote: +1 from me. Geir Magnusson Jr. wrote: +1 from me to ratify. PMC members should vote here. Also, we'll need a contribution agreement from Epiqtech. I'll take that as a todo. geir On Oct 17, 2005, at 8:06 PM, Matt Hogstrom

Re: Logo Contest - The Results Are In !

2005-10-18 Thread David Jencks
+1 for ratifying #19 david jencks On Oct 18, 2005, at 7:01 AM, Geir Magnusson Jr. wrote: +1 from me to ratify. PMC members should vote here. Also, we'll need a contribution agreement from Epiqtech. I'll take that as a todo. geir On Oct 17, 2005, at 8:06 PM, Matt Hogstrom wrote:

[jira] Assigned: (GERONIMO-887) Improve the Keystore portlet

2005-10-18 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-887?page=all ] David Jencks reassigned GERONIMO-887: - Assign To: David Jencks Improve the Keystore portlet Key: GERONIMO-887 URL:

[jira] Created: (GERONIMO-1087) Add Tomcat servlets-examples to geronimo

2005-10-18 Thread Dave Colasurdo (JIRA)
Add Tomcat servlets-examples to geronimo Key: GERONIMO-1087 URL: http://issues.apache.org/jira/browse/GERONIMO-1087 Project: Geronimo Type: New Feature Components: sample apps Versions: 1.0-M5 Reporter: Dave

Adding a partition to Apache DS with Geronimo

2005-10-18 Thread Krishnakumar B
hi, i am trying to create a new partition with apache DS that comes with geronimo dn: dc=myhost,dc=com dc: myhost objectClass: dcObject The documentation for directory server says to use properties file server.db.partition.suffix.apache=dc=myhost,dc=com server.db.partition.indices.apache=ou cn

[jira] Updated: (GERONIMO-1087) Add Tomcat servlets-examples to geronimo

2005-10-18 Thread Dave Colasurdo (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1087?page=all ] Dave Colasurdo updated GERONIMO-1087: - Attachment: tomcat_example.patch This patch should be applied to the /geronimo/applications/ directory. It includes: -Changes to welcome page

[jira] Closed: (GERONIMO-887) Improve the Keystore portlet

2005-10-18 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-887?page=all ] David Jencks closed GERONIMO-887: - Resolution: Fixed Applied, many thanks! Sendingapplications/console-core/project.xml Adding

Re: svn commit: r326194 - in /geronimo/trunk: applications/console-core/ applications/console-core/src/java/org/apache/geronimo/console/core/keystore/ applications/console-ear/src/plan/ applications/c

2005-10-18 Thread David Blevins
+/** + * + * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable. + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at Is

Should keystore gbean be moved to security from console?

2005-10-18 Thread David Jencks
I just committed GERONIMO-887 which includes a keystore management gbean in the console application. I would think this would be of more general use and the code should be in the security module and the gbean deployed in the security configuration. Comments? thanks david jencks

RE: [Daytrader] Converting to Maven 2

2005-10-18 Thread Vincent Massol
-Original Message- From: Matt Hogstrom [mailto:[EMAIL PROTECTED] Sent: mardi 18 octobre 2005 15:43 To: Vincent Massol Subject: Re: [Daytrader] Converting to Maven 2 Vincent, This is great. UI'd be happy to pull your changes into the sandbox. One question I have is the

Re: svn commit: r326194 - in /geronimo/trunk: applications/console-core/ applications/console-core/src/java/org/apache/geronimo/console/core/keystore/ applications/console-ear/src/plan/ applications/c

2005-10-18 Thread David Jencks
On Oct 18, 2005, at 11:37 AM, David Blevins wrote: +/** + * + * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable. + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. +

Build doc page on wiki site

2005-10-18 Thread Prasad Kashyap
Hi, In my first attempt to download the Geronimo source tree and compile it, I followed the instructions on the Build documentation page of the wiki site (http://wiki.apache.org/geronimo/Building ). $ maven m:fresh-checkout BUILD FAILEDFile.. C:\Geronimo_prj\maven.xmlElement...

Re: Logo Contest - The Results Are In !

2005-10-18 Thread Alan D. Cabrera
+1 Regards, Alan Geir Magnusson Jr. wrote, On 10/18/2005 7:01 AM: +1 from me to ratify. PMC members should vote here. Also, we'll need a contribution agreement from Epiqtech. I'll take that as a todo. geir On Oct 17, 2005, at 8:06 PM, Matt Hogstrom wrote: All, Thanks for taking

Re: Should keystore gbean be moved to security from console?

2005-10-18 Thread Joe Bohn
I think that depends upon how much you want to move into the security module? If it is just the GBean, then I think that's probably a good move. However, I suspect that the management portlet itself would have to remain in the console application until we get a more dynamic portal server

Re: Build doc page on wiki site

2005-10-18 Thread Sachin Patel
Prasad, most unix/linux based enviorments already have cvs, thats probably why it was overlooked. But yes, CVS is a requirement as you will be unable to checkout openejb/tranql from their respecitive cvs repositories. You don't really need the heavyweight cygwyn, All you really need is

Re: [Daytrader] Converting to Maven 2

2005-10-18 Thread Matt Hogstrom
Go ahead and open a JIRA and post the patches and I'll take a look at the changes we need to make. I think most folks are of the mind to go for M2 after we get V1.0 out the door (hopefully later this year) Vincent Massol wrote: -Original Message- From: Matt Hogstrom [mailto:[EMAIL

Re: svn commit: r326194 - in /geronimo/trunk: applications/console-core/ applications/console-core/src/java/org/apache/geronimo/console/core/keystore/ applications/console-ear/src/plan/ applications/c

2005-10-18 Thread David Jencks
thanks, should be fixed now david jencks On Oct 18, 2005, at 11:24 AM, Davanum Srinivas wrote: com.gluecode.se.certs :) On 10/18/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: djencks Date: Tue Oct 18 11:22:57 2005 New Revision: 326194

[jira] Commented: (GERONIMO-887) Improve the Keystore portlet

2005-10-18 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-887?page=comments#action_12332393 ] David Jencks commented on GERONIMO-887: --- First commit missed some jsps and included attribute names that included the string gluecode Sending

[jira] Closed: (GERONIMO-699) Need welcome page at http://localhost:8080/

2005-10-18 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-699?page=all ] David Jencks closed GERONIMO-699: - Resolution: Fixed Assign To: David Blevins Patches were applied by david blevins some time ago. Need welcome page at http://localhost:8080/

[jira] Closed: (GERONIMO-935) ManagedAttribute injection should work when multiple stores are present

2005-10-18 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-935?page=all ] David Jencks closed GERONIMO-935: - Resolution: Fixed Now the ConfigurationManagerImpl has the reference to the managed attribute store. ManagedAttribute injection should work when

[jira] Closed: (GERONIMO-980) jetty to 5.1.5rc1

2005-10-18 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-980?page=all ] David Jencks closed GERONIMO-980: - Resolution: Fixed rc1 didnt work with the tck. Changed to rc2. jetty to 5.1.5rc1 - Key: GERONIMO-980 URL:

[jira] Closed: (GERONIMO-855) CORBA configuration in izpack installer is not used and needs to be updated to configure the CORBA support in OpenEJB

2005-10-18 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-855?page=all ] David Jencks closed GERONIMO-855: - Resolution: Fixed Assign To: David Jencks (was: Aaron Mulder) corba stuff is configured in the installer CORBA configuration in izpack

[jira] Closed: (GERONIMO-1017) Non-persistent attributes shouldn't default to manageable

2005-10-18 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1017?page=all ] David Jencks closed GERONIMO-1017: -- Resolution: Fixed I think it's fixed in M5 too, but if not its too late. Non-persistent attributes shouldn't default to manageable

[jira] Closed: (GERONIMO-918) Change service-ref to use single definition of port

2005-10-18 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-918?page=all ] David Jencks closed GERONIMO-918: - Resolution: Fixed Change service-ref to use single definition of port - Key:

[jira] Created: (GERONIMO-1088) Add Tomcat jsp-examples to geronimo

2005-10-18 Thread Dave Colasurdo (JIRA)
Add Tomcat jsp-examples to geronimo Key: GERONIMO-1088 URL: http://issues.apache.org/jira/browse/GERONIMO-1088 Project: Geronimo Type: Improvement Components: sample apps Versions: 1.0 Reporter: Dave Colasurdo

[jira] Updated: (GERONIMO-1088) Add Tomcat jsp-examples to geronimo

2005-10-18 Thread Dave Colasurdo (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1088?page=all ] Dave Colasurdo updated GERONIMO-1088: - Attachment: tomcat_jsp_example.patch Same general comments as GERONIMO-1087 except for JSPs.. Add Tomcat jsp-examples to geronimo

[jira] Created: (GERONIMO-1089) Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

2005-10-18 Thread Lin Sun (JIRA)
Deployer failed to deploy certain applications if geronimo is installed to a directory that has space - Key: GERONIMO-1089 URL: http://issues.apache.org/jira/browse/GERONIMO-1089

Geronimo examples

2005-10-18 Thread Dave Colasurdo
I've just opened two JIRAs (GERONIMO-1087, GERONIMO-1088) to integrate the Tomcat servlet and JSP examples into geronimo.. Please review and give them a quick test drive.. A few questions.. 1) The applications are already built over on the Tomcat project and included in the tomcat binary

Re: [jira] Created: (GERONIMO-1089) Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

2005-10-18 Thread David Jencks
If you are deploying to a running server the error trace should be in geronimo.log thanks david jencks On Oct 18, 2005, at 1:48 PM, Lin Sun (JIRA) wrote: Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

Re: Geronimo examples

2005-10-18 Thread Jeff Genender
Please try it on the Tomcat container. IIRC, I thought we fixed this on the Tomcat side since there was a JIRA issue on this. Thanks, Jeff Dave Colasurdo wrote: I've just opened two JIRAs (GERONIMO-1087, GERONIMO-1088) to integrate the Tomcat servlet and JSP examples into geronimo.. Please

Re: Geronimo examples

2005-10-18 Thread David Jencks
On Oct 18, 2005, at 1:58 PM, Dave Colasurdo wrote: I've just opened two JIRAs (GERONIMO-1087, GERONIMO-1088) to integrate the Tomcat servlet and JSP examples into geronimo.. Please review and give them a quick test drive.. A few questions.. 1) The applications are already built over on

Re: Adding a partition to Apache DS with Geronimo

2005-10-18 Thread Jeff Genender
Krish, You can use ou=system to play with, but under a long term, I wouldn't use it. Great point! I need to add the ability to add partitions from a configuration. Could you please open a JIRA issue on this? This should be pretty easy to fix. Thanks for pointing this out, Jeff

Re: Logo Contest - The Results Are In !

2005-10-18 Thread Gianny Damour
+1 to ratify. Gianny On 19/10/2005 12:01 AM, Geir Magnusson Jr. wrote: +1 from me to ratify. PMC members should vote here. Also, we'll need a contribution agreement from Epiqtech. I'll take that as a todo. geir On Oct 17, 2005, at 8:06 PM, Matt Hogstrom wrote: All, Thanks for

[jira] Created: (GERONIMO-1090) By default, CMP fields of type char should be mapped to the CHAR SQL type.

2005-10-18 Thread Gianny Damour (JIRA)
By default, CMP fields of type char should be mapped to the CHAR SQL type. -- Key: GERONIMO-1090 URL: http://issues.apache.org/jira/browse/GERONIMO-1090 Project: Geronimo Type: Bug Components:

[jira] Closed: (GERONIMO-1080) CMP generates invalid update SQL

2005-10-18 Thread Gianny Damour (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1080?page=all ] Gianny Damour closed GERONIMO-1080: --- Fix Version: 1.0 Resolution: Fixed This is now fixed. Also, I do not think that the CASE..WHEN..THEN..ELSE..END approach is pretty nasty.

[jira] Commented: (GERONIMO-1080) CMP generates invalid update SQL

2005-10-18 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1080?page=comments#action_12332434 ] Aaron Mulder commented on GERONIMO-1080: Thanks for the fix. Do we have some benchmarks indicating that CASE..WHEN..THEN..ELSE..END is faster than either dynamic

[jira] Closed: (GERONIMO-1090) By default, CMP fields of type char should be mapped to the CHAR SQL type.

2005-10-18 Thread Gianny Damour (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1090?page=all ] Gianny Damour closed GERONIMO-1090: --- Resolution: Fixed This is now fixed and an integration test has been checked in. By default, CMP fields of type char should be mapped to the

Build failure?

2005-10-18 Thread Davanum Srinivas
Can someone please help with this failure? default: java:prepare-filesystem: [mkdir] Created dir: C:\APACHE\geronimo\openejb\modules\core\target\classes java:compile: depend closure=false srcdir=1.4 dump=false destdir=C:\APACHE\geronimo\openejb\modules\core/target/classes/depend [echo]

Re: Logo Contest - The Results Are In !

2005-10-18 Thread Dain Sundstrom
+1 to accept 19 as the official winner -dain On Oct 17, 2005, at 8:06 PM, Matt Hogstrom wrote: All, Thanks for taking the time to register your opinion and vote for your favorite logo. I tallied the results from the Wiki and the clear winner is Entry #19 which was submitted by Epiq

Need to get off the mailing list

2005-10-18 Thread Lu Li
Hi, I would like to remove my account from the mailing list but keep receiving emails. I've tried using the unsubscribe address a few times. Everytime it tells me that my email is not on the list...then why do the emails continue to come to this mail box?? Any thoughts? Any Geronimo people (real

Re: Need to get off the mailing list

2005-10-18 Thread David Blevins
I don't have the access to poke at the list, but one thing to try is to check out the full headers of the email and see that shows up in the Delivered-To: header(s). That should tell you which address is subscribed. -David On Oct 18, 2005, at 8:34 PM, Lu Li wrote: Hi, I would like to

Re: Logo Contest - The Results Are In !

2005-10-18 Thread Aaron Mulder
+1 On 10/18/05, Dain Sundstrom [EMAIL PROTECTED] wrote: +1 to accept 19 as the official winner -dain On Oct 17, 2005, at 8:06 PM, Matt Hogstrom wrote: All, Thanks for taking the time to register your opinion and vote for your favorite logo. I tallied the results from the Wiki and

Geronimo Zones

2005-10-18 Thread David Blevins
On Oct 13, 2005, at 12:11 PM, Geir Magnusson Jr. wrote: Even if we can't do Confluence, I'm going to ask for two zones, one for general use, and one for TCK use. Any update on the zones? -David