The exception doesn't seem to be specific to the delete action. You
probably get the same exception for any REST request that uses the JSON
serialization for the response. Try /xwiki/rest/?media=json . It looks like
the version of Jackson that Wildfly has loaded doesn't match what the
Restlet expects. Maybe Wildfly doesn't isolated correctly the application
context (check if Wildfly provides its own version of Jackson).
Hope this helps,
Marius
On Fri, Aug 26, 2016 at 1:34 PM, Edward Knyshov <edvorg(a)gmail.com> wrote:
When users deletes a page I get and page saying that I
should wait until
page is deleted. I check browser console and I see 500 response from xwiki
and nothing happens. If I go to some parent page, I see that page is
deleted. Checked xwiki log and see an exception:
https://gist.github.com/edvorg/9519c5055011ecdb319f6dcbdee39a76
does anybody know why could it happen?
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users