Bug 1016072

Summary: Procedure to enable CMP subsystem is not complete
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jan Martiska <jmartisk>
Component: DocumentationAssignee: gsheldon
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: gsheldon, nziakova, smumford
Target Milestone: GAKeywords: Documentation, EasyFix, Triaged
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 14874, Administration and Configuration Guide-6.2-1 Build Date: 02-10-2013 13:01:57 Topic ID: 5745-433001 [Latest]
Last Closed: 2014-08-06 14:34:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jan Martiska 2013-10-07 12:49:35 UTC
Title: Enable EJB 2.x Container-Managed Persistence

Describe the issue:
Just adding the extension <extension module="org.jboss.as.cmp"/> is not sufficient, it just imports the module but doesn't enable it.

Suggestions for improvement:
To fully enable the CMP subsystem, you also need to add the
        <subsystem xmlns="urn:jboss:domain:cmp:1.1"/>
element in the profile's xml config file, under the <profile> element.

Comment 5 Jan Martiska 2014-03-04 14:44:10 UTC
Verified, thanks.