Re: Sybase OEM

2008-04-14 Thread Alex Perez
> > For example, > > > > public class MyTransactionManager extends JdbcTransaction { > > > > @Override > > public Connection getConnection() throws SQLException, > > TransactionException { > > Connection conn = super.getConnection(); > > S

Sybase OEM

2008-04-12 Thread Alex Perez
Hi All, I'm trying to adapt an existing application running with ibatis, to work with sybase. To write the sqlpmaps, I've just rewrited the SQL server 2000 ones, and just worked ok. The tests were done with Sybase ASA 9.x (the "enterprie version"). The problem begins when trying to get it workin