- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: InstallAnywhere 2020 SP1 - ExecuteCustomCode panel not loading dependency jars
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
InstallAnywhere 2020 SP1 - ExecuteCustomCode panel not loading dependency jars
Hi,
We have an existing project in which we are using executecustomcode panel to call java class and run database migrations using database migration tool called flyway. it is working find when we used flyway 6.5.x where we added flyway-core.jar and connector jars. We needed to upgrade flyway version to 9.17 so we had to add more dependencies to the same panel as dependencies like flyway-mysql, flyway-sqlserver and gson. we observed that we are facing an error which only occurs when the flyway-mysql jar is not loaded. we came to this conclusion by using same java code, same jars using cli where our migrations are working and using install where we are getting database not found error(comes if flyway-mysql jar is not found/loaded).
Note: we are using same java code, and tested with MySQL 8
Requesting community to help me here
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
this looks more about your product configuration rather than IA issue