1 Reply Latest reply on Oct 11, 2006 2:16 AM by saviola

    Node instead of Fork

    pedrosacosta

      In my application, when i do

      token.getNode().getClass().getName()
      , i get

      org.jbpm.graph.def.Node$$EnhancerByCGLIB$$590b667
      


      instead of
      org.jbpm.graph.def.Fork
      



      What is EnhancerByCGLIB, and why i get Node, instead of Fork?

      Thanks,
      Pedro