Re: FileSystemRepository not able to handle entry with version number which is a single digit.

2006-03-27 Thread Vamsavardhana Reddy
Done. -VamsiOn 3/27/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote: Can you file a JIRA on this?IIRC this is a pattern taken directly from maven, so we may want toget them to patch it also.-dainOn Mar 24, 2006, at 5:16 AM, Vamsavardhana Reddy wrote:> Settled with Pattern.compile("(.+)/(.+)s/(.+)-([

[jira] Created: (GERONIMO-1781) FileSystemRepository not able to handle entry with version number which is a single digit

2006-03-27 Thread Vamsavardhana Reddy (JIRA)
FileSystemRepository not able to handle entry with version number which is a single digit - Key: GERONIMO-1781 URL: http://issues.apache.org/jira/browse/GERONIMO-1781 Project: Geronimo

Re: Which version of AMQ for geronimo 1.1?

2006-03-27 Thread James Strachan
Sounds reasonable to me; particulary as ActiveMQ shouldn't really chance a whole lot from here on in in the core broker/connector area; whereas the kernel might change a bit more between 1.0-1.1-1.2-2.x etc James On 3/27/06, Hiram Chirino <[EMAIL PROTECTED]> wrote: > I've been thinking that it ma

[jira] Updated: (GERONIMO-1780) Application migration to Maven 2: ldap-realm, remote-deploy, uddi, welcome

2006-03-27 Thread Prasad Kashyap (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1780?page=all ] Prasad Kashyap updated GERONIMO-1780: - Attachment: uddi-server.patch welcome.patch > Application migration to Maven 2: ldap-realm, remote-deploy, uddi, welcome >

[jira] Updated: (GERONIMO-1780) Application migration to Maven 2: ldap-realm, remote-deploy, uddi, welcome

2006-03-27 Thread Prasad Kashyap (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1780?page=all ] Prasad Kashyap updated GERONIMO-1780: - Attachment: ldap-realm-demo.patch remote-deploy.patch uddi-db.patch Apply the patches from the geronimo/application

[jira] Updated: (GERONIMO-1780) Application migration to Maven 2: ldap-realm, remote-deploy, uddi, welcome

2006-03-27 Thread Prasad Kashyap (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1780?page=all ] Prasad Kashyap updated GERONIMO-1780: - Patch Info: [Patch Available] Summary: Application migration to Maven 2: ldap-realm, remote-deploy, uddi, welcome (was: Mo) Descripti

[jira] Created: (GERONIMO-1780) Mo

2006-03-27 Thread Prasad Kashyap (JIRA)
Mo -- Key: GERONIMO-1780 URL: http://issues.apache.org/jira/browse/GERONIMO-1780 Project: Geronimo Type: Sub-task Reporter: Prasad Kashyap -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administr

Re: [jira] Created: (GERONIMO-1775) Internationalization of the Admin Console

2006-03-27 Thread Donald Woods
Yes, please open a separate JIRA for the Welcome App and attach the updates as a patch. Have you looked at using the commons-i18n project? Are you proposing using normal resource bundles for the Java code behind the Portlets, since there are some hard-coded strings returned from there to the P

[jira] Resolved: (GERONIMO-1705) Use AJAX to provide for a progress bar when downloading a JDBC jar

2006-03-27 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1705?page=all ] Paul McMahan resolved GERONIMO-1705: Resolution: Fixed > Use AJAX to provide for a progress bar when downloading a JDBC jar > ---

[jira] Updated: (GERONIMO-1705) Use AJAX to provide for a progress bar when downloading a JDBC jar

2006-03-27 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1705?page=all ] Paul McMahan updated GERONIMO-1705: --- Attachment: GERONIMO-1705.patch > Use AJAX to provide for a progress bar when downloading a JDBC jar >

[jira] Reopened: (GERONIMO-1705) Use AJAX to provide for a progress bar when downloading a JDBC jar

2006-03-27 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1705?page=all ] Paul McMahan reopened GERONIMO-1705: Assign To: Paul McMahan reopening so I can attach the corrected patch (for accounting purposes) > Use AJAX to provide for a progress bar when

Re: Why wrap a WebServiceContainer with a StoredObject?

2006-03-27 Thread David Blevins
On Mar 27, 2006, at 1:34 PM, Dain Sundstrom wrote: I thought this ugly hack was necessary to get around the web class loader being a different class loader than the configuration class loader. IIRC the trick was to leave the object as a byte array until the actual web class loader was pa

[jira] Closed: (GERONIMO-973) Add security to /console-standard

