I made it to work using
<import resource="classpath:Hibernate*.xml" />
Type: Posts; User: ajaydogra; Keyword(s):
I made it to work using
<import resource="classpath:Hibernate*.xml" />
Hi,
Can I import more than 1 resource in a single import resource statement like,
<import resource="HibernateConfigApplicationContext.xml,HibernateDAOApplicationContext.xml" />
or I have no...