Re: Domain testing

2011-04-20 Thread Simon Laws
You can use the Shell load command with one of those node.xml files. The name load to match the TuscanyRuntime loadFromXML method. I've just updated the startDeployables attribute to default to true which answers the comment in the Tuscany class about how to start it, and that also means it

Re: Domain testing

2011-04-20 Thread ant elder
On Wed, Apr 20, 2011 at 9:26 AM, Simon Laws simonsl...@googlemail.com wrote: You can use the Shell load command with one of those node.xml files. The name load to match the TuscanyRuntime loadFromXML method. I've just updated the startDeployables attribute to default to true which answers the

Re: Domain testing

2011-04-20 Thread ant elder
On Tue, Apr 19, 2011 at 8:20 PM, ant elder ant.el...@gmail.com wrote: I'm not sure how well it will work using Ant tasks to run the two processes, from what i remember that approach always ended up causing intermitent hangs in the build, which i think is one of the reasons why all these type

Re: Domain testing

2011-04-20 Thread Simon Laws
On Wed, Apr 20, 2011 at 10:32 AM, ant elder ant.el...@gmail.com wrote: On Wed, Apr 20, 2011 at 9:26 AM, Simon Laws simonsl...@googlemail.com wrote: You can use the Shell load command with one of those node.xml files. The name load to match the TuscanyRuntime loadFromXML method. I've just

[jira] [Created] (TUSCANY-3861) All the Tuscany Maven plugins have the wrong name

2011-04-20 Thread ant elder (JIRA)
All the Tuscany Maven plugins have the wrong name - Key: TUSCANY-3861 URL: https://issues.apache.org/jira/browse/TUSCANY-3861 Project: Tuscany Issue Type: Bug Reporter: ant elder

Re: Domain testing

2011-04-20 Thread Simon Laws
...snip . The only other part of the file thats used by the Shell/TuscanyRuntime is the domainURI attribute. How are the binding base uris configured? Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com

Re: Domain testing

2011-04-20 Thread ant elder
On Wed, Apr 20, 2011 at 12:38 PM, Simon Laws simonsl...@googlemail.com wrote: ...snip . The only other part of the file thats used by the Shell/TuscanyRuntime is the domainURI attribute. How are the binding base uris configured? I've not implemented anything for that. I'm not sure that

Re: Domain testing

2011-04-20 Thread Simon Laws
On Wed, Apr 20, 2011 at 2:38 PM, ant elder antel...@apache.org wrote: On Wed, Apr 20, 2011 at 12:38 PM, Simon Laws simonsl...@googlemail.com wrote: ...snip . The only other part of the file thats used by the Shell/TuscanyRuntime is the domainURI attribute. How are the binding base uris

Re: Domain testing

2011-04-20 Thread ant elder
On Wed, Apr 20, 2011 at 2:54 PM, Simon Laws simonsl...@googlemail.com wrote: On Wed, Apr 20, 2011 at 2:38 PM, ant elder antel...@apache.org wrote: On Wed, Apr 20, 2011 at 12:38 PM, Simon Laws simonsl...@googlemail.com wrote: ...snip . The only other part of the file thats used by the

Re: Domain testing

2011-04-20 Thread Simon Laws
What is it needed for? If its just for tests to set the http port to default to 8085 instead of 8080 then there is a static field on the http server class which tests can set.   ...ant So here's a scenario. One the same machine start two Tuscany nodes to run two composites from the same

[jira] [Created] (TUSCANY-3862) MavenProject artifact.getFile() returns directory when dependency is part of aggregator pom build

2011-04-20 Thread Nitya Doraisamy (JIRA)
MavenProject artifact.getFile() returns directory when dependency is part of aggregator pom build - Key: TUSCANY-3862 URL:

[jira] [Updated] (TUSCANY-3862) MavenProject artifact.getFile() returns directory when dependency is part of aggregator pom build

2011-04-20 Thread Nitya Doraisamy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitya Doraisamy updated TUSCANY-3862: - Attachment: patchDetector.patch MavenProject artifact.getFile() returns directory

[jira] [Updated] (TUSCANY-3862) maven-dependency-plugin : MavenProject artifact.getFile() returns directory when dependency is part of aggregator pom build

2011-04-20 Thread Nitya Doraisamy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitya Doraisamy updated TUSCANY-3862: - Description: maven-dependency-plugin :

[jira] [Assigned] (TUSCANY-3862) maven-dependency-plugin : MavenProject artifact.getFile() returns directory when dependency is part of aggregator pom build

2011-04-20 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-3862: - Assignee: Raymond Feng maven-dependency-plugin : MavenProject artifact.getFile()

[jira] [Resolved] (TUSCANY-3862) maven-dependency-plugin : MavenProject artifact.getFile() returns directory when dependency is part of aggregator pom build

2011-04-20 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-3862. --- Resolution: Fixed Patch applied to trunk. Thanks! maven-dependency-plugin : MavenProject