[jira] Closed: (GERONIMO-299) complete-rebuild -- unstatisfied dependency howl-logger...

2004-10-29 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-299?page=history ] Alan Cabrera closed GERONIMO-299: - Resolution: Fixed No response. I will assume that this fixed the problem. > complete-rebuild -- unstatisfied dependency howl-logger... >

Re: Proposed Deployer Syntax

2004-10-29 Thread Jailton Lopes
+1 On Fri, 29 Oct 2004 19:01:45 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > +1 > > looks good > > On 29 Oct 2004, at 03:12, Aaron Mulder wrote: > > > General syntax: > > > > deployer [--uri URI [--driver JarFile] [--user username [--password \ > > password]]] command argumen

Re: Proposed Deployer Syntax

2004-10-29 Thread jastrachan
+1 looks good On 29 Oct 2004, at 03:12, Aaron Mulder wrote: General syntax: deployer [--uri URI [--driver JarFile] [--user username [--password \ password]]] command arguments --uri: a URI to contact the server. The server must be running for this to work. If not specified, the deployer

Re: New factory attribute for gbean elements.

2004-10-29 Thread Dain Sundstrom
On Oct 29, 2004, at 9:41 AM, Hiram Chirino wrote: Hi All, All our current GBeans must provide a static getGBeanInfo() method which acts like a factory for GBeanInfo objects. This is not a requirement, but just what everyone does. I would like to propose that we relax this requirement of a GBean by

New factory attribute for gbean elements.

2004-10-29 Thread Hiram Chirino
Hi All, All our current GBeans must provide a static getGBeanInfo() method which acts like a factory for GBeanInfo objects. I would like to propose that we relax this requirement of a GBean by allowing an separate factory class to create the GBeanInfo object for the GBean. The net effect of t

Re: Proposed Deployer Syntax

2004-10-29 Thread Hiram Chirino
+1 Aaron Mulder wrote: General syntax: deployer [--uri URI [--driver JarFile] [--user username [--password \ password]]] command arguments --uri: a URI to contact the server. The server must be running for this to work. If not specified, the deployer default to operating on a Geronimo ser

Re: Proposed Deployer Syntax

