Re: [sqlite] Is IBatis / MyBatis ORM Framework supports SQLite Client Database

2014-02-14 Thread Hari Hara Sudhan Ramachandran
thanks



On Fri, Feb 14, 2014 at 11:29 AM, Richard Hipp <d...@sqlite.org> wrote:

> On Fri, Feb 14, 2014 at 11:24 AM, Hari Hara Sudhan Ramachandran <
> loginsud...@gmail.com> wrote:
>
> >  i tried to establish Database
> > connection using Mybatis ( IBatis ) framework.
> >
>
> This sounds like a question for the Mybatis developers.  I don't know
> anything about Mybatis.
>
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Thank You
Hari Hara Sudhan R
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Is IBatis / MyBatis ORM Framework supports SQLite Client Database

2014-02-14 Thread Hari Hara Sudhan Ramachandran
Hi All,

please guide me to resolve the below issue.

We have an web application developed on Oracle Mobile server architecture.
We are using oracle 10G with Oracle Lite as an Client Database.
Application developed using JSF + Spring + Ibatis (ORM) framework.

We are using Windows Handheld machines ( Small size Laptop) having tomcat
server which is capable of running our web application pointing to Client
Database reside in the Handheld machine. so, users will use our web
application and do the changes and sync back the data at end of the day.

Oracle & Oracle client Database we are using are very old version.
as part of upgrade, we are planning to move to Oracle 11g + SQLite.

i am getting the below exception, when i tried to establish Database
connection using Mybatis ( IBatis ) framework.

*Feb 13, 2014 12:51:59 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions*

*INFO: Loading XML bean definitions from class path resource
[org/springframework/jdbc/support/sql-error-codes.xml]*

*Feb 13, 2014 12:52:00 PM
org.springframework.jdbc.support.SQLErrorCodesFactory *

*INFO: SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL,
MySQL, Oracle, PostgreSQL, Sybase]*

*Feb 13, 2014 12:52:00 PM
org.springframework.jdbc.support.SQLErrorCodesFactory getErrorCodes*

*WARNING: Error while extracting database product name - falling back to
empty error codes*

*org.springframework.jdbc.support.MetaDataAccessException: Could not get
Connection for extracting meta data; nested exception is
org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get
JDBC Connection; nested exception is java.sql.SQLException:
java.sql.SQLException: SQLite.Exception: unknown error in open*



Please guide me.
is i am missing any Libraries or Mybatis is not supporting SQLite Database.

if so, what are the other well developed ORM framework supports SQLite
Database.

i am waiting for your earliest reply.

Thanks,
Hari
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users