You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by hendrix82 <et...@interia.pl> on 2008/01/09 21:45:19 UTC

jsr 181 proxy question / problem

Hi,


I have some jsr181 service deployed and when I inject some property in my
class via <jsr181:proxy > I have proxy to this service.

Now, when I invoke some service method which should return dom4j Document as
a result, it goes to the service, everything is OK but it returns proxy to
this object and thats my problem - i can't do anything with it like reading
its properties...

xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0"

<property name="testService">
<jsr181:proxy service="myServiceNs:MyService" type="mypackage.MyService" />
</property>

MyService has for example method 
public dom4j.Document testMe()
and returns useless proxy....
-- 
View this message in context: http://www.nabble.com/jsr-181-proxy-question---problem-tp14720964s12049p14720964.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.