-
Oct 1st, 2007, 07:27 AM
#1
import resource tag
Hi,
Can I import more than 1 resource in a single import resource statement like,
<import resource="HibernateConfigApplicationContext.xml,Hi bernateDAOApplicationContext.xml" />
or I have no other option but to write 2 statements:
<import resource="HibernateConfigApplicationContext.xml" />
<import resource=HibernateDAOApplicationContext.xml" />
Thanks
-
Oct 1st, 2007, 07:52 AM
#2
I made it to work using
<import resource="classpath:Hibernate*.xml" />
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules