Re: [Heads up] SSH server in java

2008-11-13 Thread Jason Dillon
Fricken awesome! I'd be more than happy to make the gshell remoting stuff go away in favor of using ssh ;-) I will take a closer look at this in the next day or so. I'm very excited by this work! --jason On Nov 13, 2008, at 5:58 AM, Guillaume Nodet wrote: I've just done a real quick

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-13 Thread Vamsavardhana Reddy
Thanks Gianny. I could add the MBE to TomcatBuilder by modifying config.xml. I have added the following gbean under org.apache.geronimo.configs/tomcat6-deployer/2.1.3/car to modify the reference to include a new MBE: gbean name=TomcatWebBuilder reference

Is there a bp project for Geronimo like petstore?

2008-11-13 Thread haidescs
HI guys Is there a bp project for Geronimo like petstore which is implemented based on all the basic feature of Geronimo such as OpenEJB, OpenJPA, Activemq, Derby DB, Webservice, potlets, and so on, and some high level features like ajax? If not, maybe I could make it when I have some leisure

[jira] Commented: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-13 Thread Manu T George (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647265#action_12647265 ] Manu T George commented on GERONIMO-4369: - The JIRA is related to

[jira] Commented: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-13 Thread Manu T George (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647278#action_12647278 ] Manu T George commented on GERONIMO-4369: - The workaround that i followed was to

Re: Is there a bp project for Geronimo like petstore?

2008-11-13 Thread Jason Warner
We have an application called Daytrader that's aimed at being a benchmarking application for geronimo. I'm not sure what features it covers but it's the most complicated sample we have. You can take a look at the source code here if you'd like: http://svn.apache.org/viewvc/geronimo/daytrader/.

[jira] Commented: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-13 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647282#action_12647282 ] Ivan commented on GERONIMO-4369: Yes, the gbeanDatas held by the configuration gbean is

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-13 Thread Gianny Damour
On 13/11/2008, at 10:08 AM, David Jencks wrote: On Nov 12, 2008, at 1:07 PM, Vamsavardhana Reddy wrote: As part of deploying SCA enhanced Web Applications in Geronimo with Tuscany Plugin, I am looking to add a ModuleBuilderExtension (MBE) to TomcatModuleBuilder and a NamingBuilder. The

[jira] Commented: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-13 Thread Manu T George (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647267#action_12647267 ] Manu T George commented on GERONIMO-4369: - Just a clarification. By the attached

[jira] Commented: (GERONIMO-4395) EmployeeDatasource and jdbc/EmployeeDatasource create the same files under $geronimo_install_dir/repository/console/dbpool directory

2008-11-13 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647300#action_12647300 ] Lin Sun commented on GERONIMO-4395: --- Patch looks good to me. The other thing is that

[jira] Assigned: (GERONIMO-4395) EmployeeDatasource and jdbc/EmployeeDatasource create the same files under $geronimo_install_dir/repository/console/dbpool directory

2008-11-13 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun reassigned GERONIMO-4395: - Assignee: Lin Sun EmployeeDatasource and jdbc/EmployeeDatasource create the same files under

[jira] Commented: (GERONIMO-4141) The war exported as a geronimo plugin in admin console cannot be installed with install-plugin command of deploy.bat|.sh

2008-11-13 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647301#action_12647301 ] Lin Sun commented on GERONIMO-4141: --- Ivan, thanks for the patch! I think it looks

[jira] Created: (GERONIMO-4408) install-library goal for geronimo-maven-plugin

2008-11-13 Thread Michal Borowiecki (JIRA)
install-library goal for geronimo-maven-plugin --- Key: GERONIMO-4408 URL: https://issues.apache.org/jira/browse/GERONIMO-4408 Project: Geronimo Issue Type: New Feature Security Level:

Tools.jar expected but not found on Mac OS 10.5.5

2008-11-13 Thread yosemite
Hello, @WebService used on EJB3 @Stateless does not generate the service complaining about tools.jar not found. Kevan suggested this: $ cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0 $ sudo mkdir lib $ cd lib $ sudo ln -s ../Classes/classes.jar tools.jar then it works. Mac OS

Re: Tools.jar expected but not found on Mac OS 10.5.5

2008-11-13 Thread Jarek Gawor
Can you please open a bug on this issue? Jarek On Thu, Nov 13, 2008 at 10:12 AM, yosemite [EMAIL PROTECTED] wrote: Hello, @WebService used on EJB3 @Stateless does not generate the service complaining about tools.jar not found. Kevan suggested this: $ cd

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-13 Thread Jarek Gawor
On Wed, Nov 12, 2008 at 6:08 PM, David Jencks [EMAIL PROTECTED] wrote: Yup, this is a problem. So far we've sidestepped it by just adding all the known desired MBE's to the appropriate *-deployer plan, and as you have found this is non-extensible. One possiblitly would be to define marker

Re: Updating the JPA spec jar for JPA 2.0

2008-11-13 Thread Jeremy Bauer
Any news on this item? Does my last suggestion seem reasonable/doable? We'd like to begin making the 2.0 spec updates and get an artifact published to the maven repo asap. -Jeremy On Tue, Nov 11, 2008 at 2:41 PM, Jeremy Bauer [EMAIL PROTECTED] wrote: Thanks, David, for populating the

[jira] Updated: (GERONIMO-4408) install-library goal for geronimo-maven-plugin

2008-11-13 Thread Michal Borowiecki (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Borowiecki updated GERONIMO-4408: Attachment: InstallLibraryMojo.java install-library goal for

[jira] Updated: (GERONIMO-4408) install-library goal for geronimo-maven-plugin

2008-11-13 Thread Michal Borowiecki (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Borowiecki updated GERONIMO-4408: Patch Info: [Patch Available] I attached a Maven mojo for the goal. Here is a

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-13 Thread David Jencks
These solutions certainly work but don't address the fundamental problem of adding MBE's dynamically to some builders and not others. For instance we can just modify the tomcat6-deployer plan right now to include the tuscany MBE and guess that eventually we'll have a jetspeed MBE and try

Re: Updating the JPA spec jar for JPA 2.0

2008-11-13 Thread David Jencks
Hi Jeremy, I don't think there's any argument about the artifactId of geronimo- jpa_2.0_spec and version of 1.0-EA-SNAPSHOT for the new work, so as soon as you supply a patch I can apply it and push a snapshot. I have no objection to the other ideas but they won't make any immediate

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-13 Thread Vamsavardhana Reddy
I agree that we need a general solution to dynamically add MBEs. The trick that Gianny showed does got me going with the Tuscany plugin work that I am doing. On Thu, Nov 13, 2008 at 11:21 PM, David Jencks [EMAIL PROTECTED]wrote: These solutions certainly work but don't address the fundamental

Re: svn commit: r713680 - in /geronimo/server/trunk/framework/modules: geronimo-service-builder/src/main/java/org/apache/geronimo/deployment/service/ geronimo-service-builder/src/main/xsd/ geronimo-se

2008-11-13 Thread David Jencks
Um, -1. I thought this was a great idea for 2.2. What's the problem that leads you to revert it? thanks david jencks On Nov 13, 2008, at 12:35 AM, [EMAIL PROTECTED] wrote: Author: gdamour Date: Thu Nov 13 00:35:05 2008 New Revision: 713680 URL:

Re: svn commit: r713680 - in /geronimo/server/trunk/framework/modules: geronimo-service-builder/src/main/java/org/apache/geronimo/deployment/service/ geronimo-service-builder/src/main/xsd/ geronimo-se

2008-11-13 Thread Joe Bohn
I think I was one of the people asking for this to be reverted. Just to clarify my position: I'm very much in favor of keeping the functionality. I think it will help with some of the more obscure classloader issues we've been hitting. My suggestion to revert the change was more pragmatic

Re: Updating the JPA spec jar for JPA 2.0

2008-11-13 Thread Jeremy Bauer
Sounds great. I'll open a JIRA. Thanks! -Jeremy On Thu, Nov 13, 2008 at 11:55 AM, David Jencks [EMAIL PROTECTED]wrote: Hi Jeremy, I don't think there's any argument about the artifactId of geronimo-jpa_2.0_spec and version of 1.0-EA-SNAPSHOT for the new work, so as soon as you supply a

[jira] Created: (GERONIMO-4409) Eliminate ianal-maven-plugin snapshot

2008-11-13 Thread Joe Bohn (JIRA)
Eliminate ianal-maven-plugin snapshot -- Key: GERONIMO-4409 URL: https://issues.apache.org/jira/browse/GERONIMO-4409 Project: Geronimo Issue Type: Improvement Security Level: public (Regular

[jira] Created: (GERONIMO-4410) Update JPA 2.0 spec component

2008-11-13 Thread Jeremy Bauer (JIRA)
Update JPA 2.0 spec component - Key: GERONIMO-4410 URL: https://issues.apache.org/jira/browse/GERONIMO-4410 Project: Geronimo Issue Type: Task Security Level: public (Regular issues) Components:

Re: Tools.jar expected but not found on Mac OS 10.5.5

2008-11-13 Thread yosemite
Hello Jarek can u give me a few pointers how to open a bug, please, I'm a total novice to Geronimo project Thanks Karel Jarek Gawor-2 wrote: Can you please open a bug on this issue? Jarek On Thu, Nov 13, 2008 at 10:12 AM, yosemite [EMAIL PROTECTED] wrote: Hello, @WebService used

Re: Tools.jar expected but not found on Mac OS 10.5.5

2008-11-13 Thread Jarek Gawor
First, create account on https://issues.apache.org/jira/secure/Dashboard.jspa and then use create new issue link to create a new bug report. Make sure to specify Geronimo as the project name. Jarek On Thu, Nov 13, 2008 at 2:35 PM, yosemite [EMAIL PROTECTED] wrote: Hello Jarek can u give me a

Re: svn commit: r713680 - in /geronimo/server/trunk/framework/modules: geronimo-service-builder/src/main/java/org/apache/geronimo/deployment/service/ geronimo-service-builder/src/main/xsd/ geronimo-se

2008-11-13 Thread Gianny Damour
Hi, The feature is still available. However we do not provide a XML configuration style for it. We only provide a script configuration style. For instance, by dropping a file named: DependenciesPrivateClass.groovy in the folder of the plugin to update and with a content looking like Set

Re: 2.2 (trunk) bucket-o-snapshots

2008-11-13 Thread Joe Bohn
Thanks David. I'm not familiar with nexus but I did find this other handy site that has been useful: http://mvnrepository.com/ Is nexus similar? Joe David Jencks wrote: On Nov 11, 2008, at 3:04 PM, Joe Bohn wrote: It has been mentioned several times that we should be looking to release

[jira] Commented: (GERONIMO-4395) EmployeeDatasource and jdbc/EmployeeDatasource create the same files under $geronimo_install_dir/repository/console/dbpool directory

2008-11-13 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647405#action_12647405 ] Lin Sun commented on GERONIMO-4395: --- Ivan, can you please generate patch from the root

Re: svn commit: r713680 - in /geronimo/server/trunk/framework/modules: geronimo-service-builder/src/main/java/org/apache/geronimo/deployment/service/ geronimo-service-builder/src/main/xsd/ geronimo-se

2008-11-13 Thread Jason Warner
Gianny, I think you are correct. The most recent snapshot of OpenEJB still exhibits the same errors that were mentioned previously. Thanks, On Thu, Nov 13, 2008 at 3:10 PM, Gianny Damour [EMAIL PROTECTED] wrote: Hi, The feature is still available. However we do not provide a XML

[jira] Commented: (GERONIMO-4395) EmployeeDatasource and jdbc/EmployeeDatasource create the same files under $geronimo_install_dir/repository/console/dbpool directory

2008-11-13 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647469#action_12647469 ] David Jencks commented on GERONIMO-4395: I like replacing / with _. I haven't

[jira] Commented: (GERONIMO-4141) The war exported as a geronimo plugin in admin console cannot be installed with install-plugin command of deploy.bat|.sh

2008-11-13 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647473#action_12647473 ] David Jencks commented on GERONIMO-4141: My opinion is that we should

[jira] Commented: (GERONIMO-4395) EmployeeDatasource and jdbc/EmployeeDatasource create the same files under $geronimo_install_dir/repository/console/dbpool directory

2008-11-13 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647494#action_12647494 ] Ivan commented on GERONIMO-4395: Thanks for the comments Lin and David. I will recreate

[jira] Commented: (GERONIMO-4141) The war exported as a geronimo plugin in admin console cannot be installed with install-plugin command of deploy.bat|.sh

2008-11-13 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647501#action_12647501 ] Ivan commented on GERONIMO-4141: Thanks, Lin and David. Actually, as I mentioned in the

[jira] Updated: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

2008-11-13 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4387: --- Attachment: Geronimo-4387-11.14.patch The same with the previous one, but create it from the root folder.

[jira] Commented: (GERONIMO-4405) Postgresql new drives would not be listed in Drive Jars list and download driver list

2008-11-13 Thread Rex Wang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647506#action_12647506 ] Rex Wang commented on GERONIMO-4405: Yes, Lin. I mean the reporter here wanna

[jira] Updated: (GERONIMO-4395) EmployeeDatasource and jdbc/EmployeeDatasource create the same files under $geronimo_install_dir/repository/console/dbpool directory

2008-11-13 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4395: --- Attachment: Geronimo-4395-1114-with-replace.patch Geronimo-4395-1114-without-replace.patch

[jira] Resolved: (GERONIMO-4408) install-library goal for geronimo-maven-plugin

2008-11-13 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-4408. --- Resolution: Fixed Fix Version/s: 2.2 Assignee: Jarek Gawor Committed the

[jira] Resolved: (GERONIMO-4387) Incorrect JNDI name in the monitor portlet's plan file

2008-11-13 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-4387. --- Resolution: Fixed Fix Version/s: 2.2 Assignee: Jarek Gawor The

Update on documentation progress of Geronimo v2.2

2008-11-13 Thread chi runhua
Hi all, We just created a page with one table of content to track progress of Geronimo 2.2 documentation. In this table, we highlighted some topics to be updated based on G 2.2 release roadmap. We believe that not every topic was included so far. Therefore, don't hesitate updating the table if

Re: 2.2 (trunk) bucket-o-snapshots

2008-11-13 Thread Jarek Gawor
Axiom, XmlSchema, and Woden are all dependencies of Axis2. There is a plan for Axis2 release at the end of this month but I'm not sure if it's going to happen with all these dependencies. So getting Axis2 release might be an issue to us. As to geronimo-concurrent_1.0_spec 1.0-SNAPSHOT, we can get

[jira] Commented: (GERONIMODEVTOOLS-473) Problem starting server with WTP201

2008-11-13 Thread Jean-Jacques Parent (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647531#action_12647531 ] Jean-Jacques Parent commented on GERONIMODEVTOOLS-473: -- Tim