You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had taken a look at #15 issue, and was happy to see that some issues with hibernate sessions were resolved, but it seems not all of them.
I have elasticsearch-grails-plugin up-to-date taken from your repo. When I try to save any item to database and then to remove it via my "admin UI", an exception is thrown after calling delete operation.
Here's the message:
Message: Write operations are not allowed in read-only mode (FlushMode.MANUAL):
Turn your Session into flushMode.COMMIT/AUTO or remove 'readOnly'
marker from transaction definition.
This error is thrown only when plugin is enabled. As a workaround, which prevents this weird exception:
Hi, guys.
Nice plugin, very useful, thank you for it!
I had taken a look at #15 issue, and was happy to see that some issues with hibernate sessions were resolved, but it seems not all of them.
I have elasticsearch-grails-plugin up-to-date taken from your repo. When I try to save any item to database and then to remove it via my "admin UI", an exception is thrown after calling delete operation.
Here's the message:
This error is thrown only when plugin is enabled. As a workaround, which prevents this weird exception:
But it's not pretty, is it? Appreciate any help! Is it a hibernate bug, or another plugin's session management bug?
The text was updated successfully, but these errors were encountered: