Not sure if this is the right place to post but here goes: I've got a project and directory structure similar to the 'store' example - I've got just 1 client service class.. should be pretty simple. Problem is the javascript is unable to resolve the tuscany package in the html page, ie...
myJavaClass myObject = new tuscany.sca.Reference(myService); produces a javascript error When I examine the console output there are a couple funny things that don't occur with the tuscany-sca-16/samples.. that I've got working: Loading contribution file c:/MyDir/MyServices/bin/ - and thats it - whereas my other samples I've got working specify the full path of the jar file in the console output, and even though I have MyServices.jar in that directory. So I'm thinking maybe the contribution isn't being loading correctly and I've probably go something messed up about the directory structure ? Further in the output there is - Warning: Reference not found for component MyServices (the MyServices.composite file contains the <reference name="myService" ....) - further evidence that something is amiss... Any help appreciated. Thanks in advance,
