D
David Cleary
Guest
Hi Denis, Unfortunately, we did find that or idealized version of migrating an instance between OpenEdge versions did not work once we updated the version of the Spring Security Framework. So, for 11.6 -> 11.7, you have found the proper migration strategy. 1. Create a new instance in 11.7 2. Use PDSOE to migrate your oeabl-based webapps over to 11.7. The good news is that with our refactoring of the Spring Security configuration files in 11.7, this shouldn’t be an issue moving from 11.7 -> 12.0. However, that doesn’t mean an additional 3 rd party library may introduce additional complications we are currently not aware of. Additionally, you can also manually update an 11.6 instance by updating the Spring Security namespace in your web application’s oeablSecurity-*.xml file. You would still use our old style Spring Security configuration, but it will load properly in an 11.7 environment. Dave
Continue reading...
Continue reading...