On 15/01/2010 03:41, "Jan Haderka" <[email protected]> wrote:
there's no magic ... what the Scheduler does is call to CommandsManager.getInstance().getCommand(catalogName, cmdName); >From the times in the screenshot, I guess you have created the "commands" node and the catalog and the command underneath at the same time. The "commands" node and its children will not be observed until the next restart of the server so if you have not restarted the command will not be found. Another possibility is that you have the "books" catalog already defined in some other module ... if that is the case then only the catalog that is found first will be used. They are not additive. HTH, Jan I found the issue. The error message was a bit misleading, but my command was invoking some Groovy classes, and I had forgotten to make groovy library available to Tomcat. Rakesh ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
