I've done this by adding an attribute to the entity element (e.g. myconfig="myconfig.xml"), and reading it in the 'init' method with context.getResolvedEntityAttribute("myconfig").
Peter On Wed, Nov 6, 2013 at 8:25 AM, Ramesh <ramesh.po...@vensaiinc.com> wrote: > Hi Folks, > > > > Can anyone suggest me how can customize dataconfig.xml file > > I want to provide database details like( db_url,uname,password ) from my > own > properties file instead of dataconfig.xaml file > >