Re: how to apply message filters in STOMP

2006-09-11 Thread James Strachan
On 9/8/06, Dhawan, Vikram (LNG-DAY) [EMAIL PROTECTED] wrote: Hi, In a STOMP client what is the way to apply a message filter. In my Consumer code I want to accept only those messages who has a particular header value in one of the message header field. See the stomp documentation...

Re: SSL authentication/authorization patch

2006-09-11 Thread Hiram Chirino
starting to look into it now. thx for the patch! On 9/5/06, Sepand M [EMAIL PROTECTED] wrote: Hey guys, The patch is done. It's here: https://issues.apache.org/activemq/browse/AMQ-912 Hope you like it. It would be really great if you could give an estimate of when you will decide if it goes in

[jira] Work stopped: (AMQ-912) ActiveMQ support for SSL authentication and authorization

2006-09-11 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-912?page=all ] Work on AMQ-912 stopped by Hiram Chirino. ActiveMQ support for SSL authentication and authorization - Key: AMQ-912 URL:

RE: Issues found when load tested servicemix

2006-09-11 Thread Ujval Mysore
Thank you Guillaume. Servicemix is working perfectly now. Regards, Ujval -Original Message- From: Guillaume Nodet [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 9:14 PM To: servicemix-dev@geronimo.apache.org Subject: Re: Issues found when load tested servicemix Note that

Re: Release 3.0

2006-09-11 Thread Bruce Snyder
On 9/7/06, Guillaume Nodet [EMAIL PROTECTED] wrote: I'd like to cut branch and start the release process for ServiceMix 3.0 tomorrow. Any objections ? None from me. Bruce -- perl -e 'print unpack(u30,D0G)[EMAIL PROTECTED]5R\F)R=6-E+G-N61ED\!G;6%I;\YC;VT* );' Apache Geronimo -

Re: [VOTE] ServiceMix 3.0-incubating

2006-09-11 Thread Guillaume Nodet
I have just fixed these missing headers. I will recut a release and start another vote. Consider this vote canceled. On 9/8/06, Hiram Chirino [EMAIL PROTECTED] wrote: It looks good but there are a few files that don't have a license header on them.. Most of them don't need a header but there

[jira] Created: (SM-573) LoanBroker example occasionnally hangs

2006-09-11 Thread Alain Knaff (JIRA)
LoanBroker example occasionnally hangs -- Key: SM-573 URL: https://issues.apache.org/activemq/browse/SM-573 Project: ServiceMix Issue Type: Bug Affects Versions: 3.0-M2 Environment: Linux

Re: Changing the name of the ServiceMix project at the Codehaus

2006-09-11 Thread Bruce Snyder
On 9/6/06, Dain Sundstrom [EMAIL PROTECTED] wrote: If that is a problem, maybe we can just use Mixins or Smixins. How about choosing a name that completely separates the two project? How about Riviera? Bruce -- perl -e 'print unpack(u30,D0G)[EMAIL PROTECTED]5R\F)R=6-E+G-N61ED\!G;6%I;\YC;VT*

Re: Missing heqders (Was: [VOTE] ServiceMix 3.0-incubating)

2006-09-11 Thread Hiram Chirino
cd to the root of the source folder you want to search. put the following into a findunlicensed.pl file, chmod a+x it and then run: find . -name .svn -prune -o -type f -print0 | xargs -0 ./findunlicensed.pl #!/usr/bin/perl # # Licensed to the Apache Software Foundation (ASF) under one or more #

Re: Changing the name of the ServiceMix project at the Codehaus

2006-09-11 Thread Guillaume Nodet
I would prefer something more google friendly ... I like smixins which keep a light tie to ServiceMix. On 9/11/06, Bruce Snyder [EMAIL PROTECTED] wrote: On 9/6/06, Dain Sundstrom [EMAIL PROTECTED] wrote: If that is a problem, maybe we can just use Mixins or Smixins. How about choosing a name

[jira] Commented: (SM-573) LoanBroker example occasionnally hangs

