Revert the change for now

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2009-06-23 23:28:00 +00:00
parent 7e05335431
commit dc4c810d62

View file

@ -32,7 +32,7 @@ public class RemoteBindingHelper {
Class.forName("org.apache.tuscany.sca.binding.sca.jms.JMSSCABindingProviderFactory");
alwaysRemote = true;
} catch (ClassNotFoundException e) {
alwaysRemote = true;
alwaysRemote = false;
}
}