2006-03-27 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-973?page=all ] Jeff Genender closed GERONIMO-973: -- Resolution: Fixed Sendingapplications/console-framework/project.xml Adding applications/console-framework/src/java Adding app

[jira] Assigned: (GERONIMO-973) Add security to /console-standard

2006-03-27 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-973?page=all ] Jeff Genender reassigned GERONIMO-973: -- Assign To: Jeff Genender (was: Aaron Mulder) > Add security to /console-standard > - > > Key: GERONIMO-9

[jira] Closed: (GERONIMO-1705) Use AJAX to provide for a progress bar when downloading a JDBC jar

2006-03-27 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1705?page=all ] Jeff Genender closed GERONIMO-1705: --- Fix Version: 1.2 Resolution: Fixed Great work...this is awesome stuff. Sendingapplications/console-framework/project.xml Adding

Re: Why wrap a WebServiceContainer with a StoredObject?

2006-03-27 Thread Dain Sundstrom
I thought this ugly hack was necessary to get around the web class loader being a different class loader than the configuration class loader. IIRC the trick was to leave the object as a byte array until the actual web class loader was passed in via the TCCL and then deserialized. -dain

Re: Why wrap a WebServiceContainer with a StoredObject?

2006-03-27 Thread David Jencks
On Mar 27, 2006, at 12:58 PM, Conrad O'Dea wrote: Howdy, In the AxisBuilder, when the configurePOJO method constructs an AxisWebServiceContainer it is set as an attribute in a GBeanData object but is also wrapped in a StoredObject: targetGBean.setAttribute("webServiceContainer", new Sto

Re: [jira] Commented: (GERONIMO-1705) Use AJAX to provide for a progress bar when downloading a JDBC jar

2006-03-27 Thread Paul McMahan
Sorry about that, forgot to svn add the new classes (DownloadInfo and DownloadMonitor) before generating the patch. Attaching the needed classes to this email (they're small) plus I will attach a new patch to GERONIMO-1705 for accountability. Best wishes, Paul On 3/27/06, Jeff Genender (JIRA) w

Why wrap a WebServiceContainer with a StoredObject?

2006-03-27 Thread Conrad O'Dea
Howdy, In the AxisBuilder, when the configurePOJO method constructs an AxisWebServiceContainer it is set as an attribute in a GBeanData object but is also wrapped in a StoredObject: targetGBean.setAttribute("webServiceContainer", new StoredObject (axisWebServiceContainer)); // Hack! It'

Re: No JIRA emails on the list since the move.

2006-03-27 Thread Hiram Chirino
thx! James, start moderating ;-) On 3/27/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > I think James is. > I am a moderator on ServiceMix and received a moderating mail the first > time a notification has been sent. > > Guillaume > > Hiram Chirino wrote: > > >I have not seen any JIRA emails on

Re: Which version of AMQ for geronimo 1.1?

2006-03-27 Thread Hiram Chirino
I've been thinking that it may be best to move the ActiveMQ bean modules into the Geronimo source tree. ActiveMQ actually does not ship the gbean modules in it's binary distro, so I think it would make sense to have them actually be maintained inside Geronimo. The upside to this is if Geronimo wa

Re: No JIRA emails on the list since the move.

2006-03-27 Thread Guillaume Nodet
I think James is. I am a moderator on ServiceMix and received a moderating mail the first time a notification has been sent. Guillaume Hiram Chirino wrote: I have not seen any JIRA emails on the dev list since the JIRA instance moved to Apache hardware. Perhaps it's emails are being moderat

No JIRA emails on the list since the move.

2006-03-27 Thread Hiram Chirino
I have not seen any JIRA emails on the dev list since the JIRA instance moved to Apache hardware. Perhaps it's emails are being moderated? Who's a list moderator here? -- Regards, Hiram

Re: Deploy Tool: deploy vs redeploy

2006-03-27 Thread David Blevins
That seems reasonable to me. On Mar 27, 2006, at 11:29 AM, Dain Sundstrom wrote: +1 -dain On Mar 24, 2006, at 4:54 PM, Aaron Mulder wrote: Currently if you use the command-line deploy tool, you have to specify different deploy commands depending on whether the module is already deployed.

Re: New Feature: Configuration Import/Export

2006-03-27 Thread Joe Bohn
This is a good summary of the possibilities Matt. I've got some questions/comments. 2. User downloads a bootstrap agent (much like Cygwin) and then chooses either the pacakges they want (specific OSS projects) or the features they want (JMS, Servlet 2.4, EJB 1.1, Spring, etc.) The downl

[jira] Commented: (GERONIMO-1705) Use AJAX to provide for a progress bar when downloading a JDBC jar