2006-09-11 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-573?page=comments#action_36933 ] Guillaume Nodet commented on SM-573: This has been fixed quite recently. Could you try with the 3.0 release being currently voted (unofficial release) ? Also the

Re: Changing the name of the ServiceMix project at the Codehaus

2006-09-11 Thread Bruce Snyder
On 9/11/06, Guillaume Nodet [EMAIL PROTECTED] wrote: I would prefer something more google friendly ... I like smixins which keep a light tie to ServiceMix. I tend to agree with Terry that the name should be more professional, but I'm not going to get in the way if others like it. Think of

[jira] Closed: (SM-574) JBoss Deployer fails to deploy ServiceMix properly on startup of JBoss

2006-09-11 Thread Bruce Snyder (JIRA)
[ https://issues.apache.org/activemq/browse/SM-574?page=all ] Bruce Snyder closed SM-574. --- Resolution: Fixed JBoss Deployer fails to deploy ServiceMix properly on startup of JBoss --

Re: Changing the name of the ServiceMix project at the Codehaus

2006-09-11 Thread Guillaume Nodet
I agree on the professional side, tough I' m not a native english speaker and I think I may miss lots of subtilities when choosing a name (unless one point them explicitely). On a side note, Mojo = M(aven) (P)ojo, so there is still a link to maven ... I think Riviera is a nice name, but very

Re: OpenEJB 2 build failures (was Re: openejb-builder test failure) - FIXED

2006-09-11 Thread Jacek Laskowski
On 9/8/06, Jacek Laskowski [EMAIL PROTECTED] wrote: I'll give it a try and close the issue(s) as resolved with a comment how to work it out. Thanks Joe! I've been pulling my hair out wondering how to crack it. These two aforementioned issue reports pertaining to the Geronimo build on MS

Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Vamsavardhana Reddy
Hi, I am getting a build failure on trunk. Build is failing with compilation errors in geronimo-console-standard. If I run the build from applications directory, all applications are building without any problem. The failure is occurring when I run the build from root directory. The following is

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread Rick McGuire
[ +1] CTR with documentation guidelines Kevan Miller wrote: This is a vote to determine the development process the Geronimo community wishes to use for trunk development. If any modifications are needed for a branch development process, then a separate vote will be held. All votes are

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Lasantha Ranaweera
Hi Vamsi, I am getting the same error. Scenario is same here. Thanks, Lasantha Ranaweera Vamsavardhana Reddy wrote: Hi, I am getting a build failure on trunk. Build is failing with compilation errors in geronimo-console-standard. If I run the build from applications directory, all

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Joe Bohn
I started to hit this same error as I was setting up my OSX late last week. Strangely enough, it doesn't happen on Windows!?!? Joe Vamsavardhana Reddy wrote: Hi, I am getting a build failure on trunk. Build is failing with compilation errors in geronimo-console-standard. If I run the

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Vamsavardhana Reddy
On 9/11/06, Joe Bohn [EMAIL PROTECTED] wrote: I started to hit this same error as I was setting up my OSX late lastweek.Strangely enough, it doesn't happen on Windows!?!? I am using Windows XP. Vamsi JoeVamsavardhana Reddy wrote: Hi, I am getting a build failure on trunk.Build is failing with

[VOTE] ServiceMix-3.0-M2-incubating (second try)

2006-09-11 Thread Guillaume Nodet
I've fixed the missing headers files that Hiram pointed out, so I'm starting a new vote. I have uploaded the 3.0-incubating release at http://people.apache.org/repo/m2-incubating-repository Distributions are available at

[jira] Created: (SM-571) Memory leak in DeliveryChannelImpl

2006-09-11 Thread Marc Tremblay (JIRA)
Memory leak in DeliveryChannelImpl -- Key: SM-571 URL: https://issues.apache.org/activemq/browse/SM-571 Project: ServiceMix Issue Type: Bug Components: servicemix-core Affects Versions: 3.0

magicGBall app plans

2006-09-11 Thread Rick McGuire
I'm trying to use the MagicGBall sample app running to test the Yoko CORBA support, and I'm a bit confused by what I'm seeing in the trunk source tree. In the 1.1.1 tree, the magicGBall sample was a single module, and it also included a pair of plan files in the source tree for deploying this

Long path problem on windows

2006-09-11 Thread Vamsavardhana Reddy
I have a quick question. We have seen build failures on windows due to long path problem. Has anyone come across problems at runtime due to long path? Thanks, Vamsi

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Jacek Laskowski
On 9/11/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Hi, I am getting a build failure on trunk. Build is failing with compilation errors in geronimo-console-standard. If I run the build from applications directory, all applications are building without any problem. The failure is

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Vamsavardhana Reddy
Hi Jacek, To avoid the problems due to long paths, I have shared my trunk dir and m2 repo dir so that I can map these on a network drive and use. After this, my maven.repo.local woule be M:/. and the build root will be G:\ Another thing... when I ran bootstrap, I have not used any drive mapping

Re: Long path problem on windows

2006-09-11 Thread anita kulshreshtha
To reproduce long path error during runtime unzip geronimo-tomcat-j2ee-1.2-SNAPSHOT-bin.zip in assemblies/target directory. Thanks Anita --- Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I have a quick question. We have seen build failures on windows due to long path problem. Has

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread Jacek Laskowski
[X] +1 CTR with documentation guidelines Jacek On 9/11/06, Kevan Miller [EMAIL PROTECTED] wrote: This is a vote to determine the development process the Geronimo community wishes to use for trunk development. If any modifications are needed for a branch development process, then a separate

Re: [WELCOME] Please welcome Joe Bohn as the newest member of the Geronimo PMC

2006-09-11 Thread anita kulshreshtha
Congratulations Joe! Anita On Sep 8, 2006, at 10:51 AM, Sachin Patel wrote: The Apache Geronimo PMC would like to announce that Joe Bohn has accepted the invitation to join the Geronimo PMC. In addition to his technical contributions to Geronimo, we are extremely excited to

Re: Long path problem on windows

2006-09-11 Thread Jacek Laskowski
On 9/11/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I have a quick question. We have seen build failures on windows due to long path problem. Has anyone come across problems at runtime due to long path? Never heard of any. BTW, that'd be interesting to find out how JVM handles the long

[jira] Commented: (SM-571) Memory leak in DeliveryChannelImpl

2006-09-11 Thread Marc Tremblay (JIRA)
[ https://issues.apache.org/activemq/browse/SM-571?page=comments#action_36929 ] Marc Tremblay commented on SM-571: -- The code in question is on the servicemix-3.0 branch, although I have no reason to suspect that this isn't also an issue with

[jira] Created: (SM-572) servicemix-wsn2005 always use the anonymous publisher

2006-09-11 Thread Guillaume Nodet (JIRA)
servicemix-wsn2005 always use the anonymous publisher - Key: SM-572 URL: https://issues.apache.org/activemq/browse/SM-572 Project: ServiceMix Issue Type: Bug Components:

Re: [VOTE] 1.1.1-rc3 (incorporates all recent comments and issues, you need to vote again)

2006-09-11 Thread Kevan Miller
+1 -- all looks good to me --kevan

Re: Long path problem on windows

2006-09-11 Thread Joe Bohn
I haven't had a problem running recently on windows due to the long path name problem (although I did in the past). However, I tend not to use very long names anyway. I know this question is about running and not building ... but I'll take the opportunity to point out one other new bit of

[jira] Closed: (GERONIMODEVTOOLS-108) Build Error - Rev441511 - Cannot download org.apache.geronimo.st.jmxagent-1.0.0.jar

2006-09-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-108?page=all ] Sachin Patel closed GERONIMODEVTOOLS-108. - Resolution: Fixed Thanks, I just fixed it before I saw this. Build Error - Rev441511 - Cannot download

[jira] Closed: (GERONIMODEVTOOLS-105) Build Error - Rev441511 - Cannot download eclipse-support-1.0-SNAPSHOT.jar

2006-09-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-105?page=all ] Sachin Patel closed GERONIMODEVTOOLS-105. - Resolution: Fixed fixed Build Error - Rev441511 - Cannot download eclipse-support-1.0-SNAPSHOT.jar

