Difference between revisions of "EIG:Install TimeService Tutorial into Apache Karaf"
Line 15: | Line 15: | ||
[[File:Karafinst4.png]] | [[File:Karafinst4.png]] | ||
− | + | For reference, this output is produced by the TimeService Examples Host activator class [http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java com.mycorp.examples.timeservice.host.Activator] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
The output above indicates that the TimeService has been exported and is ready for remote consumer access. | The output above indicates that the TimeService has been exported and is ready for remote consumer access. |
Revision as of 15:47, 6 July 2015
Introduction
See the Building your first OSGi Remote Services Tutorial to understand how to design and build this example TimeService.
To run the remote time service host example on Apache Karaf with ECF Remote Services, first install Install the ECF Remote Service SDK into Apache Karaf. Then use the command shell to set a debug system property
karaf@root()> system:property verboseRemoteServiceAdmin true
Then install the timeservice host example
karaf@root()> feature:install -v ecf.rs.examples.timeservice.host
This will install the timeservice host, and start it producing the following output on console
For reference, this output is produced by the TimeService Examples Host activator class com.mycorp.examples.timeservice.host.Activator
The output above indicates that the TimeService has been exported and is ready for remote consumer access.