5 Replies Latest reply on Mar 13, 2006 6:25 AM by jmix2006

    ActionHandler

      I create one ActionHandler associeted to a state .
      this is a error in the console :
      -----------------------------------------------------------------
      09:57:15,997 ERROR [Delegation] couldn't load delegation class 'com.mypackage.Myactionhandler'
      java.lang.ClassNotFoundException: class 'com.mypackage.Myactionhandler'
      could not be found by the process classloader
      -----------------------------------------------------------

      help meeeeeeeeeeee!!!

        • 1. Re: ActionHandler
          cwad0000

          you probably typed the wrong name. try use the browse button, and start typing the name of the class in the box to see if it finds it

          • 2. Re: ActionHandler

            i did it, but i dont found my class's name in the list

            • 3. Re: ActionHandler
              cwad0000

              then its not in the classpath i guess.
              If i start with a new empty project (with the sample files already added), and I choose to add an action, click browse. The list will be empty,
              however, if i start typing the name of the existing action class (MessageActionHandler) it will appear in the list.

              However when I click ok for the properties, I get an error (see separate thread)

              • 4. Re: ActionHandler

                so what can we do?!

                • 5. Re: ActionHandler

                  i saw in some other posts that :
                  It has to be in the same classloader or an ancestor of the classloader the jbpm core is in.

                  so have u any idea about this 'classloader' ?!

                  thanks a lot for ur help!