Search:

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

Search: Search took 0.03 seconds.

  1. [Neo4J] Cypher, EntityPath and NullPointerException

    I created a GraphRepository that looks like this:


    public interface TermRepository extends GraphRepository<Term> {
    @Query("START n=node:Term(id={0}),m =node:Term(id={1}) match p =...
  2. Spring Security ACL and getting inherited permissions

    I am using Spring Security ACLs in one of my GWT project's (3.1.3) and have to send Permissions (as an integer mask) to the frontend in order to display or hide some controls (edit, delete, etc).
    I...
  3. There are two aspects: In order to activate...

    There are two aspects:

    In order to activate transactionalMode for the aclCache you have to explictly define it in your ehcache.xml. It isn't enough to set it for the defaultCache.
    So your...
Results 1 to 3 of 3