Search:

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

Search: Search took 0.06 seconds.

  1. Hi again, Finally, I added to Jira:...

    Hi again,

    Finally, I added to Jira: https://jira.springsource.org/browse/DATAREDIS-107
  2. RedisMessageListenerContainer, removeMessageListener?

    Hi guys,

    Is it possible to make a unsubscribe (channel) in RedisMessageListenerContainer?

    I will put on context: my messages listeners are added dynamically,
    public void...
  3. Replies
    2
    Views
    708

    Hi guys again, I've solved it. I used "Spring...

    Hi guys again,

    I've solved it. I used "Spring Expression Language (SPEL)" to pass multiple parameters. Example:



    @Service
    @Secured('USER_AUTHENTICATED')
    public interface MyService {
  4. Replies
    2
    Views
    708

    So, I'm looking more closely at the process and I...

    So, I'm looking more closely at the process and I don't know if is possible: using "Spring Expression Language (SPEL)" could create a "List<Object>" with the several parameters and pass the...
  5. Replies
    2
    Views
    708

    @PreAuthorize and several targets

    SOLVED !

    Hi guys,

    I'm using the @PreAuthorize (and a custom permission evaluator).

    It's possible to put several arguments (I'am using this annotation in mi services layer... where I'm using...
  6. MapBasedAttributes2GrantedAuthoritiesMapper and UserDetails.

    Hi guys,

    In my project, I am associating Areas with GrantedAuthority. For example:



    MapBasedAttributes2GrantedAuthoritiesMapper grantedAuthoritiesMap
    ...
  7. Hi Christoph, I commented that I had your same...

    Hi Christoph,

    I commented that I had your same problem. In my case, to obtain the referenced Document (DBRef) within a Document I had to do the following.




    import org.bson.types;
    ...
  8. Same problem !

    Hi guys,

    I have the same problem !

    Although in my case, the relationship between documents is @DBRef.



    @Document(collection = "families")
    public class Family {
Results 1 to 8 of 8