[jira] Resolved: (SM-572) servicemix-wsn2005 always use the anonymous publisher

2006-09-11 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-572?page=all ] Guillaume Nodet resolved SM-572. Fix Version/s: 3.1 3.0 Resolution: Fixed Author: gnodet Date: Mon Sep 11 05:54:00 2006 New Revision: 442200 URL:

[jira] Closed: (GERONIMODEVTOOLS-106) Build Error - Rev441511 - Cannot download xmlbeans-maven-plugin-2.0.1-SNAPSHOT.jar

2006-09-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-106?page=all ] Sachin Patel closed GERONIMODEVTOOLS-106. - Resolution: Fixed patch applied. Build Error - Rev441511 - Cannot download xmlbeans-maven-plugin-2.0.1-SNAPSHOT.jar

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Lasantha Ranaweera
My problem has gone after I ran the bootstrap command again. Joe Bohn wrote: I started to hit this same error as I was setting up my OSX late last week. Strangely enough, it doesn't happen on Windows!?!? Joe Vamsavardhana Reddy wrote: Hi, I am getting a build failure on trunk. Build is

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread Guillaume Nodet
On 9/11/06, Kevan Miller [EMAIL PROTECTED] wrote: [ ] +1 Relaxed RTC[ ] +1 RTC with Lazy Consensus[X] +1 CTR with documentation guidelines-- Cheers,Guillaume Nodet

