RE: [Xdoclet-user] Question on relation using CMP 2.

2002-05-23 Thread Hicks, James
use '@ejb:relation target-multiple=no' James Hicks C.A.D.G. - Application Developer BERRYDirect Email: [EMAIL PROTECTED] Phone: 936.462.4655 Fax: 936.462.4655 Pager: 936.568.4296 I-Pager: [EMAIL PROTECTED] -Original Message- From: Danilo Luiz Rheinheimer [mailto:[EMAIL PROTECTED]]

RE: [Xdoclet-user] Error when deploying...

2002-05-10 Thread Hicks, James
Seems like there is a bug in xdoclet. The spec says that the primkey-field/ should not be used if there is a custom pk being used. XDoclet should not set the primkey-field/ tag in the deployment descriptor if there is only one method marked @ejb:pk-field and the @ejb:pk class=... does not

[Xdoclet-user] Relationships, ValueObjects, and Packaged Components

2002-04-17 Thread Hicks, James
am using EJB 2.0 CMP and CMR. I am getting IllegalStateExceptions when I try to use a ValueObject on a relationship that points to a component that is not built when XDoclet runs. I am developing several components and want each one to build seperately. the Address component doesn't have a

RE: [Xdoclet-user] Data Object vs Value Object

2002-04-11 Thread Hicks, James
, Hicks, James escreveu: If you are working with CMP 2.0, valueobject subtask in XDoclet will not work. I am currently working on a patch for this, which hopefully, if everything goes right, will be finished this coming weekend. Hey, it DOES work. I've put some effort into Value Objects recently

RE: [Xdoclet-user] Data Object vs Value Object

2002-04-11 Thread Hicks, James
, Steve - Original Message - From: Hicks, James To: JD Brennan ; [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 8:26 PM Subject: RE: [Xdoclet-user] Data Object vs Value Object Ive heard the concept called all3: Value Object

RE: [Xdoclet-user] Data Object vs Value Object

2002-04-10 Thread Hicks, James
Title: Message Ive heard the concept called all3: Value Object, Data Object, and Data Transfer Object. I believe Value Object best describes the concept. Value Object is used for moving data between remote clients and the server. It takes a copy of the values on theserver and sends them to

RE: [Xdoclet-user] Upgrade issues? (1.0.1 - 1.1.2)

2002-04-10 Thread Hicks, James
What version of JBoss? EJB 1 or 2? Could you post your bean implementation classes (yours and XDoclets - if xdoclet is generating your bean class ), deployment descriptor, and your object interface(local/remote)? James Hicks C.A.D.G. - Application Developer BERRYDirect Email: [EMAIL PROTECTED]

RE: [Xdoclet-user] generate jbosscmp-jdbc.xml with xdoclet

2002-04-09 Thread Hicks, James
Title: generate jbosscmp-jdbc.xml with xdoclet Add @jboss tags to your code, then in your ant task, call jboss/ James Hicks C.A.D.G. - Application Developer BERRYDirect Email: [EMAIL PROTECTED] Phone: 936.462.4655 Fax: 936.462.4655 Pager: 936.568.4296 I-Pager: [EMAIL PROTECTED]

RE: [Xdoclet-user] generate jbosscmp-jdbc.xml with xdoclet

2002-04-09 Thread Hicks, James
6.462.4655 Pager: 936.568.4296 I-Pager: [EMAIL PROTECTED] -Original Message-From: Hicks, James Sent: Tuesday, April 09, 2002 4:51 PMTo: Boris Tamarkin; '[EMAIL PROTECTED]'Subject: RE: [Xdoclet-user] generate jbosscmp-jdbc.xml with xdoclet Add @jboss tags to your code, then i

RE: [Xdoclet-user] generate jbosscmp-jdbc.xml with xdoclet

2002-04-09 Thread Hicks, James
.xml and jaws.xml How to get him to generate jbosscmp-jdbc.xml (for Jboss 3.0 beta2) Thanks -Original Message-From: Hicks, James [mailto:[EMAIL PROTECTED]]Sent: Tuesday, April 09, 2002 2:51 PMTo: Boris Tamarkin; '[EMAIL PROTECTED]'Subject: RE: [Xdoclet-user]

[Xdoclet-user] Relationships in DataObjects

2002-03-27 Thread Hicks, James
Is there a way to do relationships with dataobjects. Ive been reading all the messages about Value Objects, but there is never a definitive answer. Say I got CMP 2.0 bean BusinessEJB and CMP 2.0 bean CustomerEJB. There is a many to many relationship between the two beans. I have a data object

RE: [Xdoclet-user] Relationships in DataObjects

2002-03-27 Thread Hicks, James
James Hicks C.A.D.G. - Application Developer BERRYDirect Email: [EMAIL PROTECTED] Phone: 936.462.4655 Fax: 936.462.4655 Pager: 936.568.4296 I-Pager: [EMAIL PROTECTED] -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 3:29 PM To: Hicks