1 Reply Latest reply on Sep 14, 2009 1:05 PM by kukeltje

    import Mule Client into jbpm project

      Hi, I'm trying to include Mule Client libraries into my JBPM project. I created a user library including all the mule jars. I imported the mule user library into my JBPM project classpath. I created a "java" node into my project definition pointing to a java class that implements a simple Mule Client. I imported all the necessary library into my class. This class works without problem if i test it all alone. When i deploy the project i don't see any error but when i run it into the jbpm console i get "java.lang.NoClassDefFoundError: org/mule/api/MuleException".
      Any ideas?