Re: Spring Scripted Bean as Implementor

2007-08-21 Thread Ray Krueger
You can do it with Groovy 1.1 http://groovy.codehaus.org/Annotations+with+Groovy On 8/21/07, Daniel Kulp <[EMAIL PROTECTED]> wrote: > > Kaleb, > > The jaxws stuff would require the service implementor to have the > @WebService annotation. A script obviously wouldn't have that. > > > Couple thin

Re: Spring Scripted Bean as Implementor

2007-08-21 Thread Daniel Kulp
Kaleb, The jaxws stuff would require the service implementor to have the @WebService annotation. A script obviously wouldn't have that. Couple things to try: 1) You may be able to use the "simple" frontend that doesn't require the jaxws annotations. 2) You may be able to stick with the J

Spring Scripted Bean as Implementor

2007-08-21 Thread Kaleb Walton
I'd like to implement my interfaces using Groovy-scripted Spring Beans but get errors when referring to the beans by id within the "implementor" attribute of my endpoint (configured via Spring). <-- does not work HelloServiceImpl implements the HelloService interface. Any ideas? Regards, Kal