Search:

Type: Posts; User: massimiliano_cuccia; Keyword(s):

Search: Search took 0.03 seconds.

  1. accessing bean from a jbpm process

    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...
  2. Replies
    37
    Views
    19,975

    no one tryied this integration? is there...

    no one tryied this integration?

    is there documentation anywhere?

    thanks to all
    best regards
    Massimiliano
  3. Replies
    37
    Views
    19,975

    what about eXo Portal?

    Hi all
    I want to use acegi in eXo Portal
    has someone tested it?
  4. darkit: thanks, but I consider that code a...

    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...
  5. I tryied to annotate the interface but results...

    I tryied to annotate the interface
    but results doesn't change



    @ManagerAnnotation(id="IM", desc="Identity Manager")
    @Transactional(readOnly = true)
    public interface IIdentityManager
    {
    ...
  6. thanks gregturn for your time! AOP ...

    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...
  7. Hi all still no solution! my mbean class is...

    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...
  8. problem using my custom annotation (proxy, Transactional)

    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...
Results 1 to 8 of 8