Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I've migrated a project from TOS 7.2.2 to 7.3.1 M2, but I've some problems adding new context variable, because they remains null, as you can see in the attacched file .
But, If I create and use a new context , things are fine.
I'm in doubt if this could be a bug or design characteristic.
Hi,
Since its a milestone release, this could be a bug. Could you please create a JIRA ticket to the Talend Product Team?
https://jira.talendforge.org/secure/Dashboard.jspa
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Hi,
Since its a milestone release, this could be a bug. Could you please create a JIRA ticket to the Talend Product Team?
https://jira.talendforge.org/secure/Dashboard.jspa
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Hello, I've seen that the version I've opened on TOS 7.3.1 M2 was already imported into TOS 7.3.1 M1, so I've done an import of a pure 7.2.1 version with apparently no problems.
There are some issues in Java Debug because It cannot find the context (Could not find the context Test). I'll do other tests and eventually I'll open the Jira Ticket.
Thank you very much
Any workaround ?
I have the same problem with 7.3.1 M2, I'm totally stucked now.
I had to upgrade from 7.1 to support opendjdk 11 to 7.2.1
But 7.2.1 has a blocker : https://community.talend.com/t5/Design-and-Development/V7-2-1-Adding-a-new-column-is-fixed-on-first-....
And now 7.3.1 M2 is not mature.
Hello, I've opened a Jira case: https://jira.talendforge.org/browse/TUP-24740 .
Now I'm using the 7.2.1 despite the adding column bug because 7.3.1 M2 is not mature.
It seems that It has problems generating some properties files for debug mode, and make a duplicate of the ext-resource folder and renaming to resource should solve the problem, for example:
from
C:\Talend\TOS_DI-20190924_1038-V7.3.1M2\workspace\ELIGIBLELIST\poms\jobs\process\testcoda2_0.1\src\main\ext-resources\eligiblelist\testcoda2_0_1\contexts
to
C:\Talend\TOS_DI-20190924_1038-V7.3.1M2\workspace\ELIGIBLELIST\poms\jobs\process\testcoda2_0.1\src\main\resources\eligiblelist\testcoda2_0_1\contexts
But copying dir for every change is not optimal, so I prefer to wait for a stable version.