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
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
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
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
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
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
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
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;
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
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
> 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
- 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?
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
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
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
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
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
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-
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 {
.
..
}
19 matches
Mail list logo