-
Bug
-
Resolution: Done
-
Blocker
-
EAP-XP-1.0.0.GA
According to the example at:
It shows an example of how to deploy an app using the EAP XP Container images:
oc new-app --template=eap-xp1-basic-s2i \ -p EAP_IMAGE_NAME=jboss-eap-xp1-openjdk8-openshift:1.0 \ -p EAP_RUNTIME_IMAGE_NAME=jboss-eap-xp1-openjdk8-runtime-openshift:1.0 \ -p IMAGE_STREAM_NAMESPACE=eap-demo \ -p SOURCE_REPOSITORY_URL=https://github.com/jboss-developer/jboss-eap-quickstarts \ -p SOURCE_REPOSITORY_REF=xp-1.0.x \ -p GALLEON_PROVISION_LAYERS=jaxrs-server \ -p CONTEXT_DIR="helloword-rs"
Unfortunately the use of
GALLEON_PROVISION_LAYERS=jaxrs-server
Results in a server that does not have any MicroProfile subsystems and therefore doesn't seem like a good example to use in the XP/MicroProfile docs.
Additionally, it uses
-p SOURCE_REPOSITORY_URL=https://github.com/jboss-developer/jboss-eap-quickstarts \ -p SOURCE_REPOSITORY_REF=xp-1.0.x \ -p CONTEXT_DIR="helloword-rs"
But the named branch (xp-1.0.x) in this repository has no directory called helloword-rs (or helloworld-rs for that matter).