Ok, slightly silly:
<bean id="administratorUser" class="com.myCompany.AdministratorUser" scope="prototype">
<property name="authenticationService" ref="authenticationService"/>
</bean>
...
Type: Posts; User: krismoum; Keyword(s):
Ok, slightly silly:
<bean id="administratorUser" class="com.myCompany.AdministratorUser" scope="prototype">
<property name="authenticationService" ref="authenticationService"/>
</bean>
...
Hi, I have an issue of which I cannot seem to work out. It seems to me that this is something that should really work out-of-the-box, but I must be missing something.
I really don't want to...
I really appreciate the Maven2 support in the latest/greatest, i.e spring-ws.1.0m2 deployment. I am new to Spring-WS so the first thing I wanted to do was to generate an IntelliJ project for the...
Do you experience the same problem both in your integration tests as well as directly from the web application?
If you're having problems in your web application only make sure your web.xml is...
Sorry for the slow response on this one.
The reply from Costin is obviously correct. The root cause is that the session is closed right after invoking the data access i.e. the dao implementation....
I have been experiencing what I believe to be the exact same problem (http://forum.springframework.org/viewtopic.php?t=2710&highlight=lazy). However, I am using Struts for purposes of MVC in the view...
I am currently having problems with the OpenSessionInViewFilter together with Hibernate sessions. I need Hibernate sessions to be open for an entire
HttpRequest as I am most reliant on using the...