Doh.
Didnt have the object in question targetted with a pointcut in my DomainObjectInstanceSecurityAspect.
Bad doggy.
Type: Posts; User: ultan; Keyword(s):
Doh.
Didnt have the object in question targetted with a pointcut in my DomainObjectInstanceSecurityAspect.
Bad doggy.
scratch that, im doing something wrong in my securityMetadataSource - its working for some object methods but not others. will revert with answer when Ive debugged it some more.
Hi,
Im using JoinPoint aspect to secure method calls on domain objects created outside of bean context, as per [1]
Things work OK in straight java classes where the methods are invoked but the...
Is there a doc describing whats in upcoming and past releases ?
Im binding to a custom bean (resource) that contains set and string properties. The set contains another custom bean(page). In my default constuctor I can create a new empty set, but its only until I...
Im subclassing AbstractCommandController. I want to be able to bind ServletRequest params and to specify a prefix for the params that should be considered for binding, a la...
torsten, thanks. Ive already found IDE very useful in helping document my work.
On the config matter - perhaps a doc update would help ? How about detection of contextConfigLocation in web.xml ?...
Thanks...why doesnt this work for the "base" config set - ie all files in the Beans Project ?
Is there a way to get the visualiser to resolve bean references in multiple config files ?
Fixed the graphic side of things by upgrading the feature to 1.0.3
more info:
in the Spring Beans view I can see the config files I have added
clicking the + symbol, I see nothing below - as if no beans have been found
right-clicking and choosing Show Graph,...
In my config if I include an entities file in the DOCTYPE declaration I get an Unsupported DTD error and cant do anything more with it.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans...
Is there anyway of setting the instance of command class created in the AbstractCommandController/BaseCommandController to be the result of the getObject call from a FactoryBean ?
Rather than...
Im being dumb here then - is searchApplicationContext the only application context ? What about the others I define in the context param in the web.xml, or the view.xml I reference from the...
I'm doing somthing wrong here :
If I subclass ApplicationObjectSupport and then in the subclass to a getApplicationContext() call shouldnt I receive the ApplicationContext object ?
Doing this I...