-
Bug
-
Resolution: Done
-
Major
-
EAP-XP-3.0.0.GA
-
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">