]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Publish execution flows directly to OSGi
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 4 Nov 2011 21:29:19 +0000 (21:29 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 4 Nov 2011 21:29:19 +0000 (21:29 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@4882 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.support.osgi/src/main/resources/org/argeo/slc/osgi/execution.xml

index 9f240945efc2bbb154339d50505f35cbd88f47f1..af28646e19fdff4bd4740706409007952e94d493 100644 (file)
@@ -1,21 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
-
-    Licensed 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.
-
--->
+<!-- Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org> Licensed 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. -->
 
 <beans xmlns:osgi="http://www.springframework.org/schema/osgi"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans"
        <bean class="org.argeo.slc.osgi.MultipleServiceExporterPostProcessor">
                <property name="interfaces">
                        <list>
-                               <value>org.argeo.slc.execution.ExecutionFlow
-                               </value>
+                               <value><![CDATA[org.argeo.slc.execution.ExecutionFlow]]></value>
                        </list>
                </property>
+               <property name="bundleContext" ref="bundleContext" />
        </bean>
 
        <bean id="osgiExecutionResources" class="org.argeo.slc.osgi.OsgiExecutionResources">