Title: [722] trunk/components/xfire/src/main/java/org/servicemix/components/xfire/XFireComponent.java: Change the namespace of xfire component transport
- Revision
- 722
- Author
- gnt
- Date
- 2005-11-02 06:26:08 -0500 (Wed, 02 Nov 2005)
Log Message
Change the namespace of xfire component transport
Modified Paths
Diff
Modified: trunk/components/xfire/src/main/java/org/servicemix/components/xfire/XFireComponent.java (721 => 722)
--- trunk/components/xfire/src/main/java/org/servicemix/components/xfire/XFireComponent.java 2005-11-02 11:23:56 UTC (rev 721)
+++ trunk/components/xfire/src/main/java/org/servicemix/components/xfire/XFireComponent.java 2005-11-02 11:26:08 UTC (rev 722)
@@ -200,7 +200,7 @@
public final static String NAME = "Jbi";
- public final static String JBI_TRANSPORT_NS = "http://schemas.xmlsoap.org/soap/jbi";
+ public final static String JBI_TRANSPORT_NS = "http://java.sun.com/xml/ns/jbi/binding/service+engine";
private final static String URI_PREFIX = "urn:xfire:transport:jbi:";