Hi,

I have an issue with the component service not coming up. below mentioned 
is my scenario.

I have a JSP (default.jsp) which does the following:

<%@ page import="org.apache.tuscany.sca.host.embedded.SCADomain"%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%
      SCADomain scaDomain = SCADomain.newInstance("RunTime.composite");
      System.out.println("RunTime Composite Started");
%>

and the Runtime.composite is as follows:

    <component name="TwoWSService">
        <implementation.java class="eai.Compose" />
        <service name="Compose">
             interface="http://eai#wsdl.interface(TwoWSService)" /> 
            <binding.ws uri="http://localhost:8080/TwoWSService"; />
        </service>
    </component>


Now I create a war of all my Java classes , wsdl , composite files and 
with the default.jsp as the default run target.
This war gets deployed in tomcat and the jsp page comes up. It creates a 
new instance of Runtime.composite too , but it doesnt seem to be starting 
the
component service which i have mentioned in the composite file : 
<binding.ws uri="http://localhost:8080/TwoWSService"; />.

What could be wrong in this, Can you please guide me.

Regards
Sandeep Raman.
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


Reply via email to