Re: JMS on new SPIs

2007-05-31 Thread Simon Laws
Ok, so I sounds like people think this is a good idea. The generic bits of starting JMS are I guess the registration of required queues and the start up stuff like connection factories and activation spes and of course the JNDI details. So we could look at pulling this out, as ant suggests, in a

Re: Status of Java SCA 0.90 release

2007-05-31 Thread Simon Laws
Ant, I think that's a good idea. We need to be a bit organized about how we go about it though. At least if we can get some details in for each of the user confgurable extensions that would be good. I've just done some more updates to the user guide and I've included the module list at the bottom

JSONRPC binding and SDO?

2007-06-01 Thread Simon Laws
I have a service which returns an SDO and the JSONRPC binding complains about it... {"id":1,"error":{"code":593,"msg":"bean org.apache.tuscany.sca.samples.aggregator.types.impl.AlertsTypeImpl element 0 be an org.apache.tuscany.sca.samples.aggregator.types.impl.AlertTypeImpl bean org.apache.tuscan

Re: An Atom+RSS Feed binding, was: Work items for the next release?

2007-06-01 Thread Simon Laws
I've just committed a strawman port to Java of the Feed Aggregator application into my sandbox so that It now runs on the Java runtime. http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/slaws/feed-aggregator/ It depends on Sebastien's feed binding so you will need that as well http://sv

Re: An Atom+RSS Feed binding, was: Work items for the next release?

2007-06-01 Thread Simon Laws
Sebastien. Nice one. I used the service binding and it looks good. Would also like to use the reference binding (will help remove some cruft from the other feed aggregator sample). For me the thing I would like to add is a parameter to the "get()" method that allows me to override the URL set in

Re: 0.91 release?

2007-06-01 Thread Simon Laws
+1 for leaving 0.90 as it is and for cutting the 0.91 branch from trunk when the time comes. I think it will be confusing if we start developing new release content on 0.90 in parallel with changes in trunk. Branching the next release from trunk also encourages us to try and keep head building.

Re: An Atom+RSS Feed binding, was: Work items for the next release?

2007-06-01 Thread Simon Laws
Oh yes. I think we can simplify the demo by using the reference side also. I occured to me that we have both started using feed-aggregator for the samples we are wokring on. Go ahead and use that for the simple version. I'll change the sample I've been working back to alert-aggregator or we are

Re: Tuscany website

2007-06-04 Thread Simon Laws
Luciano, it's surprising how much better it feels without the redirect! How about we remove all of the old web site pages (or replace them with pointers to the new site) just in case people find them by accident? Simon

Servlet path change?

2007-06-05 Thread Simon Laws
Am just playing with the big bank demo that Sebastien made and it seems now that the servlets have moved from services/AccountJSONService to services/SCADomain/AccountJSONService Looking back through SVN changes and the ML I can't see where this happened but I know that this just means I'm loo

Re: Website - Consistent navigation menus

2007-06-06 Thread Simon Laws
The rules, as documented [1], don't restrict editorship of a wiki used as a project website to just committers but ask that only those who have a signed CLA on file be allowed to edit the pages destined for the project website. It doesn't say we can't restrict it to just committers of course. I t

Re: Servlet path change?

2007-06-06 Thread Simon Laws
Thanks for the pointers/info. I assume the intention is to add in the ability to specify the binding specific base system uri on a binding by binding bases (as well as implementing all the other rules of course). I don't see this configuration in the code now. sca domain sca runtime runtime.

Re: Website - Consistent navigation menus

2007-06-06 Thread Simon Laws
Ok Hernan, thanks for your advice on this, I guess we can go with just having committers access on the space used to generate the website and them move everything else to a separate space with committers and cla access. Who do we ask for a new space? [EMAIL PROTECTED] Regards Simon

Re: Servlet path change?

2007-06-06 Thread Simon Laws
OK, I need to take a closer look. Assuming we don't hard code the info we can potentially determine the IP info (although that might not even be the case when there are multiple NICs) but we need to get the port selection from somewhere. Is there currently a natural place where this config info li

Re: Website - Consistent navigation menus

2007-06-06 Thread Simon Laws
OK so, I'll raise a JIRA against infrastructure asking for a new space to act as our wiki: Name: Apache Tuscany Wiki Key: TUSCANYWIKI Is everyone happy with this name? Venkat, when you say "administrator" privileges I assume you mean confluence admin privileges? Wouldn't this be a separate

Re: Website - Consistent navigation menus

2007-06-06 Thread Simon Laws
Yes. Make sense? Simon

Re: What's an SCA domain base URI? was: Servlet path change?

2007-06-06 Thread Simon Laws
I also think the assembly spec is a little deficient in this area. I don't think it's description of the Base Domain URI at line 2357 chimes well with the notion that an SCA Domain may be represented across a number of runtime nodes at line 2765. While we might assume from how it stands that ther

Re: Servlet path change?

2007-06-06 Thread Simon Laws
Raymond, if you think CompositeBuilder is the right place to do this then I have to bow to your better judgement. The binding base URLs should be stored in a topology model (as in the SCA Binding and Distribution thread). So if you are going to make this change it would be good to instigate enoug

Re: Tuscany wiki strategy, was :Re: Website - Consistent navigation menus

2007-06-06 Thread Simon Laws
Looking at the Geronimo spaces I like the idea of having separate spaces for the documentation for different versions. However we havn't got to V1.0 yet so not an immediate requirement. I would still go with. /TUSCANY - the main project web site space current site content committer access

Re: Servlet path change?

2007-06-06 Thread Simon Laws
Ah, yes, sounds like we are:-) Simon

Re: What's an SCA domain base URI? was: Servlet path change?

2007-06-07 Thread Simon Laws
Also, for example, the Web Service Binding specification adds extra, WSDL specific, endpoint URI resolution rules which we need to factor in. Simon

Re: SCA Binding and Disitribution was: Distributed Composites

2007-06-07 Thread Simon Laws
Interesting. Taking a step back I think we should agree what we are trying to represent in a model of the topology before we decide where the information comes from and the exact syntax of the configuration files. So from the previous two suggestions... When a runtime is started up we need the r

Re: An observation about the current Contribution handling code

2007-06-07 Thread Simon Laws
Mike By "I am pointing explicitly at a particular composite that I want to use with the test case" are you saying this behaviour is evident if your composite of interest is marked as deployable (in sca-contribution.xml ) when the others that are loaded are not? Regards Simon

Re: Website - Consistent navigation menus

2007-06-08 Thread Simon Laws
Conversation seems to have stopped so, from the previous comments... * Confluence admins: Venkat, Luciano, Mike Edwards [1] have been proposed to cover the timezones we operate in. Venkat are you progressing this? * http://cwiki.apache.org/confluence/display/TUSCANY space access: As this is no

Re: An observation about the current Contribution handling code

2007-06-08 Thread Simon Laws
I just tried this with the JMS test, i.e. added a second composite, and it does feel a little odd. In the case where there is no sca-contribution.xmlthe logc seems to look for the directory that holds the composite file you specify and load all the composites there rather that just the one you ask

Re: An observation about the current Contribution handling code

2007-06-08 Thread Simon Laws
I also seems that you can't get round it. As it uses the composite file name to identify the directory to look in. Adding a directory path in front of the file name will have no effect as it just removes the directory path as well when constructing the root directory to start looking in so you end

Re: An observation about the current Contribution handling code

2007-06-09 Thread Simon Laws
Alongside the separation of loading and resolution there is a more simplistic point here I think about the current implementation to do with how a composite location is specified. As users of SCADomain I think Mike and I fell into the trap of believing that SCADomain.newInstance("my.composite")

Re: Lazy loading and resolution of SCA composites, was: An observation about the current Contribution handling code

2007-06-10 Thread Simon Laws
Sebastien, it looks like a good start on the lazy loading to me. On the disitributed runtime scenario point. I'd like to start putting the distributed runtime bits I have so far into head so I would like to work with you in making a start on the notion of a domain/runtime configured through incre

Re: Website - Consistent navigation menus

2007-06-11 Thread Simon Laws
In this situation where only commiters have access to update the site wiki the committers have to adopt the role of an editor. New content can come either as unformatted page content or formatted (for confluence) page content Unformatted content, e.g. word docs, text, diagrams etc can be directly

Re: JMS on new SPIs

2007-06-11 Thread Simon Laws
I've now enabled the JMS binding in the modules/pom.xml so that it gets build/tested regularly. It still has limited functionality compared to the JMS Binding spec but does what I need it to for the time being. I've started documenting the module here ( http://cwiki.apache.org/confluence/display/T

Re: Wiki Access issues ?

2007-06-11 Thread Simon Laws
Hi, I just tried and I see it at the moment. Simon

Re: Wiki Access issues ?

2007-06-11 Thread Simon Laws
So I expect this is just the product of edit access being restricted to committers. Please comment on Luciano's post here [1] so that a new space can be provisioned (assuming that this is what is agreed) ASAP. Simon [1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg18622.html

Re: 0.91 release?

2007-06-11 Thread Simon Laws
So we haven't come back to this for a few days. I guess one of the first things we need to do is get a release manager lined up so we can start pulling the list of release content together with some focus. Any volunteers? Simon

Re: Automated nightly builds

2007-06-11 Thread Simon Laws
Are the distribution artefacts now being produced? Can we add the links to the web site? If so what should they be? Simon

Re: JMS on new SPIs

2007-06-11 Thread Simon Laws
OK, thanks, simon Simon

Re: Tuscany wiki strategy, was :Re: Website - Consistent navigation menus

2007-06-12 Thread Simon Laws
Ok, so can our Confluence admins tell us if we need to create a JIRA with infra to make this happen or whether they can action this? Simon

Re: Tuscany wiki strategy, was :Re: Website - Consistent navigation menus

2007-06-12 Thread Simon Laws
Ok, thanks Venkat for looking into this. Simon

Re: 0.91 release?

2007-06-12 Thread Simon Laws
Yeah, Venkat did loads on the last release. +1 from me for Venkat as 0.91 RM Simon

Distributed runtimes and topology

2007-06-12 Thread Simon Laws
I've starting to move and reorganize some of the distributed runtime ideas from my sandbox into the trunk. So far there is not much there modules/ topology - and empty module for topology model things samples/ calculator-distributed - the current motivating use case. There have been several t

Re: An observation about the current Contribution handling code

2007-06-12 Thread Simon Laws
I did try SCADomain.newInstance("http://whatever/uri";, "mydir1", "my.composite") and it didn't work for me. The code only seems to take any notice of location if it's and absolute URL (which the above location is not) so I would expect SCASCADomain.newInstance("http://localhost";, "file:///c:/

Re: Lazy loading and resolution of SCA composites, was: An observation about the current Contribution handling code

2007-06-12 Thread Simon Laws
OK cool - I'm not going to do any more here today but if you do more I'll pick it up in the morning. Simon

Re: SCA Binding and Disitribution was: Distributed Composites

2007-06-12 Thread Simon Laws
Looking back at this I think you are right that the specs that that a Domain will have a base URI per scheme. We may have been a bit over zelous with the base URIs in there association with bindings. I'm just wondering why we assumed it was defined on a binding basis. I imagine separate base uris

Re: SCA Binding and Disitribution was: Distributed Composites

2007-06-13 Thread Simon Laws
No, it was operator error. For some reason I didn't snip out the bit I was replying to. Apologies Simon

Re: SCA Binding and Disitribution was: Distributed Composites

2007-06-13 Thread Simon Laws
AM Subject: Re: SCA Binding and Disitribution was: Distributed Composites > [snip] > Simon Laws wrote: >> Ok, I've taken the next step here and have a distributed runtime example >> running in my sandbox. A sample calculator application [1] showing the >> disitribute

Re: Tuscany wiki strategy, was :Re: Website - Consistent navigation menus

2007-06-14 Thread Simon Laws
SCANY' will be copied > over > > > to > > > > this new space > > > > - We will disable the html autoexport for TUSCANYWIKI as we really > > don't > > > > need this. > > > >

Re: Distributed runtimes and topology

2007-06-14 Thread Simon Laws
On 6/12/07, Simon Laws <[EMAIL PROTECTED]> wrote: I've starting to move and reorganize some of the distributed runtime ideas from my sandbox into the trunk. So far there is not much there modules/ topology - and empty module for topology model things samples/ calculator-distri

Re: How are we going to use the Tuscany Wiki space?

2007-06-15 Thread Simon Laws
I agree. Looking at it now it is confusing with the complete copy of the web site material presented on the front page. It's not clear where the definitive source of this material is. +1 to the proposal for changing the front page of TUSCANYWIKI. I would have thought we can just start with a subp

Re: How to add contribution to an existing domain

2007-06-15 Thread Simon Laws
On 6/15/07, Huang Kai <[EMAIL PROTECTED]> wrote: Hi all: How do I add a contribution to an existing domain, without creating a new domain? And I have no way to get a ContributionService instance in current domain before I can call its contribute() or remove() method (IMHO, it should has

Domains, runtimes, components and cardinality

2007-06-18 Thread Simon Laws
Following on from recent discussion on the distributed binding (I've been putting notes here [1])... In a Tuscany SCA runtime what do we expect the cardinality between the various parts of it to be? A domain notionally runs on a runtime. In the case of a stand-alone Tuscany SCA runtime this will

binding.sca

2007-06-18 Thread Simon Laws
The sca binding that I use in the distributed runtime has a few more features than the one provided in assembly/core. I'd like to keep this function separate from what has gone before. Any objections to me creating binding-sca or even binding-sca-distributed As an aside I also have a small numbe

Re: SCA Continuum build failure (resource issue)

2007-06-18 Thread Simon Laws
Hi Luciano Thinking back, when I originally started bringing the JMS binding back to life I used ActiveMQ 4.1.0 and was getting errors something like this. The error doesn't occur at 4.2 so I didn't look at it very closely. 4.2 is only a snapshot though so not very helpful yet. If it's causing p

Re: 0.91 release?

2007-06-20 Thread Simon Laws
'd get WS services > >> without > >> > >> > > wsdl > >> > >> > > working so will try to do that as well. > >> > >> > > > >> > >> > > Most of the code for those is

Re: 0.91 release?

2007-06-20 Thread Simon Laws
I can speak for the following binding-jms - Works for sychronous, Java object based messages and implements a part of the spec but not all of it. So it depends on how comfortable we are with spec incomplete bindings. I would leave it out for now binding-sca - part of the distributed runtime. All

[C++] SDO - preventing SDO from loading schema across the network

2007-06-20 Thread Simon Laws
Posting to tuscany and php lists I raised a bug (http://issues.apache.org/jira/browse/TUSCANY-1362) as we noticed in PHP that C++ SDO was going out across the network to find schema identified by namespace alone even when the schema had already been read. The problem is that the list that is

Re: Domains, runtimes, components and cardinality

2007-06-20 Thread Simon Laws
ion of components across two runtimes instead of nodes? Anyways, to start with, I'd be happy to leave this out for the next iteration. Thanks - Venkat On 6/18/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > Following on from recent discussion on the distributed binding (I've

Stage 1 Distributed runtime checked into trunk

2007-06-20 Thread Simon Laws
With the changes associated with http://issues.apache.org/jira/browse/TUSCANY-1338 I've now put the simple distributed runtime support into head. The modules I've added are modules/ topology/topology-xml - describe and read the node to component mapping (not actually used at the moment) binding

Re: [C++] SDO - preventing SDO from loading schema across the network

2007-06-20 Thread Simon Laws
OK, thanks Pete, I'll take a look.

SCA Toys?

2007-06-21 Thread Simon Laws
I've collected a couple of utilites that have helped me during debugging some problems ( http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/slaws/sample-sca-toys/). For example this is the code I drop at the end of a test to print out the model hierarchy that was built: // inspect t

Re: Stage 1 Distributed runtime checked into trunk

2007-06-21 Thread Simon Laws
On 6/20/07, Simon Laws <[EMAIL PROTECTED]> wrote: With the changes associated with http://issues.apache.org/jira/browse/TUSCANY-1338 I've now put the simple distributed runtime support into head. The modules I've added are modules/ topology/topology-xml - describe and

Re: SCA Toys?

2007-06-21 Thread Simon Laws
enkat On 6/21/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > I've collected a couple of utilites that have helped me during debugging > some problems ( > > http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/slaws/sample-sca-toys/ > ). > For example this is th

Re: Not being able to edit wiki

2007-06-21 Thread Simon Laws
On 6/22/07, Adriano Crestani <[EMAIL PROTECTED]> wrote: Hi, can anyone tell me why I'm not being able to edit the wiki? I get this message: You do not have permission to view this page. You have to be a member of *all* the following groups to access this page. If this is incorrect please conta

Re: Tuscany/ODE resources questions

2007-06-22 Thread Simon Laws
On 6/22/07, Matthieu Riou <[EMAIL PROTECTED]> wrote: I don't know what would be the best way from the Tuscany standpoint, but having some sort of configuration object (maybe a StAXArtifactProcessor) mirroring part of a global Tuscany configuration and available in the module activator would be n

Re: Domains, runtimes, components and cardinality

2007-06-22 Thread Simon Laws
onents and cardinality > Hi, > > Please see my comments inline below. > > Thanks, > Raymond > > ----- Original Message - > From: "Simon Laws" <[EMAIL PROTECTED]> > To: "tuscany-dev" > Sent: Monday, June 18, 2007 5:25 AM > Subject: Doma

Re: 0.91 release?

2007-06-22 Thread Simon Laws
ve a readme that describes the demo layout, what its intent > > is and > > how you get to run it. I guess this is something we have already done > > for > > the samples. > > > > - Venkat > > > > On 6/21/07, Jean-Sebastien Delfino <[EMAIL PROTECTED

Re: SDO C++ compliance with 2.1 spec - help needed

2007-06-23 Thread Simon Laws
On 6/23/07, Pete Robbins <[EMAIL PROTECTED]> wrote: I have created a maintenance branch */incubator/tuscany/branches/sdo- cpp-pre2.1/* Work towards SDO 2.1 specification compliance will continue in HEAD. Cheers, On 22/06/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > As is shown by the anal

Re: Build failure in samples/calculator-distributed, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-06-25 Thread Simon Laws
The error isn't immediately meaningful but I'll take a look and see if I can work out what's going on. Simon On 6/25/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Module samples/calculator-distributed fails to build, breaking the SCA nightly build. I moved the module out of the main b

Re: [C++] SDO - preventing SDO from loading schema across the network

2007-06-25 Thread Simon Laws
would be inclined to rewrite > it! It looks like it is over complex and news up a SDOSchemaSax2Parser that > is never freed. I'll maybe take a look at getting that into shape in the > next week. > > Cheers, > > > On 20/06/07, Simon Laws <[EMAIL PROTECTED]

Re: [C++] SDO - preventing SDO from loading schema across the network

2007-06-25 Thread Simon Laws
On 6/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 6/20/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > oh.. they are freed later on in the ParsedLocations destructor ??? OK. I > clearly need to look at this when more awake :-( > > On 20/06/07, Pete Robbins

Re: Need SCA Notification

2007-06-27 Thread Simon Laws
On 6/25/07, Huang Kai <[EMAIL PROTECTED]> wrote: Hi, all: I think a notification mechanism useful to let spi provider know what is going on in the SCA container. A notification should be sent when Contribution/Composite/Component/Artifact start or stop. Ofcoz stop() method in implementat

Re: [VOTE] Fuhwei Lwo for Tuscany Committer

2007-06-27 Thread Simon Laws
On 6/27/07, Luciano Resende <[EMAIL PROTECTED]> wrote: +1 Welcome Fuhwei On 6/27/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > +1 from me. > > Thanks, > Raymond > > - Original Message - > From: "Frank Budinsky" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, June 26, 2007 5:47 AM > Subject

Re: Can an implementation provider detect changes to its SCA domain?

2007-06-27 Thread Simon Laws
On 6/27/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: Hello, Is there any way for an implementation provider to detect when a contribution is updated/removed from an SCA domain or when a domain is closed? The OSGi implementation provider for SCA allows an OSGi bundle to be shared across multip

Re: How are we going to use the Tuscany Wiki space?

2007-06-30 Thread Simon Laws
or the Wiki, with the copied Web site home page http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Home linked from the TUSCANYWIKI front page. Simon Simon Laws wrote: > I agree. Looking at it now it is confusing with the complete copy of the > web > site material presented on

Re: How are we going to use the Tuscany Wiki space?

2007-07-01 Thread Simon Laws
On 7/1/07, Luciano Resende <[EMAIL PROTECTED]> wrote: I'd like to propose using a structure similar to the one described below to group documents together and make it easier to find related information. It's probably good not to have very deep hierarchy, and maybe start grouping things on a spec

Re: How are we going to use the Tuscany Wiki space?

2007-07-02 Thread Simon Laws
SCA Java Project > > > | > > > |--- SCA related Documents > > > > > > SDO Java Project > > > | > > > |--- SDO related Documents > > > > > > DAS Java Project > > > | > > > |

Re: [VOTE] Release Tuscany Java SCA 0.91-incubating

2007-07-02 Thread Simon Laws
On 6/29/07, ant elder <[EMAIL PROTECTED]> wrote: On 6/28/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: > > Hi, > > Please review and vote on the 0.91 release artifacts of Tuscany SCA for > Java. > > The artifacts are available for review at: > http://people.apache.org/~svkrish/tuscany/0.91-rc1

Re: SCA 0.92 release?

2007-07-02 Thread Simon Laws
On 7/2/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: Hi, I am looking at the Policy Framework and shall update the wiki on the specifics soon. Once this is done to some level, I'd also like to help a bit with the ws-* things (may be WS-Security to start with) that Ant has listed on the wiki

Re: [VOTE] Release Tuscany Java DAS beta1

2007-07-02 Thread Simon Laws
On 7/2/07, ant elder <[EMAIL PROTECTED]> wrote: On 7/2/07, ant elder <[EMAIL PROTECTED]> wrote: > > > > On 7/1/07, Luciano Resende <[EMAIL PROTECTED]> wrote: > > > > Please vote to release the beta1 distribution of Tuscany DAS for Java. > > > > The Release Candidate RC1 for Tuscany Java DAS beta

Re: SCA 0.92 release?

2007-07-02 Thread Simon Laws
On 7/2/07, ant elder <[EMAIL PROTECTED]> wrote: On 7/2/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 7/2/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am looking at the Policy Framework and shall update the wiki on th

Extending the runtime and domain models

2007-07-03 Thread Simon Laws
The runtime classes (ReallySmallRuntime and ReallySmallRuntimeBuilder) and the EmbeddedSCADomain implementation are pretty well locked down in terms of overriding their members and functions. I had to make copies of most of this function to create the distributed runtime and domain. Can we loosen

Management and Distributed Runtime

2007-07-03 Thread Simon Laws
It would be good to get the community's thoughts about what management and distributed runtime scenarios we should support in Tuscany. There has been quite a bit of discussion on the distributed runtime itself here. The main focus so far has been on using an SCA assembly to represent the distribu

SCA binding and wiring

2007-07-03 Thread Simon Laws
The SCA binding provides the default binding and appears when the user doesn't explicitly provide a binding against a reference or a service. The Tuscany runtime can use the SCA binding to implement local wires between components running in the same VM or remote wires between components running on

Re: Making the base artifact processor utilities more readily available

2007-07-03 Thread Simon Laws
On 7/3/07, ant elder <[EMAIL PROTECTED]> wrote: On 7/3/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > In writing the Topology mode I had to make a copy of the base artifact > processor as it only has package visibilityIt has lots of useful utilities > alongside the ass

Re: [DISCUSS] Geronimo-Tuscany integration(Sending to both lists)

2007-07-03 Thread Simon Laws
instances will > still have information about the other instances and will do the > wiring across the instances that constitute a complete SCADomain. > From what I could find, this type of an SCADomain is not > supported currently. There is work on an SCADomain spanning multiple

Re: SOAP/JMS

2007-07-05 Thread Simon Laws
On 7/5/07, John Hunt <[EMAIL PROTECTED]> wrote: All, A quick question on the use of JMS. The Tuscany web site says that the supported bindings are currently: Webservice using Apache Axis2 JMS (tested with Apache ActiveMQ) JSON-RPC So how would someone use the Tuscany JMS binding with

Re: [DISCUSS] Geronimo-Tuscany integration(Sending to both lists)

2007-07-05 Thread Simon Laws
Hi Manu more comments in line On 7/4/07, Manu George <[EMAIL PROTECTED]> wrote: Hi Simon, In one of the previous mails Sebastien proposed two ways of how the SCADomain should exist in geronimo >(a) one instance of SCADomain per component running on the server, >loaded with

SDO build problems

2007-07-06 Thread Simon Laws
Now that the server problems seem to be solved I've again been trying to build DAS but have SDO problems. When maven comes to downloading emf dependencies it reports checksum failures (not sure if this is significant)... [INFO] -

Re: SDO build problems

2007-07-06 Thread Simon Laws
ve sent you my version via direct email. Please let me know if this fixes your problem. I will pursue an eclipse contact to try to get this fixed up. Regards, Kelvin. On 06/07/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > Now that the server problems seem to be solved I've agai

Re: Problems using WSDL interfaces together with DataBinding (DB) framework

2007-07-06 Thread Simon Laws
On 7/6/07, Scott Kurz <[EMAIL PROTECTED]> wrote: Raymond, Your proposal makes sense to me. It seems like a nice simplification to view the component-level intf (2) as existing only for testing wire-mappability of interfaces and to view the "componentType intf", (or impl-level intf) (1) and th

Re: StackOverflowException when mutual reference exist

2007-07-06 Thread Simon Laws
On 7/6/07, Mike Edwards <[EMAIL PROTECTED]> wrote: Huang, I assume that by "reference" here, you mean a service reference? If that is so, it should work. If you mean that composite A has a component which uses composite B as an implementation and that composite B has a component which uses co

Re: [VOTE] Release Tuscany Java SCA 0.91-incubating RC2

2007-07-06 Thread Simon Laws
On 7/6/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: Hi, Please review and vote on the 0.91 release artifacts of Tuscany SCA for Java. The artifacts are available for review at: http://people.apache.org/~svkrish/tuscany/0.91-rc2/ This includes the binary and source distributions, the RAT re

Re: [VOTE] Release Tuscany Java SCA 0.91-incubating RC2

2007-07-08 Thread Simon Laws
On 7/8/07, ant elder <[EMAIL PROTECTED]> wrote: Looks ok to me as well so +1. ...ant On 7/6/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: > > Hi, > > Please review and vote on the 0.91 release artifacts of Tuscany SCA for > Java. > > The artifacts are available for review at: > http://peo

Re: [DISCUSS] Geronimo-Tuscany integration(Sending to both lists)

2007-07-08 Thread Simon Laws
Hi Manu, I'm away this week but here are a few more thoughts for now. On 7/6/07, Manu George <[EMAIL PROTECTED]> wrote: Hi Simon, Comments inline. On 7/5/07, Simon Laws <[EMAIL PROTECTED]> wrote: > Hi Manu > > more comments in line > >

Re: Website ACL

2007-07-15 Thread Simon Laws
On 7/16/07, Luciano Resende <[EMAIL PROTECTED]> wrote: Ant wrote: > So no problem, when someone comes along we want to grant access just discuss > and vote on the private list and we can just give them access. +1 On 7/15/07, ant elder <[EMAIL PROTECTED]> wrote: > The Apache CWIKI page is now q

Re: [VOTE] Release Tuscany Java SCA 0.91-incubating RC3

2007-07-16 Thread Simon Laws
On 7/16/07, Raymond Feng <[EMAIL PROTECTED]> wrote: +1 for the release. I guess that we need to document the issue reported by https://issues.apache.org/jira/browse/TUSCANY-1435 in the release note. Thanks, Raymond - Original Message - From: "Venkata Krishnan" <[EMAIL PROTECTED]> To:

Re: [VOTE] Release Tuscany Java SCA 0.91-incubating RC3

2007-07-16 Thread Simon Laws
On 7/16/07, ant elder <[EMAIL PROTECTED]> wrote: On 7/16/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 7/16/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > > > > +1 for the release. > > > > I guess that we need to document the issue reported by &

Re: [jira] Commented: (TUSCANY-1379) Admin:Core start/stop/query admin services

2007-07-16 Thread Simon Laws
Some comments in line... On 7/16/07, ant elder <[EMAIL PROTECTED]> wrote: On 7/2/07, Simon Laws (JIRA) wrote: > > > [ > https://issues.apache.org/jira/browse/TUSCANY-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509538 ] > >

Re: What should be the right Parent pom version ?

2007-07-17 Thread Simon Laws
On 7/17/07, Luciano Resende <[EMAIL PROTECTED]> wrote: Doing a quick search on the code, looks like we have a combination of parent pom references in our current trunk code. Searching for: 2-incubating cts\pom.xml(24): 2-incubating sca\pom.xml(25): 2-incubating sca\pom.xml(160): 2-incubating Fo

Re: Normalize the reference endpoints for bindings

2007-07-17 Thread Simon Laws
On 7/16/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, As captured at http://cwiki.apache.org/TUSCANYWIKI/multiple-bindings-and-reference-multiplicity.html, a reference can use "target" attribute or binding uri to declare the outbound endpoints. Multiplicity and promotion complicate the pictu

Re: Tuscany roadmap

2007-07-17 Thread Simon Laws
On 7/12/07, Brady Johnson <[EMAIL PROTECTED]> wrote: Is there some sort of TuscanySCA roadmap? I've looked around a bit and haven't found one. I was curious what the future plans for TuscanySCA CPP were in particular. I have a few ideas and I was curious if they had been contemplated yet. - Mo

Re: What services are Web Service accessable

2007-07-17 Thread Simon Laws
On 7/12/07, Brady Johnson <[EMAIL PROTECTED]> wrote: I've been looking into loading and invoking Tuscany services from a container other than Axis, and have found what seems to be erroneous service access from Axis. In particular the CppBigBank TuscanySCA CPP service. The URL used to invoke the

Re: Click to confirm your Google Alert

2007-07-17 Thread Simon Laws
On 7/17/07, ant elder <[EMAIL PROTECTED]> wrote: Fyi, I've taken the liberty of setting up Google blog alerts to send us msgs when sca or tuscany are found to be mentioned on someones blog, hope no one minds. Can switch them off if it gets annoying but I've been using this for a while and find i

<    1   2   3   4   5   6   7   8   9   10   >