2004-10-29 Thread Dain Sundstrom
On Oct 28, 2004, at 11:01 PM, David Blevins wrote: I'd like to add the ability to have the password read from standard in (system.in) as is done with many unix tools that set or require passwords. +1 I don't like scripts that required the password to be part of the args (it shows up in your comm

[jira] Commented: (GERONIMO-407) SocketProtocolStressTest fails

2004-10-29 Thread Ralf Barkow (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-407?page=comments#action_54808 ] Ralf Barkow commented on GERONIMO-407: -- I've just updated to revision "55671 27.10.04 07:06 dain", the one with XtestConcurrentRequests and XtestSimple. Alan, yo

[jira] Closed: week of 10-29-2004

2004-10-29 Thread david . blevins
Project: Apache Geronimo Status: Resolved, Closed (9 items) Updated In Last: Week (7 days) ** New Feature * [GERONIMO-401] Allow J2EEApplication name to be specified distinct from the configId ** Bug * [GERONIMO-160] Test failure (SocketProtocolStressTest) in network module * [GERONIMO-3

[jira] Assigned: (GERONIMO-373) Percolate errors from SocketProtocol up the stack

2004-10-29 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-373?page=history ] Alan Cabrera reassigned GERONIMO-373: - Assign To: Alan Cabrera > Percolate errors from SocketProtocol up the stack > - > > Key

[jira] Assigned: (GERONIMO-407) SocketProtocolStressTest fails

2004-10-29 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-407?page=history ] Alan Cabrera reassigned GERONIMO-407: - Assign To: Alan Cabrera > SocketProtocolStressTest fails > --- > > Key: GERONIMO-407 > URL: http:

[jira] Commented: (GERONIMO-407) SocketProtocolStressTest fails

2004-10-29 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-407?page=comments#action_54805 ] Alan Cabrera commented on GERONIMO-407: --- The tests in this unit test have been excluded. I don't know how you're still getting errors. When was the last time that

[jira] Updated: (GERONIMO-407) SocketProtocolStressTest fails

2004-10-29 Thread Ralf Barkow (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-407?page=history ] Ralf Barkow updated GERONIMO-407: - Attachment: modules_network.patch This patch excludes SocketProtocolStressTest from maven's unitTest in modules/network/project.xml and -- as addit

[jira] Created: (GERONIMO-407) SocketProtocolStressTest fails

2004-10-29 Thread Ralf Barkow (JIRA)
SocketProtocolStressTest fails --- Key: GERONIMO-407 URL: http://issues.apache.org/jira/browse/GERONIMO-407 Project: Apache Geronimo Type: Wish Components: buildsystem Versions: 1.0-M3 Environment: Maven v. 1.0 java version

Re: Axis module review

2004-10-29 Thread Srinath Perera
Thanks everybody for the help :) :)... I think I got the big picure and hopfully should be able to get the Web Services working(which do not have EJB) behind them with out kernel. (There is a classloader issue when the EJB involved. I will try to get the code up removing all referances to kernel fo

Re: Axis module review

2004-10-29 Thread David Blevins
On Oct 28, 2004, at 11:52 PM, David Jencks wrote: My understanding of web services is that messages can be sent to either servlets or ejbs. (Apparently the servlets aren't "Servlet" implementations, but are usually wrapped in one). We need a gbean to be deployed for each such servlet and each

Re: Axis module review

2004-10-29 Thread David Jencks
First of all, I'm hoping to start looking seriously at web service deployment soon. I think it will require some fairly fundamental modifications of how deployment in geronimo is structured. However, these changes will also allow us to do things like deploy portlets in a well integrated way.

Re: Proposed Deployer Syntax

2004-10-29 Thread David Blevins
Looks good. I'd like to add the ability to have the password read from standard in (system.in) as is done with many unix tools that set or require passwords. I don't like scripts that required the password to be part of the args (it shows up in your command history and the processes list). Yo

Re: Axis module review

2004-10-29 Thread Srinath Perera
> I was just reviewing the code in the Axis module and noticed some > things that are considered no-nos or bad practice with the Geronimo > architecture. This is our fault for not reviewing the code sooner. > > Let me try and make up for this lack of feedback. Thanks David, when I start with the

Axis module review

2004-10-29 Thread David Blevins
Hi All, I was just reviewing the code in the Axis module and noticed some things that are considered no-nos or bad practice with the Geronimo architecture. This is our fault for not reviewing the code sooner. Let me try and make up for this lack of feedback. The code as it is now won't run with

Re: build failed Thu Oct 28 17:13:01 PDT 2004

2004-10-29 Thread Dain Sundstrom
After David's changes I got it to work by deleting the following file from my repo .maven/repository/howl/jars/howl-logger-0.1.7-SNAPSHOT.jar -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Oct 28, 2004, at 8:15 PM, David Jencks wrote: I think the howl snapshot

Re: build failed Thu Oct 28 17:13:01 PDT 2004

2004-10-29 Thread David Jencks
I think the howl snapshot at openejb (howl-0.1.7-SNAPSHOT) still works. Lets remove howl from the uber build. david jencks On Oct 28, 2004, at 8:10 PM, Dain Sundstrom wrote: HOWL is totally broken, and even if you skip the HOWL tests the transaction module test fail. I'm still looking at it, b

Re: build failed Thu Oct 28 17:13:01 PDT 2004

2004-10-29 Thread David Jencks
I am now david jencks On Oct 28, 2004, at 5:22 PM, Jeremy Boynes wrote: Is anyone looking at this? -- Jeremy

Re: build failed Thu Oct 28 17:13:01 PDT 2004

2004-10-29 Thread Dain Sundstrom
HOWL is totally broken, and even if you skip the HOWL tests the transaction module test fail. I'm still looking at it, but it I get the feeling we need to patch HOWl. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Oct 28, 2004, at 5:22 PM, Jeremy Boynes wrote

Re: Proposed Deployer Syntax

2004-10-29 Thread Dain Sundstrom
+1 -dain On Oct 28, 2004, at 7:12 PM, Aaron Mulder wrote: General syntax: deployer [--uri URI [--driver JarFile] [--user username [--password \ password]]] command arguments --uri: a URI to contact the server. The server must be running for this to work. If not specified, the deployer d

Proposed Deployer Syntax

2004-10-29 Thread Aaron Mulder
General syntax: deployer [--uri URI [--driver JarFile] [--user username [--password \ password]]] command arguments --uri: a URI to contact the server. The server must be running for this to work. If not specified, the deployer default to operating on a Geronimo server running on the s

Re: build failed Thu Oct 28 17:13:01 PDT 2004

2004-10-29 Thread Jeremy Boynes
Is anyone looking at this? -- Jeremy