Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Informix.NET Provider configuration doesn't work #9

Open
GoogleCodeExporter opened this issue Mar 25, 2016 · 0 comments
Open

Informix.NET Provider configuration doesn't work #9

GoogleCodeExporter opened this issue Mar 25, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I'm using iBatis DataMapper 1.6.2, iBatis DataAccess 1.9.2 and Informix .NET 
Provider 2.81 included in Informix Client SDK 2.90.

When I use the configuration existing in providers.config for Informix .NET 
Provider, an exception is thrown calling the method 
daoManagerBuilder.Configure(".//Configuracion//iBatis//dao.config").

The exception is an "Object reference not set to an instance of an object" and 
it is thrown into CreateConnection() method of class DbProvider, in the call 
(IDbConnection)((ICloneable)_templateConnection).Clone();

I found that IfxConnection is ICloneable, but if the connection is not open a 
call to Clone() method throws the exception.

Original issue reported on code.google.com by CesIgles...@gmail.com on 11 Aug 2010 at 1:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant