Hi,
I tested the bank demo on my Linux box and it now works.
There are a couple of typos in
distribution/src/main/samples/ws/bank/README.txt file.
I'm attaching a patch to fix those.
Cheers,
- Matteo
Nolan, Edell wrote:
Hi,
I have uploaded a new distribution to my home directory - this should
have the bank demo fixed - can someone test this on a unix box.
Thanks, Edell.
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-bin.tar
.gz
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-bin.tar
.gz.md5
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-bin.tar
.gz.sha
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-bin.tar
.gz.asc
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-bin.zip
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-bin.zip
.md5
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-bin.zip
.sha
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-bin.zip
.asc
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-src.tar
.gz
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-src.tar
.gz.md5
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-src.tar
.gz.sha
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-src.tar
.gz.asc
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-src.zip
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-src.zip
.md5
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-src.zip
.sha
http://people.apache.org/~enolan/yoko-1.0-incubating-M1-SNAPSHOT-src.zip
.asc
Index: README.txt
===================================================================
--- README.txt (revision 436751)
+++ README.txt (working copy)
@@ -61,8 +61,8 @@
UNIX (must use forward slashes):
- java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
- -Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml
+ java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
\
+ -Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml \
-classpath $CLASSPATH:build/classes yoko.server.Server &
Windows (may use either forward or back slashes):
@@ -78,8 +78,8 @@
UNIX:
- java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
-
-Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml
+ java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
\
+
-Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml \
-classpath $CLASSPATH:build/classes yoko.client.Client
Windows:
@@ -103,8 +103,8 @@
UNIX (must use forward slashes):
- java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
-
-Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml
+ java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
\
+
-Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml \
-classpath $CLASSPATH:build/classes:. yoko.server.Server &
Windows (may use either forward or back slashes):
@@ -120,10 +120,10 @@
UNIX (must use forward slashes):
- java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
-
-Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml
- -classpath $CLASSPATH:build/classes:.
org.objectweb.celtix.routing.RouterManager
- -BUSid celtix-yoko
+ java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
\
+
-Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml \
+ -classpath $CLASSPATH:build/classes:.
org.objectweb.celtix.routing.RouterManager \
+ -BUSid celtix-yoko &
Windows (may use either forward or back slashes):
@@ -136,7 +136,7 @@
UNIX:
- java -classpath $CLASSPATH:build/classes;. soap.client.Client
+ java -classpath $CLASSPATH:build/classes:. soap.client.Client
Windows: