[Xdoclet-user] RE: cmpfields and unidirectional relations in jboss

2002-05-13 Thread Lisa M Arthur
>Please try a released (1.1.2) version of xdoclet. Thanks for the tip. It worked! We had moved on from 1.1.2 because of problems with relations in weblogic, but this release seems to work fine with JBoss so now we can use it afterall. Lisa and Freddy _

[Xdoclet-user] cmpfields and unidirectional relations in jboss

2002-05-10 Thread Lisa M Arthur
Hi and thanks for all the help we've been given previously. We've now moved from weblogic to jboss 3.0RC2 and are trying out xdoclet for this. We've had a few problems doing this.One of the problems we have had (this is using a version of XDoclet included with a cvs version of middlegen BEFORE_CL

[Xdoclet-user] Re: ValueObjects and relations

2002-04-28 Thread Lisa M Arthur
Hi, it does look like it doesn't have anything to do with xdoclet, but the client works just fine if we use valueobjects without CMR values. The client retrieves values from the database, creates and deletes so it has no problem getting a connection. It's only when adding the CMR values to the val

[Xdoclet-user] ValueObjects and relations

2002-04-26 Thread Lisa M Arthur
Hi, we've been trying out value-objects and got them working with these tags: ContractBean: * * @ejb:value-object *name="Contract" *match="*" *instantiation="eager" Then we wanted to add our cmr-fields to the value objects and used tags like this: * @ejb:value-object

[Xdoclet-user] Value object and Primary key class

2002-04-25 Thread Lisa M Arthur
Hi, we have a Bean ContractCompany that has a PrimaryKeyClass (generated by XDoclet) with two fields: Long contractNo and Long companyId. When we also try to generate a value object for this Bean it only passes one of the fields as a parameter to the PK constructor when constructing a new Contrac

[Xdoclet-user] Creating many to one relations for weblogic

2002-04-15 Thread Lisa M Arthur
Hi, we've just started trying out XDoclet for generation of EJB-code and have been studying the examples included in the download. In the cmr examples CountryBean has a unidirectional one to many relation to City. We have managed to recreate this in our own project and would now like to create t