I am trying to run HelloWorldWSClientTestCase in the helloworldwsclient sample. 
For some reason, when I print the application scdl URL, obtained by "URL 
applicationScdlURL = cl.getResource(applicationSCDL);" in SCATestCase, I get:

+++ application SCDL: jar:file:/C:/Documents%20and%20Settings/Administrator/.m2/
repository/org/apache/tuscany/sca/services/databinding/databinding-sdo/1.0-incub
ator-M2-SNAPSHOT/databinding-sdo-1.0-incubator-M2-SNAPSHOT.jar!/META-INF/sca/def
ault.scdl

I am a bit a a loss trying to explain how the 
services/databinding/databinding-sdo default.scdl is being resolved as opposed 
to the default.scdl in the sample. Perhaps there is an issue with the class 
loader? I tried looking in the pom.xml for clues but nothing jumps at me.
Notice that currently the test case is disabled by not having the "TestCase" 
suffix in the class and file names, so I created a new file and class with the 
suffix in their names and that is what I am trying to run.

Any ideas?

Reply via email to