Hi,
I’m trying to run the following change set:
- at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
I’ve looked at the code in this stack trace and I think the issue is due to the change set having the same columns to be updated as primary key columns. It tries to remove the last comma added when building the sql statement, but since all columns are part of the primary key no column is added to the ‘set’ part of the statement.
Is this a known bug? Any suggested workarounds?
Best regards,
Romulo