February 4, 201015 yr I have created two modules in Scriptmaster. One that checks my email inbox and returns a count of messages. The other retrieves a specific message number from my inbox. These functions work well inside of scriptmaster and work fine in my solution as long as I register them via scriptmaster. However whenever I try to use the registergroovy function they both register fine and return "1" but when I try to use the functions they return an error. How can it work when scriptmaster registers it but not with registergroovy? I know that could just use the register on startup to register the functions via scriptmaster, but i want to use these functions server side so that doesn't work.
February 4, 201015 yr Author Just solved my own problem...now I feel dumb Needed to put the JavaMail --mail.jar into a container field and load it before registering the functions! READ YOUR DOCUMENTATION DUMMY!
Create an account or sign in to comment