Seems to, for the ACL cache. I can say the unit tests will break for that; the default cache store doesn't behave like it used to, so the test assumptions are broken (maxElementsInMemory = 0 means...
Type: Posts; User: David Arnold; Keyword(s):
Seems to, for the ACL cache. I can say the unit tests will break for that; the default cache store doesn't behave like it used to, so the test assumptions are broken (maxElementsInMemory = 0 means...
Any chance the upcoming release of 3.1.0 can allow a wider package version range for EHCache? Right now, it's "[1.4.1, 2.0.0)". The latest ehcache available as a bundle is 1.6.2 (still pretty old)....
Turns out the incomplete MANIFEST.MF in spring-ws-core 2.0.0.RELEASE is a packaging error. The milestone version on Maven Central has a complete one, the release does not. Hope that gets fixed some...
I managed to get around XWSS issues by hand-editing the spring-ws-security.jar manifest to make the XWSS packages resolution:="optional".
Then it wanted to resolve package dependencies on Spring...
I'm trying to use the spring-ws-security library 2.0.0.RELEASE (which has a good set of OSGi headers, thanks for that) on Eclipse Virgo 2.1.0.RELEASE. I'm running into problems resolving the...
Turns out the second problem is related to our OSGi (dm Server par file) deployment environment. We'd like to enforce ACLs at the persistence layer, which is the bundle the above config is part of. ...
The execution starting at DefaultMethodSecurityExpressionHandler.java:97 goes off the rails:
Servlet.service() for servlet grow threw exception java.lang.IllegalArgumentException: Objects to...