Re: J2EE application client in geronimo 2.0.2

2008-01-03 Thread ivanrc
I added this property to java command and run well thanks :). But I have other problem. I have change the main class to a thread that every second say CLIENT RUNNING... import java.util.logging.Logger; public class MainClient extends Thread{ private static MainClient client;

[jira] Commented: (GERONIMO-3706) support for proxy

2008-01-03 Thread Rick McGuire (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1223#action_1223 ] Rick McGuire commented on GERONIMO-3706: Your proof of concept looks very nice.

Question Regarding ModuleBuilderExtension

2008-01-03 Thread Manu George
Hello, I need a clarification regarding the ModuleBuilderExtensions (MBE) pattern. What I understood about this is that it is to extend the functionality of the existing module builders. The usage that I have seen is that the list of MBE's that are used by a ModuleBuilder are specified in

Events, presentations, conferences...

2008-01-03 Thread Hernan Cunico
Hey folks, looking at the web site all the events related info we have is from November. Anybody planning to present at a conf, jug, webcast, etc.? Cheers! Hernan

Re: Plan Creator for Web Apps - Implementation Complete!

2008-01-03 Thread Hernan Cunico
Hi Shiva, here are some thoughts I believe may help improve usability. - Add a *Back* button on each screen. Currently the only option is *Cancel* if you made a mistake while entering the data. - It would be cool to have the ability to create an additional resource reference directly from the

[jira] Created: (GERONIMO-3727) Improve visibility

2008-01-03 Thread Hernan Cunico (JIRA)
Improve visibility --- Key: GERONIMO-3727 URL: https://issues.apache.org/jira/browse/GERONIMO-3727 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: console

[jira] Closed: (GERONIMO-3727) Improve visibility

2008-01-03 Thread Hernan Cunico (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hernan Cunico closed GERONIMO-3727. --- Resolution: Invalid Assignee: Hernan Cunico opened by mistake - incomplete.

[jira] Created: (GERONIMO-3728) Improve visibility of installed apps from the console

2008-01-03 Thread Hernan Cunico (JIRA)
Improve visibility of installed apps from the console - Key: GERONIMO-3728 URL: https://issues.apache.org/jira/browse/GERONIMO-3728 Project: Geronimo Issue Type: Improvement Security

Re: J2EE application client in geronimo 2.0.2

2008-01-03 Thread David Jencks
This is a bug. Running an app client should not change config.xml in any way. I opened GERONIMO-3729 to track this. Does anyone have an idea how to automate testing a fix for this? thanks david jencks On Jan 3, 2008, at 12:06 AM, ivanrc wrote: I added this property to java command and

[jira] Created: (GERONIMO-3729) Running an app client is adding an entry for that app client in config.xml

2008-01-03 Thread David Jencks (JIRA)
Running an app client is adding an entry for that app client in config.xml -- Key: GERONIMO-3729 URL: https://issues.apache.org/jira/browse/GERONIMO-3729 Project: Geronimo

Re: Question Regarding ModuleBuilderExtension

2008-01-03 Thread David Jencks
On Jan 3, 2008, at 3:42 AM, Manu George wrote: Hello, I need a clarification regarding the ModuleBuilderExtensions (MBE) pattern. What I understood about this is that it is to extend the functionality of the existing module builders. The usage that I have seen is that the list of MBE's

[jira] Updated: (GERONIMO-2994) Apache Roller plugin

2008-01-03 Thread Peter Petersson (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Petersson updated GERONIMO-2994: -- Attachment: roller_4_0_plugin_080103.patch Roller plugin updates for Geronimo v2.1

[jira] Created: (GERONIMO-3730) monitoring plugin to support jmx connections in mconsole

2008-01-03 Thread Viet Hung Nguyen (JIRA)
monitoring plugin to support jmx connections in mconsole Key: GERONIMO-3730 URL: https://issues.apache.org/jira/browse/GERONIMO-3730 Project: Geronimo Issue Type: New Feature

Repository Viewer - Add Archive to Repository

2008-01-03 Thread Hernan Cunico
Howdy, in the past, when adding files to the repo some of the values (group/artifact, version) used to get picked up automatically after selecting a file. Now that feature is no longer there. Any chance to get it back or propose some default values based on the provided file name? Cheers!

Re: Question Regarding ModuleBuilderExtension

2008-01-03 Thread Manu George
Hi David, Thanks for the reply. Let me explain what I am trying to do and where I am coming from. I am trying to make Tuscany SCA services available as EJBs in geronimo as per your mail a lng time ago. I was thinking that if I can get proxies to the services from the SCA domain