ply
16 years agoOccasional Contributor
In soapui pro, unable to run groovy class : class not found (was OK in 2.5)
Hello,
I try to build my own groovy class. As it does not work, so I try to use the "greet class".
def greet = new soapui.demo.Greet( "Ole", log )
greet.salute()
=> unable to resolve class soapui.demo.Greet
Of course I checked the preferences and I check that the file Greet.grovy file is in the right folder.
But where are the compiled java classes ? Does the groovy classes automaticaly loaded every each 5 seconds?
Thanks,
PHL.
I try to build my own groovy class. As it does not work, so I try to use the "greet class".
def greet = new soapui.demo.Greet( "Ole", log )
greet.salute()
=> unable to resolve class soapui.demo.Greet
Of course I checked the preferences and I check that the file Greet.grovy file is in the right folder.
But where are the compiled java classes ? Does the groovy classes automaticaly loaded every each 5 seconds?
Thanks,
PHL.