[Xdoclet-user] Forward in a Struts action

2002-02-07 Thread Kjetil Paulsen
I can't find that the @struts:action tag have a field for setting the forward target inside an action, is not supposed to - or am I missing something critical here? (maybe this is merged if specified in the struts-actions.xml..?) @struts:action name="securityTest" path="/login/

[Xdoclet-user] jboss:relation

2002-02-07 Thread Langelage, Frank
Hi, I have a problem to get relations working for jboss 3.0: I have two Beans, Item and UnitOfMeasure, n:1-relation, uni-directional. In ItemBean.java there is: /** * UnitOfMeasure * * @ejb:interface-method * view-type="local" * * @ejb:relation * name="It

RE: [Xdoclet-user] Problem when there are no xdoclet tags

2002-02-07 Thread chowatt
Sure there is. Just user the fileset with an exclude: Something like this works for me: > -Original Message- > From: Jason Carreira [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 2:11 PM > To: Xdoclet-User (E-mail) > Subject: RE: [Xdoclet-user]

Re: [Xdoclet-user] Problem when there are no xdoclet tags

2002-02-07 Thread Dmitri Colebatch
there is, but we made a strategic decision to make it possible to have classes without any xdoclet tags at all, and have these treated in one way or another. are you asking for where to patch, or do you want to know if its supported currently? I'd be hesistant to say that its "not supported" b

RE: [Xdoclet-user] Problem when there are no xdoclet tags

2002-02-07 Thread Jason Carreira
Well, unfortunately, they're all in the same directory... There's no way to make xdoclet politely ignore any files without xdoclet tags? > -Original Message- > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 2:29 PM > To: Jason Carreira; Xdoclet-User

Re: [Xdoclet-user] Problem when there are no xdoclet tags

2002-02-07 Thread Dmitri Colebatch
Hi, Use the and attribute when selecting files to be included and just exclude the onces you haven't yet done. THat way as you move them across, you can just change the build file a little. cheers dim - Original Message - From: "Jason Carreira" <[EMAIL PROTECTED]> To: "Xdoclet-User (E

[Xdoclet-user] RE: [Xdoclet-devel] relation refactoring - new branch: RELATION_REFACTORING

2002-02-07 Thread aslak . hellesoy
Should be OK in CVS now I think. > -Original Message- > From: Daniel Bratell [mailto:[EMAIL PROTECTED]] > Sent: 5. februar 2002 15:40 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-devel] relation refactoring - new branch: > RELATION_REFACTORING > > > > >In that c

[Xdoclet-user] Problem when there are no xdoclet tags

2002-02-07 Thread Jason Carreira
Hi all, We're having a problem where XDoclet fails and breaks the build when there are no xdoclet tags in an EJB class that xdoclet finds: Running Generating EJB deployment descriptor. javadoc: In doclet class xdoclet.DocletTask$DocletMain, method start has thrown an exception java.lang.re

[Xdoclet-user] Validation code for entity beans / data objects

2002-02-07 Thread bwillner
Hi there, I use XDoclet 1.1.1. to generate EJB 2.0 CMP entity beans. I was wondering where you folks suggest to put field validation logic (preferably the generated data objects?) and ideas on how I would go about to have my validation code included in the generated code. Can I use a merge file t

Re: RE : [Xdoclet-user] Xdoclet 1.1 VS 1.1.1

2002-02-07 Thread Erik Hatcher
There is a special property that NetBeans sets containing its classpath (i.e. all your mounted directories and JAR files). You could use that internally to your Ant build file. I don't recall the name of the property, but if you run with Ant debug mode enabled you should see it listed in all the