Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-M6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The ServiceBean class should be able to take properties and set them on the xfire service.
This xml snippet:
<property name="properties">
<props>
<prop key="foo">bar</prop>
</props>
</property>
should result in:
service.setProperty("foo", "bar");
Issue Links
- depends upon
-
XFIRE-135
Create custom spring xml format for service creation
-