Hi all,
Recently messages like
SEVERE: Resource methods utilizing @FormParam and consuming
"multipart/form-data" are no longer supported. See @FormDataParam.
Reappeared during the startup of the Stanbol Full launcher. (see [1]
for an example of the last jenkins build).
IMO this is related to @Post annotated methods that do not define a
@Consume tag.
@Post methods that @Consume("multipart/form-data") need to use
@FormDataParam while @Post methods that
@Consume("application/x-www-form-urlencoded") have to use @FormParam
This implies that @Post annotated methods need to define the @Consume
parameter.
To me it looks as if mainly the CMS Adapter and the Contenthub is
affected. The Enhancer and Entityhub are NOT affected by this.
So please check your JAR-RS resources and make the according
adaptions. Do not forget to create according issues.
best
Rupert
ps. I am already taking care of the other exceptions present in [1]
[1] https://builds.apache.org/job/stanbol-trunk-1.6/1258/console
--
| Rupert Westenthaler [email protected]
| Bodenlehenstraße 11 ++43-699-11108907
| A-5500 Bischofshofen