Hello all together

I developed a small application and run in OSGi Env. with plc4j modbus driver 
0.7.0, I try to do sth list below

1、I package all dependencies into a fat jar, and exception "Unable to find 
driver for protocol modbus", driver not registed

2、 i try
PlcConnection plcConnection = new ModbusDriver().getConnection(connectionString)

plcConnection.connect();
    and exception "Unimplement transport tcp"




3、i package the dependencies into multi bundles, and the 
org.apache.org.plc4x.java.osgi package missing

What can i use this project in osgi env.?

Thanks and Regards, Jeff

Reply via email to