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?


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -