Add callBackHandler by default in SLC execution modules.
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 5 Mar 2014 08:45:02 +0000 (08:45 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 5 Mar 2014 08:45:02 +0000 (08:45 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6865 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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

index 73dca00c949c9760db0ce6c86b71de2703c19464..cc0aac0697aa7275596558709310e7ebf401c879 100644 (file)
@@ -1,21 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Copyright (C) 2007-2012 Argeo GmbH
-
-    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) 2007-2012 Argeo GmbH 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 
@@ -38,6 +28,9 @@
                interface="org.argeo.slc.execution.ExecutionFlowDescriptorConverter"
                ref="executionFlowDescriptorConverter" />
 
+       <osgi:reference id="callbackHandler"
+               interface="javax.security.auth.callback.CallbackHandler" cardinality="0..1" />
+
        <bean class="org.argeo.slc.osgi.MultipleServiceExporterPostProcessor">
                <property name="interfaces">
                        <list>