stroomdev10
stroomdev10
``` null java.nio.BufferUnderflowException: null at java.base/java.nio.Buffer.nextGetIndex(Buffer.java:713) at java.base/java.nio.DirectByteBuffer.get(DirectByteBuffer.java:334) at stroom.lmdb.serde.UnsignedBytesInstances.get(UnsignedBytesInstances.java:175) at stroom.planb.impl.serde.temporalkey.TagsKeySerde.lambda$read$0(TagsKeySerde.java:83) at stroom.bytebuffer.impl6.ByteBuffers.use(ByteBuffers.java:32) at stroom.planb.impl.serde.temporalkey.TagsKeySerde.read(TagsKeySerde.java:62) at stroom.planb.impl.serde.temporalkey.TagsKeySerde.read(TagsKeySerde.java:29) at stroom.planb.impl.db.metric.MetricDb.lambda$merge$5(MetricDb.java:261) at stroom.planb.impl.db.metric.MetricDb.iterate(MetricDb.java:249) at stroom.planb.impl.db.metric.MetricDb.lambda$merge$6(MetricDb.java:259) at stroom.planb.impl.db.PlanBEnv.read(PlanBEnv.java:117) at stroom.planb.impl.db.metric.MetricDb.lambda$merge$7(MetricDb.java:258) at stroom.planb.impl.db.PlanBEnv.write(PlanBEnv.java:99)...
Can I have a copy button / field popup copy thing for Property Names and Values  and 
also visibility of all users is a security issue
I have a pipeline that has a schemaFilter for EVENTS and a recordOutputFilter If the translation outputs XML using the json schema, then the schema filter is erroring with ```...
If I have a Query Expression that contains a space , such as `${component.table-1234.selection.Log Level}` then the expression edit is adding quotes around the term i.e `'${component.table-1234.selection.Log Level}'` If i...
Using variables I can set a Before Time and an After Time , but not both, if both are set then Before Time appears to be ignored
so either `stroom:parent-meta('Feed')` or a more general `stroom:getParentId()` and `stroom:metaById(someId, 'Feed')`
See example Data Splitter below Intended action is to match 10 chars then match 5 chars then ignore rest of the line The first inline comments causes the regex to...