All work
- Groovy source unable to resolve class PrimaryTypePRIS-127Resolved issue: PRIS-127Markus Neumann
- Critial Path / parent node fields for xls and jdbcPRIS-125Resolved issue: PRIS-125Markus Neumann
- Document using an event to trigger an import of a requisitionPRIS-123Resolved issue: PRIS-123Markus Neumann
- Rethink source/mapper/script relationsPRIS-121Markus Neumann
- Script-Source output should not be restricted to RequisitionPRIS-120Resolved issue: PRIS-120fooker
- replace outdated script source examplePRIS-118Resolved issue: PRIS-118Markus Neumann
6 of 6
Groovy source unable to resolve class PrimaryType
Fixed
Description
Lucidchart Diagrams
Created March 30, 2015 at 4:58 AM
Updated September 30, 2015 at 6:33 AM
Resolved September 30, 2015 at 6:33 AM
Activity
Markus NeumannSeptember 30, 2015 at 6:30 AM
PRIS code uses model classes generated from the model-importer xsd.
The PrimaryType import to use ins now:
org.opennms.pris.model.PrimaryType
The myGroovySource.groovy script has a org.opennms.pris.model.* import that covers the PrimaryType import already.
Ronny TrommerMarch 30, 2015 at 5:07 AM
I tried to extend the class path to include opennms/lib and ran in the following error:
If you try to run the Groovy Script source example, it fails with a missing source parameter in the requisition.properties. If you set the source to script, the myGroovySource.groovy file fails with the following error message: