Unable to set OutputArgument if there is an InputArgument with the same name
----------------------------------------------------------------------------
Key: FELIX-391
URL: https://issues.apache.org/jira/browse/FELIX-391
Project: Felix
Issue Type: Bug
Components: UPnP Device Service
Environment: Felix 1.0.X with UPnP Base Driver 0.2.0
Reporter: Stefano Lenzi
Assignee: Stefano Lenzi
Priority: Minor
In org.apache.felix.upnp.basedriver.exportGeneralActionListener, after
successfull invocation of an Action (Dictionary invoke(Dictionary)),
the basedriver tries to extract the values of the outargs from the
dictionary and put them in the ArgumentList object of Action. Here
arises a problem when an Action has in-out arguments. In the
ArgumentList these are treated seperatly (2 Argument objects with the
same name, but different argument direction).
For further information look at:
http://www.mail-archive.com/[email protected]/msg01962.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.