Open lojo opened 8 years ago
The publisher expects the publishDelay to be a Long. I'm guessing that karaf is treating the value either as a String or Integer. This is not a problem with the publisher.
This is not a problem with the publisher.
Actually one could say that it is unless you start publishing metatype information. Right now the value type is not discoverable from the outside, and as such CM has no idea what to pass in.
Setting the publishDelay value of the JAX RS connector results in a ClassCastException in class com.eclipsesource.jaxrs.publisher.internal.Configuration in method getPublishDelay().
E.g. karaf>config:property-set -p com.eclipsesource.jaxrs.connector publishDelay 150
results in the class cast exception mentioned above...