Re: Geronimo 2.0

2006-01-07 Thread Jacek Laskowski
2006/1/7, David Blevins [EMAIL PROTECTED]: We can't go from two years of development on 1.x with little to no user interaction then abandon it after the first release and go back into the development hole. Hi Dave, Who said we would abandon 1.x? I'm pretty sure noone did. The point I see is

gbuild: Agent documentation

2006-01-07 Thread David Blevins
All, I've started a brain dump of the GBuild Agent so in case I'm hit by a bus or some such misfortune we aren't completely in the dark on what is there and how to use it. When you get a moment, take a look through some of them and start preparing yourself to help maintain this thing.

[jira] Updated: (GERONIMO-1293) Provide tomcat statistics

2006-01-07 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1293?page=all ] anita kulshreshtha updated GERONIMO-1293: - Attachment: statsApp.zip management.patch tomcat.patch Please discard all the old patches. These patches

[jira] Updated: (GERONIMO-1293) Provide tomcat statistics

2006-01-07 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1293?page=all ] anita kulshreshtha updated GERONIMO-1293: - Attachment: properties.patch geronimo-stats-1.0-SNAPSHOT.war Please use tomcat 5.5.9 to view the stats. Properties.patch

Re: [jira] Updated: (GERONIMO-1293) Provide tomcat statistics

2006-01-07 Thread anita kulshreshtha
Jeff, I would like to be able to search for all Tomcat Connectors using listGBeans(...). Do we need to have a j2eeType for this? I could always look for the WebContainer and then get all the connectors (objectNames) from there. Eventually an MEJB would like to discover all the statistics

Re: [jira] Updated: (GERONIMO-1293) Provide tomcat statistics

2006-01-07 Thread Aaron Mulder
You shouldn't be doing anything by ObjectName. Instead, as you said, you should get the WebContainer and get the connectors from there. If you want to search the whole world for statistics providers, start with the domain object and just march the tree looking for J2EEManagedObjects that return

Re: Can we get the Geronimo IRC archive working again?

2006-01-07 Thread Jacek Laskowski
2006/1/5, Joe Bohn [EMAIL PROTECTED]: Does anybody know who initially setup the IRC archive and/or how to get it back again? It looks like somebody with id bevinbot set it up ... similar enough to make me wonder if it was Blevins but different enough so that I can't be sure. I'd be glad to

Re: Can we get the Geronimo IRC archive working again?

2006-01-07 Thread Bruce Snyder
On 1/7/06, Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/1/5, Joe Bohn [EMAIL PROTECTED]: Does anybody know who initially setup the IRC archive and/or how to get it back again? It looks like somebody with id bevinbot set it up ... similar enough to make me wonder if it was Blevins but

Re: Can we get the Geronimo IRC archive working again?

2006-01-07 Thread Jacek Laskowski
2006/1/7, Geert Bevin [EMAIL PROTECTED]: Hi, I'd gladly activate it again, but people explicitly asked me to remove it a while ago. Is everyone ok with me enabling it again? Hi Geert, Thanks for prompt response! It seems I should've asked here to enable it before having sent the email. Do

Re: Can we get the Geronimo IRC archive working again?

2006-01-07 Thread Geert Bevin
Hi, I'd gladly activate it again, but people explicitly asked me to remove it a while ago. Is everyone ok with me enabling it again? Best regards, Geert On 7-jan-06, at 19:36, Jacek Laskowski wrote: 2006/1/5, Joe Bohn [EMAIL PROTECTED]: Does anybody know who initially setup the IRC

Re: gbuild: Agent documentation

2006-01-07 Thread David Blevins
Should be fixed now. Give it a whirl! -David On Jan 7, 2006, at 11:52 AM, Jason Dillon wrote: Looks like the perms of this space are horked... I get Not Permitted and You do not have permission to view this page. for each page :-( This is a new space no? You probably need to update the

Re: gbuild: Agent documentation

2006-01-07 Thread Jason Dillon
Yup, much better now ;-) --jason On Jan 7, 2006, at 1:15 PM, David Blevins wrote: Should be fixed now. Give it a whirl! -David On Jan 7, 2006, at 11:52 AM, Jason Dillon wrote: Looks like the perms of this space are horked... I get Not Permitted and You do not have permission to view

