Search:

Type: Posts; User: krismoum; Keyword(s):

Search: Search took 0.06 seconds.

  1. Ok, slightly silly:

    Ok, slightly silly:



    <bean id="administratorUser" class="com.myCompany.AdministratorUser" scope="prototype">
    <property name="authenticationService" ref="authenticationService"/>
    </bean>
    ...
  2. Missing jsf bean state when submitting from form to bean-action

    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...
  3. Replies
    2
    Views
    1,653

    Missing parent pom for the samples

    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...
  4. Do you experience the same problem both in your...

    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...
  5. Sorry for the slow response on this one. The...

    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....
  6. I have been experiencing what I believe to be the...

    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...
  7. Problem with OpenSessionInViewFilter and Hibernate sessions

    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...
Results 1 to 7 of 7