Re: svn commit: r151790 - in geronimo/trunk/modules: axis-builder/src/java/org/apache/geronimo/axis/builder/ axis-builder/src/test/org/apache/geronimo/axis/builder/ axis/src/java/org/apache/geronimo/axis/client/ j2ee-schema/src/java/org/apache/geroni

2005-02-07 Thread Davanum Srinivas
David, Have you taken a quick look at org.apache.axis.wsdl.symboltable stuff? a very good stand alone example is in samples/client/DynamicInvoker.java -- dims On Mon, 07 Feb 2005 23:43:01 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: djencks > Date: Mon Feb 7 15:42:56 2005 > Ne

Re: Runtime and deployment time web services architecture -- please comment

2005-02-07 Thread David Blevins
Just to clue people in on what has been implemented thus far: We have an HTTP "server" that delegates to an "listener" that looks up a WSContainer using URL and sends that input/output streams for processing. The WSContainer (the web service stack), in turn, delegates to an EJBContainer. Essent

Re: WARNING!! re: Request for backward-incompatible gbean plan change (related to GERONIMO-450)

2005-02-07 Thread David Jencks
On Feb 7, 2005, at 10:44 AM, Dain Sundstrom wrote: On Feb 7, 2005, at 10:04 AM, David Jencks wrote: On Feb 7, 2005, at 9:40 AM, Dain Sundstrom wrote: On Feb 6, 2005, at 11:16 PM, David Jencks wrote: Well, I need to think about all this some more to completely understand it, and I don't think we'll

Re: deployment (oh, how I hate to go here...)

2005-02-07 Thread Aaron Mulder
On Mon, 7 Feb 2005, Geir Magnusson Jr wrote: > "A DeploymentManager running disconnected from its J2EE > product can only configure modules but not perform administrative > operations. > It might not have access to any product resources. If any of the > administrative > operations, distribute, st

Re: WARNING!! re: Request for backward-incompatible gbean plan change (related to GERONIMO-450)

2005-02-07 Thread Dain Sundstrom
On Feb 7, 2005, at 10:04 AM, David Jencks wrote: On Feb 7, 2005, at 9:40 AM, Dain Sundstrom wrote: On Feb 6, 2005, at 11:16 PM, David Jencks wrote: Well, I need to think about all this some more to completely understand it, and I don't think we'll be implementing more generic naming strategies fo

Re: deployment (oh, how I hate to go here...)

2005-02-07 Thread Geir Magnusson Jr
On Feb 7, 2005, at 1:04 PM, Dain Sundstrom wrote: On Feb 7, 2005, at 7:34 AM, Geir Magnusson Jr. wrote: It seems I can "deploy" to a running server and "distribute" to a non-running server. I understand the technical difference, but I don't grok why we need this difference, and more importantly,

Re: deployment (oh, how I hate to go here...)

2005-02-07 Thread David Jencks
On Feb 7, 2005, at 10:04 AM, Dain Sundstrom wrote: On Feb 7, 2005, at 7:34 AM, Geir Magnusson Jr. wrote: It seems I can "deploy" to a running server and "distribute" to a non-running server. I understand the technical difference, but I don't grok why we need this difference, and more importantly,

Re: Constructing reference patterns

2005-02-07 Thread Alan D. Cabrera
Dain Sundstrom wrote: On Feb 6, 2005, at 12:13 PM, David Jencks wrote: null * JCAManagedConnectionFactory * gets all MCF deployed in a standalone module. * StatelessSessionBean bar Great idea. +100 +100+infinity Regards, Alan

Re: deployment (oh, how I hate to go here...)

2005-02-07 Thread Dain Sundstrom
On Feb 7, 2005, at 7:34 AM, Geir Magnusson Jr. wrote: It seems I can "deploy" to a running server and "distribute" to a non-running server. I understand the technical difference, but I don't grok why we need this difference, and more importantly, why I can't "undistribute" in the event of a mist

Re: WARNING!! re: Request for backward-incompatible gbean plan change (related to GERONIMO-450)

2005-02-07 Thread David Jencks
On Feb 7, 2005, at 9:40 AM, Dain Sundstrom wrote: On Feb 6, 2005, at 11:16 PM, David Jencks wrote: Well, I need to think about all this some more to completely understand it, and I don't think we'll be implementing more generic naming strategies for a couple of weeks anyway. For now, I propose:

