2 Replies Latest reply on Nov 23, 2009 2:16 PM by kukeltje

    [jBPM 4.2] JndiDescriptor and JndiBinding

      Hi

      Can anyone please explain me what are these clasees and the use of these classes.

      Thanks for your reply

        • 1. Re: [jBPM 4.2] JndiDescriptor and JndiBinding

          Can anyone please explain me what are these two classes and how it can be used. I want to use these classes in my application.

          Thanks for your valuable response

          • 2. Re: [jBPM 4.2] JndiDescriptor and JndiBinding
            kukeltje

            Most likely one of the reasons why you did not get an answer is the kind of triviality of the question AND the fact that they are not part of the 'public api' and therefor it is not advised to use them.

            Short answer (from the API docs on the classes)

             /** parses a descriptor for looking up an object from
             * JNDI through the InitialContext.
             */
            


            A little closer look on the package name shows it is a pvm class, and with some reading you can see that these kinds of classes are used to parse processdefinitions.

            So it most likely is used to have attributes on a certain node implementation to call e.g. a ejb method on an ejb instead of on a pojo.