Re: [Xdoclet-user] please, help with hibernate

2003-05-27 Thread kiuma
Sounds very interesting, I'll do it! Andrew Stevens wrote: On Tue, 2003-05-27 at 23:00, Dmitri Colebatch wrote: Thanks, This tag is not documented so I didn't know how to do. Now it's ok np. If its not documented, use the source (o: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdocl

[Xdoclet-user] @struts.validater for java.sql.Date fields

2003-05-27 Thread Brian Wallis
Doesn't seem to work. If I have /** * @struts.validator type="required" */ public void setCreatedOn(String createdOn) { } I will get a validator declaration in the validator.xml file, but If I have /** * @struts.validator type="required" */ public vo

RE: [Xdoclet-user] please, help with hibernate

2003-05-27 Thread Andrew Stevens
On Tue, 2003-05-27 at 23:00, Dmitri Colebatch wrote: > > Thanks, > > This tag is not documented so I didn't know how to do. > > Now it's ok > > np. If its not documented, use the source (o: > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet/modules/hiber > nate/src/xdoclet/module

RE: [Xdoclet-user] Re: What rule says that setEntityContext is generated empty without any call to super?

2003-05-27 Thread Dmitri Colebatch
as Konstantin said, do this in ant. Simply include the additional src directories in the source path. hth di > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Lennart > Petersson > Sent: Wednesday, 28 May 2003 1:08 AM > To: [EMAIL PROTECTED] > Subject:

RE: [Xdoclet-user] please, help with hibernate

2003-05-27 Thread Dmitri Colebatch
> Thanks, > This tag is not documented so I didn't know how to do. > Now it's ok np. If its not documented, use the source (o: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet/modules/hiber nate/src/xdoclet/modules/hibernate/resources/hibernate.xdt?rev=1.12&content- type=text/vnd.v

[Xdoclet-user] NoSuchMethodError on AntClassLoader.getClasspath

2003-05-27 Thread Hanson, Matthew
Hi-- I am trying to build my ejb project using the new xdoclet1.2b3 built from the source. Currently, here is a way stripped down .ant properties and build.xml: .ant.properties: # Set the path to the root directory of the XDoclet distribution (see # http://www.sf.net/projects/xdoclet) #xdoclet.

Re: [Xdoclet-user] hibernatedoclet problems

2003-05-27 Thread Moritz Petersen
Hi Konstantin, it was my fault. Now I managed to compile the whole xdoclet project. But there is still one dependency missing: xdoclet-xjavadoc-1.0.jar The only artifact I get is: xjavadoc-1.0.jar Where can I find / build the correct .jar? -Mo. Am Dienstag, 27.05.03 um 15:53 Uhr schrieb Kon

Re: [Xdoclet-user] XDoclet don't understand internal classes ??

2003-05-27 Thread Konstantin Priblouda
--- Denis Kruchkov <[EMAIL PROTECTED]> wrote: > It's looks like there is error in XDoclet. > I have following bean: > > public class SequenceSessionBean implements > javax.ejb.SessionBean { > private class Entry { > SequenceLocal sequence; > int last; > }; <--- XDoclet p

[Xdoclet-user] XDoclet don't understand internal classes ??

2003-05-27 Thread Denis Kruchkov
It's looks like there is error in XDoclet. I have following bean: public class SequenceSessionBean implements javax.ejb.SessionBean { private class Entry { SequenceLocal sequence; int last; }; <--- XDoclet points here as error . Then I try to parse it by XDoclet