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

[GSS] EAP XP bootable jar docs has some incorrect layers and links

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • EAP-XP-3.0.z.GA
    • EAP-XP-3.0.0.GA
    • Documentation
    • None

      Issue 1:

      6.1.2. Decorator layers
      

      This 'Jakarta Enterprise Beans' should be: ejb
      This 'Jakarta Persistence' should be: jpa
      This 'Jakarta Server Faces' should be: jsf

      Issue 2 [2] :

      the 'see Available JBoss EAP layers.' points to [2] which is XP 2 docs, it should point to [4] which is the layers but in the XP 3 docs.

      Additional resources
      
      For information about supported JBoss EAP Galleon layers, see Available JBoss EAP layers.
      

      Issue 3

      Change web-app schema version from old 2.5 to current 4.0 : in section '8.15. Securing your JBoss EAP bootable JAR application with Red Hat Single Sign-On' :

      <?xml version="1.0" encoding="UTF-8"?>
      
      <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
         metadata-complete="false">
      
      <?xml version="1.0" encoding="UTF-8"?>
      
      <web-app version="4.0" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_4_0.xsd"
                metadata-complete="false">
      

      [1] https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html/using_jboss_eap_xp_3.0.0/capability-trimming_default#decorator-provisioning-layers_default

      [2] https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html/using_jboss_eap_xp_3.0.0/the-bootable-jar_default#jboss-eap-maven-plug-in_default

      [3] https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/using_eclipse_microprofile_with_jboss_eap_xp_2.0.0/index#available-jboss-eap-layers_default

      [4] https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html/using_jboss_eap_xp_3.0.0/capability-trimming_default#available-jboss-eap-layers_default

            dsoni@redhat.com Dhruv Soni
            rhn-support-bmaxwell Brad Maxwell
            Martin Svehla Martin Svehla
            Martin Svehla Martin Svehla
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: