Author: gnodet
Date: Fri Oct 27 07:28:15 2006
New Revision: 468392
URL: http://svn.apache.org/viewvc?view=rev&rev=468392
Log:
Add the JDBC auditor (stopped) and svg viewer to the default config
Modified:
incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml
Modified:
incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml?view=diff&rev=468392&r1=468391&r2=468392
==============================================================================
---
incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml
(original)
+++
incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml
Fri Oct 27 07:28:15 2006
@@ -67,4 +67,15 @@
</sm:activationSpecs>
</sm:container>
+ <sm:jdbcAuditor container="#jbi" autoStart="false">
+ <sm:dataSource>
+ <bean class="org.apache.derby.jdbc.EmbeddedDataSource">
+ <property name="databaseName" value="servicemixDB"/>
+ <property name="createDatabase" value="create"/>
+ </bean>
+ </sm:dataSource>
+ </sm:jdbcAuditor>
+
+ <sm:dotViewService container="#jbi" autoStart="true" />
+
</beans>