Salome HOME
Id now is Long instead of Integer. First unit test is created. hibernate-3.5.jar...
[tools/siman.git] / Workspace / Siman / src / spring / applicationContext.xml
index efe62eb1539456e35f7fa15bff423dd34176458c..16e6b0a4d3b27881d7240c5dd44759a9cc5cc825 100644 (file)
@@ -2,12 +2,19 @@
 <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:aop="http://www.springframework.org/schema/aop"
+    xmlns:context="http://www.springframework.org/schema/context"
        xsi:schemaLocation="http://www.springframework.org/schema/beans  
 http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
 http://www.springframework.org/schema/aop  
-http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
-           
+http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
+http://www.springframework.org/schema/context
+http://www.springframework.org/schema/context/spring-context-3.0.xsd">
+
            
+    <context:property-placeholder
+        location="classpath:siman.properties,classpath:jdbc.properties"
+        ignore-unresolvable="true" />
+
        <!-- configuration i18n -->
        <bean id="i18nUtils"
                class="org.splat.i18n.I18nUtils">