Re: Constructing reference patterns

2005-02-07 Thread Dain Sundstrom
On Feb 6, 2005, at 12:13 PM, David Jencks wrote: null * JCAManagedConnectionFactory * gets all MCF deployed in a standalone module. * StatelessSessionBean bar Great idea. +100 Although, I'm not sure we need it right this minute :) -dain

Re: WARNING!! re: Request for backward-incompatible gbean plan change (related to GERONIMO-450)

2005-02-07 Thread Dain Sundstrom
On Feb 6, 2005, at 11:16 PM, David Jencks wrote: Well, I need to think about all this some more to completely understand it, and I don't think we'll be implementing more generic naming strategies for a couple of weeks anyway. For now, I propose: 1. replace the two "hardcoded" fields on Configura

Re: deployment (oh, how I hate to go here...)

2005-02-07 Thread Geir Magnusson Jr
On Feb 7, 2005, at 12:10 PM, Aaron Mulder wrote: Ah, right. I guess we need to start every conversation by clarifying the terminology. :) Cool! I think your scenario makes sense. As far as I know, we don't have robust handling for CAR files (fully baked content, configuration, etc.) rig

Re: deployment (oh, how I hate to go here...)

2005-02-07 Thread Aaron Mulder
Ah, right. I guess we need to start every conversation by clarifying the terminology. :) I think your scenario makes sense. As far as I know, we don't have robust handling for CAR files (fully baked content, configuration, etc.) right now. There are also some issues such as if you crea

Re: deployment (oh, how I hate to go here...)

2005-02-07 Thread Geir Magnusson Jr .
On Feb 7, 2005, at 11:22 AM, Aaron Mulder wrote: If I can try to summarize briefly, here's the main problem with featureful offline support: The deployer doesn't know where the server is storing things it deploys, and doesn't know what configuration engine the server is using to decide wh

Re: deployment (oh, how I hate to go here...)

2005-02-07 Thread Aaron Mulder
If I can try to summarize briefly, here's the main problem with featureful offline support: The deployer doesn't know where the server is storing things it deploys, and doesn't know what configuration engine the server is using to decide where it is storing things and what should

deployment (oh, how I hate to go here...)

2005-02-07 Thread Geir Magnusson Jr .
I'm missing some important clue about deployment. It seems I can "deploy" to a running server and "distribute" to a non-running server. I understand the technical difference, but I don't grok why we need this difference, and more importantly, why I can't "undistribute" in the event of a mistake.

Re: WARNING!! re: Request for backward-incompatible gbean plan change (related to GERONIMO-450)

2005-02-07 Thread Jeremy Boynes
David Jencks wrote: Well, I need to think about all this some more to completely understand it, and I don't think we'll be implementing more generic naming strategies for a couple of weeks anyway. For now, I propose: 1. replace the two "hardcoded" fields on Configuration with a map 2. go forward

Re: WARNING!! re: Request for backward-incompatible gbean plan change (related to GERONIMO-450)

2005-02-07 Thread David Jencks
Well, I need to think about all this some more to completely understand it, and I don't think we'll be implementing more generic naming strategies for a couple of weeks anyway. For now, I propose: 1. replace the two "hardcoded" fields on Configuration with a map 2. go forward with my original pr

Re: WARNING!! re: Request for backward-incompatible gbean plan change (related to GERONIMO-450)

2005-02-07 Thread Jeremy Boynes
David Jencks wrote: Are you suggesting that instead of 2 name parts, domain and server, Configuration should have a map that different strategies can stuff things into? That seems quite reasonable. Yes. So the parent/child relationship for Configurations allows name structures to be inherited

[jira] Updated: (GERONIMO-290) static content with spaces in path or name can't be deployed

2005-02-07 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-290?page=history ] John Sisson updated GERONIMO-290: - Attachment: JettyModuleBuilder_patch.txt Attached patch for review for geronimo\modules\jetty-builder\src\java\org\apache\geronimo\jetty\deployment\Jet

Re: WARNING!! re: Request for backward-incompatible gbean plan change (related to GERONIMO-450)

2005-02-07 Thread David Jencks
On Feb 6, 2005, at 3:31 PM, Jeremy Boynes wrote: David Jencks wrote: We need this in a more obvious place than just a JIRA entry. agreed. You seem to have basic objections to the functionality, so lets settle those before we document anything further. I don't have objections to the basic function