I am trying to run tomcat as an equinox osgi service, using a snapshot of spring dm v2.0.0.M2.
(I know it's dead, but I'll migrate to Virgo later -- I don't want to downgrade to spring dm 1.x.)
...
Type: Posts; User: exitstan; Keyword(s):
I am trying to run tomcat as an equinox osgi service, using a snapshot of spring dm v2.0.0.M2.
(I know it's dead, but I'll migrate to Virgo later -- I don't want to downgrade to spring dm 1.x.)
...
I understand how to use the acl framework to grant a certain permission to a 'user' for a certain object, but I want to grant permissions to a 'role' as well. (The principal receiving the permission...
The CGLIB jar is not on the classpath.
My parent spring config file contains:
<aop:aspectj-autoproxy proxy-target-class="false"/>
( proxy-target-class="false" is the default... I was...
Thanks... I had already set those compiler settings, but that did not fix the problem.
What did fix it was moving the annotation...
@PreAuthorize("hasAnyRole('ROLE_SUPER_USER','ROLE_...
I am trying to use spring-security 3.0.5 acl features and have it working for post-filtering collections and arrays.
But I am unable to get it working when selecting a single object because of...
Check out: http://code9.com/2008/10/28/tip-pde-build-and-binary-cycles/
But it may not work for you -- I think this is only supported in eclipse 3.5.
Good luck.
I found a workaround @
http://ekkes-corner.blogspot.com/2008/09/pde-and-3rdparty-bundles-in-osgi.html
The relevant excerpt is below:
Workaround to export your bundle with PDE tooling:
At...
Because of the cyclic dependencies within the spring osgi modules, I cannot export an osgi bundle (to jar).
And with out the jar, which I wish to test, I cannot use the...
I just happen to be wrestling with the exact same problem.
Please, what is "LTW", as in "...there is no LTW for it inside the official distribution since..."?
And -- this might be a dumb...
Thanks for the help. I finally figured out what was happening.
I was using the correct Dialect subclass. What I was doing wrong was incorrectly mapping / annotating a couple of OneToOne entity...
Hi Thomas. Thanks very much for replying...
I am very pleased to hear you have Spring/JPA/Hibernate working well with Derby.
But here is some info you asked for regarding Spring/JPA/Hibernate...
I have a general question about the development status regarding support for various db platforms.
Some background...
I am writing a standalone system using Spring 2.0 RC1's JPA support +...
As posted on <http://forum.springframework.org/showthread.php?t=22222>
My solution is to use the AfterInvocationManager.
I do see how I could deny access 'before' I fetched a domain instance to...
and the rest of the spring config...
... (see part II of thread)
...
...
<bean id="povoSoftwareUserManagerSecurityInterceptor"...
So I can fit all the info I need into the post I break this into three of them:
Here is my relevant spring context config:
<!-- ~~~~~~~~~~~~~~~~~~ "BEFORE INVOCATION" AUTHORIZATION...
First, I want to express serious appreciation to the fantastic work the
acegi developers are doing; their results are a product of brilliance,
hard work, and altrusim. This framework the most...