On 25/07/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
Hehe, for a moment I couldn't believe my eyes, but I finally found what's wrong with AccountServiceImpl.componenttype... It should be named AccountServiceImpl.componentType. This was probably working on Windows but on Linux case matters. I'll rename the file and will commit the fix in SVN later today when I get the build working end to end.
nice one! Back to the trial and error process with the make files... now bumping
into other files. Do we need a services.xml and Tuscany-model.config files in the Accounts directory? They are in WSAccountClient, don't we need them on the server side as well?
Tuscany-model.config should reside with the sca.module. This is the list of wsdls to load for this module (replaced by <include.wsdl in Java???). The services.xml is deployed into axis2c/services... directory. It is not used by the sca runtime. Cheers, --- Pete
