Just upgraded to Felix 3.0.1 and iPojo 1.6.2
A component that was working stopped:
[ERROR] com.navsys.boreal.utils.comms.serial.rxtx.SerialRxTx : The method
org.apache.felix.ipojo.util.callb...@1b67d6a does not exist in the
implementation class com.navsys.boreal.utils.comms.serial.rxtx.SerialRxTx
Not as big a deal but I also use the following line:
@Requires
private LogService logService;
where LogService is a org.osgi.service.log.LogService.
[WARNING] com.navsys.boreal.utils.comms.serial.rxtx.SerialRxTx :
[com.navsys.boreal.utils.comms.serial.rxtx.SerialRxTx.ad025360-3d9e-4f8d-92e8-f6969b174e70]
The dependency is not optional, however no service object can be injected in
logService -> org.osgi.service.log.LogService
Any ideas of how to handle would be appreciated.