Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-19705

XP 1.0 Docs for OpenShift leads to no MicroProfile APIs

    XMLWordPrintable

Details

    Description

      According to the example at:

      https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html/using_eclipse_microprofile_in_jboss_eap/using-the-openshift-image-for-jboss-eap-xp_default#deploying-a-jboss-eap-xp-source-to-image-s2i-application-onto-openshift_default

      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). 

       

      Attachments

        Activity

          People

            snelluli@redhat.com Sreelatha Nelluli
            jfalkner1@redhat.com James Falkner
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: