function testSelectQuery() { int simpleVar = 80; forever { from inputStream select simpleVar as simVar => (TeacherOutput[] teachers) { foreach var t in teachers { outputStream.publish(t); } } } } When ...
I'm looking into it. Probably, it's not directly related to the DefaultExceptionMapper introduced in the 3.1.x Jersey, but it should be some configuration issue because in 3.0.16 it works as is with ...