Re: Could not scan module for TLD files: Filename too long

2008-01-13 Thread David Jencks
So maybe sysdb-console-tomcat would be sufficiently windows friendly? thanks david jencks On Jan 12, 2008, at 5:06 PM, Anita Kulshreshtha wrote: I have not done a build recently but expect to see this error. IIUC, The following jar will be scanned for tlds. This name is 256+14 chars

Re: Could not scan module for TLD files: Filename too long

2008-01-13 Thread Anita Kulshreshtha
yup.. Thanks! Anita --- David Jencks [EMAIL PROTECTED] wrote: So maybe sysdb-console-tomcat would be sufficiently windows friendly? thanks david jencks On Jan 12, 2008, at 5:06 PM, Anita Kulshreshtha wrote: I have not done a build recently but expect to see this error. IIUC,

[jira] Updated: (GSHELL-66) Auto-generate cli syntax/usage string when displaying --help

2008-01-13 Thread Jason Warner (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Warner updated GSHELL-66: --- Attachment: GShell-66.patch I added some code to printUsage to generate the appropriate lists and

problems installing plugins

2008-01-13 Thread Viet Nguyen
Hi All, Has anyone been able to install the mejb plugin onto a minimal assembly? I also tried to install openejb to see if it was just mejb, but I cannot successfully install the openejb plugin either. I get this : $ java -jar ./deployer.jar -u system -p manager install-plugin

Re: problems installing plugins

2008-01-13 Thread Joseph Leong
Hi Viet, Just to add some confirmation on top, I am also having the same issues with the plugin installer. Has anyone had any success recently? -Joseph Leong On Jan 13, 2008 4:45 PM, Viet Nguyen [EMAIL PROTECTED] wrote: Hi All, Has anyone been able to install the mejb plugin onto a minimal

Re: problems installing plugins

2008-01-13 Thread David Jencks
It works for me using ./bin/gsh deploy/list-plugins I don't know much about the install-plugin command: I suspect either it has no provision for finding the dependencies or it can't locate the appropriate plugin repo (probably your local maven repo). thanks david jencks On Jan 13,

Re: problems installing plugins

2008-01-13 Thread YunFeng Ma
I opened a JIRA for this problem and submitted a proposed patch a few days ago. https://issues.apache.org/jira/browse/GERONIMO-3741 - Yun Feng David Jencks wrote: It works for me using ./bin/gsh deploy/list-plugins I don't know much about the install-plugin command: I suspect either

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

2008-01-13 Thread YunFeng Ma
Could one of you review this patch? I'd like this feature shipped with v2.1. Thanks a lot. -Yun Feng YunFeng Ma (JIRA) wrote: [ https://issues.apache.org/jira/browse/GERONIMO-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YunFeng Ma updated GERONIMO-1775:

[jira] Assigned: (GERONIMO-3741) Fail to install plugin via deploy.bat/sh

2008-01-13 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned GERONIMO-3741: -- Assignee: David Jencks Fail to install plugin via deploy.bat/sh

Re: problems installing plugins

2008-01-13 Thread David Jencks
Thanks for pointing us to this! I think you found the best solution: the other places that call SourceRepositoryFactory.getSourceRepository (defaultRepository) can not supply a null argument, so the check where you put it is just right. I added a null check in

[jira] Closed: (GERONIMO-3741) Fail to install plugin via deploy.bat/sh

2008-01-13 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-3741. -- Resolution: Fixed Rev 611714. I think the patch is the correct solution. The other calls

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

2008-01-13 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558524#action_12558524 ] David Jencks commented on GERONIMO-1775: I applied the 1775-1 patch in rev

[jira] Created: (GERONIMO-3748) system-database-console-jetty is too long for windows

2008-01-13 Thread David Jencks (JIRA)
system-database-console-jetty is too long for windows - Key: GERONIMO-3748 URL: https://issues.apache.org/jira/browse/GERONIMO-3748 Project: Geronimo Issue Type: Bug Security Level:

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

2008-01-13 Thread David Jencks
I applied it, could you check for problems? Also I'd appreciate it if you could check what I did for the new plugin console plugin (in console with the main console stuff). thanks david jencks On Jan 13, 2008, at 6:06 PM, YunFeng Ma wrote: Could one of you review this patch? I'd like