i am trying to configure http component as lightweight mode.

in servicemix.xml file.

<sm:acticationSpecs>
<sm:activationSpec>
  <sm:component>
    <http:component>
      <http:endpoints>
        <http:endpoint service="test:dummy"
                       endpoint="dummy"
                       role="consumer" 
                       soap="true"
                       locationURI="http://localhost:8192/Service/";
                       defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; />
      </http:endpoints>
    </http:component>
  </sm:component>
</sm:activationSpec>
</sm:acticationSpecs>

any i copied the file "servicemix-http-3.1-incubating.jar" (in
servicemix-http-3.1-incubating-installer.zip) to $SERVICEMIX_HOME\lib..

but i got a error message ....... 

Loading Apache ServiceMix from servicemix.xml on the CLASSPATH
Caught: org.springframework.beans.factory.BeanDefinitionStoreException:
Unexpect
ed exception parsing XML document from class path resource [servicemix.xml];
nes
ted exception is java.lang.IllegalStateException: Unable to invoke
parseNestedCu
stomElement
methodorg.springframework.beans.factory.BeanDefinitionStoreException:
Unexpected excep
tion parsing XML document from class path resource [servicemix.xml]; nested
exce
ption is java.lang.IllegalStateException: Unable to invoke
parseNestedCustomElem
ent method
Caused by: java.lang.IllegalStateException: Unable to invoke
parseNestedCustomEl
ement method
        at
org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate
.internalParseNestedCustomElement(XBeanBeanDefinitionParserDelegate.java:99)
        at
org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate
.parsePropertySubElement(XBeanBeanDefinitionParserDelegate.java:51)
        at
org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.pa
rseListElement(BeanDefinitionParserDelegate.java:935)
        at
org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler.parseListEl
ement(XBeanNamespaceHandler.java:584)

.....
....

anyone can help me please? 

-- 
View this message in context: 
http://www.nabble.com/http-compoennt%2C-lightweight-mode-tf3981888s12049.html#a11304061
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to