2006-03-27 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1705?page=comments#action_12372016 ] Jeff Genender commented on GERONIMO-1705: - This doesn't compile. It refers to DownloadInfo (line 120 in DriverDownloader.java) and this class is knowhere to be fo

Re: Geronimo documentation update

2006-03-27 Thread Dain Sundstrom
The objectweb wrapper is LGPL licensed where as the Java Service Wrapper uses the MIT license which is compatible with the ASL. Also, I had never heard of the objectweb project until you pointed it out where as virtually every major site I go to uses Java Service Wrapper to manage their ap

Re: Deploy Tool: deploy vs redeploy

2006-03-27 Thread Dain Sundstrom
+1 -dain On Mar 24, 2006, at 4:54 PM, Aaron Mulder wrote: Currently if you use the command-line deploy tool, you have to specify different deploy commands depending on whether the module is already deployed. That is, you use "deploy" the first time, and "redeploy" thereafter: java -jar bin/d

[jira] Updated: (GERONIMO-1705) Use AJAX to provide for a progress bar when downloading a JDBC jar

2006-03-27 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1705?page=all ] Paul McMahan updated GERONIMO-1705: --- Patch Info: [Patch Available] > Use AJAX to provide for a progress bar when downloading a JDBC jar > --

[jira] Updated: (GERONIMO-1705) Use AJAX to provide for a progress bar when downloading a JDBC jar

2006-03-27 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1705?page=all ] Paul McMahan updated GERONIMO-1705: --- Attachment: GERONIMO-1705.patch downloadProgress2.png Attaching a patch that provides an AJAX enabled progress bar on the JDBC driver

[jira] Resolved: (SM-369) add a way to alias proxied services

2006-03-27 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-369?page=all ] Guillaume Nodet resolved SM-369: Resolution: Fixed Fix Version: 3.0-M1 Assign To: Guillaume Nodet Author: gnodet Date: Mon Mar 27 10:15:05 2006 New Revision: 389216 URL: http:

[jira] Updated: (SM-369) add a way to alias proxied services

2006-03-27 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-369?page=all ] Guillaume Nodet updated SM-369: --- Component: servicemix-jms > add a way to alias proxied services > --- > > Key: SM-369 > URL: https://issues.apa

Re: New Feature: Configuration Import/Export

2006-03-27 Thread Aaron Mulder
Right now the console lets you view the dependencies before deciding whether to proceed (though it has to at least download the CAR to get that information), and likewise gives you a button you have to click to start the configuration you just installed. The command-line tool is so far a bit more

Doap file for ActiveMQ

2006-03-27 Thread Hiram Chirino
Hi, I just added a doap file for the ActiveMQ project: https://svn.apache.org/repos/asf/incubator/activemq/trunk/doap.rdf Could you get it included at projects.apache.org? -- Regards, Hiram

Re: New Feature: Configuration Import/Export

2006-03-27 Thread Dain Sundstrom
On Mar 27, 2006, at 6:39 AM, Donald Woods wrote: For #4, would requiring Eclipse or just the Eclipse RCP client package (about 5MB) be okay as the base UI? Seems that we could extend the current Eclipse plug-in (or create a second one) to allow users to create an installed server from a Ma

[jira] Created: (GERONIMO-1779) Commits that shoud be merged from HEAD to 1.1

2006-03-27 Thread Aaron Mulder (JIRA)
Commits that shoud be merged from HEAD to 1.1 - Key: GERONIMO-1779 URL: http://issues.apache.org/jira/browse/GERONIMO-1779 Project: Geronimo Type: Improvement Versions: 1.1 Reporter: Aaron Mulder Assigned to: A

[jira] Created: (GERONIMO-1778) Commits that shoud be merged from HEAD to 1.1

2006-03-27 Thread Aaron Mulder (JIRA)
Commits that shoud be merged from HEAD to 1.1 - Key: GERONIMO-1778 URL: http://issues.apache.org/jira/browse/GERONIMO-1778 Project: Geronimo Type: Improvement Versions: 1.1 Reporter: Aaron Mulder Assigned to: A

Re: FileSystemRepository not able to handle entry with version number which is a single digit.

2006-03-27 Thread Dain Sundstrom
Can you file a JIRA on this? IIRC this is a pattern taken directly from maven, so we may want to get them to patch it also. -dain On Mar 24, 2006, at 5:16 AM, Vamsavardhana Reddy wrote: Settled with Pattern.compile("(.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9] +)") for now. -Vamsi On 3/24/06, Va

Re: New Feature: Configuration Import/Export

