Re: [appfuse-user] ACEGI exception

2007-05-24 Thread nmall
Hi, I am getting an error "Table not found" and I find that mysql is case-sensitive. What I don't understand from the DEBUG messages below is "why is the error showing lower case database instance name while the query itself shows UPPER CASE database name "SA". Thanks for any insights!!! DEBU

Re: [appfuse-user] ACEGI exception

2007-05-24 Thread Matt Raible
Then it must be loading hibernate.cfg.xml from a different location than the one you think it is. I'd search your classpath, including JARs that you might suspect its in. Matt On 5/24/07, nmall <[EMAIL PROTECTED]> wrote: Yes, I do !! It actually shows me errors if I don't have something mapped

Re: [appfuse-user] ACEGI exception

2007-05-24 Thread nmall
Yes, I do !! It actually shows me errors if I don't have something mapped right. Thanks!! mraible wrote: > > Do you have org.appfuse.model.User as a mapped class in your > hibernate.cfg.xml file? > > On 5/24/07, nmall <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> When I try to login on the log

Re: [appfuse-user] ACEGI exception

2007-05-24 Thread Matt Raible
Do you have org.appfuse.model.User as a mapped class in your hibernate.cfg.xml file? On 5/24/07, nmall <[EMAIL PROTECTED]> wrote: Hi, When I try to login on the login page, my appfuse based application gives me the following error. It is according to ACEGI docs an internal authentication erro

[appfuse-user] ACEGI exception

2007-05-24 Thread nmall
Hi, When I try to login on the login page, my appfuse based application gives me the following error. It is according to ACEGI docs an internal authentication error. It doesn't even go into my UserAction or other classes. Any idea what ths is Thanks a lot!! ( The user here is mraible as I tried