Hi Matthew,
Matthew Inger wrote:
I've gotten this working, though It took a bit of work, though I think i've
done it the proper way. Unfortunately, though you have to rebuild cxf and
dosgi yourself. I only hope the folks at the cxf project accept the patch I
submitted to them.
https://issues.apache.org/jira/browse/DOSGI-55
You have to start by doing this:
OK, I installed it using your instructions. No problems here, I see that
plan is deployed, no errors in log file, thanks for that. But still I
cannot install neither my application not spring dm example from CXF dosgi.
Is there any special configuration required? I'm trying to export my
service using:
<osgi:service ref="userService" interface="foo.UserService">
<osgi:service-properties>
<entry key="osgi.remote.interfaces" value="*" />
<entry key="osgi.remote.configuration.pojo.httpservice.context"
value="/userService" />
</osgi:service-properties>
</osgi:service>
As I was previously tried to export my service, then I could find in log
file some mentions about service being exposed. Now nothing like that
happens.
What I'm doing wrong?
Regards
Jacek Bilski