Maven hangs while running test case Eclipselink & hsqldb

前端 未结 2 739
没有蜡笔的小新
没有蜡笔的小新 2021-01-02 18:08

Using jps and jstack I can get to the offending waiting thread but don\'t know how to troubleshoot it or what is causing it. See below the Maven de

2条回答
  •  旧巷少年郎
    2021-01-02 18:56

    It does indeed look like a hsqldb issue. Following directions from here the solution was to append the following to the connection-url ;hsqldb.tx=mvcc whatever that means :/

提交回复
热议问题