Skip to content

[Mule Migration tool] Invalid flie:Listener declaration #2145

Description

@KavinduZoysa

Description

	<file:config name="file-config" doc:name="File Config" doc:id="4eb34995-137d-48e5-892d-4d8fb030b512" >
		<file:connection workingDir="${app.home}" />
	</file:config>

The above config was migrated the wrong way.

configurable string file\\\-configWorkingDir = ?;

public listener file:Listener file\-config = new (
    path = file\-configWorkingDir,
    recursive = false
);

Steps to Reproduce

Run the above code.

Version

WI: 5.0.0

Environment Details (with versions)

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions