[appfuse-user] ListenerStartup

2009-07-05 Thread nevermind_and
Hi, i have some problem with my role table. I've decided to rename some columns (e.g. role[ 'id' to 'Role_id' ]) of course then i change also accesors like : private Long roleId; ... @Id @Column(name="Role_id", nullable=false)@GeneratedValue(strategy=GenerationType.AUTO) public Long getRo

Re: [appfuse-user] ListenerStartup

2009-07-05 Thread Michael Horwitz
Are you using a full source version of Appfuse? In order to change role and/or user column names you will need to work with the full source and make changes in a number of places. Mike 2009/7/5 nevermind_and > Hi, i have some problem with my role table. I've decided to rename some > columns (e.

Re: [appfuse-user] ListenerStartup

2009-07-05 Thread nevermind_and
First of all thanks for your attention, I dont exactly know how to use it - when i've downloaded full source, I have some problems too, but apart of that currently i'm working with war file imported to eclipse, and there i cant see any libraries named appfuse or sort of that in my project folder