On 11/24/10 9:51 AM, Richard S. Hall wrote: > On 11/23/10 22:36, [email protected] wrote: >> Hi all >> >> Can i do remote logging? If i do log from a Felix instance, can another >> Felix instance recieve LogEntry also and add to its current log bundle? >> Is there a bundle to this? Or how can i combine Log and DOSGI (subproject >> from CXF) to archieve this? > > Firstly, the Felix framework plays no role in logging. > > The ability to log or not is purely provided by logging bundles. I am > not aware of any logging bundles with built-in distribution. > > If you have two framework instances, it seems that you should be able to > run any log service in one instance and use DOSGi to export the log > service from that framework instance and import it into the second > framework instance also using DOSGi. For the exact details of > importing/exporting services using DOSGi, refer to its documentation. > > -> richard
You can also look at Distributed EventAdmin. There's an implementation of this in ECF. Disclaimer - I've not done this myself. Justin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

