javaee-samples / javaee7-samples

Java EE 7 Samples
https://travis-ci.org/javaee-samples/javaee7-samples
Other
2.5k stars 1.66k forks source link

Support for Payara Micro Remote execution #450

Open pdudits opened 5 years ago

pdudits commented 5 years ago

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

arjantijms commented 5 years ago

@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!