SynchronizeAction enum and removeUnusedObjects() method are missing in the replication jar

1
I am trying to migrate a project from MX4 to MX5. while doing that i got stuck with some java issues. One of those is the upgraded replication jar which does not contain SynchronizeAction enum and removeUnusedObjects() method. But these were available there in the older version of replication jar. So some error is throwing regarding this. Can anyone please help me solving this error?
asked
1 answers
0

Did you try upgrading the Appstore modules that use MX Reflection? Also, did you built custom Java code that uses those methods from the replication.jar? If you did you will need to replace the Java function calls with the new ones. Have a look at the options I believe these functions do have replacements.

answered