reset password
Author Message
yurimuradyan
Posts: 42
Posted 11:51 May 01, 2009 |

I am having an issue with dao. I create a blog.dao and blog.dao.hibernate, with implementation, and it seems to be ok. Issue arrises when I add a bean to spring-data.xml. Once I add this, I start receiving "Runtime Error Exception" when I try to use anything under Resources dropdown. Anyone else had a similar issue? Any ideas?

 

Also, even after I remove the bean from the spring-data.xml and refresh the project, the error message is still there.

Last edited by yurimuradyan at 11:54 May 01, 2009.
cysun
Posts: 2935
Posted 14:58 May 01, 2009 |

If you see the Runtime Error Exception page, look into your log file. The details about the exception should be there.

yurimuradyan
Posts: 42
Posted 13:39 May 02, 2009 |
cysun wrote:

If you see the Runtime Error Exception page, look into your log file. The details about the exception should be there.

Thanks Dr. Sun, that helped a lot. Turns out I had incorrect username/password for the database in my build.properties.

Last edited by yurimuradyan at 13:39 May 02, 2009.