Bug 86062

Summary: Not able to use 2 or more adapters in com.arsdigita.domain.installer.DomainObjectTraversalInitializer
Product: [Retired] Red Hat Web Application Framework Reporter: Jun <goldfish>
Component: otherAssignee: ccm-bugs-list
Status: CLOSED CURRENTRELEASE QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-03 12:41:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
code that will be able to handle multiple adapters none

Description Jun 2003-03-13 13:13:32 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020830

Description of problem:
Not able to use 2 or more adapters in
com.arsdigita.domain.installer.DomainObjectTraversalInitializer

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
On enterprise.init add try to add more adapters

Additional info:

Comment 1 Jun 2003-03-13 13:17:25 UTC
Created attachment 90581 [details]
code that will be able to handle multiple adapters

To use in enterprise.init:

init com.arsdigita.domain.installer.DomainObjectTraversalInitializer {
  adapters = {
    "/WEB-INF/resources/cms-item-adapters.xml",
    "/WEB-INF/resources/my-own-adapters.xml"
    };
}

Comment 2 Richard Li 2003-03-14 20:35:29 UTC
Merged onto the trunk @28398.