Re: [appfuse-user] xdoclet unique-key question

2006-12-09 Thread majaa majaa
iginal Message - *From:* majaa majaa <[EMAIL PROTECTED]> *To:* users@appfuse.dev.java.net *Sent:* Saturday, December 09, 2006 11:06 AM *Subject:* Re: [appfuse-user] xdoclet unique-key question I have one unique key with 3 fields. /** * @hibernate.component unique="true" */ in one cl

Re: [appfuse-user] xdoclet unique-key question

2006-12-09 Thread Rene Lavoie
09, 2006 11:06 AM Subject: Re: [appfuse-user] xdoclet unique-key question I have one unique key with 3 fields. /** * @hibernate.component unique="true" */ in one class and rest for these key in second Perhaps you can do that only in this way.. majaa

Re: [appfuse-user] xdoclet unique-key question

2006-12-09 Thread majaa majaa
I have one unique key with 3 fields. /** * @hibernate.component unique="true" */ in one class and rest for these key in second Perhaps you can do that only in this way.. majaa

Re: [appfuse-user] xdoclet unique-key question

2006-12-08 Thread Rene Lavoie
Btw, ignore the inconsistency in package names. - Original Message - From: "Rene Lavoie" <[EMAIL PROTECTED]> To: Sent: Saturday, December 09, 2006 2:12 AM Subject: Re: [appfuse-user] xdoclet unique-key question ant setup ends with: [schemaexport] (c

Re: [appfuse-user] xdoclet unique-key question

2006-12-08 Thread Rene Lavoie
dtd";> - Original Message - From: "Matt Raible" <[EMAIL PROTECTED]> To: Sent: Friday, December 08, 2006 11:02 PM Subject: Re: [appfuse-user] xdoclet unique-key question Can you post the full error/stacktrace you're seeing? Thanks, Matt

Re: [appfuse-user] xdoclet unique-key question

2006-12-08 Thread Matt Raible
Can you post the full error/stacktrace you're seeing? Thanks, Matt On 12/8/06, Rene Lavoie <[EMAIL PROTECTED]> wrote: Hello, I m trying to map a unique constraint with two fields. And the build keeps failing: "Schema text failed" Any idea? Thanks public class LiteralText extends BaseObject

[appfuse-user] xdoclet unique-key question

2006-12-08 Thread Rene Lavoie
Hello, I m trying to map a unique constraint with two fields. And the build keeps failing: "Schema text failed" Any idea? Thanks public class LiteralText extends BaseObject { ... /** * @hibernate.id generator-class="native" type="java.lang.Long" column="id" * @return the id */ public Long