Author: ramkumar
Date: Mon Oct 12 10:49:07 2009
New Revision: 824292

URL: http://svn.apache.org/viewvc?rev=824292&view=rev
Log:
Fixes for binding.ejb, adding default policy intents that are provided natively 
by the binding implementation

Added:
    
tuscany/java/sca/modules/binding-ejb/src/main/resources/META-INF/services/org.apache.tuscany.sca.definitions.xml.Definitions
    tuscany/java/sca/modules/binding-ejb/src/main/resources/org/
    tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/
    tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/
    
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/
    
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/
    
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/ejb/
    
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/ejb/policy/
    
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/ejb/policy/definitions.xml
   (with props)

Added: 
tuscany/java/sca/modules/binding-ejb/src/main/resources/META-INF/services/org.apache.tuscany.sca.definitions.xml.Definitions
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ejb/src/main/resources/META-INF/services/org.apache.tuscany.sca.definitions.xml.Definitions?rev=824292&view=auto
==============================================================================
--- 
tuscany/java/sca/modules/binding-ejb/src/main/resources/META-INF/services/org.apache.tuscany.sca.definitions.xml.Definitions
 (added)
+++ 
tuscany/java/sca/modules/binding-ejb/src/main/resources/META-INF/services/org.apache.tuscany.sca.definitions.xml.Definitions
 Mon Oct 12 10:49:07 2009
@@ -0,0 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+org/apache/tuscany/sca/binding/ejb/policy/definitions.xml
\ No newline at end of file

Added: 
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/ejb/policy/definitions.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/ejb/policy/definitions.xml?rev=824292&view=auto
==============================================================================
--- 
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/ejb/policy/definitions.xml
 (added)
+++ 
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/ejb/policy/definitions.xml
 Mon Oct 12 10:49:07 2009
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<sca:definitions xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903";
+            targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903";
+            xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903";
+            xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1";>
+            
+    <sca:bindingType type="sca:binding.ejb" mayProvide="" alwaysProvides=""/>
+
+</sca:definitions>
\ No newline at end of file

Propchange: 
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/ejb/policy/definitions.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
tuscany/java/sca/modules/binding-ejb/src/main/resources/org/apache/tuscany/sca/binding/ejb/policy/definitions.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date


Reply via email to