arquillian / continuous-enterprise-development

Testable Solutions for Modern Applications
http://continuousdev.org/
116 stars 150 forks source link

Fix "restart" of GeekSeek on OpenShift #79

Open ALRubinger opened 11 years ago

ALRubinger commented 11 years ago

The GeekSeek app on OpenShift requires a series of system properties to be set, passed into the launch of the EAP process. We have a correctly-working action hook for "pre_start" which handles this; unfortunately this script is not called on restart. The current "pre_restart" hook sources the file containing the env var definitions too soon, and they're not picked up. Investigate and fix.

ALRubinger commented 11 years ago

Workaround: stop then start.

aslakknutsen commented 11 years ago

You opened a OpenShift issue on this?

ALRubinger commented 11 years ago

https://bugzilla.redhat.com/show_bug.cgi?id=999232