Hmm, nobody a clue, why this doesnt work?

cheers , Johannes
Here teh xbean.xml:

<?xml version="1.0" encoding="UTF-8"?>
<beans  xmlns="http://www.springframework.org/schema/beans";
xmlns:http="http://servicemix.apache.org/http/1.0"; xmlns:myns="http://org.jman.myns"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://servicemix.apache.org/http/1.0 http://johannes/schemas/servicemix-http.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd";>

 <http:consumer service="myns:httplistener"
                endpoint="myns:listenerEndpoint"
                locationURI="http://johannes:8282/wps/";
                defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                targetService="myns:wpsprovider" />



 <http:provider service="myns:wpsprovider"
endpoint="myns:wpsEndpoint" locationURI="http://windows2003:8282/wps/"/>
    </beans>
On Wed, Apr 23, 2008 at 1:57 PM, Johannes Elsinghorst
<[EMAIL PROTECTED]> wrote:
Hi,
 I configured a http:consumer endpoint listening on localhost:8080. i
deployed the su, and debugged it to make sure the JettyContextManager
creates a context. debug output says " Started
[EMAIL PROTECTED]:8282". But netstat doesnt show any
listeners on that port, nor can i connect to it using a browser. Any clue
whats wrong here?

Please post the configuration in the xbean.xml for the http:consumer.

Bruce


Reply via email to