Re: [VOTE] 1.1.1-rc3 (incorporates all recent comments and issues, you need to vote again)

2006-09-11 Thread Joe Bohn
It looks like the problem is worse than I thought with the zero length DTDs. They are also still present in the binary images. Looks like I have to change my vote to -1. The truly evil could construe this as Not only did you ship the Sun DTD, but you altered the content and removed the

[jira] Closed: (GERONIMODEVTOOLS-108) Build Error - Rev441511 - Cannot download org.apache.geronimo.st.jmxagent-1.0.0.jar

2006-09-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-108?page=all ] Sachin Patel closed GERONIMODEVTOOLS-108. - Build Error - Rev441511 - Cannot download org.apache.geronimo.st.jmxagent-1.0.0.jar

[jira] Closed: (GERONIMODEVTOOLS-107) Invalid file name of the deployment plan for a Connector

2006-09-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-107?page=all ] Sachin Patel closed GERONIMODEVTOOLS-107. - Fix Version/s: 1.x Resolution: Fixed fixed in trunk Invalid file name of the deployment plan for a Connector

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Vamsavardhana Reddy
I have created a mavenrc_pre.bat as given in http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html and added maven.repo.local option inside that file. I do not know why it has not taken effect. I set maven.repo.local to M:/. explicitly and then ran bootstrap openejb2 (do not

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread Bill Dudney
[ ] +1 Relaxed RTC [ ] +1 RTC with Lazy Consensus [X ] +1 CTR with documentation guidelines TTFN, -bd-

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread Matt Hogstrom
[X] +1 CTR with documentation guidelines

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Vamsavardhana Reddy
Hit a new error running mvn eclipse:eclipse :o((( [INFO] Searching repository for plugin with prefix: 'eclipse'. [INFO] [ERROR] BUILD ERROR [INFO]

Re: [VOTE] 1.1.1-rc3 (incorporates all recent comments and issues, you need to vote again)

2006-09-11 Thread Bill Dudney
Hi Matt, I was able to deploy a datasource and the testsupport/1.3 ear file. +1 -bd- On Sep 9, 2006, at 2:58 AM, Matt Hogstrom wrote: I have incorporated the latest feedback on 1.1.1-rc2. Items that were identified as issues included: * 0 length files in the

Re: [VOTE] 1.1.1-rc3 (incorporates all recent comments and issues, you need to vote again)

2006-09-11 Thread Joe Bohn
I think I'm having a John Kerry moment. :-) On further reflection, I'd like to change my vote back to a +1. My rationale earlier was that if it stopped us on rc2 then it should also stop us on rc3. However, I don't believe that this issue alone would have held up rc2 and it should not hold

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread Paul McMahan
[ X ] +1 CTR with documentation guidelines

[jira] Commented: (GERONIMO-2380) Keystores portlet - Form field validation using javascript

2006-09-11 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2380?page=comments#action_12433858 ] Paul McMahan commented on GERONIMO-2380: Vamsi, thanks for responding to my comments. Despite my concerns I think the patch is progress so +1

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread Joe Bohn
[X] +1 CTR with documentation guidelines We'll have to work extra hard to ensure that we hold each other to the communication standard ... but I think if we are diligent then this makes the most sense. If the change is approved, I also recommend that we hold a public review of how we feel

[ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread Kevan Miller
All, The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very happy to have Hernan joining us to help with the oversight of the Geronimo project. Well done, Hernan! The Apache Geronimo PMC --kevan

Re: [VOTE] 1.1.1-rc3 (incorporates all recent comments and issues, you need to vote again)

2006-09-11 Thread Matt Hogstrom
Joe, et al, I have to respin to create the final binaries. I will ensure that the 0 length files are gone. I'd rather not do an rc4 for this issue. If anyone feels that we must please speak up. Otherwise, I'll fix this cosmetic problem during the final build. Thanks Matt On Sep 11,

[jira] Closed: (GERONIMODEVTOOLS-103) not able to get geronimo plan editor recognize openejb-jar.xml or geronimo-application.xml

2006-09-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-103?page=all ] Sachin Patel closed GERONIMODEVTOOLS-103. - Fix Version/s: 1.x Resolution: Fixed Assignee: Sachin Patel not able to get geronimo plan editor recognize

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread Vamsavardhana Reddy
Congrats Hernan. VamsiOn 9/11/06, Kevan Miller [EMAIL PROTECTED] wrote: All,The Geronimo PMC is pleased to welcome Hernan Cunico as the newestmember of the Geronimo PMC. We're very happy to have Hernan joiningus to help with the oversight of the Geronimo project.Well done, Hernan! The Apache

Re: [VOTE] 1.1.1-rc3 (incorporates all recent comments and issues, you need to vote again)

2006-09-11 Thread Kevan Miller
On Sep 11, 2006, at 9:55 AM, Joe Bohn wrote: I think I'm having a John Kerry moment. :-) Better than a Bush moment... :-P On further reflection, I'd like to change my vote back to a +1. My rationale earlier was that if it stopped us on rc2 then it should also stop us on rc3. However,

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread Paul McMahan
Congrats Hernan!! Paul On 9/11/06, Kevan Miller [EMAIL PROTECTED] wrote: All, The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very happy to have Hernan joining us to help with the oversight of the Geronimo project. Well done, Hernan! The

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Jacek Laskowski
On 9/11/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Hit a new error running mvn eclipse:eclipse :o((( Welcome to the wonderful world of MS Windows annoyances ;-) I remember it once happened to me and I sorted it out deleting some dirs in m2 repo. Although I once blamed bootstrap for this

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread Rick McGuire
Well done, indeed! Congratulations. Kevan Miller wrote: All, The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very happy to have Hernan joining us to help with the oversight of the Geronimo project. Well done, Hernan! The Apache Geronimo

[ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread Jeff Genender
All, The Geronimo PMC is pleased to welcome Rick McGuire as the newest member of the Geronimo PMC. We're very happy to have Rick joining us to help with the oversight of the Geronimo project. Lets give a round of applause for Rick. Well done, Rick! The Apache Geronimo PMC Jeff

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread Paul McMahan
Lots of good news today. Congrats Rick! Paul On 9/11/06, Jeff Genender [EMAIL PROTECTED] wrote: All, The Geronimo PMC is pleased to welcome Rick McGuire as the newest member of the Geronimo PMC. We're very happy to have Rick joining us to help with the oversight of the Geronimo project.

[DISCUSS] 1.2 Release Manager

2006-09-11 Thread Matt Hogstrom
Folks, Dain has volunteered to be the 1.2 release manager and Alan has also volunteered to be the co-pilot. I have not seen a formal discussion or vote on this. I don't know that we have a policy on this so I'm starting the discuss thread. At some point in the past Aaron volunteered

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread Joe Bohn
Congrats Hernan! Kevan Miller wrote: All, The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very happy to have Hernan joining us to help with the oversight of the Geronimo project. Well done, Hernan! The Apache Geronimo PMC --kevan

Re: [DISCUSS] 1.2 Release Manager

2006-09-11 Thread Aaron Mulder
I think it's important that we agree on the release manager. Dain and Alan are more than welcome to take this on as far as I'm concerned. Thanks, Aaron On 9/11/06, Matt Hogstrom [EMAIL PROTECTED] wrote: Folks, Dain has volunteered to be the 1.2 release manager and Alan has also

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread Vamsavardhana Reddy
Congrats Rick. VamsiOn 9/11/06, Jeff Genender [EMAIL PROTECTED] wrote: All,The Geronimo PMC is pleased to welcome Rick McGuire as the newest memberof the Geronimo PMC. We're very happy to have Rick joining us to helpwith the oversight of the Geronimo project.Lets give a round of applause for

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread Joe Bohn
Congrats Rick! Jeff Genender wrote: All, The Geronimo PMC is pleased to welcome Rick McGuire as the newest member of the Geronimo PMC. We're very happy to have Rick joining us to help with the oversight of the Geronimo project. Lets give a round of applause for Rick. Well done, Rick! The

Re: [Poll] Next release?

2006-09-11 Thread Hernan Cunico
I'm gonna cheat a bit as I think that both release date and feature set are equally important and one affects the other. Certification however is a strong 1 What do you mean by release name, _numbering_ ? [2] Release Date [2] Feature Set [3] Release Name [1] Certification Cheers! Hernan

Re: [DISCUSS] 1.2 Release Manager

2006-09-11 Thread Jeff Genender
Dain and Alan would be great. Jeff Matt Hogstrom wrote: Folks, Dain has volunteered to be the 1.2 release manager and Alan has also volunteered to be the co-pilot. I have not seen a formal discussion or vote on this. I don't know that we have a policy on this so I'm starting the

Re: [DISCUSS] 1.2 Release Manager

2006-09-11 Thread Hernan Cunico
Yup, Dain and Alan would be great. Do you guys know what are you actually getting into !? ;-) Cheers! Hernan Matt Hogstrom wrote: Folks, Dain has volunteered to be the 1.2 release manager and Alan has also volunteered to be the co-pilot. I have not seen a formal discussion or vote on

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Vamsavardhana Reddy
Jacek, I have deleted the plugins directory and reran mvn eclipse:eclipse . Looks like it is working. Will update if it fails. Thanks, VamsiOn 9/11/06, Jacek Laskowski [EMAIL PROTECTED] wrote: On 9/11/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Hit a new error running mvn eclipse:eclipse

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread Guillaume Nodet
Congratulations !On 9/11/06, Kevan Miller [EMAIL PROTECTED] wrote: All,The Geronimo PMC is pleased to welcome Hernan Cunico as the newestmember of the Geronimo PMC. We're very happy to have Hernan joiningus to help with the oversight of the Geronimo project.Well done, Hernan! The Apache Geronimo

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread Hernan Cunico
[ ] +1 Relaxed RTC [ ] +1 RTC with Lazy Consensus [X] +1 CTR with documentation guidelines Cheers! Hernan Kevan Miller wrote: This is a vote to determine the development process the Geronimo community wishes to use for trunk development. If any modifications are needed for a branch

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread Guillaume Nodet
Congratulations Rick !On 9/11/06, Jeff Genender [EMAIL PROTECTED] wrote: All,The Geronimo PMC is pleased to welcome Rick McGuire as the newest memberof the Geronimo PMC. We're very happy to have Rick joining us to helpwith the oversight of the Geronimo project.Lets give a round of applause for

Re: [DISCUSS] 1.2 Release Manager

2006-09-11 Thread Matt Hogstrom
Slet's not discuss responsibility until we have their buy in :) On Sep 11, 2006, at 10:36 AM, Hernan Cunico wrote: Yup, Dain and Alan would be great. Do you guys know what are you actually getting into !? ;-) Cheers! Hernan Matt Hogstrom wrote: Folks, Dain has volunteered to be the

Some JIRA's with patches waiting for review

2006-09-11 Thread Vamsavardhana Reddy
The following are some of the JIRA's that have patches waiting for review. I am sending this mail because these will never make into the Patches in RTC mail since it seems to pickup only those JIRA's that are categorized as Improvement. GERONIMO-2341 EditableConfigurationManager problems!!???

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Jacek Laskowski
On 9/11/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Jacek, I have deleted the plugins directory and reran mvn eclipse:eclipse . Looks like it is working. Will update if it fails. Let's hunt down the bug and fix it. We, Windowsian, need to help each other before these MS Windows

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread Sachin Patel
welcome!On Sep 11, 2006, at 10:08 AM, Kevan Miller wrote:All,The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very happy to have Hernan joining us to help with the oversight of the Geronimo project.Well done, Hernan!The Apache Geronimo PMC--kevan

Re: [VOTE] Geronimo Development Process

2006-09-11 Thread Jeff Genender
[X] +1 CTR with documentation guidelines Kevan Miller wrote: This is a vote to determine the development process the Geronimo community wishes to use for trunk development. If any modifications are needed for a branch development process, then a separate vote will be held. All votes are

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread Sachin Patel
congratulations!On Sep 11, 2006, at 10:17 AM, Jeff Genender wrote:All,The Geronimo PMC is pleased to welcome Rick McGuire as the newest memberof the Geronimo PMC. We're very happy to have Rick joining us to helpwith the oversight of the Geronimo project.  Lets give a round ofapplause for Rick.Well

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread anita kulshreshtha
Congratulations Hernan! Anita --- Kevan Miller [EMAIL PROTECTED] wrote: All, The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very happy to have Hernan joining us to help with the oversight of the Geronimo project. Well done,

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread anita kulshreshtha
Congratulations Rick! Anita --- Jeff Genender [EMAIL PROTECTED] wrote: All, The Geronimo PMC is pleased to welcome Rick McGuire as the newest member of the Geronimo PMC. We're very happy to have Rick joining us to help with the oversight of the Geronimo project. Lets give a round of

[jira] Created: (GERONIMO-2393) Maven plugin is generating invalid classpath entries in classpath

2006-09-11 Thread Vamsavardhana Reddy (JIRA)
Maven plugin is generating invalid classpath entries in classpath - Key: GERONIMO-2393 URL: http://issues.apache.org/jira/browse/GERONIMO-2393 Project: Geronimo Issue Type: Bug

[jira] Updated: (GERONIMO-2393) Maven plugin is generating invalid classpath entries in .classpath

2006-09-11 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2393?page=all ] Vamsavardhana Reddy updated GERONIMO-2393: -- Summary: Maven plugin is generating invalid classpath entries in .classpath (was: Maven plugin is generating invalid classpath entries

Patches in RTC (Geronimo - 2006-09-11)

2006-09-11 Thread dblevins
Geronimo - Monday, September 11, 2006 14 Patches in RTC [GERONIMO-2382] Webservers portlet - Form field validation using javascript - Assignee: Unassigned - Reporter: Vamsavardhana Reddy - Created: Tue Sep 05 10:28:15 PDT 2006 - Updated: Fri Sep 08 23:17:14 PDT

[jira] Assigned: (AMQ-912) ActiveMQ support for SSL authentication and authorization

2006-09-11 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-912?page=all ] Hiram Chirino reassigned AMQ-912: - Assignee: Hiram Chirino ActiveMQ support for SSL authentication and authorization -

[jira] Work started: (AMQ-912) ActiveMQ support for SSL authentication and authorization

2006-09-11 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-912?page=all ] Work on AMQ-912 started by Hiram Chirino. ActiveMQ support for SSL authentication and authorization - Key: AMQ-912 URL:

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread Jacek Laskowski
On 9/11/06, Kevan Miller [EMAIL PROTECTED] wrote: All, The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very happy to have Hernan joining us to help with the oversight of the Geronimo project. Hurray! Our documenation's saved ;-P Congrats,

Re: [DISCUSS] 1.2 Release Manager

2006-09-11 Thread Joe Bohn
I'm +1 for Dain and Alan taking the lead on this release. Joe Matt Hogstrom wrote: Folks, Dain has volunteered to be the 1.2 release manager and Alan has also volunteered to be the co-pilot. I have not seen a formal discussion or vote on this. I don't know that we have a policy on

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread Jacek Laskowski
On 9/11/06, Jeff Genender [EMAIL PROTECTED] wrote: All, The Geronimo PMC is pleased to welcome Rick McGuire as the newest member of the Geronimo PMC. We're very happy to have Rick joining us to help with the oversight of the Geronimo project. Lets give a round of applause for Rick.

[jira] Commented: (GERONIMO-2383) Replace ENCConfigBuilder with a pluggable set of NamingBuilders

2006-09-11 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2383?page=comments#action_12433879 ] Jeff Genender commented on GERONIMO-2383: - +1. Replace ENCConfigBuilder with a pluggable set of NamingBuilders

[jira] Commented: (GERONIMO-2388) JMS Server portlet improvement - field validation, reset button and show current task

2006-09-11 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2388?page=comments#action_12433880 ] Jeff Genender commented on GERONIMO-2388: - +1 JMS Server portlet improvement - field validation, reset button and show current task

[jira] Commented: (GERONIMO-2365) Upgrade Derby to 10.1.3.1

2006-09-11 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2365?page=comments#action_12433881 ] Jeff Genender commented on GERONIMO-2365: - This doesn't seem to need RTC, but I will +1 it anyways. Upgrade Derby to 10.1.3.1

[jira] Commented: (GERONIMO-2381) DB Manager portlet - Form field validation using javascript

2006-09-11 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2381?page=comments#action_12433882 ] Jeff Genender commented on GERONIMO-2381: - +1 DB Manager portlet - Form field validation using javascript

Re: Build failure on trunk. Plese help resolve this.

2006-09-11 Thread Jacek Laskowski
On 9/11/06, Jacek Laskowski [EMAIL PROTECTED] wrote: I'm building Geronimo, Geronimo specs and OpenEJB manually (it's the second or third time today), so I can only confirm the respective builds work fine. Another shot and it went smoothly. After I changed the m2 local repository to c:\.m2

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread Chris Cardona
Congrats Rick ! Jeff Genender wrote: All, The Geronimo PMC is pleased to welcome Rick McGuire as the newest member of the Geronimo PMC. We're very happy to have Rick joining us to help with the oversight of the Geronimo project. Lets give a round of applause for Rick. Well done, Rick! The

[jira] Commented: (GERONIMO-2365) Upgrade Derby to 10.1.3.1

2006-09-11 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2365?page=comments#action_12433883 ] Jacek Laskowski commented on GERONIMO-2365: --- Where should these patches be applied to? What module are they for? Upgrade Derby to 10.1.3.1

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-11 Thread Chris Cardona
Congrats Hernan ! chris Kevan Miller wrote: All, The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very happy to have Hernan joining us to help with the oversight of the Geronimo project. Well done, Hernan! The Apache Geronimo PMC

lifecycle logging from server

2006-09-11 Thread Bill Dudney
Hi All, With my recent poking around in the startup and shutdown code for https://issues.apache.org/jira/browse/GERONIMO-2385 I figure I might be the guy to fix; http://issues.apache.org/jira/browse/GERONIMO-2387 but I can't assign it to myself. Could some one give me that permission in

Re: [ANNOUNCE] Welcome Rick McGuire as the newest member of the Geronimo PMC

2006-09-11 Thread Dain Sundstrom
Congratulations Rick! -dain On Sep 11, 2006, at 7:17 AM, Jeff Genender wrote: All, The Geronimo PMC is pleased to welcome Rick McGuire as the newest member of the Geronimo PMC. We're very happy to have Rick joining us to help with the oversight of the Geronimo project. Lets give a round

  1   2   >