Re: binding-notification-broker sample does not work in RC1b or RC1a..

2007-09-20 Thread Ignacio Silva-Lepe
This is just an issue with the README, instead of

java -Dnotification.httpPort=8080 -cp target\sample-
binding-notification-broker-1.0-incubating-SNAPSHOT.jar;%TUSCANY_SCA_MANIFEST_JAR%
notification.broker.TrafficAdvisoryServer
it should read

java -Dnotification.httpPort=8080 -cp target\sample-
binding-notification-broker-1.0-incubating.jar;%TUSCANY_SCA_MANIFEST_JAR%
notification.broker.TrafficAdvisoryServer
Notice that the ant scripts did not seem to have made it into the RC,
otherwise we could also get rid of the 1.0-incubating prefix.

Let me know if it's not too late to change the README on the 1.0 branch.


On 9/17/07, haleh mahbod [EMAIL PROTECTED] wrote:

 could you please try it with rc1b?


 On 9/17/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:
 
  This is interesting, it runs for me out of the trunk. I have not updated
  today though. I notice that set TUSCANY_Bin_DISTRO has mixed
  upper case and lower case, but other than that I can't see a difference
  with what I am typing ...
 
 
  On 9/17/07, haleh mahbod [EMAIL PROTECTED] wrote:
  
   Hi,
  
   Can someone else give this a try? I cannot get this running.  I am
   getting:
  
   C:\tuscany-new\sca-dist\tuscany-
   sca-1.0-incubating\samples\binding-notification-
   brokerset TUSCANY_Bin_DISTRO=c:\tuscany-new\sca-dist\tuscany-
   sca-1.0-incubating
  
  
   C:\tuscany-new\sca-dist\tuscany-
   sca-1.0-incubating\samples\binding-notification-
   brokerset
   TUSCANY_SCA_MANIFEST_JAR=%TUSCANY_BIN_DISTRO%\lib\tuscany-sca-manifes
   t.jar
  
   C:\tuscany-new\sca-dist\tuscany-
   sca-1.0-incubating\samples\binding-notification-
   brokerjava -Dnotification.httpPort=8080 -cp
   target\sample-binding-notification
   -broker-1.0-incubating-SNAPSHOT.jar;%TUSCANY_SCA_MANIFEST_JAR%
   notification.bro
   ker.TrafficAdvisoryServer
   Exception in thread main java.lang.NoClassDefFoundError:
   notification/broker/T
   rafficAdvisoryServer
  
   Should this be out of binary distribution if noone can run it?
  
   Haleh
  
 



Re: binding-notification-broker sample does not work in RC1b or RC1a..

2007-09-19 Thread Ignacio Silva-Lepe
Apologies for the delay, I have been traveling Sunday, Monday and
yesterday, so let me know if this is not an issue any more.
In any case, I am getting a build error with rcb1, in the ws axis2
binding (see below). I am also getting this error with the trunk and
an update to r577300. Is anyone else seeing this? (I am starting
off with an empty maven repo)


[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.woden:woden:jar:1.0-incubating-M7b

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.woden -DartifactId=woden
\
  -Dversion=1.0-incubating-M7b -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1)
org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
2) org.apache.woden:woden:jar:1.0-incubating-M7b

--
1 required artifact is missing.

