Hi,
I am new to Jboss and have a requirement that exactly same like https://community.jboss.org/thread/156091
The solution that posted in the thread is working in console application but its not working in web application.
When I deploy the web app into Jboss, it throws this error:
Failed instantiate InitialContextFactory weblogic.jndi.WLInitialContextFactory from classloader ModuleClassLoader for Module "deployment.WebClientProject.war:main" from Service Module Loader
Seems like Jboss doesnt recognise this class, any possible solution?
Thanks!