Hi all,
I'm trying to design a process that accesses a spring bean to get some input.
There is a way to do this?
actually I have an action handler binded on node leave and i'm searching a way to...
Type: Posts; User: massimiliano_cuccia; Keyword(s):
Hi all,
I'm trying to design a process that accesses a spring bean to get some input.
There is a way to do this?
actually I have an action handler binded on node leave and i'm searching a way to...
no one tryied this integration?
is there documentation anywhere?
thanks to all
best regards
Massimiliano
Hi all
I want to use acegi in eXo Portal
has someone tested it?
darkit: thanks, but I consider that code a "workaround", not a real "solution". It is very similar to code I posted here at 05-04-2007 06:23 PM
Indrit Selimi: ciao! thanks for the help and for the...
I tryied to annotate the interface
but results doesn't change
@ManagerAnnotation(id="IM", desc="Identity Manager")
@Transactional(readOnly = true)
public interface IIdentityManager
{
...
thanks gregturn for your time!
AOP
casting to object, dont use CGLIB (consciously).
now I try to give more details.
I'm inside a bean, this get a list of other beans throght its Spring...
Hi all
still no solution!
my mbean class is $Proxy7, his superclass is java.lang.reflect.Proxy, Aoputils.isCglibProxy(mbean) returns false so I think that spring doesn't rely on cglib in the...
Hi :)
I defined a Bean where some methods are annotated using @Transactional
and even some methods are annotated using @MyCustomAnnotation
(if i doesn't misunderstood the docs)
The use of...