-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arquillian testig codes of EJB and MDB on OpenLiberty #25
Comments
Maybe this Open Liberty cheat sheet can help https://aguibert.github.io/openliberty-cheat-sheet/. Not sure if I get your issue. The Stack Overflow question is about the default |
Before I added the DataSource configuration, the testing codes are passed on OpenLIberty managed adapter. But when I added the DataSource for testing(I think the DataSource configuration is not a problem), there is a deployment error from Arquillian.
(The application started twice???) I have searched this error also occurred in other Open Liberty projects, such as the liberty maven plugin. I am confused why adding a DataSource will affect the deployment. |
I have a sample project the uses |
Thanks. Temporarily resolved this issue via OpenLiberty/liberty-arquillian#94 |
@rieckpil Firstly thanks for your article to provide me some points about adding queues in OpenLiberty.
I was trying to add EJB and JMS samples in my jakartaee8-starter-boilerplate but both failed to run the simple tests on OpenLiberty.
Check my post on Stackoverflow.
https://stackoverflow.com/questions/66077552/configure-default-data-source-for-arquillain-test-in-openliberty
The text was updated successfully, but these errors were encountered: