I have a system running on JBoss AS 7.2 using JacORB and I need to migrate it to WildFly 13,
I know that the support for JacORB is deprecated and replaced by some OpenJDK ORB in WildFly 13, my question is : is there any guide or something I can rely on to migrate my application based on JacORB ?
Or maybe better, can I still use (force) JacORB on WildFly 13 so I will save all the migration work ?
Or just a how to guide for using the new implementation IIOP-OpenJDK on a from scratch system (kind of a "hello world"), any documentation would be greatly appreciated.
Have you seen this documentation? There's not a whole lot there, apart from saying what wildfly module has to be configured, and that certain legacy configuration parameters are no longer supported. It may be sufficient for your application, though.