Re: [Xdoclet-user] problem with generating struts config.

2003-12-09 Thread
sorry, it's all my fault for not noticing the folder structure which contains source files. it has odd folder , named web, before the root source package; yet no extra message print on console. now i can see contents generated in the struts-config.xml. and process to the next stage. thanks your hel

Re: [Xdoclet-user] problem with generating struts config.

2003-12-09 Thread Erik Hatcher
you have Struts JAR file in the classpath for webdoclet? How about servlet.jar or j2ee.jar? On Tuesday, December 9, 2003, at 08:09 PM, <[EMAIL PROTECTED]> wrote: hi mavens, i'm currently learning how to use xdoclet to help me to accomplish my project development easily, yet i enounter so

[Xdoclet-user] problem with generating struts config.

2003-12-09 Thread
hi mavens, i'm currently learning how to use xdoclet to help me to accomplish my project development easily, yet i enounter some problem when generating struts-config.xml and web.xml via webdoclet (i.e., no content generated in those config files). there's no error occurred when performing ant com

Re: [Xdoclet-user] strutsform and validator

2003-12-09 Thread Erik Hatcher
On Tuesday, December 9, 2003, at 09:50 AM, Daniel Massie wrote: I have tried using the template Matt Raible has at http://tinyurl.com/jbv2 for the strutsform task but this still does not solve my problem. Javadoc comments are copied to the form, but are empty. Again from the ejb: Sorry. I built

Re: [Xdoclet-user] Util classes and getLocalHome problem

2003-12-09 Thread Ruben_Inoto
Hi, Try using @ejb.util generate="physical" In getLocalHome() in the util classes, the JNDI_NAME will be used for the lookup instead of the COMP_NAME regards, Ruben

[Xdoclet-user] hibernatedoclet and jboss-service.xml merging

2003-12-09 Thread Roland
Hey gang,   I’ve seen this issue brought up in several postings on both the Hibernate site and on the lists but have yet to get a definitive answer.   When merging using hibernatedoclet, with a custom jboss-service-custom.xdt that contains the following:   jboss.jca:service=L

RE: [Xdoclet-user] Util classes and getLocalHome problem

2003-12-09 Thread Harkness, David
Steven Nakhla wrote: > However, I always end up with > errors when attempting to call the getLocalHome() method in these > util classes. The "kind" attribute in the Ant task tells it to use the JNDI_NAME rather than COMP_NAME. You don't need to do any of the other hacking with the InitialContext

RE: [Xdoclet-user] JBoss 3.2 support broken in 1.2b3 ?

2003-12-09 Thread Thomas Hentschel Lund
Duh duh duh Forget it all. As usual a user error. Our software is build from various modules, and we have a special file that is merged from 2 different sources. The merged file contained 2 identical ejb-ref lines. Seems earlier xdoclets didnt care, but latest surely does. Sorry for bothering

[Xdoclet-user] Util classes and getLocalHome problem

2003-12-09 Thread Steven Nakhla
I am using XDoclet to create a web app that utilizes EJBs that have multiple CMRs.  In my build file, I make use of the tag to generate util classes for my EJBs.  However, I always end up with errors when attempting to call the getLocalHome() method in these util classes.  The problem lies in the

RE: [Xdoclet-user] JBoss 3.2 support broken in 1.2b3 ?

2003-12-09 Thread Thomas Hentschel Lund
Hi Patrick Sorry for my very late reply. Been away on other business and also sick :-( I can see what you are getting at. The problem is, that the tag in question looks like this: * @ejb:ejb-ref view-type="local" ejb-name="Language" So I dont even use the ref-name tag at all, but xdoclet seem

Re: [Xdoclet-user] strutsform and validator

2003-12-09 Thread Daniel Massie
I have tried using the template Matt Raible has at http://tinyurl.com/jbv2 for the strutsform task but this still does not solve my problem. Javadoc comments are copied to the form, but are empty. Again from the ejb: /** * @struts.form-field form-name="Default" * @struts.validator

Re: [Xdoclet-user] strutsform and validator

2003-12-09 Thread Erik Hatcher
Matt Raible made a fix that makes the tags copy across to the generated forms. I do not know if this has been applied to CVS or not, but probably not. Please check the issue tracker to locate this and see the status of it. Erik On Tuesday, December 9, 2003, at 04:45 AM, Daniel Massie wr

RE: [Xdoclet-user] classic rmi tags and task ?

2003-12-09 Thread Gregory Joseph
Should be fairly easy to write indeed. g -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: mardi 9 décembre 2003 12:09 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] classic rmi tags and task ? I'll take a look at the Xdoclet 2 plugin framework during my spa

Re: [Xdoclet-user] classic rmi tags and task ?

2003-12-09 Thread ionel . gardais
I'll take a look at the Xdoclet 2 plugin framework during my spare time ... Digging into Xdoclet could be a good thing. Regards, Ionel ** The sender's email address has changed to firstname.lastname@ sgcib.com. You may want to

Re: [Xdoclet-user] classic rmi tags and task ?

2003-12-09 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > Hi, > > Is there a basic RMI task ? > I am too lazy to update the RMI interface everytime > :) > I'm affraid not. Do you like to contribute it? :) However you have 2 options 1. Develop custom template and use it with template subtask ( your swearing skills will

[Xdoclet-user] strutsform and validator

2003-12-09 Thread Daniel Massie
I have been searching for a solution to my problem but cannot find any concrete answer. I have added struts form tags to my EJBs as shown below: /** * @struts.form * extends="org.apache.struts.validator.ValidatorForm" * name="Default" */ public abstract class CategoryEJB impleme

[Xdoclet-user] classic rmi tags and task ?

2003-12-09 Thread ionel . gardais
Hi, Is there a basic RMI task ? I am too lazy to update the RMI interface everytime :) Regards, Ionel ** The sender's email address has changed to firstname.lastname@ sgcib.com. You may want to update your personal address book