-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 7.3
-
Fix Version/s: Master
-
Labels:None
-
Severity of Issue:Major
Using Talend built the latest version from source (com.liferay.talend.definition-0.4.0-SNAPSHOT.jar) I am getting an Authorization error and a message that says: Parameter (Authorization Type) is empty but is required
Instructions:
we expect that this is default value and it is always set.
Using this search:
https://github.com/Talend/tdi-studio-se/search?l=INI&q=%22is+required%22+in%3Afile
In repository:
https://github.com/Talend/tdi-studio-se/tree/4f668f6a46bb4a264566e87b79955ff7e23994a0
I found resource file:
https://github.com/Talend/tdi-studio-se/blob/51b43fa7206fd90eb3f816b84043c63ca982d80f/i18n/plugins/org.talend.designer.core.nl/src/main/java/messages_en.properties
Try to locate source that reefers to language key Node.parameterEmpty
Either serializator fails to serialize default value if value was not explicitly selected or deserializator fails to do the job or postDeserialize initializeProperties fails.
Based on it we can investigate problem. Same problem relates to (Red exclamation mark) which disappears once component is clicked. But still user is not able to run job in designer until all components with exclamation mark are clicked.