I am trying to configure an Admin role(ROLE_ADMIN) that always gets permission do everything.
There does not seem to be a way to do that without completely creating my own accessDecisionManager....
Type: Posts; User: cmercer; Keyword(s):
I am trying to configure an Admin role(ROLE_ADMIN) that always gets permission do everything.
There does not seem to be a way to do that without completely creating my own accessDecisionManager....
One of the things I did was do a search for calls to start and I didn't find many and none in the test case framework.
Could part of the problem the usage of context.refresh() vs context.start()...
My current version from the manifest is
Integration - Bundle-Version: 1.0.0.M4
Spring - Spring-Version: 2.5.4
1) Happens
2) Something funky appears to be happening here. LifeCycle start...
On the suggestion of using the jmsGateway xml setup it does not appear to be calling start or initialize, (tried setting breakpoints) therefore its never subscribing to the JMS queue.
So I...
I have been attempting to configure spring integration to use JMS as its "backing" messaging system and so far I have the sending working correctly. It sends the message in a JTA transaction, and...