I\'ve been trying to solve a problem for a few weeks now. I am running rspec tests for my Rails app, and they are working fine except for one error that I can\'t seem get 开发者_JAVA百科my head around
I\'m currently e开发者_如何学编程xperiencing a LazyInitException with a page containing code like the following:
<bean id=\"projectService\" class=\"org.springframework.transaction.interceptor.TransactionProxyFactoryBean\">
I configured spring with transactional support. Is there any way to log transactions just to ensure I set up everything correctly? Showing in the log is a good way to see w开发者_开发百科hat is happen