Search:

Type: Posts; User: koen.serneels; Keyword(s):

Search: Search took 0.03 seconds.

  1. The path "helloworld" will match your first...

    The path "helloworld" will match your first "permitAll" rule:



    <intercept-url pattern='/*' access='permitAll' />


    Since this is the first rule that matches, other rules in your...
  2. Ok, I saw the sample. For starters the sample...

    Ok, I saw the sample. For starters the sample does indeed store the JpaBookingService together with the datamodel.
    I understand why they do it, but seen from the SWF point of view it is a bit weird...
  3. I'm not 100% sure I follow your post, but as far...

    I'm not 100% sure I follow your post, but as far as I can tell you are storing a XptoLazyDataModel on some SWF scope (flash or flow).
    This is on itself no issue, but remember that everything stored...
  4. There seems yet again another issue when using...

    There seems yet again another issue when using the Spring 3.1 - Hibernate4 integration.
    This issue pops up so late since it only occurs in special circumstances: it has to do with the hibernate...
  5. Apparently it could be solved by setting the...

    Apparently it could be solved by setting the property hibernate.transaction.factory_class which resolves default to the JDBC transaction factory depending on the hibernate transaction API. See:...
  6. alysson.rodrigues: Yes, the code you mention is...

    alysson.rodrigues: Yes, the code you mention is indeed the code which gets executed in case of a JTA context.
    You would indeed also think that the "SpringFlushSynchronization" (as the name implies)...
  7. alysson.rodrigues: The JpaTransactionManager will...

    alysson.rodrigues: The JpaTransactionManager will probably act the same way as the HibernateTransactionManager.
    If I replace the JtaTransactionManager with the HibernateTransactionManager everything...
  8. Session not flushed with Hibernate 4.1.3, JTA and Spring transaction management integ

    I have been migrating from hibernate 3.3.x to hibernate 4.1.3-final using Spring 3.1.1-release.
    Besides the hibernate specific refactorings (due to API changes) I thought the only changes for the...
Results 1 to 8 of 8