Hi,
In my process I have a script which uses java.util.List and java.util.LinkedList. Problem is that guvnor doesnt wont to build my package bacouse it says it can't recognise class/interface java.util.List and java.util.LinkedList. I did put import declarations in my process. It seems that Guvnor only accepts classes/interfaces which are in jars added to guvnor repo or to java.lang.* classes and It does not see other standard java classes from other packages.
Does any one know any workaroud for this? Am I doing sth wrong or is it Guvnor limitation?
Thx.
Adam