Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
hi, if you did not add import clauses in the groovy script, you should used fully qualified class names
For instance
does it help?
For instance
my.package.ALMConnectionManager newConnection = new my.package.ALMConnectionManager()
does it help?