for artifact:
  org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache.ws (http://ws.zones.apache.org/repository/)



On 9/17/07, haleh mahbod [EMAIL PROTECTED] wrote:

 could you please try it with rc1b?


 On 9/17/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:
 
  This is interesting, it runs for me out of the trunk. I have not updated
  today though. I notice that set TUSCANY_Bin_DISTRO has mixed
  upper case and lower case, but other than that I can't see a difference
  with what I am typing ...
 
 
  On 9/17/07, haleh mahbod [EMAIL PROTECTED] wrote:
  
   Hi,
  
   Can someone else give this a try? I cannot get this running.  I am
   getting:
  
   C:\tuscany-new\sca-dist\tuscany-
   sca-1.0-incubating\samples\binding-notification-
   brokerset TUSCANY_Bin_DISTRO=c:\tuscany-new\sca-dist\tuscany-
   sca-1.0-incubating
  
  
   C:\tuscany-new\sca-dist\tuscany-
   sca-1.0-incubating\samples\binding-notification-
   brokerset
   TUSCANY_SCA_MANIFEST_JAR=%TUSCANY_BIN_DISTRO%\lib\tuscany-sca-manifes
   t.jar
  
   C:\tuscany-new\sca-dist\tuscany-
   sca-1.0-incubating\samples\binding-notification-
   brokerjava -Dnotification.httpPort=8080 -cp
   target\sample-binding-notification
   -broker-1.0-incubating-SNAPSHOT.jar;%TUSCANY_SCA_MANIFEST_JAR%
   notification.bro
   ker.TrafficAdvisoryServer
   Exception in thread main java.lang.NoClassDefFoundError:
   notification/broker/T
   rafficAdvisoryServer
  
   Should this be out of binary distribution if noone can run it?
  
   Haleh
  
 



Re: binding-notification-broker sample does not work in RC1b or RC1a..

2007-09-19 Thread ant elder
Latest tag is RC3a -
https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3a/

   ...ant

On 9/19/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:

 Apologies for the delay, I have been traveling Sunday, Monday and
 yesterday, so let me know if this is not an issue any more.
 In any case, I am getting a build error with rcb1, in the ws axis2
 binding (see below). I am also getting this error with the trunk and
 an update to r577300. Is anyone else seeing this? (I am starting
 off with an empty maven repo)


 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.apache.woden:woden:jar:1.0-incubating-M7b

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.woden-DartifactId=woden
 \
   -Dversion=1.0-incubating-M7b -Dpackaging=jar
 -Dfile=/path/to/file

   Path to dependency:
 1)
 org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating
 2) org.apache.woden:woden:jar:1.0-incubating-M7b

 --
 1 required artifact is missing.

 for artifact:
   org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:1.0-incubating

 from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   apache.incubator (http://people.apache.org/repo/m2-incubating-repository
 ),
   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
   apache.ws (http://ws.zones.apache.org/repository/)



 On 9/17/07, haleh mahbod [EMAIL PROTECTED] wrote:
 
  could you please try it with rc1b?
 
 
  On 9/17/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:
  
   This is interesting, it runs for me out of the trunk. I have not
 updated
   today though. I notice that set TUSCANY_Bin_DISTRO has mixed
   upper case and lower case, but other than that I can't see a
 difference
   with what I am typing ...
  
  
   On 9/17/07, haleh mahbod [EMAIL PROTECTED] wrote:
   
Hi,
   
Can someone else give this a try? I cannot get this running.  I am
getting:
   
C:\tuscany-new\sca-dist\tuscany-
sca-1.0-incubating\samples\binding-notification-
brokerset TUSCANY_Bin_DISTRO=c:\tuscany-new\sca-dist\tuscany-
sca-1.0-incubating
   
   
C:\tuscany-new\sca-dist\tuscany-
sca-1.0-incubating\samples\binding-notification-
brokerset
   
 TUSCANY_SCA_MANIFEST_JAR=%TUSCANY_BIN_DISTRO%\lib\tuscany-sca-manifes
t.jar
   
C:\tuscany-new\sca-dist\tuscany-
sca-1.0-incubating\samples\binding-notification-
brokerjava -Dnotification.httpPort=8080 -cp
target\sample-binding-notification
-broker-1.0-incubating-SNAPSHOT.jar;%TUSCANY_SCA_MANIFEST_JAR%
notification.bro
ker.TrafficAdvisoryServer
Exception in thread main java.lang.NoClassDefFoundError:
notification/broker/T
rafficAdvisoryServer
   
Should this be out of binary distribution if noone can run it?
   
Haleh
   
  
 



Re: binding-notification-broker sample does not work in RC1b or RC1a..

2007-09-17 Thread Ignacio Silva-Lepe
This is interesting, it runs for me out of the trunk. I have not updated
today though. I notice that set TUSCANY_Bin_DISTRO has mixed
upper case and lower case, but other than that I can't see a difference
with what I am typing ...


On 9/17/07, haleh mahbod [EMAIL PROTECTED] wrote:

 Hi,

 Can someone else give this a try? I cannot get this running.  I am
 getting:

 C:\tuscany-new\sca-dist\tuscany-
 sca-1.0-incubating\samples\binding-notification-
 brokerset TUSCANY_Bin_DISTRO=c:\tuscany-new\sca-dist\tuscany-
 sca-1.0-incubating


 C:\tuscany-new\sca-dist\tuscany-
 sca-1.0-incubating\samples\binding-notification-
 brokerset
 TUSCANY_SCA_MANIFEST_JAR=%TUSCANY_BIN_DISTRO%\lib\tuscany-sca-manifes
 t.jar

 C:\tuscany-new\sca-dist\tuscany-
 sca-1.0-incubating\samples\binding-notification-
 brokerjava -Dnotification.httpPort=8080 -cp
 target\sample-binding-notification
 -broker-1.0-incubating-SNAPSHOT.jar;%TUSCANY_SCA_MANIFEST_JAR%
 notification.bro
 ker.TrafficAdvisoryServer
 Exception in thread main java.lang.NoClassDefFoundError:
 notification/broker/T
 rafficAdvisoryServer

 Should this be out of binary distribution if noone can run it?

 Haleh



Re: binding-notification-broker sample does not work in RC1b or RC1a..

2007-09-17 Thread haleh mahbod
could you please try it with rc1b?


On 9/17/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:

 This is interesting, it runs for me out of the trunk. I have not updated
 today though. I notice that set TUSCANY_Bin_DISTRO has mixed
 upper case and lower case, but other than that I can't see a difference
 with what I am typing ...


 On 9/17/07, haleh mahbod [EMAIL PROTECTED] wrote:
 
  Hi,
 
  Can someone else give this a try? I cannot get this running.  I am
  getting:
 
  C:\tuscany-new\sca-dist\tuscany-
  sca-1.0-incubating\samples\binding-notification-
  brokerset TUSCANY_Bin_DISTRO=c:\tuscany-new\sca-dist\tuscany-
  sca-1.0-incubating
 
 
  C:\tuscany-new\sca-dist\tuscany-
  sca-1.0-incubating\samples\binding-notification-
  brokerset
  TUSCANY_SCA_MANIFEST_JAR=%TUSCANY_BIN_DISTRO%\lib\tuscany-sca-manifes
  t.jar
 
  C:\tuscany-new\sca-dist\tuscany-
  sca-1.0-incubating\samples\binding-notification-
  brokerjava -Dnotification.httpPort=8080 -cp
  target\sample-binding-notification
  -broker-1.0-incubating-SNAPSHOT.jar;%TUSCANY_SCA_MANIFEST_JAR%
  notification.bro
  ker.TrafficAdvisoryServer
  Exception in thread main java.lang.NoClassDefFoundError:
  notification/broker/T
  rafficAdvisoryServer
 
  Should this be out of binary distribution if noone can run it?
 
  Haleh