[appfuse-user] Character issues while sending mail

2007-02-03 Thread Rene Lavoie
Hello, I am having issues with french special characters like acutes while sending mail with appfuse. 1.9.4 All special charactesr are replaced with other characters. I am just wondering if this is a configurable setting or if anyone had input on that. Thanks Ren -

Re: [appfuse-user] [ANN] AppFuse 2.0 M2 Released!

2007-01-12 Thread Rene Lavoie
Congratulation guys, nice work. Ren - Original Message - From: "Matt Raible" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "AppFuse" Sent: Friday, January 12, 2007 8:40 PM Subject: [appfuse-user] [ANN] AppFuse 2.0 M2 Released! All, We've reached quite a milestone in the developmen

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

2006-12-09 Thread Rene Lavoie
Thanks for the idea. Not sure I could do it that way though since one field is a key is a FK from the parent, so the many-to-one relationship would now be on the component instead. - Original Message - From: majaa majaa To: users@appfuse.dev.java.net Sent: Saturday, December

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

[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

[appfuse-user] Need advice with appfuse running with multi-domain

2006-12-06 Thread Rene Lavoie
Hi, I have an app based on appfuse. What I would like to do is have 2 domains setup in apache pointing to the same Tomcat app. In the app, I would then display appropriate categories and alternate stylesheet/images. depending from wich domain each request came from. Is this a bad idea? I

[appfuse-user] StartupListener vs Application bean for JSF app

2006-11-29 Thread Rene Lavoie
Hi, I was just wondering if there was a specific reason why Appfuse uses a statup listener (other then supporting non JSF frameworks) to cache drop downs instead of just having a bean declared as application scope hold them, similar to what Derek Shen was doing in his Catalog example. Im gue