[appfuse-user] XDoclet -- How to use stipulate list index?

2006-12-29 Thread mxc
Hi all, I can't seem to find an appropriate xdoclet forum so I though I would ask here. I have setup a list element for a one-to-many relationship as so. /** * @hibernate.list lazy="true" outer-join="auto" inverse="true" cascade="all-delete-orphan" * @hibernate.list-in

Re: [appfuse-user] Is the appgen eclipse plugin project dead?

2006-12-21 Thread mxc
>I've never heard of this plugin you speak of. Do you have a link? >Are you talking about the AppFuseGenerator project? Hi, Yes, sorry for the confusion. It has the url https://appfusegenerator.dev.java.net/ What I liked about it was its ability to process more than one table or pojo at onc

[appfuse-user] Is the appgen eclipse plugin project dead?

2006-12-21 Thread mxc
Hi there, It seems that the appgen project has not released an update for their eclipse plugin for awhile. Is the project dead? I tried the plugin with 3.2 but got a few errors. I sorted some of them out but eventuall gave up. Its a bit tedious to run ant install-detailed for each table manually

[appfuse-user] How to implement junction tables with xdoclet?

2006-12-21 Thread mxc
Hi there, I wish to do the following with xdoclets and appfuse. I have a table called "Address" as follows Address == id int, street1 varchar(255), street2 varchar(255) etc I have tables "Customer" and "Emploee" Customer == id int, company varchar(255), etc Employee == id int,