I am facing problem in WAS4.0 when I deploy my servlet which gets the context factory using com.ibm.ejs.ns.jndi.CNInitialContextFactory which IBM depricated , as mentioned by IBM .The reason for com.ibm.ejs.ns.jndi.CNInitialContextFactory though it is depricated is I am integrating my application with JMSAdmin tool(JMS application).
As mentioned in IBM site :
--------------------------
Technically, the context factory com.ibm.ejs.ns.jndi.CNInitialContextFactory is deprecated in WebSphere Application Server 4.0; however, the new context factory com.ibm.websphere.naming.WsnInitialContextFactory doesn't work as it should with the JMSAdmin application.
when I use com.ibm.ejs.ns.jndi.CNInitialContextFactory,
-
Problem with Initial context factory in WAS 4.0 App server (3 messages)
- Posted by: Satish Honnavalli
- Posted on: March 04 2002 06:32 EST
Threaded Messages (3)
- Problem with Initial context factory in WAS 4.0 App server by Weston Aiken on March 04 2002 12:15 EST
- Problem with Initial context factory in WAS 4.0 App server by Satish Honnavalli on March 04 2002 23:48 EST
- Problem with Initial context factory in WAS 4.0 App server by Weston Aiken on March 05 2002 12:46 EST
- Problem with Initial context factory in WAS 4.0 App server by Satish Honnavalli on March 04 2002 23:48 EST
-
Problem with Initial context factory in WAS 4.0 App server[ Go to top ]
- Posted by: Weston Aiken
- Posted on: March 04 2002 12:15 EST
- in response to Satish Honnavalli
"as mentioned by IBM "
Can you tell me where you found out that this has been deprecated? Reason I ask is because I am having problems with it on 3.5.
Thanks! -
Problem with Initial context factory in WAS 4.0 App server[ Go to top ]
- Posted by: Satish Honnavalli
- Posted on: March 04 2002 23:48 EST
- in response to Weston Aiken
Hi,
com.ibm.ejs.ns.jndi.CNInitialContextFactory this context factory is depricated , as mentioned in this url
http://www7b.boulder.ibm.com/wsdd/library/techtip/0111_cox.html
Regards
Satish -
Problem with Initial context factory in WAS 4.0 App server[ Go to top ]
- Posted by: Weston Aiken
- Posted on: March 05 2002 12:46 EST
- in response to Satish Honnavalli
thank you