This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.
With version 1.1: @OnReceive(url = "{url}") static void plainRead(Data model, String data) { assert data.contains("Hello"); } doest not work if the URL passed to: model.plainRead("http:....") points to value which represents JSON text: { "value" : "Hello World!" } the data value is then empty.
Should be part of 1.2 release: https://hg.netbeans.org/html4j/rev/50ee036959f5