2006-03-27 Thread Donald Woods
What are you thoughts on dependencies within a selected CAR? It would be nice to see that by choosing Daytrader, you would also be install the Corba, Axis and ActiveMQ plans while selecting the LDAP demo would pull in the ApacheDS configuration. Users will probably want a way to see/list what

Re: New Feature: Configuration Import/Export

2006-03-27 Thread Donald Woods
For #3, do you imagine a website that would dynamically generate the download package for the user, or require them to have Java and possibly other developer tools (like Cygwin, Ant or Maven)? One thought, would be to reuse the Izpack work to create an "Installer" front-end, but I'm worried ab

Re: Which version of AMQ for geronimo 1.1?

2006-03-27 Thread Donald Woods
We also have the following JIRA issues opened that need changes in ActiveMQ to fix - G1451 - A new TCP listener for ActiveMQ is not persisting across server starups G1752 - Changing activeMQ port via console doesn't stick -Donald David Jencks wrote: Geronimo 1.1 needs some changes in

[jira] Updated: (GERONIMO-1777) Application migration to Maven 2: JMXDebug

2006-03-27 Thread Prasad Kashyap (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1777?page=all ] Prasad Kashyap updated GERONIMO-1777: - Attachment: jmxdebug.patch Apply this patch from the geronimo/applications dir. It modifies/creates the following files applications/pom.xml appl

[jira] Created: (GERONIMO-1777) Application migration to Maven 2: JMXDebug

2006-03-27 Thread Prasad Kashyap (JIRA)
Application migration to Maven 2: JMXDebug -- Key: GERONIMO-1777 URL: http://issues.apache.org/jira/browse/GERONIMO-1777 Project: Geronimo Type: Sub-task Reporter: Prasad Kashyap Assigned to: Prasad Kashyap -- This m

[jira] Updated: (GERONIMO-1776) Application migration to Maven 2: Demo

2006-03-27 Thread Prasad Kashyap (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1776?page=all ] Prasad Kashyap updated GERONIMO-1776: - Attachment: demo.patch Apply this patch from top level geronimo dir. It updates/creates the following files - geronimo/pom.xml geronimo/applicati

Re: M2 migration status

2006-03-27 Thread Prasad Kashyap
Having hit a roadblock with the assembly-plugin (details here- http://issues.apache.org/jira/browse/GERONIMO-1737), I've moved on to migrating the applications now. Do we continue to add subtasks to the Geronimo-851 JIRA or should we open another JIRA ? Not that it matters now with the 16 apps bu

[jira] Created: (GERONIMO-1776) Application migration to Maven 2: Demo

2006-03-27 Thread Prasad Kashyap (JIRA)
Application migration to Maven 2: Demo -- Key: GERONIMO-1776 URL: http://issues.apache.org/jira/browse/GERONIMO-1776 Project: Geronimo Type: Sub-task Reporter: Prasad Kashyap Assigned to: Prasad Kashyap -- This message i

Re: [jira] Created: (GERONIMO-1775) Internationalization of the Admin Console

2006-03-27 Thread Sean McCarthy
Hi, We would like to start working on the translation (Yeray and me). But before that, we'd like to hear about the way we should do it. We have internationalized and translated the welcome page into Spanish using the jakarta taglibs-i18n with resource bundles. If there's not problem about u

[jira] Created: (GERONIMO-1775) Internationalization of the Admin Console

2006-03-27 Thread Yeray Cabrera Santana (JIRA)
Internationalization of the Admin Console - Key: GERONIMO-1775 URL: http://issues.apache.org/jira/browse/GERONIMO-1775 Project: Geronimo Type: Improvement Components: console Reporter: Yeray Cabrera Santana Priority

[jira] Unassigned Patches: week of 03-27-2006

2006-03-27 Thread continuum
Project: Apache Geronimo Status: Open Assignee: Unassigned Geronimo Info: Patch Available Total: 25 items DATE UPDATED KEY SUMMARY Dec 18 2005 - GERONIMO-1381 - [Daytrader] Removed unused code Dec 22 2005 - GERONIMO-1400 - modularize daytrader deployment plan Jan 3 200

Re: Welcome page i18n completed

2006-03-27 Thread Jeff Genender
Yeray Cabrera wrote: > Hi All, > > I have i18n the welcome web application using jakarta taglibs-i18n, and > completed the Spanish translation. Great! > > We are also thinking (my company), about starting the translation of the > Admin Console. I would like to hear comments about using the ja

Welcome page i18n completed

2006-03-27 Thread Yeray Cabrera
Hi All, I have i18n the welcome web application using jakarta taglibs-i18n, and completed the Spanish translation. We are also thinking (my company), about starting the translation of the Admin Console. I would like to hear comments about using the jakarta tag-libs for i18n in Geronimo as we