Re: Can we get the Geronimo IRC archive working again?

2006-01-07 Thread Geert Bevin
No, sorry, I can't remember. However, if nobody objects, I'll re- enable it gladly. On 7-jan-06, at 21:05, Jacek Laskowski wrote: 2006/1/7, Geert Bevin [EMAIL PROTECTED]: Hi, I'd gladly activate it again, but people explicitly asked me to remove it a while ago. Is everyone ok with me

[jira] Created: (GERONIMO-1428) Assembly for IZPack installer fails on Windows with FileNotFoundException

2006-01-07 Thread John Sisson (JIRA)
Assembly for IZPack installer fails on Windows with FileNotFoundException - Key: GERONIMO-1428 URL: http://issues.apache.org/jira/browse/GERONIMO-1428 Project: Geronimo Type: Bug Components:

[jira] Closed: (GERONIMO-1428) Assembly for IZPack installer fails on Windows with FileNotFoundException

2006-01-07 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1428?page=all ] John Sisson closed GERONIMO-1428: - Assembly for IZPack installer fails on Windows with FileNotFoundException -

[jira] Created: (GERONIMO-1429) Post Geronimo Schemas online (e.g. http://java.sun.com/xml/ns/j2ee/)

2006-01-07 Thread Aaron Mulder (JIRA)
Post Geronimo Schemas online (e.g. http://java.sun.com/xml/ns/j2ee/) Key: GERONIMO-1429 URL: http://issues.apache.org/jira/browse/GERONIMO-1429 Project: Geronimo Type: Improvement Components:

[jira] Updated: (GERONIMO-1429) Post Geronimo Schemas online (e.g. http://java.sun.com/xml/ns/j2ee/)

2006-01-07 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1429?page=all ] Aaron Mulder updated GERONIMO-1429: --- Description: It would be nice to have an index page like http://java.sun.com/xml/ns/j2ee/ and have our schemas appear at their namespace URIs. Not

[jira] Updated: (GERONIMO-1293) Provide tomcat statistics

2006-01-07 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1293?page=all ] anita kulshreshtha updated GERONIMO-1293: - Attachment: tomcat.patch The patch was incomplete due to a missing folder. Provide tomcat statistics -

[jira] Closed: (GERONIMO-1133) UUID primary key generator

2006-01-07 Thread Gianny Damour (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1133?page=all ] Gianny Damour closed GERONIMO-1133: --- Resolution: Fixed This is now implemented. I have actually borrowed the UUID algorithm implementation from Axis and created a new

[jira] Commented: (GERONIMO-1075) Configuration classloaders should support an inverse classloading delegation model.

2006-01-07 Thread Gianny Damour (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1075?page=comments#action_12362111 ] Gianny Damour commented on GERONIMO-1075: - It seems that David J has fixed that. Could you please confirm and close if you are happy? Thanks, Gianny

Warning regarding Windows file path lengths with JDK 1.4

2006-01-07 Thread John Sisson
FYI.. We need to be careful of resulting file path lengths on Windows when creating web applications that may result in long file paths in Geronimo due to a JDK 1.4 bug ( http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6182812) that has only been fixed in JDK 1.5_06. Fom reading the bug

[jira] Resolved: (GERONIMO-1429) Post Geronimo Schemas online (e.g. http://java.sun.com/xml/ns/j2ee/)

2006-01-07 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1429?page=all ] Aaron Mulder resolved GERONIMO-1429: Resolution: Fixed Assign To: Aaron Mulder Added a page schemas.html to the Geronimo web site with the list of schemas and links to them.

Web Site Update Please

2006-01-07 Thread Aaron Mulder
I checked in a page that lists and links to all the schemas used by Geronimo 1.0. I was going to leave this for later, but I keep having to look up the stupid namespace URIs, so now there's a nice place to look (the XML Schemas link on the left sidebar, and /schemas.html). Could someone update