Hi again,
Finally, I added to Jira: https://jira.springsource.org/browse/DATAREDIS-107
Type: Posts; User: studela; Keyword(s):
Hi again,
Finally, I added to Jira: https://jira.springsource.org/browse/DATAREDIS-107
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...
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 {
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...
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...
Hi guys,
In my project, I am associating Areas with GrantedAuthority. For example:
MapBasedAttributes2GrantedAuthoritiesMapper grantedAuthoritiesMap
...
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;
...
Hi guys,
I have the same problem !
Although in my case, the relationship between documents is @DBRef.
@Document(collection = "families")
public class Family {