-
Sep 26th, 2012, 05:56 AM
#1
AnnotationConfigApplicationContext ouput as an XML
Hi ,
I have loaded the Java Configuration with my PersistenceHibernateConfig.class.
ApplicationContext context = new AnnotationConfigApplicationContext(PersistenceHibe rnateConfig.class);
How can i print and check the exact XML content.
Thanks
Giri
-
Sep 26th, 2012, 07:30 AM
#2
You cannot also nor would it be possible with any of the other ApplicationContext implementations...
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