Re: [Xdoclet-user] strutsform problem ??

2003-03-28 Thread Eric Chow
I tried to use the following:     But the result is same(the forms are generate with the same package of EJBs).   In fact, I want all the ActionForms to generate the package of "my.forms.form"   Eric     - Original Message - From: Aleksandr Shneyderman To: [EM

[Xdoclet-user] Learning XDoclet (was RE: jboss commit option)

2003-03-28 Thread Andrew Stevens
On Thu, 2003-03-27 at 22:46, Sean wrote: > > You know, you have the ability to answer this for yourself :-) > > As you can see form > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet > > I don't really know how xdoclet runs under the hood. I would however like > to learn. It's no

Re: [Xdoclet-user] merge file for taglib

2003-03-28 Thread Andrew Stevens
On Fri, 2003-03-28 at 17:15, kiuma wrote: > could you please tell me the name of a file that I want to merge with a > generated tld?. > > Does the content of this file must begin with ? Well, according to the generated documentation for the jsptaglib subtask (at least in the CVS version): Merg

[Xdoclet-user] compound primary key

2003-03-28 Thread Melanie Roming
Hi, I have a problem. I want to realize a one to many relation ship between Lineitem (many) and Order (one). Orderkey is the primary key of Order and the foreign key of Lineitem. Lineitem has a compound primary key, one field is the linenumber and the second field is the foreign key (orderkey) of

[Xdoclet-user] build fails

2003-03-28 Thread Ebersole, Steven
Is building from current CVS just broke? I am unable to build. I am trying to use the ejb and hibernate modules, but at least for hibernate need the latest CVS version of XDoclet. I checked out the latest from CVS, and attempt to build using the intructions on the website. Ant1.5.2 is installed

[Xdoclet-user] @ejb.value-object & extends ???

2003-03-28 Thread Yakov Revyakin
I uses next declaration for my entity: * @ejb.value-objectname="OrganizationSubject" * extends="com.ugpp.subjects.ejb.subject.SubjectData" , where package com.ugpp.subjects.ejb.subject; class SubjectData implements java.io.Serializable { int id; String name; p

Re: [Xdoclet-user] Is JBoss-3.2.0RC4 compatible with Xdoclet-bin-1.2b2( beta ) ?

2003-03-28 Thread Dennis R. Gesker
I'm using JBoss_RC4 and Xdoclet 1.2b2 and it seems to be working pretty well. One thing about the 1.2b2 beta is that the jboss tag only accepts "3.1" as an argument for version. This makes sense considering the date the beta was realeased and  isn't really a big deal as I work around it with an

[Xdoclet-user] @ejb.value-object & extends ???

2003-03-28 Thread Yakov Revyakin
I uses next declaration for my entity: * @ejb.value-objectname="OrganizationSubject" * extends="com.ugpp.subjects.ejb.subject.SubjectData" , where package com.ugpp.subjects.ejb.subject; class SubjectData implements java.io.Serializable { int id; String name;

RE: [Xdoclet-user] multiple jsptaglib nested tag in webdoclet

2003-03-28 Thread Craig Dickson
Thanks for the reply Erik. I had to smile when I read your suggestion, as it was one that I had also considered. But I ran into a problem with that approach and I posted a previous email (about 4 hours before the one you responded too) to the list but got no reply. The problem is described in that

[Xdoclet-user] merge file for taglib

2003-03-28 Thread kiuma
Hello, could you please tell me the name of a file that I want to merge with a generated tld?. Does the content of this file must begin with ? Thanks in advance, kiuma --- This SF.net email is sponsored by: The Definitive IT and Networking Ev

RE: RE: [Xdoclet-user] Is JBoss-3.2.0RC4 compatible with Xdoclet-bin-1.2b2 ( beta ) ?

2003-03-28 Thread Sean
> I'm not sure what you mean by using XDoclet in a production > environment. XDoclet is a code generator, in the same sense as an IDE > plus a human programmer generate code. Well, that would mean: can it be used to generate complete deployment descriptors. For example, if it could not generate e

Re: RE: [Xdoclet-user] Is JBoss-3.2.0RC4 compatible withXdoclet-bin-1.2b2 ( beta ) ?

2003-03-28 Thread aslak.hellesoy
- Original Message - From: "Sean" <[EMAIL PROTECTED]> Date: Friday, March 28, 2003 1:29 pm Subject: RE: [Xdoclet-user] Is JBoss-3.2.0RC4 compatible with Xdoclet- bin-1.2b2 ( beta ) ? > curious, what is the status of 2b3? Is it working enough to try > out in a > production environment?

RE: [Xdoclet-user] Overriding CMP methods

2003-03-28 Thread François Eric
Hi Peter, Thank you for your reply. That's really surprising. Have you made sure that it was your setter that was used for the value object and not the one generated in the CMP (maybe they do the same thing so you didn't notice the difference). Otherwise, I'm really curious to know what you a

RE: [Xdoclet-user] Is JBoss-3.2.0RC4 compatible with Xdoclet-bin-1.2b2 ( beta ) ?

2003-03-28 Thread Sean
curious, what is the status of 2b3? Is it working enough to try out in a production environment? > You need the 2b3 which has not yet been released. --- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! Ne

RE: [Xdoclet-user] strutsform problem ??

2003-03-28 Thread Aleksandr Shneyderman
Look at packageSubstitute attribute of the strutsform element of the ejbdoclet -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eric ChowSent: Friday, March 28, 2003 3:30 AMTo: [EMAIL PROTECTED]Subject: [Xdoclet-user] strutsform problem

Re: [Xdoclet-user] Is JBoss-3.2.0RC4 compatible with xdoclet-bin-1.2b2 ( beta ) ?

2003-03-28 Thread Simone Milani
You need the 2b3 which has not yet been released. http://www.xdoclet.org/xdoclet-cvs.zip Simone - Original Message - From: "John Dickerson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 12:26 PM Subject: [Xdoclet-user] Is JBoss-3.2.0RC4 compatible with xdoclet-b

[Xdoclet-user] Is JBoss-3.2.0RC4 compatible with xdoclet-bin-1.2b2 ( beta ) ?

2003-03-28 Thread John Dickerson
Hi In The JBoss-3.2.0RC4 release notes it says : "New versions of the jboss-app.xml, jboss.xml, jboss-web.xml or jboss-service.xml descriptors have been added that reflect the 3.2 specific changes in these descriptors." See http://sourceforge.net/project/shownotes.php?release_id=13 I am u

RE: [Xdoclet-user] finders / ejb-jar.xml

2003-03-28 Thread Evans, Cliff
You appear to be missing the closing quote on your first query="" tag. You don't actually need to put anything in the ejb.finder query tag. You can leave it blank as above to avoid confusion. Also, ensure that you are using the correct comment markers /** */ Cliff > -Original Message-

[Xdoclet-user] strutsform problem ??

2003-03-28 Thread Eric Chow
Hello,   when generates the Struts Form bean, all the FormBeans will use the same package of the Bean(EJB). Is it possible to generate the Struts Form to different package ?   For example,   pakage my.ejb;     /**  * some XDoclet TAGs here  */ public abstract class MyBean {  . .. }