Re: [hibernate-dev] Remove added XML from confiuration

2014-12-17 Thread Steve Ebersole
Can you explain better what exactly you are doing whe you say "adding mapping files dynamically"? Which specific method are you using? And then why are you wanting to remove them. I am confused. On Dec 13, 2014 10:19 PM, "Vikas Bali" wrote: > Hi all > > I am having problem while adding mappin

[hibernate-dev] Remove added XML from confiuration

2014-12-13 Thread Vikas Bali
Hi all I am having problem while adding mapping files dynamically. It takes long time to add after some time. I did not find any way to remove the added XML from configuration object once added. I believe this is an issue of performance. Please suggest. Thnaks Vikas __