Nicolas De Amicis
Nicolas De Amicis
datetime isn't necessarily in UTC (depend on timezone settings). In that case, the datetime deserialization is always wrong for datetime. Please see https://issues.apache.org/jira/browse/NIFI-5091
if setIndicatorStyle is called before a stage.show(), the initial indicator style isn't set
NullPointerException at eu.hansolo.enzo.ledbargraph.LedBargraph.setNoOfLeds(LedBargraph.java:159). The SimpleIntegerProperty noOfLeds isn't initialized (ledSize too). Try: LedBargraphBuilder.create() .ledType(Led.LedType.SQUARE) .orientation(Orientation.VERTICAL) .peakValueVisible(true) .ledSize(32) .noOfLeds(10) .build();
Please see https://issues.apache.org/jira/browse/NIFI-5091 Could you update your fork with that pull request? https://github.com/shyiko/mysql-binlog-connector-java/pull/292
Is standalone-full.xml supported by wildfly-jar-maven? I don't see any parameter to specify standalone-full.xml. My provisioning file contains standalone-full.xml ``` ... ... ``` and I have this error when I built...