Re: Tag for TSSS demo code

2007-03-27 Thread Simon Laws

On 3/27/07, Simon Laws [EMAIL PROTECTED] wrote:




On 3/27/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote:

 Sorry for late replies Simon, I am offsite in India for the next two
 weeks.

 Regarding the SCDL, there was a post earlier in the list with the SCDL
 (from
 me). You can use the calculator scdl in core-samples and remove the
 client
 component, also each component needs to be targeted with a runtimeId
 attribute. Obviously, you will have to start the targeted node on a
 different JMX port, before you deploy the SCDL.

 On the execption, IIRC, you can register a formatter that will print the

 required information.

 HTH
 Meeraj


 From: Simon Laws [EMAIL PROTECTED]
 Reply-To: tuscany-dev@ws.apache.org
 To: tuscany-dev@ws.apache.org
 Subject: Re: Tag for TSSS demo code
 Date: Mon, 26 Mar 2007 22:54:43 +0100
 
 On 3/26/07, Antollini, Mario  [EMAIL PROTECTED] wrote:
 
 Simon,
 
 I had had the same problem than you. I solved it starting ActiveMQ
 first.
 
 The final steps are:
 
 1 - Donwload ActiveMQ:
 http://people.apache.org/repo/m2-incubating-repository/org/apache/active

 mq/apache-activemq/4.1.0-incubator/apache-activemq-4.1.0-incubator.zip
 2 - uncompress it somewhere and start it (...\bin\ activemq.bat)
 3 - compile the TSSS demo
 4 -  uncompress
 ...\tuscany\java\distribution\sca\demo\target\demo-
 2.0-alpha2-incubating
 -SNAPSHOT-bin.zip
 5 - go to the bin directory of the uncompressed file and run java
 -Dtuscany.adminPort=2000 -jra start.server.jar master
 
 Mario
 
 -Original Message-
 From: Simon Laws [mailto:[EMAIL PROTECTED] ]
 Sent: Monday, March 26, 2007 2:41 PM
 To: tuscany-dev@ws.apache.org
 Subject: Re: Tag for TSSS demo code
 
 On 3/26/07, Simon Laws  [EMAIL PROTECTED] wrote:
  
  
  
   On 3/26/07, Meeraj Kunnumpurath  [EMAIL PROTECTED]
 wrote:
   
Simon,
   
Did you start ActiveMQ before you started the master?
   
Ta
Meeraj
   
   
From: Simon Laws [EMAIL PROTECTED]
Reply-To: tuscany-dev@ws.apache.org
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code
Date: Mon, 26 Mar 2007 17:35:24 +0100

On 3/22/07, Jeremy Boynes [EMAIL PROTECTED] wrote:

I've created a tag corresponding to the code used to build the
 demo
(r520715) and added a trivial pom to build the lot. To build:
$ svn co
 https://svn.apache.org/repos/asf/incubator/tuscany/tags/
java/tsss-demo
$ mvn install

I did not change the versions in the poms so they are using the
 same
ones as trunk. To avoid conflict in the snapshot repo we should

 not
deploy jars built from this.

--
Jeremy

On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:

  Jeremy,
 
  This is the definitve list, thanks to Mario.
 
  java/spec/commonj/
  java/spec/sca-api-r1.0/
  java/sca/kernel/
  java/sca/runtime/
  java/sca/services/
  java/sca/contrib/discovery/
  java/sca/contrib/discovery/jms
  java/sca/console/
  java/sca/core-samples/
  java/distribution/sca/demo.app
  java/distribution/sca/demo/
 
  Ta
  Meeraj
 
  -Original Message-
  From: Jeremy Boynes [mailto: [EMAIL PROTECTED]
  Sent: Thursday, March 22, 2007 1:52 PM
  To: tuscany-dev@ws.apache.org
  Subject: Re: Compilation status
 
  I think we should tag and deploy SNAPSHOTs of the revision
 used
 for
   
  the
  demo - that way people can build as much or as little as
 they
 wish.
If
  you can post the list, I get those modules tagged and
 deployed
later
  today.
 
  --
  Jeremy
 
  On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:
 
  Mario,
 
  AFAIK extensions in trunk is still in a bit of a flux. If
 you
 want
to
  run the demo, you don't need to run the extensions (the
 demo
 uses
  Java
 
  container with local bindings), I will try to post a
 dfeinitive
