dependencies classpath Tomcat

Missing jar for REST Connector

Hi,

I am trying to do a POST using Groovy script from Bonita Studio 6 to post JSON to external site. I keep getting following error.

I have added to dependency tab, process dependency wizard, under tomcat WEB-INF and also under lib folder but this error wont go away.

Any thoughts?

ava.lang.reflect.InvocationTargetException org.bonitasoft.engine.exception.BonitaRuntimeException: USERNAME=install | java.lang.NoClassDefFoundError: org/apache/ivy/core/settings/IvySettings

Thanks, Nitin

[SOLVED] Where to add dependencies ?

Hi all,

I'm working on Bonita BPM Studio with community version. My process create a bug on a bugzilla server via an API that I've coded myself.

But when my process when it arrives at the task who create a bug, it not working because :

org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException: javax.xml.parsers.FactoryConfigurationError: Provider for javax.xml.parsers.SAXParserFactory cannot be found

My API doesn't use javax jar... In fact I don't understand this exception.

Notifications