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: Dan Diephouse
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