Search:

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

Search: Search took 0.02 seconds.

  1. approach for EncryptedFlatFileItemWriter - looking for design ideas

    We are (new to) using Spring Batch and now have a requirement to output PGP encrypted files, but we can't have sensitive/intermediate data hit the disk, so this must be done as part of a read/write...
  2. Replies
    1
    Views
    972

    authentication not cleared after logout?

    I am facing an issue where a user logs into an application and has a small set of GrantedAuthorities. The user logs out, then an admin user grants them an additional authority (say, ROLE_POWERUSER)...
  3. Replies
    9
    Views
    2,897

    If you could post DEBUG output from all the...

    If you could post DEBUG output from all the spring code, then this may help determine what is going on. In your log4j.properties files, put in the following line:
    ...
  4. Replies
    9
    Views
    2,897

    Excellent, thanks! I'll give this a try. In...

    Excellent, thanks! I'll give this a try.

    In the meantime, will this obviate the need for me to update the "beanNames" property for the BeanNameAutoProxyCreator as well as the keeping track of...
  5. Replies
    9
    Views
    2,897

    I have a similar need using Spring Security with...

    I have a similar need using Spring Security with Mule ESB. For this scenario, we are using the following configuration approach for component security at the moment. I would like to know if the...
  6. Our little workaround for now is to add a...

    Our little workaround for now is to add a "required" dummy user that is obvious when you browse the LDAP server with another tool. This might help prevent users from accidently deleting the bogus...
  7. Not sure if it's already in there, but does it...

    Not sure if it's already in there, but does it make sense to add a property to turn this on (or off), so we can configure this easily through the namespace config?

    BTW, thanks for the reply. It's...
  8. And, should I also post this in the...

    And, should I also post this in the Spring-Security forum?
  9. the dreaded "extra spaces in dn problem" when searching for roles

    Hello,

    I've seen a few threads talking about spaces (after commas) in the DN causing some issues. Only one (back in 2007) mentioned this affecting role searches and there was no solution posted...
  10. Replies
    3
    Views
    1,601

    Yes, I ran "mvn install" from the trunk. BTW,...

    Yes, I ran "mvn install" from the trunk.

    BTW, I was able to build the example by doing the following:

    svn checkout...
  11. Replies
    3
    Views
    1,601

    error building spring-security from trunk

    Just in case I've done something stupid, which I am more than willing to admit is possible, I ran into the following issue when trying to build spring-security. Maybe this will save someone else...
  12. Replies
    1
    Views
    796

    aspect advice on deserialized objects?

    Since I'm new to Spring AOP, the following are probably stupid questions, but here goes anyway. I would like to provide aspect advice on an object that has been deserialized from a service call to a...
  13. So, if I wanted to be able to accomplish the lazy...

    So, if I wanted to be able to accomplish the lazy loading goal, would it be reasonable to do the following:

    create a factory (bean) for the domain objects in question (there are only two at the...
  14. [noob] trouble getting concrete class proxied

    I just started playing with Spring AOP yesterday, so please bare with me. I have a couple questions that I'm sure one the guru's could answer pretty easily.

    We have some domain objects that do...
  15. must vs may

    I agree with rasky -- not all people are allowed to change their core schemas. BTW, out of the box ApacheDS will not allow a groupOfUniqueNames entry to exist without a member. And, you said you...
  16. new JIRA raised

    I raised JIRA issue LDAP-119, but I can't put a link here due to just creating a new JIRA account. So, copy/paste the following to your favorite browser address bar:

    ...
  17. [spring-ldap 1.2.1] issue (bug?) with modifyAttributes

    I have found the following issue with modifyAttributes:

    Use case is a basic user/role relationship where we want to update the list of users that have been assigned to a role. A role has the...
  18. Replies
    4
    Views
    1,211

    Thanks, Luke. From your post, you are saying...

    Thanks, Luke. From your post, you are saying it's possible to mix & match the two version - 1.0.x and 2.x in the same application, but you are wondering why would one do this. I'll try to reset the...
  19. Replies
    4
    Views
    1,211

    Not a single reply to any of the questions here? ...

    Not a single reply to any of the questions here? Is the post (or are the questions) unclear?
  20. Replies
    4
    Views
    1,211

    acegi & spring security working together?

    Hello,

    We are embarking on a new project that will be using either acegi or spring security - or both. There are two main architectural components (not including legacy systems) that we are...
Results 1 to 20 of 20