Search:

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

Search: Search took 0.02 seconds.

  1. After debugging some more I finally found the...

    After debugging some more I finally found the problem:
    As you may have seen in the stacktrace I am using org.springframework.security.acls.AclPermissionCacheOptimizer. The implementation of the...
  2. ACL Problem - acl_entry needed for every domain object?

    Hi, I am quite new to Spring Security and ACL. However I managed to setup some basic authorisation in my app. Now I am stuck...

    I am having some domain objects "module" in my application. A list...
  3. Problem solved

    Just to let you know: It was a hibernate bug.

    See http://opensource.atlassian.com/projects/hibernate/browse/HHH-2470

    Applied the patch and the system in now running for over 2 weeks without...
  4. Thank you for your answer. However I am having...

    Thank you for your answer. However I am having some questions:



    We were encountering some problems (which I cannot remeber to be honest) when we were not releasing the session in our DAO. If we...
  5. Yes, UserService = UserManagementService. I am...

    Yes, UserService = UserManagementService. I am trying to simplyfy the example and made an mistake there. The tx:advice applies for this service.

    Yes, the job is a batchjob loading lots of entities...
  6. Ah, ok. The quartz stuff is really simple: ...

    Ah, ok. The quartz stuff is really simple:



    SchedulerFactory schedFact = new org.quartz.impl.StdSchedulerFactory();
    sched = schedFact.getScheduler();
    sched.start();

    Trigger...
  7. Here is my configuration (concerning transaction...

    Here is my configuration (concerning transaction management):


    <aop:config>
    <aop:pointcut id="defaultServiceOperation"
    expression="execution(*...
  8. Problem with large org.hibernate.impl.SessionFactoryImpl

    I have a problem with an OutOfMemory in an Struts-Spring-Hibernate Application. To an existing web-application I added some regular background tasks. Not knowing of the built in support of spring of...
Results 1 to 8 of 8