[Xdoclet-user] webdoclt fails to generate servlet definitioin

2004-01-17 Thread jiesheng zhang
I think someone already have answer for this question. However the search function in sourceforge does not work. I have to post this list. I have a simple servlet which is subclass of org.apache.webapp.admin.ApplicationServlet. (By the way, the org.apache.webapp.admin.ApplicationServlet is a subcl

Re: [Xdoclet-user] does hibernate module 1.2 support select-before-update?

2004-01-17 Thread Konstantin Priblouda
--- Galen Meurer <[EMAIL PROTECTED]> wrote: > I wish to use the "select-before-update" attribute > for a hibernate mapping. > I have tried various things with no success and > before I continue, I was > hoping someone could confirm or deny my suspicion > that it isn't supported by > the hibernate

[Xdoclet-user] ejb.value-object best practice question

2004-01-17 Thread Tim
I've tried Google and the mail archives to find the answer to this question, but I couldn't see it directly addressed. If I have XDoclet generate my Value Objects for my entity beans, how do I also keep my IDE from complaining that the VO doesn't exist? What do most people do? I see a few opt