| Author |
problem in creating mysql datasource on weblogic 10.3.4
|
RajivAwadhesh kumar
Greenhorn
Joined: May 20, 2011
Posts: 20
|
|
When I execute the above code I get the following error
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at com.rajiv.TestDB.readDataFromDataSource(TestDB.java:96)
at com.rajiv.TestDB.main(TestDB.java:18)
I am using MySQL 5.5 and Weblogic 10.3.4 .. Please suggest what is the problem?
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2207
|
|
|
We moved your post to our WebLogic forum.
|
 |
Kuldip Shetty
Ranch Hand
Joined: Jan 07, 2010
Posts: 37
|
|
You need to set few Context properties like Context.INITIAL_CONTEXT_FACTORY, Context.PROVIDER_URL before performing the JNDI Lookup.
Click here for more details
|
 |
 |
|
|
subject: problem in creating mysql datasource on weblogic 10.3.4
|
|
|