list
  of tasks to build and run the demo later in the day, which
 will be
  useful to Simon as well.
 
  Ta
  Meeraj
 
  -Original Message-
  From: Antollini, Mario [mailto:[EMAIL PROTECTED]
  Sent: Thursday, March 22, 2007 12:29 PM
  To: tuscany-dev@ws.apache.org
  Subject: Compilation status
 
  Meeraj,
 
 
 
  I just wanted you to know that I am still not able to
 compile
 the
  code
 
  I checked out from SVN. The main problem is located in the
  *extensions* project. I have been modifying the pom files
 within
this
  project but I did not manage to get it compiled yet.
 
 
 
  Basically, the main problems are related to inconsistencies
between
  parent references ( e.g.; axis2's root project is using
 groupId
  *org.apache.tuscany.sca.axis2* while the plugin subproject
 states
  that
 
  its parent is *org.apache.tuscany.sca.extensions.axis2

Re: Tag for TSSS demo code

2007-03-26 Thread Meeraj Kunnumpurath

Simon,

Did you start ActiveMQ before you started the master?

Ta
Meeraj



From: Simon Laws [EMAIL PROTECTED]
Reply-To: tuscany-dev@ws.apache.org
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code
Date: Mon, 26 Mar 2007 17:35:24 +0100

On 3/22/07, Jeremy Boynes [EMAIL PROTECTED] wrote:


I've created a tag corresponding to the code used to build the demo
(r520715) and added a trivial pom to build the lot. To build:
   $ svn co https://svn.apache.org/repos/asf/incubator/tuscany/tags/
java/tsss-demo
   $ mvn install

I did not change the versions in the poms so they are using the same
ones as trunk. To avoid conflict in the snapshot repo we should not
deploy jars built from this.

--
Jeremy

On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:

 Jeremy,

 This is the definitve list, thanks to Mario.

 java/spec/commonj/
 java/spec/sca-api-r1.0/
 java/sca/kernel/
 java/sca/runtime/
 java/sca/services/
 java/sca/contrib/discovery/
 java/sca/contrib/discovery/jms
 java/sca/console/
 java/sca/core-samples/
 java/distribution/sca/demo.app
 java/distribution/sca/demo/

 Ta
 Meeraj

 -Original Message-
 From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 22, 2007 1:52 PM
 To: tuscany-dev@ws.apache.org
 Subject: Re: Compilation status

 I think we should tag and deploy SNAPSHOTs of the revision used for
 the
 demo - that way people can build as much or as little as they wish. If
 you can post the list, I get those modules tagged and deployed later
 today.

 --
 Jeremy

 On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:

 Mario,

 AFAIK extensions in trunk is still in a bit of a flux. If you want to
 run the demo, you don't need to run the extensions (the demo uses
 Java

 container with local bindings), I will try to post a dfeinitive list
 of tasks to build and run the demo later in the day, which will be
 useful to Simon as well.

 Ta
 Meeraj

 -Original Message-
 From: Antollini, Mario [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 22, 2007 12:29 PM
 To: tuscany-dev@ws.apache.org
 Subject: Compilation status

 Meeraj,



 I just wanted you to know that I am still not able to compile the
 code

 I checked out from SVN. The main problem is located in the
 *extensions* project. I have been modifying the pom files within this
 project but I did not manage to get it compiled yet.



 Basically, the main problems are related to inconsistencies between
 parent references (e.g.; axis2's root project is using groupId
 *org.apache.tuscany.sca.axis2* while the plugin subproject states
 that

 its parent is *org.apache.tuscany.sca.extensions.axis2*).



 Any tips about this?



 Thanks,

 Mario


 This message has been checked for all email viruses by MessageLabs.


 *

 You can find us at www.voca.com

 *
 This communication is confidential and intended for the exclusive use
 of the addressee only. You should not disclose its contents to any
 other person.
 If you are not the intended recipient please notify the sender named
 above immediately.

 Registered in England, No 1023742,
 Registered Office: Voca Limited
 Drake House, Three Rivers Court,
 Homestead Road, Rickmansworth,
 Hertfordshire, WD3 1FX. United Kingdom

 VAT No. 226 6112 87


 This message has been checked for all email viruses by MessageLabs.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 This message has been checked for all email viruses by MessageLabs.

 This message has been checked for all email viruses by MessageLabs.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi Jeremy


I'm giving the tss demo distribution module you created a spin...

I checked it out and along came all of the svn external dependencies
I did a mvn install at the top level and got a clean build
I took the zip that was generated in the demo project and unzipped it (I
just guessed that this was what was required)

It doesn't run stright off though as there are a number of dependencies
missing from the various directories. I'm working my way through them now,
e.g I'm adding the following to the boot directory of the master profile
 tuscany-jms-discovery-0.1-incubating-SNAPSHOT.jar
 the open MQ jar (some of the base jms classes are required and this was
the first place I found them)
 tuscany-http-jetty-0.1-incubating-SNAPSHOT.jar
 jetty and jetty

Re: Tag for TSSS demo code

2007-03-26 Thread Simon Laws

On 3/26/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote:


Simon,

Did you start ActiveMQ before you started the master?

Ta
Meeraj


From: Simon Laws [EMAIL PROTECTED]
Reply-To: tuscany-dev@ws.apache.org
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code
Date: Mon, 26 Mar 2007 17:35:24 +0100

On 3/22/07, Jeremy Boynes [EMAIL PROTECTED] wrote:

I've created a tag corresponding to the code used to build the demo
(r520715) and added a trivial pom to build the lot. To build:
$ svn co https://svn.apache.org/repos/asf/incubator/tuscany/tags/
java/tsss-demo
$ mvn install

I did not change the versions in the poms so they are using the same
ones as trunk. To avoid conflict in the snapshot repo we should not
deploy jars built from this.

--
Jeremy

On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:

  Jeremy,
 
  This is the definitve list, thanks to Mario.
 
  java/spec/commonj/
  java/spec/sca-api-r1.0/
  java/sca/kernel/
  java/sca/runtime/
  java/sca/services/
  java/sca/contrib/discovery/
  java/sca/contrib/discovery/jms
  java/sca/console/
  java/sca/core-samples/
  java/distribution/sca/demo.app
  java/distribution/sca/demo/
 
  Ta
  Meeraj
 
  -Original Message-
  From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
  Sent: Thursday, March 22, 2007 1:52 PM
  To: tuscany-dev@ws.apache.org
  Subject: Re: Compilation status
 
  I think we should tag and deploy SNAPSHOTs of the revision used for
  the
  demo - that way people can build as much or as little as they wish.
If
  you can post the list, I get those modules tagged and deployed later
  today.
 
  --
  Jeremy
 
  On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:
 
  Mario,
 
  AFAIK extensions in trunk is still in a bit of a flux. If you want
to
  run the demo, you don't need to run the extensions (the demo uses
  Java
 
  container with local bindings), I will try to post a dfeinitive list
  of tasks to build and run the demo later in the day, which will be
  useful to Simon as well.
 
  Ta
  Meeraj
 
  -Original Message-
  From: Antollini, Mario [mailto:[EMAIL PROTECTED]
  Sent: Thursday, March 22, 2007 12:29 PM
  To: tuscany-dev@ws.apache.org
  Subject: Compilation status
 
  Meeraj,
 
 
 
  I just wanted you to know that I am still not able to compile the
  code
 
  I checked out from SVN. The main problem is located in the
  *extensions* project. I have been modifying the pom files within
this
  project but I did not manage to get it compiled yet.
 
 
 
  Basically, the main problems are related to inconsistencies between
  parent references (e.g.; axis2's root project is using groupId
  *org.apache.tuscany.sca.axis2* while the plugin subproject states
  that
 
  its parent is *org.apache.tuscany.sca.extensions.axis2*).
 
 
 
  Any tips about this?
 
 
 
  Thanks,
 
  Mario
 
 
  This message has been checked for all email viruses by MessageLabs.
 
 
  *
 
  You can find us at www.voca.com
 
  *
  This communication is confidential and intended for the exclusive
use
  of the addressee only. You should not disclose its contents to any
  other person.
  If you are not the intended recipient please notify the sender named
  above immediately.
 
  Registered in England, No 1023742,
  Registered Office: Voca Limited
  Drake House, Three Rivers Court,
  Homestead Road, Rickmansworth,
  Hertfordshire, WD3 1FX. United Kingdom
 
  VAT No. 226 6112 87
 
 
  This message has been checked for all email viruses by MessageLabs.
 
 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  This message has been checked for all email viruses by MessageLabs.
 
  This message has been checked for all email viruses by MessageLabs.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi Jeremy

I'm giving the tss demo distribution module you created a spin...

I checked it out and along came all of the svn external dependencies
I did a mvn install at the top level and got a clean build
I took the zip that was generated in the demo project and unzipped it (I
just guessed that this was what was required)

It doesn't run stright off though as there are a number of dependencies
missing from the various directories. I'm working my way through them
now,
e.g I'm adding the following to the boot directory of the master profile
  tuscany-jms-discovery-0.1

Re: Tag for TSSS demo code

2007-03-26 Thread Simon Laws

On 3/26/07, Simon Laws [EMAIL PROTECTED] wrote:




On 3/26/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote:

 Simon,

 Did you start ActiveMQ before you started the master?

 Ta
 Meeraj


 From: Simon Laws [EMAIL PROTECTED]
 Reply-To: tuscany-dev@ws.apache.org
 To: tuscany-dev@ws.apache.org
 Subject: Re: Tag for TSSS demo code
 Date: Mon, 26 Mar 2007 17:35:24 +0100
 
 On 3/22/07, Jeremy Boynes [EMAIL PROTECTED] wrote:
 
 I've created a tag corresponding to the code used to build the demo
 (r520715) and added a trivial pom to build the lot. To build:
 $ svn co https://svn.apache.org/repos/asf/incubator/tuscany/tags/
 java/tsss-demo
 $ mvn install
 
 I did not change the versions in the poms so they are using the same
 ones as trunk. To avoid conflict in the snapshot repo we should not
 deploy jars built from this.
 
 --
 Jeremy
 
 On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:
 
   Jeremy,
  
   This is the definitve list, thanks to Mario.
  
   java/spec/commonj/
   java/spec/sca-api-r1.0/
   java/sca/kernel/
   java/sca/runtime/
   java/sca/services/
   java/sca/contrib/discovery/
   java/sca/contrib/discovery/jms
   java/sca/console/
   java/sca/core-samples/
   java/distribution/sca/demo.app
   java/distribution/sca/demo/
  
   Ta
   Meeraj
  
   -Original Message-
   From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
   Sent: Thursday, March 22, 2007 1:52 PM
   To: tuscany-dev@ws.apache.org
   Subject: Re: Compilation status
  
   I think we should tag and deploy SNAPSHOTs of the revision used for

   the
   demo - that way people can build as much or as little as they wish.
 If
   you can post the list, I get those modules tagged and deployed
 later
   today.
  
   --
   Jeremy
  
   On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:
  
   Mario,
  
   AFAIK extensions in trunk is still in a bit of a flux. If you want
 to
   run the demo, you don't need to run the extensions (the demo uses
   Java
  
   container with local bindings), I will try to post a dfeinitive
 list
   of tasks to build and run the demo later in the day, which will be
   useful to Simon as well.
  
   Ta
   Meeraj
  
   -Original Message-
   From: Antollini, Mario [mailto:[EMAIL PROTECTED]
   Sent: Thursday, March 22, 2007 12:29 PM
   To: tuscany-dev@ws.apache.org
   Subject: Compilation status
  
   Meeraj,
  
  
  
   I just wanted you to know that I am still not able to compile the
   code
  
   I checked out from SVN. The main problem is located in the
   *extensions* project. I have been modifying the pom files within
 this
   project but I did not manage to get it compiled yet.
  
  
  
   Basically, the main problems are related to inconsistencies
 between
   parent references (e.g.; axis2's root project is using groupId
   *org.apache.tuscany.sca.axis2* while the plugin subproject states
   that
  
   its parent is *org.apache.tuscany.sca.extensions.axis2*).
  
  
  
   Any tips about this?
  
  
  
   Thanks,
  
   Mario
  
  
   This message has been checked for all email viruses by
 MessageLabs.
  
  
   *
  
   You can find us at www.voca.com
  
   *
   This communication is confidential and intended for the exclusive
 use
   of the addressee only. You should not disclose its contents to any
   other person.
   If you are not the intended recipient please notify the sender
 named
   above immediately.
  
   Registered in England, No 1023742,
   Registered Office: Voca Limited
   Drake House, Three Rivers Court,
   Homestead Road, Rickmansworth,
   Hertfordshire, WD3 1FX. United Kingdom
  
   VAT No. 226 6112 87
  
  
   This message has been checked for all email viruses by
 MessageLabs.
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
   This message has been checked for all email viruses by MessageLabs.
  
   This message has been checked for all email viruses by MessageLabs.

  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 Hi Jeremy
 
 I'm giving the tss demo distribution module you created a spin...
 
 I checked it out and along came all of the svn external dependencies
 I did a mvn install at the top level and got a clean build
 I took the zip that was generated in the demo project and unzipped it
 (I
 just guessed that this was what was required)
 
 It doesn't

Re: Tag for TSSS demo code

2007-03-26 Thread Meeraj Kunnumpurath

Simon,

You get this error, when one or more of the eager init web services fail to 
start. If you debug the exception thrown, will include the causes for the 
eager init failure.


Ta
Meeraj



From: Simon Laws [EMAIL PROTECTED]
Reply-To: tuscany-dev@ws.apache.org
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code
Date: Mon, 26 Mar 2007 18:08:35 +0100

On 3/26/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote:


Simon,

Did you start ActiveMQ before you started the master?

Ta
Meeraj


From: Simon Laws [EMAIL PROTECTED]
Reply-To: tuscany-dev@ws.apache.org
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code
Date: Mon, 26 Mar 2007 17:35:24 +0100

On 3/22/07, Jeremy Boynes [EMAIL PROTECTED] wrote:

I've created a tag corresponding to the code used to build the demo
(r520715) and added a trivial pom to build the lot. To build:
$ svn co https://svn.apache.org/repos/asf/incubator/tuscany/tags/
java/tsss-demo
$ mvn install

I did not change the versions in the poms so they are using the same
ones as trunk. To avoid conflict in the snapshot repo we should not
deploy jars built from this.

--
Jeremy

On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:

  Jeremy,
 
  This is the definitve list, thanks to Mario.
 
  java/spec/commonj/
  java/spec/sca-api-r1.0/
  java/sca/kernel/
  java/sca/runtime/
  java/sca/services/
  java/sca/contrib/discovery/
  java/sca/contrib/discovery/jms
  java/sca/console/
  java/sca/core-samples/
  java/distribution/sca/demo.app
  java/distribution/sca/demo/
 
  Ta
  Meeraj
 
  -Original Message-
  From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
  Sent: Thursday, March 22, 2007 1:52 PM
  To: tuscany-dev@ws.apache.org
  Subject: Re: Compilation status
 
  I think we should tag and deploy SNAPSHOTs of the revision used for
  the
  demo - that way people can build as much or as little as they wish.
If
  you can post the list, I get those modules tagged and deployed later
  today.
 
  --
  Jeremy
 
  On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:
 
  Mario,
 
  AFAIK extensions in trunk is still in a bit of a flux. If you want
to
  run the demo, you don't need to run the extensions (the demo uses
  Java
 
  container with local bindings), I will try to post a dfeinitive 
list

  of tasks to build and run the demo later in the day, which will be
  useful to Simon as well.
 
  Ta
  Meeraj
 
  -Original Message-
  From: Antollini, Mario [mailto:[EMAIL PROTECTED]
  Sent: Thursday, March 22, 2007 12:29 PM
  To: tuscany-dev@ws.apache.org
  Subject: Compilation status
 
  Meeraj,
 
 
 
  I just wanted you to know that I am still not able to compile the
  code
 
  I checked out from SVN. The main problem is located in the
  *extensions* project. I have been modifying the pom files within
this
  project but I did not manage to get it compiled yet.
 
 
 
  Basically, the main problems are related to inconsistencies between
  parent references (e.g.; axis2's root project is using groupId
  *org.apache.tuscany.sca.axis2* while the plugin subproject states
  that
 
  its parent is *org.apache.tuscany.sca.extensions.axis2*).
 
 
 
  Any tips about this?
 
 
 
  Thanks,
 
  Mario
 
 
  This message has been checked for all email viruses by MessageLabs.
 
 
  *
 
  You can find us at www.voca.com
 
  *
  This communication is confidential and intended for the exclusive
use
  of the addressee only. You should not disclose its contents to any
  other person.
  If you are not the intended recipient please notify the sender 
named

  above immediately.
 
  Registered in England, No 1023742,
  Registered Office: Voca Limited
  Drake House, Three Rivers Court,
  Homestead Road, Rickmansworth,
  Hertfordshire, WD3 1FX. United Kingdom
 
  VAT No. 226 6112 87
 
 
  This message has been checked for all email viruses by MessageLabs.
 
 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
  
-

  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  This message has been checked for all email viruses by MessageLabs.
 
  This message has been checked for all email viruses by MessageLabs.
 
  
-

  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi Jeremy

I'm giving the tss demo distribution module you created a spin...

I checked it out and along came all of the svn external dependencies
I did a mvn install at the top level and got a clean

RE: Tag for TSSS demo code

2007-03-26 Thread Antollini, Mario
Simon,

I had had the same problem than you. I solved it starting ActiveMQ
first.

The final steps are:

1 - Donwload ActiveMQ:
http://people.apache.org/repo/m2-incubating-repository/org/apache/active
mq/apache-activemq/4.1.0-incubator/apache-activemq-4.1.0-incubator.zip
2 - uncompress it somewhere and start it (...\bin\ activemq.bat)
3 - compile the TSSS demo
4 -  uncompress
...\tuscany\java\distribution\sca\demo\target\demo-2.0-alpha2-incubating
-SNAPSHOT-bin.zip
5 - go to the bin directory of the uncompressed file and run java
-Dtuscany.adminPort=2000 -jra start.server.jar master

Mario

-Original Message-
From: Simon Laws [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 26, 2007 2:41 PM
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code

On 3/26/07, Simon Laws [EMAIL PROTECTED] wrote:



 On 3/26/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote:
 
  Simon,
 
  Did you start ActiveMQ before you started the master?
 
  Ta
  Meeraj
 
 
  From: Simon Laws [EMAIL PROTECTED]
  Reply-To: tuscany-dev@ws.apache.org
  To: tuscany-dev@ws.apache.org
  Subject: Re: Tag for TSSS demo code
  Date: Mon, 26 Mar 2007 17:35:24 +0100
  
  On 3/22/07, Jeremy Boynes [EMAIL PROTECTED] wrote:
  
  I've created a tag corresponding to the code used to build the
demo
  (r520715) and added a trivial pom to build the lot. To build:
  $ svn co
https://svn.apache.org/repos/asf/incubator/tuscany/tags/
  java/tsss-demo
  $ mvn install
  
  I did not change the versions in the poms so they are using the
same
  ones as trunk. To avoid conflict in the snapshot repo we should
not
  deploy jars built from this.
  
  --
  Jeremy
  
  On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:
  
Jeremy,
   
This is the definitve list, thanks to Mario.
   
java/spec/commonj/
java/spec/sca-api-r1.0/
java/sca/kernel/
java/sca/runtime/
java/sca/services/
java/sca/contrib/discovery/
java/sca/contrib/discovery/jms
java/sca/console/
java/sca/core-samples/
java/distribution/sca/demo.app
java/distribution/sca/demo/
   
Ta
Meeraj
   
-Original Message-
From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 22, 2007 1:52 PM
To: tuscany-dev@ws.apache.org
Subject: Re: Compilation status
   
I think we should tag and deploy SNAPSHOTs of the revision used
for
 
the
demo - that way people can build as much or as little as they
wish.
  If
you can post the list, I get those modules tagged and deployed
  later
today.
   
--
Jeremy
   
On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:
   
Mario,
   
AFAIK extensions in trunk is still in a bit of a flux. If you
want
  to
run the demo, you don't need to run the extensions (the demo
uses
Java
   
container with local bindings), I will try to post a
dfeinitive
  list
of tasks to build and run the demo later in the day, which
will be
useful to Simon as well.
   
Ta
Meeraj
   
-Original Message-
From: Antollini, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 22, 2007 12:29 PM
To: tuscany-dev@ws.apache.org
Subject: Compilation status
   
Meeraj,
   
   
   
I just wanted you to know that I am still not able to compile
the
code
   
I checked out from SVN. The main problem is located in the
*extensions* project. I have been modifying the pom files
within
  this
project but I did not manage to get it compiled yet.
   
   
   
Basically, the main problems are related to inconsistencies
  between
parent references (e.g.; axis2's root project is using groupId
*org.apache.tuscany.sca.axis2* while the plugin subproject
states
that
   
its parent is *org.apache.tuscany.sca.extensions.axis2*).
   
   
   
Any tips about this?
   
   
   
Thanks,
   
Mario
   
   
This message has been checked for all email viruses by
  MessageLabs.
   
   
*
   
You can find us at www.voca.com
   
*
This communication is confidential and intended for the
exclusive
  use
of the addressee only. You should not disclose its contents to
any
other person.
If you are not the intended recipient please notify the sender
  named
above immediately.
   
Registered in England, No 1023742,
Registered Office: Voca Limited
Drake House, Three Rivers Court,
Homestead Road, Rickmansworth,
Hertfordshire, WD3 1FX. United Kingdom
   
VAT No. 226 6112 87
   
   
This message has been checked for all email viruses by
  MessageLabs.
   
   
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED

Re: Tag for TSSS demo code

2007-03-26 Thread Simon Laws

On 3/26/07, Antollini, Mario [EMAIL PROTECTED] wrote:


Simon,

I had had the same problem than you. I solved it starting ActiveMQ
first.

The final steps are:

1 - Donwload ActiveMQ:
http://people.apache.org/repo/m2-incubating-repository/org/apache/active
mq/apache-activemq/4.1.0-incubator/apache-activemq-4.1.0-incubator.zip
2 - uncompress it somewhere and start it (...\bin\ activemq.bat)
3 - compile the TSSS demo
4 -  uncompress
...\tuscany\java\distribution\sca\demo\target\demo-2.0-alpha2-incubating
-SNAPSHOT-bin.zip
5 - go to the bin directory of the uncompressed file and run java
-Dtuscany.adminPort=2000 -jra start.server.jar master

Mario

-Original Message-
From: Simon Laws [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 2:41 PM
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code

On 3/26/07, Simon Laws [EMAIL PROTECTED] wrote:



 On 3/26/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote:
 
  Simon,
 
  Did you start ActiveMQ before you started the master?
 
  Ta
  Meeraj
 
 
  From: Simon Laws [EMAIL PROTECTED]
  Reply-To: tuscany-dev@ws.apache.org
  To: tuscany-dev@ws.apache.org
  Subject: Re: Tag for TSSS demo code
  Date: Mon, 26 Mar 2007 17:35:24 +0100
  
  On 3/22/07, Jeremy Boynes [EMAIL PROTECTED] wrote:
  
  I've created a tag corresponding to the code used to build the
demo
  (r520715) and added a trivial pom to build the lot. To build:
  $ svn co
https://svn.apache.org/repos/asf/incubator/tuscany/tags/
  java/tsss-demo
  $ mvn install
  
  I did not change the versions in the poms so they are using the
same
  ones as trunk. To avoid conflict in the snapshot repo we should
not
  deploy jars built from this.
  
  --
  Jeremy
  
  On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:
  
Jeremy,
   
This is the definitve list, thanks to Mario.
   
java/spec/commonj/
java/spec/sca-api-r1.0/
java/sca/kernel/
java/sca/runtime/
java/sca/services/
java/sca/contrib/discovery/
java/sca/contrib/discovery/jms
java/sca/console/
java/sca/core-samples/
java/distribution/sca/demo.app
java/distribution/sca/demo/
   
Ta
Meeraj
   
-Original Message-
From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 22, 2007 1:52 PM
To: tuscany-dev@ws.apache.org
Subject: Re: Compilation status
   
I think we should tag and deploy SNAPSHOTs of the revision used
for
 
the
demo - that way people can build as much or as little as they
wish.
  If
you can post the list, I get those modules tagged and deployed
  later
today.
   
--
Jeremy
   
On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:
   
Mario,
   
AFAIK extensions in trunk is still in a bit of a flux. If you
want
  to
run the demo, you don't need to run the extensions (the demo
uses
Java
   
container with local bindings), I will try to post a
dfeinitive
  list
of tasks to build and run the demo later in the day, which
will be
useful to Simon as well.
   
Ta
Meeraj
   
-Original Message-
From: Antollini, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 22, 2007 12:29 PM
To: tuscany-dev@ws.apache.org
Subject: Compilation status
   
Meeraj,
   
   
   
I just wanted you to know that I am still not able to compile
the
code
   
I checked out from SVN. The main problem is located in the
*extensions* project. I have been modifying the pom files
within
  this
project but I did not manage to get it compiled yet.
   
   
   
Basically, the main problems are related to inconsistencies
  between
parent references (e.g.; axis2's root project is using groupId
*org.apache.tuscany.sca.axis2* while the plugin subproject
states
that
   
its parent is *org.apache.tuscany.sca.extensions.axis2*).
   
   
   
Any tips about this?
   
   
   
Thanks,
   
Mario
   
   
This message has been checked for all email viruses by
  MessageLabs.
   
   
*
   
You can find us at www.voca.com
   
*
This communication is confidential and intended for the
exclusive
  use
of the addressee only. You should not disclose its contents to
any
other person.
If you are not the intended recipient please notify the sender
  named
above immediately.
   
Registered in England, No 1023742,
Registered Office: Voca Limited
Drake House, Three Rivers Court,
Homestead Road, Rickmansworth,
Hertfordshire, WD3 1FX. United Kingdom
   
VAT No. 226 6112 87
   
   
This message has been checked for all email viruses by
  MessageLabs.
   
   
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED

Re: Tag for TSSS demo code

2007-03-26 Thread Meeraj Kunnumpurath

Sorry for late replies Simon, I am offsite in India for the next two weeks.

Regarding the SCDL, there was a post earlier in the list with the SCDL (from 
me). You can use the calculator scdl in core-samples and remove the client 
component, also each component needs to be targeted with a runtimeId 
attribute. Obviously, you will have to start the targeted node on a 
different JMX port, before you deploy the SCDL.


On the execption, IIRC, you can register a formatter that will print the 
required information.


HTH
Meeraj



From: Simon Laws [EMAIL PROTECTED]
Reply-To: tuscany-dev@ws.apache.org
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code
Date: Mon, 26 Mar 2007 22:54:43 +0100

On 3/26/07, Antollini, Mario [EMAIL PROTECTED] wrote:


Simon,

I had had the same problem than you. I solved it starting ActiveMQ
first.

The final steps are:

1 - Donwload ActiveMQ:
http://people.apache.org/repo/m2-incubating-repository/org/apache/active
mq/apache-activemq/4.1.0-incubator/apache-activemq-4.1.0-incubator.zip
2 - uncompress it somewhere and start it (...\bin\ activemq.bat)
3 - compile the TSSS demo
4 -  uncompress
...\tuscany\java\distribution\sca\demo\target\demo-2.0-alpha2-incubating
-SNAPSHOT-bin.zip
5 - go to the bin directory of the uncompressed file and run java
-Dtuscany.adminPort=2000 -jra start.server.jar master

Mario

-Original Message-
From: Simon Laws [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 2:41 PM
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code

On 3/26/07, Simon Laws [EMAIL PROTECTED] wrote:



 On 3/26/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote:
 
  Simon,
 
  Did you start ActiveMQ before you started the master?
 
  Ta
  Meeraj
 
 
  From: Simon Laws [EMAIL PROTECTED]
  Reply-To: tuscany-dev@ws.apache.org
  To: tuscany-dev@ws.apache.org
  Subject: Re: Tag for TSSS demo code
  Date: Mon, 26 Mar 2007 17:35:24 +0100
  
  On 3/22/07, Jeremy Boynes [EMAIL PROTECTED] wrote:
  
  I've created a tag corresponding to the code used to build the
demo
  (r520715) and added a trivial pom to build the lot. To build:
  $ svn co
https://svn.apache.org/repos/asf/incubator/tuscany/tags/
  java/tsss-demo
  $ mvn install
  
  I did not change the versions in the poms so they are using the
same
  ones as trunk. To avoid conflict in the snapshot repo we should
not
  deploy jars built from this.
  
  --
  Jeremy
  
  On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:
  
Jeremy,
   
This is the definitve list, thanks to Mario.
   
java/spec/commonj/
java/spec/sca-api-r1.0/
java/sca/kernel/
java/sca/runtime/
java/sca/services/
java/sca/contrib/discovery/
java/sca/contrib/discovery/jms
java/sca/console/
java/sca/core-samples/
java/distribution/sca/demo.app
java/distribution/sca/demo/
   
Ta
Meeraj
   
-Original Message-
From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 22, 2007 1:52 PM
To: tuscany-dev@ws.apache.org
Subject: Re: Compilation status
   
I think we should tag and deploy SNAPSHOTs of the revision used
for
 
the
demo - that way people can build as much or as little as they
wish.
  If
you can post the list, I get those modules tagged and deployed
  later
today.
   
--
Jeremy
   
On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:
   
Mario,
   
AFAIK extensions in trunk is still in a bit of a flux. If you
want
  to
run the demo, you don't need to run the extensions (the demo
uses
Java
   
container with local bindings), I will try to post a
dfeinitive
  list
of tasks to build and run the demo later in the day, which
will be
useful to Simon as well.
   
Ta
Meeraj
   
-Original Message-
From: Antollini, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 22, 2007 12:29 PM
To: tuscany-dev@ws.apache.org
Subject: Compilation status
   
Meeraj,
   
   
   
I just wanted you to know that I am still not able to compile
the
code
   
I checked out from SVN. The main problem is located in the
*extensions* project. I have been modifying the pom files
within
  this
project but I did not manage to get it compiled yet.
   
   
   
Basically, the main problems are related to inconsistencies
  between
parent references (e.g.; axis2's root project is using groupId
*org.apache.tuscany.sca.axis2* while the plugin subproject
states
that
   
its parent is *org.apache.tuscany.sca.extensions.axis2*).
   
   
   
Any tips about this?
   
   
   
Thanks,
   
Mario
   
   
This message has been checked for all email viruses by
  MessageLabs.
   
   
*
   
You can find us at www.voca.com
   
*
This communication is confidential and intended for the
exclusive
  use

Re: Tag for TSSS demo code

2007-03-26 Thread Simon Laws

On 3/27/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote:


Sorry for late replies Simon, I am offsite in India for the next two
weeks.

Regarding the SCDL, there was a post earlier in the list with the SCDL
(from
me). You can use the calculator scdl in core-samples and remove the client
component, also each component needs to be targeted with a runtimeId
attribute. Obviously, you will have to start the targeted node on a
different JMX port, before you deploy the SCDL.

On the execption, IIRC, you can register a formatter that will print the
required information.

HTH
Meeraj


From: Simon Laws [EMAIL PROTECTED]
Reply-To: tuscany-dev@ws.apache.org
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code
Date: Mon, 26 Mar 2007 22:54:43 +0100

On 3/26/07, Antollini, Mario [EMAIL PROTECTED] wrote:

Simon,

I had had the same problem than you. I solved it starting ActiveMQ
first.

The final steps are:

1 - Donwload ActiveMQ:
http://people.apache.org/repo/m2-incubating-repository/org/apache/active
mq/apache-activemq/4.1.0-incubator/apache-activemq-4.1.0-incubator.zip
2 - uncompress it somewhere and start it (...\bin\ activemq.bat)
3 - compile the TSSS demo
4 -  uncompress
...\tuscany\java\distribution\sca\demo\target\demo-2.0-alpha2-incubating
-SNAPSHOT-bin.zip
5 - go to the bin directory of the uncompressed file and run java
-Dtuscany.adminPort=2000 -jra start.server.jar master

Mario

-Original Message-
From: Simon Laws [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 2:41 PM
To: tuscany-dev@ws.apache.org
Subject: Re: Tag for TSSS demo code

On 3/26/07, Simon Laws [EMAIL PROTECTED] wrote:
 
 
 
  On 3/26/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote:
  
   Simon,
  
   Did you start ActiveMQ before you started the master?
  
   Ta
   Meeraj
  
  
   From: Simon Laws [EMAIL PROTECTED]
   Reply-To: tuscany-dev@ws.apache.org
   To: tuscany-dev@ws.apache.org
   Subject: Re: Tag for TSSS demo code
   Date: Mon, 26 Mar 2007 17:35:24 +0100
   
   On 3/22/07, Jeremy Boynes [EMAIL PROTECTED] wrote:
   
   I've created a tag corresponding to the code used to build the
demo
   (r520715) and added a trivial pom to build the lot. To build:
   $ svn co
https://svn.apache.org/repos/asf/incubator/tuscany/tags/
   java/tsss-demo
   $ mvn install
   
   I did not change the versions in the poms so they are using the
same
   ones as trunk. To avoid conflict in the snapshot repo we should
not
   deploy jars built from this.
   
   --
   Jeremy
   
   On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:
   
 Jeremy,

 This is the definitve list, thanks to Mario.

 java/spec/commonj/
 java/spec/sca-api-r1.0/
 java/sca/kernel/
 java/sca/runtime/
 java/sca/services/
 java/sca/contrib/discovery/
 java/sca/contrib/discovery/jms
 java/sca/console/
 java/sca/core-samples/
 java/distribution/sca/demo.app
 java/distribution/sca/demo/

 Ta
 Meeraj

 -Original Message-
 From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 22, 2007 1:52 PM
 To: tuscany-dev@ws.apache.org
 Subject: Re: Compilation status

 I think we should tag and deploy SNAPSHOTs of the revision
used
for
  
 the
 demo - that way people can build as much or as little as they
wish.
   If
 you can post the list, I get those modules tagged and deployed
   later
 today.

 --
 Jeremy

 On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:

 Mario,

 AFAIK extensions in trunk is still in a bit of a flux. If you
want
   to
 run the demo, you don't need to run the extensions (the demo
uses
 Java

 container with local bindings), I will try to post a
dfeinitive
   list
 of tasks to build and run the demo later in the day, which
will be
 useful to Simon as well.

 Ta
 Meeraj

 -Original Message-
 From: Antollini, Mario [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 22, 2007 12:29 PM
 To: tuscany-dev@ws.apache.org
 Subject: Compilation status

 Meeraj,



 I just wanted you to know that I am still not able to compile
the
 code

 I checked out from SVN. The main problem is located in the
 *extensions* project. I have been modifying the pom files
within
   this
 project but I did not manage to get it compiled yet.



 Basically, the main problems are related to inconsistencies
   between
 parent references (e.g.; axis2's root project is using
groupId
 *org.apache.tuscany.sca.axis2* while the plugin subproject
states
 that

 its parent is *org.apache.tuscany.sca.extensions.axis2*).



 Any tips about this?



 Thanks,

 Mario


 This message has been checked for all email viruses by
   MessageLabs