Registering the extension processors with the proper 1.1 Tuscany namespaces
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3856e8da2e
commit
6bc84fb2df
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ import org.apache.tuscany.sca.binding.atom.AtomBinding;
|
|||
import org.apache.tuscany.sca.web.javascript.JavascriptProxyFactory;
|
||||
|
||||
public class AtomBindingJavascriptProxyFactoryImpl implements JavascriptProxyFactory {
|
||||
private static final QName NAME = new QName("http://tuscany.apache.org/xmlns/sca/1.0", "binding.atom");
|
||||
private static final QName NAME = new QName("http://tuscany.apache.org/xmlns/sca/1.1", "binding.atom");
|
||||
|
||||
public Class<?> getModelType() {
|
||||
return AtomBinding.class;
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@
|
|||
# under the License.
|
||||
|
||||
# Implementation class for the Javascript Proxy Factory
|
||||
org.apache.tuscany.sca.binding.atom.js.dojo.AtomBindingJavascriptProxyFactoryImpl;qname=http://tuscany.apache.org/xmlns/sca/1.0#binding.atom,model=org.apache.tuscany.sca.binding.atom.AtomBinding,model=org.apache.tuscany.sca.binding.atom.AtomBinding
|
||||
org.apache.tuscany.sca.binding.atom.js.dojo.AtomBindingJavascriptProxyFactoryImpl;qname=http://tuscany.apache.org/xmlns/sca/1.1#binding.atom,model=org.apache.tuscany.sca.binding.atom.AtomBinding,model=org.apache.tuscany.sca.binding.atom.AtomBinding
|
||||
Loading…
Add table
Add a link
Reference in a new issue