On Fri, Jul 8, 2011 at 9:56 PM, Jürgen Jakobitsch <[email protected]> wrote: >... there is an exception that go something like that > > SEVERE: Mapped exception to response: 500 (Internal Server Error) > javax.ws.rs.WebApplicationException: com.sun.jersey.api.MessageException: A > message body writer for Java class > org.apache.clerezza.rdf.core.impl.SimpleMGraph, and Java type class > org.apache.clerezza.rdf.core.impl.SimpleMGraph, and MIME media type > application/octet-stream was not found > > but it doesn't break the build.....
IIRC that's caused by testInvalidFormat in [1] - we should add a log message to that test to indicate that this error is expected. -Bertrand [1] http://svn.apache.org/repos/asf/incubator/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/enhancer/it/StatelessEngineTest.java
