« Return to Thread: Export the same interface several times with different names in iPojo

iPojo as WebService

by joels@navsys.com :: Rate this Message:

Reply to Author | View in Thread

I'd like to expose my iPojo as a WebService.

I'm using the Distributed OSGi single bundle from apache cxf: http://cxf.apache.org/distributed-osgi.html

Based on what I read, (http://cxf.apache.org/dosgi-ds-demo-page.html) theoretically I should be able to take a working iPojo based service and add add a few @ServiceProperties and deploy a .cfg file with FileInstall bundle:

osgi.remote.interfaces=*
osgi.remote.configuration.type=pojo
osgi.remote.configuration.pojo.address=http://localhost:9090/mypojoservice

Has anyone tried this or something similar without having to add the overhead of going all the way to ServiceMix?

Any help would be appreciated.

- Joel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Export the same interface several times with different names in iPojo