Re: [appfuse-user] If user.email is transient then got unnown column exception

2007-06-16 Thread ros
Project still uses appfuse User core class, please update http://www.appfuse.org/display/APF/AppFuse+Core+Classes org.appfuse appfuse-${web.framework} ${appfuse.version} warpath

Re: [appfuse-user] If user.email is transient then got unnown column exception

2007-06-16 Thread ros
Email is stored in person table. To keep compatibility user has email filed but it's transient. @Entity @Table(name="app_user") public class User extends BaseObject implements Serializable, UserDetails { protected Person person = new Person(); .. @Transient public String getEmail()

[appfuse-user] [newbie] How to map a ManyToOne relationship in jsp

2007-06-16 Thread Tobu
I have a ManyToOne relationship in my entities, and I'd like to find something like jsp tags that represent it. I expect it will look like a hyperlink when displayed, and a drop-down list when edited. I am using appfuse / struts-2, so apparently I have access to all these tag libraries (in tagli

Re: [appfuse-user] status of 2.0 RC1

2007-06-16 Thread Matt Raible
Are there any particular features or bugs you're waiting for? I don't have a new schedule yet. Matt On 6/16/07, tibi <[EMAIL PROTECTED]> wrote: i know you are volunteers so i don't mind that RC1 is not ready jet. although i would really like it to be out. :-D is there a new target? tibi Matt

Re: [appfuse-user] Question/Problem with Loading Context and Importing Libraries into Appfuse 2.0

2007-06-16 Thread Eric Fitzsimmons
Responses below... Hope it helps MDA Team wrote: Hi all, I'd have couple of starter questions regarding appfuse 2.0: - Where can be found log files containing errors with bean loading? It seems that adding a controller and a related jsp page causes the tests to return errors. So far, I have

Re: [appfuse-user] If user.email is transient then got unnown column exception

2007-06-16 Thread Matt Raible
Did you make e-mail transient? You might try dropping your database and running "mvn clean". Matt On 6/16/07, ros <[EMAIL PROTECTED]> wrote: Hi! After upgrade to AppFuse 2.0.M5 half of unit test is dead. I've got exception message Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio

Re: [appfuse-user] testing error in building Eclipse for Spring MVC Basic of appfuse 2 m5

2007-06-16 Thread Matt Raible
You may try running "mvn install -Dmaven.test.skip=true" to skip the tests and create the files. The instructions on the following page explain how to import your project into Eclipse: http://appfuse.org/display/APF/Eclipse Matt On 6/16/07, kkus <[EMAIL PROTECTED]> wrote: After I do a clean b

Re: [appfuse-user] status of 2.0 RC1

2007-06-16 Thread tibi
i know you are volunteers so i don't mind that RC1 is not ready jet. although i would really like it to be out. :-D is there a new target? tibi Matt Raible wrote: The target have been missed. I've been busy with job hunting and vacationing with my family. Everyone that works on AppFuse is a v

[appfuse-user] If user.email is transient then got unnown column exception

2007-06-16 Thread ros
Hi! After upgrade to AppFuse 2.0.M5 half of unit test is dead. I've got exception message Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'user6_.email' in 'field list' at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) at com.mysql.jd

Re: [appfuse-user] status of 2.0 RC1

2007-06-16 Thread Matt Raible
The target have been missed. I've been busy with job hunting and vacationing with my family. Everyone that works on AppFuse is a volunteer and doesn't get paid to work on it. This tends to make it difficult to plan and get things done when we expect to. Matt On 6/16/07, tibi <[EMAIL PROTECTED]>

[appfuse-user] Question/Problem with Loading Context and Importing Libraries into Appfuse 2.0

2007-06-16 Thread MDA Team
Hi all, I'd have couple of starter questions regarding appfuse 2.0: - Where can be found log files containing errors with bean loading? It seems that adding a controller and a related jsp page causes the tests to return errors. So far, I have noticed that mvn does not give any indicators when be

[appfuse-user] status of 2.0 RC1

2007-06-16 Thread tibi
just back from holiday i was looking at: http://appfuse.org/display/APF/Event+Calendar did i miss something or are the targets fro RC1 and final missed? tibi Matt Raible wrote: On 5/29/07, tibi <[EMAIL PROTECTED]> wrote: great!! i hope i have time to upgrade my m4 to m5. great work and yes

[appfuse-user] testing error in building Eclipse for Spring MVC Basic of appfuse 2 m5

2007-06-16 Thread kkus
After I do a clean build (mvn clean install eclipse:eclipse), there is an error as below for my env. Oracle 9i(9.0.2) +XP SP2+JDK 1.5.11, does it affect generation of .project and .classpath for Eclipse(I can't find them anywhere)? Running org.appfuse.service.UserManagerTest INFO - AbstractSing