-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Support for Payara Micro Remote execution #450
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
Conversation
arjantijms
commented
Apr 29, 2019
@pdudits thanks for the contribution which looks great by itself, but now everything fails with:
Starting container using command: [java, -jar, /home/travis/build/javaee-samples/javaee7-samples/target/payara41/glassfish/modules/admin-cli.jar, start-domain, , -t]
Corrupt domain. The config directory does not exist. I was looking for it here: /home/travis/build/javaee-samples/javaee7-samples/target/payara41/glassfish/domains/config
Can you take a look? Thx!
Adds profile payara-micro-remote that runs single Payara Micro instance for a test suite.
Profile payara-micro-remote-control serves for starting and stopping such instance.
Currently few tests fail: Security, because there's no security management in payara-micro-deployer, and EJB timers, that might hint at bug in deployment process