Details
-
Enhancement Request
-
Status: Resolved
-
Blocker
-
Resolution: Done
-
4.1.1 (EE Only)
Description
We need to define a property for the Smart Connector configuration that takes the name of an HTTP Listener Config as value, and curently the only way to define that is:
<property name="property_localCallbackConfig" displayName="localCallbackConfig" type="string" summary="HTTP Listener Configuration name for exposing the callback endpoint" example="cloudhub_http" defaultValue="cloudhub_http"/>
However, using the SDK the property can be defined as:
@Parameter @Optional @ConfigReference(namespace = "HTTP", name = "LISTENER_CONFIG") private String localCallbackConfig;
With this information, the SDK should be able to define the componets lifecycle in the proper order (see MULE-14827)
Attachments
Issue Links
- relates to
-
MULE-15182 XML SDK support stereotypes in parameters
-
- Resolved
-