Some bizarre classpath issues in Eclipse - moved data-source config out of default package except for samples. Also separated hibernate config from rest of samples.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
|
||||
|
||||
<import resource="classpath:/simple-job-launcher-context.xml" />
|
||||
<import resource="classpath:/hibernate-context.xml" />
|
||||
<import resource="classpath:/jobs/hibernateJob.xml" />
|
||||
|
||||
</beans>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
|
||||
|
||||
<import resource="classpath:/simple-job-launcher-context.xml" />
|
||||
<import resource="classpath:/hibernate-context.xml" />
|
||||
<import resource="classpath:/jobs/hibernateJob.xml" />
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user