Re: [Xdoclet-user] The generated Valueobjects does not have the given base class

2004-01-08 Thread Andrew Stevens
On Thu, 2004-01-08 at 13:36, Paróczi Zsolt wrote: > In the Beta3 I haven't had any problem with this. Strange, as the only change in the VO's tag handler since then (according to the CVS tags) was the addition of ifGeneratePKConstructor, which shouldn't affect this. > I have this in the Bean: >

RE: [Xdoclet-user] classpath problem -- w/ file ;)

2004-01-08 Thread Harkness, David
Erik Itter wrote: > perhaps someone could mail an example build file for an EJB > project? - think i am missing something I've removed most of the totally-project-specific targets to make it easier to follow. If you have any questions feel free to ask. There are a few hacks in there, but nothing t

RE: [Xdoclet-user] classpath problem

2004-01-08 Thread Harkness, David
Erik Itter wrote: > perhaps someone could mail an example build file for an EJB > project? - think i am missing something I've removed most of the totally-project-specific targets to make it easier to follow. If you have any questions feel free to ask. There are a few hacks in there, but nothing t

Re: [Xdoclet-user] Samples produce java.lang.NoClassDefFoundError: org/apache/commons/collections/Predicate

2004-01-08 Thread Andrew Stevens
On Thu, 2004-01-08 at 19:24, Benjamin Cox wrote: > Hello... I'm getting the error in the subject line when running the > samples - the most basic thing of all! I've tried everything I found > when searching this mailing list, but I still can't get past this problem. > > Below is a session where

Re: [Xdoclet-user] classpath problem

2004-01-08 Thread Andrew Stevens
On Thu, 2004-01-08 at 22:26, Erik Itter wrote: > in eclipse i allways get Do you also get it when running Ant at the command line, or only in Eclipse? > C:\java\eclipse\workspace\webmonitoring\build.xml:119: Can't create a > deploymentdescriptor element > under ejbdoclet. Make sure the jar file

Re: [Xdoclet-user] classpath problem

2004-01-08 Thread Erik Itter
perhaps someone could mail an example build file for an EJB project? - think i am missing something - Original Message - From: "Erik Itter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 11:26 PM Subject: [Xdoclet-user] classpath problem in eclipse i allw

Re: [Xdoclet-user] strutsvalidationxml

2004-01-08 Thread Nick Heudecker
> >/** > > * > > @hibernate.property > > @struts.dynaform-field > > * > > */ > > This is on a POJO? Yes, this is on a POJO. > Then please don't come near Tapestry or at least not near my > computer please! :) > > Erik Tapestry is a nice project. I'm think

RE: [Xdoclet-user] classpath problem

2004-01-08 Thread Harkness, David
Erik Itter wrote: > in eclipse i allways get > > C:\java\eclipse\workspace\webmonitoring\build.xml:119: Can't > create a deploymentdescriptor element under ejbdoclet. Make > sure the jar file containing the corresponding subtask class > is on the classpath specified in the that defined {2}. > >

[Xdoclet-user] classpath problem

2004-01-08 Thread Erik Itter
in eclipse i allways get C:\java\eclipse\workspace\webmonitoring\build.xml:119: Can't create a deploymentdescriptor element under ejbdoclet. Make sure the jar file containing the corresponding subtask class is on the classpath specified in the that defined {2}. where is that task defined (wh

[Xdoclet-user] Samples produce java.lang.NoClassDefFoundError: org/apache/commons/collections/Predicate

2004-01-08 Thread Benjamin Cox
Hello... I'm getting the error in the subject line when running the samples - the most basic thing of all! I've tried everything I found when searching this mailing list, but I still can't get past this problem. Below is a session where I untar the xdoclet distribution and immediately try to r

Re: [Xdoclet-user] strutsvalidationxml

2004-01-08 Thread Erik Hatcher
On Jan 8, 2004, at 12:13 PM, Vincent wrote: Imagine this scenario: /** * @hibernate.property @struts.dynaform-field * */ This is on a POJO? public Boolean getApproved() { return approved; } public void setApproved(Boolean approved)

Re: [Xdoclet-user] strutsvalidationxml

2004-01-08 Thread Vincent
I love DyanForms is all it's flavors. They have saved me a lot of development time (just like xdoclet). I have also been using Nick's xdoclet extension for dynaactionform support and that spares me the burden of what amounts to writing 2 poj

Re: [Xdoclet-user] strutsvalidationxml

2004-01-08 Thread Erik Hatcher
On Jan 8, 2004, at 10:14 AM, Vincent wrote: Does your form bean extend from ValidatorForm (or ValidatorActionForm)? I am using a BaseForm which extends DynaValidatorActionForm, that should be Ok, right? I had no idea what a DVAF was, but found it here:

Re: [Xdoclet-user] strutsvalidationxml

2004-01-08 Thread Vincent
Thank for the response, Replies inline Erik Hatcher wrote: On Jan 8, 2004, at 12:29 AM, Vincent wrote: Hello, I am new to xdoclet but have been enjoying it for a few weeks while using it on a struts project. I'm finding that @struts.validator is not working for me though. The strutsvalidationxm

[Xdoclet-user] The generated Valueobjects does not have the given base class

2004-01-08 Thread Paróczi Zsolt
In the Beta3 I haven't had any problem with this. I have this in the Bean: /** * * @author Westel EJB generator * @version 1.0 * * @ejb.bean name="ServiceProvider" * type="CMP" * cmp-version="2.x" * local-jndi-name="hu/westel/cnr/rang

Re: [Xdoclet-user] strutsvalidationxml

2004-01-08 Thread Erik Hatcher
On Jan 8, 2004, at 12:29 AM, Vincent wrote: Hello, I am new to xdoclet but have been enjoying it for a few weeks while using it on a struts project. I'm finding that @struts.validator is not working for me though. The strutsvalidationxml task does seem to produce a validation.xml file but it on