Javax.jdo.option.ConnectionFactoryName still wont work without driver, url ,name, password

javax.jdo.option.ConnectionFactoryName still wont work without
javax.jdo.option.ConnectionDriverName
javax.jdo.option.ConnectionURL
javax.jdo.option.ConnectionUserName
javax.jdo.option.ConnectionPassword

Mark,
It is resolving JNDI all right it actually uses it but the same as 2.3.3 it
will fail if no Driver/URL specified in properties. It looks like it still
trying to do something with it (2.3.3 was trying to load schema using
driver/url). Once this "something" is done it happily uses JNDI provided
factory. Unfortunately I cant send you a stack trace - I was playing with
2.4 over weekend and I have already converted my project back to 2.3.3
I think all you need to reproduce the problem is property file with
ConnectionFactoryName only no driver/url/user/password should be specified
at all
Alex
"Marc Prudhommeaux" <[email protected]> wrote in message
news:[email protected]..
Alex-
What exception are you seeing? Do you know if it resolving the JNDI
reference at all? Our internal tests of this are working, but the
environment could be an issue.
In article <aodca1$ncu$[email protected]>, Alex Roytman wrote:
javax.jdo.option.ConnectionFactoryName still wont work without
javax.jdo.option.ConnectionDriverName
javax.jdo.option.ConnectionURL
javax.jdo.option.ConnectionUserName
javax.jdo.option.ConnectionPassword
Marc Prud'hommeaux [email protected]
SolarMetric Inc. http://www.solarmetric.com
Kodo Java Data Objects Full featured JDO: eliminate the SQL from yourcode

Similar Messages

Maybe you are looking for