The helloword sidefile (with no annotations) test I created does not read the
default value from the side files
----------------------------------------------------------------------------------------------------------------
Key: TUSCANY-353
URL: http://issues.apache.org/jira/browse/TUSCANY-353
Project: Tuscany
Type: Bug
Versions: M1
Environment: Fedora Core 5
Reporter: Simon Laws
I attached the sample as a tar file. It looks like this...
> hellworld2
> src
> main
> java - where the java source files go
> org
> sample
> helloworld
> HelloWorldService.java
> HelloWorldServiceImpl.java
> HelloWorldClient.java
> resource - where data and configuration files go
> org
> sample
> helloworld
> HelloWorldServiceImpl.componentType
> sca.module
> test
> java - where the files used to test the above source files go
> target
> classes - where the compile class files will go
> compile.sh
> run.sh
If you put this in a directory alongside the tuscany project and you have
populated target/j2se then compile.sh and run.sh should work, i.e.
somedir
helloworld2
tuscany
java
target
j2se
lots of jars
when I run the test the property value null is returned and I was expecting the
default value from the side file so I expect I have done something stupid!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira