Why don't you use Confiuration.configure?? You can collect list of all mapping files to hibernate-configuration file using HibernateConfigPlugin.
On 7/4/05, Michael Kantarovich <[EMAIL PROTECTED]> wrote: > I need it because I'm planning to deploy my application as a .war file. > When application is deployed as a war I can't use Hibernate's > Configuration.addDiectory method. Instead, I have to work with > Configuration.addInputStream. As the result, I have to specify every > mapping file implicitly and it's annoying ... :) > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Anatol Pomozov > Sent: Monday, July 04, 2005 4:00 PM > To: [email protected] > Subject: Re: [xdoclet-plugins-interest] Hibernate plug-in. > > > No. It does not planed. > > Could you describe why do you need store all mappings in single file. > You should never edit such files by hands so it does not metter how they > are stored in a single file or in separate. > > On 6/29/05, Michael Kantarovich <[EMAIL PROTECTED]> wrote: > > Thanks for the fast response! > > > > Is it planned in the near future? > > > > Thanks again. > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Konstantin Priblouda > > Sent: Wednesday, June 29, 2005 5:44 PM > > To: [email protected] > > Subject: Re: [xdoclet-plugins-interest] Hibernate plug-in. > > > > > > > > > > --- Michael Kantarovich <[EMAIL PROTECTED]> wrote: > > > > > Hi everybody, > > > > > > My question is about HibernateMappingPlugin. > > > > > > Is there any way to generate a single mapping file > > > instead of file for > > > each hibernate class (I think hibernate supports > > > it). > > > > At the moment this is not supported. > > > > regards, > > > > ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- > > Still using XDoclet 1.x? XDoclet 2 is released and of production > > quality. check it out: http://xdoclet.codehaus.org > > > > > > > > ____________________________________________________ > > Yahoo! Sports > > Rekindle the Rivalries. Sign up for Fantasy Football > > http://football.fantasysports.yahoo.com > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > _______________________________________________ > > xdoclet-plugins-interest mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick > > _______________________________________________ > > xdoclet-plugins-interest mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest > > > > > -- > anatol > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick > _______________________________________________ > xdoclet-plugins-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick > _______________________________________________ > xdoclet-plugins-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest > -- anatol ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ xdoclet-plugins-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
