RE: [cddlm] Doubts about Component Model

Ayla,
The examples that are incorrect is the example from Section 4.7 and 6.2.2. Jun Tatemura and I had discussed this and I had changed these examples some time ago. I do not know how I lost this edit. This example is WRONG. The </cmp:sequence> does not belong here. Also,
Yes, I will fix the examples. Stuart -----Original Message----- From: Steve Loughran [mailto:steve_loughran@hpl.hp.com] Sent: Monday, July 04, 2005 8:19 AM To: Stuart Schaefer Subject: Re: [cddlm] Doubts about Component Model Stuart Schaefer wrote: the
example from 6.2.3 is syntactically incorrect.
I will modify this and discuss what to do with the document with Dejan. I have attached a fixed version of the final document.
This example is not in the repository, I think. The /deployment/test/cdl/valid/cmp/cmp-flow.cdl is incorrect, as is cmp-sequence.cdl.
do you want to fix those examples?

Hello all! I'm developing a cddlm engine with Ayla, and now we are writing a factory that deploys and instantiates a given deployment component, using a CodeBase and a CommpandPath. Looking at the component model specification, I got a little bit confused about the CommandPath, specially considering the given example, which is in the following: ... <cmp:CommandPath> <cmp:path>http://server.com/app.jar</cmp:path> <cmp:args>...</cmp:args> * </cmp:CommandPath> ... As we have arguments, I think we need a "command" element (that can be optional) to pass these arguments. As we do not have the "command" element, we thought it could be in the "path" element, or we could have there executable files, but in the example presented we have a .jar file, which is not executable by itself. Can anyone help us in making this more clear? Iury
participants (2)
-
Marcelo Iury Oliveira / Projeto Ourgrid - Prof. Walfredo
-
Stuart Schaefer