[GSoC] Artifacts of SCA

2011-04-29 Thread Nirmal Fernando
Hi, Under my project Develop a simple tool that can be used to generate composite diagrams https://issues.apache.org/jira/browse/TUSCANY-3496 I need to identify all the possible artifacts that can be occurred in a composite.xml file. I already recognized following: * Composite * Component * Prop

Problem in checking out the code

2011-04-29 Thread Amindri Udugala
Hi All I tried to check out the code using the following command "svn checkout http://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/sca";, as stated here http://tuscany.apache.org/sca-java-development-guide.html . It seems to be that the URL doesn't work. I get the following message sv

Re: Problem in checking out the code

2011-04-29 Thread Nirmal Fernando
Hi, On Fri, Apr 29, 2011 at 8:12 PM, Amindri Udugala wrote: > Hi All > > I tried to check out the code using the following command  "svn checkout > http://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/sca",  as > stated here http://tuscany.apache.org/sca-java-development-guide.html . It

[jira] [Created] (TUSCANY-3863) Invalid links in SCA-Java Development Guide

2011-04-29 Thread C.S. Nirmal J. Fernando (JIRA)
Invalid links in SCA-Java Development Guide Key: TUSCANY-3863 URL: https://issues.apache.org/jira/browse/TUSCANY-3863 Project: Tuscany Issue Type: Bug Components: Java SCA Documentation

Re: Problem in checking out the code

2011-04-29 Thread Amindri Udugala
Hi Thank a lot Nirmal, it worked perfectly. Yes contributing a patch to the documentation would help beginners alot :) > >

Re: Problem in checking out the code

2011-04-29 Thread Florian Moga
Hi Amindri, Nirmal, Your projects will be 2.x extensions so you'll be working on the 2.x branch. You can use http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/ to checkout code. I don't recommend you try and build the whole distribution as it literally takes hours with an empty maven rep

Re: What version? 1.x or 2.x

2011-04-29 Thread Florian Moga
Hi Guilherme, Most of the development happens in the 2.x area so the extension will target Tuscany 2.x to begin with. Florian On Thu, Apr 28, 2011 at 10:27 PM, Guilherme Armigliatto < guilhermearmiglia...@gmail.com> wrote: > Hi, > > The extension will be in which version, 1.x or 2.x ? > > > Th

Re: [GSoC] Artifacts of SCA

2011-04-29 Thread Florian Moga
Hi Nirmal, Looking at the SCA plugin for Eclipse, I can see they also have * Includes * Intents / Policies Other concepts which it would be good to consider are * SCA Domain * SCA Node There is also an eventing spec that Tuscany doesn't support yet which defines producers, consumers and

Re: Problem in checking out the code

2011-04-29 Thread Nirmal Fernando
Hi Florian, On Fri, Apr 29, 2011 at 8:43 PM, Florian Moga wrote: > Hi Amindri, Nirmal, > Your projects will be 2.x extensions so you'll be working on the 2.x branch. > You can use http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/ to > checkout code. I already did this. :) > I don't re

Re: Problem in checking out the code

2011-04-29 Thread Amindri Udugala
Hi Thanks Florian, will checkout the code from 2.x branch.

Re: [GSoC] Artifacts of SCA

2011-04-29 Thread Raymond Feng
Hi, For references/services, there are one or more bindings and one interface. Node is not an SCA concept, it's Tuscany way to control the unit of work for the runtime. BTW, for the graphing, you can also look at a popular tool http://www.graphviz.org/. It supports multiple layout algorithms a

Re: What version? 1.x or 2.x

2011-04-29 Thread Raymond Feng
+1. For all of the 2011 GSoC projects for Tuscany, we should work on Tuscany 2.x. Thanks, Raymond Raymond Feng rf...@apache.org Apache Tuscany PMC member and committer: tuscany.apache.org Co-author of Tuscany SCA In Action book: ww

Re: [GSoC] Artifacts of SCA

2011-04-29 Thread Nirmal Fernando
Hi, On Fri, Apr 29, 2011 at 9:53 PM, Raymond Feng wrote: > Hi, > For references/services, there are one or more bindings and one interface. > Node is not an SCA concept, it's Tuscany way to control the unit of work for > the runtime. > BTW, for the graphing, you can also look at a popular > tool 

Tuscany JMX integration

2011-04-29 Thread Raymond Feng
For now, you can just build sca-java-2.x/modules. It contains all of the modules for Tuscany runtime. I'll find some time to add a skeleton project for you such as tuscany-jmx. This way, we can have a base for patching. Tuscany runtime comes with an extensibility and pluggability layer based o

Re: [GSoC] Artifacts of SCA

2011-04-29 Thread Raymond Feng
I'm not suggesting you to use the source code from the Graphviz project. We can just generate the .dot file from Java. EPL is a compatible binary license for ASL, i.e, we can have binary dependencies on EPL artifacts. Thanks, Raymond

Re: [GSoC] Artifacts of SCA

2011-04-29 Thread Florian Moga
Hi Raymond, Thanks for clarifying the Node terminology. Useful to know it's not part of the SCA specs. Another suggestion, if there will be domain support it will probably be nice to display promotion of services, references, properties, etc. as well. What do you think? We can keep that towards t

Re: Build failed in Jenkins: Tuscany-2x #178

2011-04-29 Thread Raymond Feng
I'm sorry that I'm too much cutting-edge here. Wink 1.1.3-incubating hasn't been officially released yet. :-( I'll revert the change for now. Thanks, Raymond Raymond Feng rf...@apache.org Apache Tuscany PMC member and committer: t