Is it possible to define a spring bean backed by a dynamic language in Mule ESB? -


i'm attempting define spring bean using below:

<lang:groovy id="mmmm" name="groovyrssgeneraltestserver" script-source="${app.home}/groovy/rssgeneraltestserverimpl.groovy">         <lang:property name="xmlfile" value="${app.home}/rss/generaltestserver.xml" /> </lang:groovy> 

i've tried several different locations script-source, have had no luck in getting mule find source groovy script.

second, i'm curious whether can wire groovy component use bean if configured correctly above?

why trying spring bean when there groovy component in mule can execute external groovy script ? please refer :- http://www.mulesoft.org/documentation/display/current/groovy+component+reference , :- http://groovy.codehaus.org/dynamic+language+beans+in+spring

hope help


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -