I've been writing small portlets in Groovy, but recently had to write a portlet that makes an XML-RPC call to a 3rd party service. I'm having problems with the portlet finding Groovy code that is either in a jar in the WEB-INF/lib directory from a GroovyPortlet , or Groovy class files that are in WEB-INF/classes from a standard MVCPortlet derived portlet. My understanding was that code in either of these places was in the classpath. Am I mistaken? I'm developing in LIDE and it has no trouble resolving dependencies in these projects, but when I redeploy the war file I get an error about my import statements for the Groovy classes. Any suggestions would be much appreciated.
Please sign in to flag this as inappropriate.