Joel, I have added you to the SF project. Welcome! I noticed there were some problems with quotes in the Hibernate module (generating content that will sit between quotes). Take a look at http://tinyurl.com/3d7a (the <form-bean> element). So if
mutable="<XDtClass:classTagValue tagName='hibernate.class' paramName='mutable'/>" doesn't work, try mutable="<XDtClass:classTagValue tagName="hibernate.class" paramName="mutable"/>" Cheers, Aslak > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Joel > Rosi-Schwartz > Sent: 9. desember 2002 16:11 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; xdoclet-devel > Subject: [Xdoclet-devel] Re: [Hibernate] Newbie developer question > > > Konstantin Priblouda wrote: > > >Hi all, > >(crossposting to xdoclet-devel ) > > > >I started to evaluate hibernate with hope > >to be able to toss my entity ejb's down the drain. > >(and it looks that I'll be able to do this:) > > > >I noticed that there is xdoclet module for it - > >and because I'm myself committer of xdoclet I really > >would use it. > > > >Last days there was a discussion on xdoclet list > >to nominate Joel as hibernate module maintainer > >and include hibernate module into xdoclet - > >and voting vas positive. Is there any progrees from > >hibernate side? > > > I do not know what the XDoclet policy is as far as confirmation of the > nomination, but when they are ready we are ready. > > >I also noticed that hibernate module lacks xtags.xml > > > Hmm...did you check out the module from the cvs Tools module? There is > an xtags.xml in /src/META-INF. Please note, however, that it is a bit > incomplete. I plan on rectifying that this week. > > >- > >thus it's impossible to use XDocletGUI to tag files > >easier way. (and also to generate tag documentation) > > > >So I can take > >on importing sources, refactoring them to correct > >package structure and writing xtags.xml ( at least > >start it, so Joel can follow on it ) > >and maybe fixing some stuff which is currently broken > >in CVS ( judging from commit logs ) > > > > I would be very pleased with whatever assistance you can give. From the > development perspective I am a 'babe in the woods' with XDoclet, so your > support is warmly appreciated. > > - joel > > > > >Comments please :) > > > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
