Unable to find the InitialContextFactory com.ibm.websphere.naming.WsnInitialContextFactory -
i try convert application using websphere 8.5 full profile liberty profile, got issue regarding incompatibility.
unable find initialcontextfactory com.ibm.websphere.naming.wsninitialcontextfactory
i know class location com.ibm.ws.ejb.thinclient_8.0.0.jar in full profile verison, not relevant 1 in liberty profile, , 1 more thing, because doing maintenance application, class @
com.ibm.websphere.naming.wsninitialcontextfactory
it complied in jar file, unable change it,
i totally stuck on this. idea on issue appreciated.
liberty not using wsninitialcontextfactory, need refactor classes using parameter less constructor of initialcontext
this:
initialcontext ctx = new initialcontext();
where in application need wsninitialcontextfactory
?