Lightweight components do not expose any wsdl.
So you won't find it.

Cheers,
Guillaume Nodet

On 6/9/06, Alessandro Fredianelli <[EMAIL PROTECTED]>
wrote:

i think the component is the jbi container....
this is my servicemix.xml file :

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:sm="http://servicemix.apache.org/config/1.0";>

  <import resource="classpath:jmx.xml" />
  <import resource="classpath:activemq.xml" />
  <import resource="classpath:jndi.xml" />

  <sm:container id="jbi"
                rootDir="./wdir"
                installationDirPath="./install"
                deploymentDirPath="./deploy"
                dumpStats="true"
                statsInterval="10"
                flowName="seda"
                transactionManager="#transactionManager"
                depends-on="jndi">

    <sm:activationSpecs>

      <sm:activationSpec componentName="jdbc">
        <sm:component>
          <bean class="org.apache.servicemix.components.jdbc.JdbcComponent
">
          </bean>
        </sm:component>
      </sm:activationSpec>

    </sm:activationSpecs>
  </sm:container>

</beans>
----- Original Message -----
From: "Guillaume Nodet" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, June 09, 2006 5:55 PM
Subject: Re: wsdl over jmx


>I only see jdbc in your screenshot ...
>
> To see the wsdl for the endpoint, you must have deployed a service unit
on
> a
> component that supports wsdl.
> Which component did you deploy your SU onto ?


Reply via email to