Search:

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

Search: Search took 0.01 seconds.

  1. Spring-DM web extender cannot look up registered catalina osgi service.

    I am trying to run tomcat as an equinox osgi service, using a snapshot of spring dm v2.0.0.M2.
    (I know it's dead, but I'll migrate to Virgo later -- I don't want to downgrade to spring dm 1.x.)
    ...
  2. Yes, you can define acl-entry granting permissions to ROLEs as well as Users.

    I understand how to use the acl framework to grant a certain permission to a 'user' for a certain object, but I want to grant permissions to a 'role' as well. (The principal receiving the permission...
  3. I am using AspectJ proxying.

    The CGLIB jar is not on the classpath.

    My parent spring config file contains:

    <aop:aspectj-autoproxy proxy-target-class="false"/>

    ( proxy-target-class="false" is the default... I was...
  4. Fixed -- moved annotations from interface to class

    Thanks... I had already set those compiler settings, but that did not fix the problem.

    What did fix it was moving the annotation...

    @PreAuthorize("hasAnyRole('ROLE_SUPER_USER','ROLE_...
  5. @PreAuthorize, ACLs, spEL, and missing debug info

    I am trying to use spring-security 3.0.5 acl features and have it working for post-filtering collections and arrays.
    But I am unable to get it working when selecting a single object because of...
  6. You might try "allowBinaryCycles=true" in your build.properties

    Check out: http://code9.com/2008/10/28/tip-pde-build-and-binary-cycles/

    But it may not work for you -- I think this is only supported in eclipse 3.5.

    Good luck.
  7. I found a workaround @ ...

    I found a workaround @
    http://ekkes-corner.blogspot.com/2008/09/pde-and-3rdparty-bundles-in-osgi.html

    The relevant excerpt is below:

    Workaround to export your bundle with PDE tooling:

    At...
  8. Cyclic dependencies prevent osgi export (required for integration test harness)

    Because of the cyclic dependencies within the spring osgi modules, I cannot export an osgi bundle (to jar).

    And with out the jar, which I wish to test, I cannot use the...
  9. resin and spring jpa

    I just happen to be wrestling with the exact same problem.

    Please, what is "LTW", as in "...there is no LTW for it inside the official distribution since..."?

    And -- this might be a dumb...
  10. incorrect one-to-one mappings was problem

    Thanks for the help. I finally figured out what was happening.

    I was using the correct Dialect subclass. What I was doing wrong was incorrectly mapping / annotating a couple of OneToOne entity...
  11. Spring/JPA/Hibernate usage with PostgreSQL find* returns null

    Hi Thomas. Thanks very much for replying...
    I am very pleased to hear you have Spring/JPA/Hibernate working well with Derby.

    But here is some info you asked for regarding Spring/JPA/Hibernate...
  12. JPA support works with HSQLDB, but not yet with Oracle & PostgreSQL?

    I have a general question about the development status regarding support for various db platforms.
    Some background...

    I am writing a standalone system using Spring 2.0 RC1's JPA support +...
  13. Duh

    As posted on <http://forum.springframework.org/showthread.php?t=22222>

    My solution is to use the AfterInvocationManager.

    I do see how I could deny access 'before' I fetched a domain instance to...
  14. PART 3 of thread

    and the rest of the spring config...



    ... (see part II of thread)
    ...
    ...
    <bean id="povoSoftwareUserManagerSecurityInterceptor"...
  15. PART 2 of thread

    So I can fit all the info I need into the post I break this into three of them:



    Here is my relevant spring context config:



    <!-- ~~~~~~~~~~~~~~~~~~ "BEFORE INVOCATION" AUTHORIZATION...
  16. AuthorizationServiceException: how to pass secure domain instance?

    First, I want to express serious appreciation to the fantastic work the
    acegi developers are doing; their results are a product of brilliance,
    hard work, and altrusim. This framework the most...
Results 1 to 16 of 16