blob: 909c283c6137eaa0908bdeaf8cce877758cddae3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd"
xmlns:osgi="http://www.springframework.org/schema/osgi">
<!-- TODO 2.1 export spring bean "dataSource" with interface "javax.sql.DataSource" -->
<!-- TODO 2.2 add OSGi console commands "execute" and "queryForInt"
<osgi:service ref="sqlCommandProvider" auto-export="all-classes">
<osgi:service-properties>
<entry key="osgi.command.scope">
<value>sql</value>
</entry>
<entry key="osgi.command.function">
<array value-type="java.lang.String">
</array>
</entry>
</osgi:service-properties>
</osgi:service>
-->
</beans>