Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
The following elements are now allowed and can specify either the "file-path" attribute or the "directory-path" attribute.
<adapters>
<adapter-include .../>
<channels>
<channel-include .../>
<security>
<constraint-include .../>
<service>
<destination-include .../>
<services-config>
<service-include .../>
The "file-path" attribute points to a XML file that has one of two top level elements, the first wrapping a collection of the second, or a single entry for the second.
adapter-include -> <adapters> or <adapter>
channel-include -> <channels> or <channel-definition>
constraint-include -> <security-constraints> or <security-constraint>
destination-include -> <destinations> or <destination>
service-include -> <services> or <service>
The "directory-path" attribute references a directory of XML files (names ending in .xml) that will be treated as a sequence of include files.
For these configuration changes to work out of the box, we need SDK to include the latest flex-messaging-common.jar.