[ http://jira.codehaus.org/browse/XFIRE-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomasz Sztelak closed XFIRE-833. -------------------------------- Resolution: Fixed You can use ServiceBean class directly instead of using <sevice> tag ( which is converted to ServiceBean behind the scene ) and then use setServiceBean method do specify service instance. And plz use maling list to ask question, not jira. > How can I set properties on the Implementationclass on a JMS service > declaration? > --------------------------------------------------------------------------------- > > Key: XFIRE-833 > URL: http://jira.codehaus.org/browse/XFIRE-833 > Project: XFire > Issue Type: Task > Components: XMLBeans > Affects Versions: 1.2.3 > Reporter: elvis P > Assigned To: Tomasz Sztelak > > Given the following declaration: > <service xmlns:e="urn:Echo"> > <name>Echo</name> > <serviceClass>org.codehaus.xfire.test.Echo</serviceClass> > > <implementationClass>org.codehaus.xfire.test.EchoImpl</implementationClass> > <bindings> > <soap11Binding name="e:EchoJMSBinding" > transport="urn:xfire:transport:jms"> > <endpoints> > <endpoint name="e:EchoJMSEndpoint" url="jms://Echo" /> > </endpoints> > </soap11Binding> > </bindings> > </service> > I'd like to set some properties on the implementationClass, the > org.codehaus.xfire.test.EchoImpl. To do this I want to use setter injection. > Mut the implmentationClass can not be given by anything else than a string. > <ref local="someclass" /> does not work. How can I solve this? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email