Jump to content

Error in Tibco Designer when using "Java Method" activity


Valentin Evgenyevich

Recommended Posts

There are two java classes that I want to use in my processes in Tibco Designer.

When trying to execute methods from classes, two errors occur:

1. The method [sOAPClientApache.run] raised exception [java.lang.NoClassDefFoundError]. java.lang.NoClassDefFoundError: org / testng / Assert.

2. The method [sOAPClientApache2.run] raised exception [java.lang.NullPointerException]. java.lang.NullPointerException.

Itried creating a simple class that implements the ADD (addition) method and it works in Tibco Designer ...

These classes work fine from my IDE (IntelliJ IDEA).

Please, tell me, what could be the problem

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...