Default list of connectors not available

1
0
-1

I just opened an existing bonitasoft studio project and I'm getting errors on all builtin connectors (strikethrough in red) coming with bonita eventhough i seletected them to be installed. When i click on add in the connectors in and out. No connectors are being displayed.

If i open a new project, i can use the built in connectors properly.

What would be the problem?

1 answer

1
0
-1

These are some of the exceptions:

The definition bonita-actorfilter-initiator--1.0 of actor filter initFilter no longer exists.

The definition document-converter--1.0.2 of connector memoTemplete no longer exists.

When i try to build i get eventhoug the folder src-providedGroovy is available and the scripts mentioned below are also available

Error while building Jar for Groovy scripts provided by Bonita.
Class files on classpath not found or not accessible for: 'overtime-process/src-providedGroovy/BonitaXML.groovy'
Class files on classpath not found or not accessible for: 'overtime-process/src-providedGroovy/BonitaSql.groovy'
Class files on classpath not found or not accessible for: 'overtime-process/src-providedGroovy/BonitaUsers.groovy'
Class files on classpath not found or not accessible for: 'overtime-process/src-providedGroovy/BonitaTypes.groovy'

org.bonitasoft.studio.groovy.provider.GroovyScriptBarResourceProvider.addGroovyCompilationUnitToClasspath(GroovyScriptBarResourceProvider.java:145)
org.bonitasoft.studio.groovy.provider.GroovyScriptBarResourceProvider.addProvidedScriptsToClasspath(GroovyScriptBarResourceProvider.java:89)
org.bonitasoft.studio.groovy.provider.GroovyScriptBarResourceProvider.addResourcesForConfiguration(GroovyScriptBarResourceProvider.java:75)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:120)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:199)
org.bonitasoft.studio.engine.operation.ExportBarOperation.exportBar(ExportBarOperation.java:143)
org.bonitasoft.studio.engine.operation.ExportBarOperation.run(ExportBarOperation.java:134)
org.bonitasoft.studio.engine.ui.wizard.ExportBarWizardPage$9.run(ExportBarWizardPage.java:454)
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

Notifications