Does anyone have a working example of a Service Unit Descriptor (jbi.xml) for
the HTTP BC?
I am attempting to deploy an existing Service Assembly to the HTTP BC in
OpenESB and they require Service Units to have a jbi.xml, unlike ServiceMix.
I have spent all day trying to manually create one with no luck.
Here is what I have so far:
<jbi version="1.0"
xmlns="http://java.sun.com/xml/ns/jbi"
xmlns:jbi="http://java.sun.com/xml/ns/jbi"
xmlns:ns1="http://nettoolkit.gestalt.com/httpproxysa">
<services binding-component="false">
<provides interface-name="ns1:HttProxySa" service-name="ns1:HttProxySa"
endpoint-name="HttProxySa"/>
</services>
</jbi>
Here is the error OpenESB reports: http proxy deployment failed. JBIMA0000
Schema validation failed for gestalt-jbi-http-proxy-eip-su-HEAD.jar :
jbi.xml. null.
My eclipse project validates the jbi.xml and says it is correct.
I realize this might be better suited in the sun jbi forums, but I figured I
would start here.
--
View this message in context:
http://www.nabble.com/Service-Unit-Descriptor-Example-for-HTTP-BC-tf2941823s12049.html#a8225774
Sent from the ServiceMix - User mailing list archive at Nabble.com.