RE: [JBoss-user] Interbase??

2001-06-28 Thread RRokytskyy
Hi, > I've tried to add this to jboss.jcml : > > > name="Properties">../conf/default/interbase.properties I think this is the problem that causes exception > > Be sure that you have the JDBC driver declared in the jboss.jcml and intercl

[JBoss-user] Interbase??

2001-06-28 Thread vade
Could someone show me config files to be used with Interbase? I've tried to add this to jboss.jcml : InterbasePool org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl ../conf/default/interbase.properties jdbc:interbase://localhost/c:/perso/bd/bdtest.gdb 120

Re: [JBoss-user] :-( Interbase transaction problems

2001-06-17 Thread David Jencks
Hi, I looked at the ic2 code and think there may be a problem with setting blobs on prepared statement input parameters, however all my tests so far work fine. If you can identify the statements used I would like to see them, perhaps we can find out if there is an interclient bug. (I think this m

[JBoss-user] :-( Interbase transaction problems

2001-06-17 Thread Lewis Henderson
Hi all, I have an application working well under MSSQL7 but ported to InterBase 5 I get the following... I am calling an EJB method on a Stateful Session Bean with Tx Attr = 'Required'. It calls a findByPrimaryKey(key) on a BMP Entity Bean. It looks as though the ejbStore() is being called outsi

Re: R: [JBoss-user] Interbase 6 problem

2001-05-23 Thread Tom Armistead
VARCHAR(2000) > > > > I used a field DATE_BEGIN of type java.sql.Date in the entity bean, mapping > the column DATE_BEGIN in the db created with the statement: DATE_BEGIN DATE > NOT NULL, > > it's a maze and I'

Re: R: [JBoss-user] Interbase 6 problem

2001-05-23 Thread David Jencks
> > > > I used a field DATE_BEGIN of type java.sql.Date in the entity bean, > mapping > the column DATE_BEGIN in the db created with the statement: DATE_BEGIN > DATE > NOT NULL, > > it's a maze and I've got lost! >

RE: [JBoss-user] Interbase 6 problem

2001-05-23 Thread DeGreef, Chris J. (AIT)
e() method... setUts(new java.sql.Date(new java.util.Date().getTime())); -Original Message- From: Belli Andrea [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 4:56 AM To: Jboss-User (E-mail) Subject: [JBoss-user] Interbase 6 problem I have a problem with data type dat

Re: [JBoss-user] Interbase 6 problem

2001-05-23 Thread David Jencks
Hi, I don't understand what you are doing or what the problem is. Please provide enough code, configuration, error messages, etc. so others can reproduce it. Thanks david jencks On 2001.05.23 05:55:44 -0400 Belli Andrea wrote: > I have a problem with data type date: in type mappings found in >

RE: [JBoss-user] Interbase 6 problem

2001-05-23 Thread RRokytskyy
). > -Original Message- > From: Belli Andrea [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 23. Mai 2001 11:56 > To: Jboss-User (E-mail) > Subject: [JBoss-user] Interbase 6 problem > > > I have a problem with data type date: in type mappings found in > standardja

[JBoss-user] Interbase 6 problem

2001-05-23 Thread Belli Andrea
I have a problem with data type date: in type mappings found in standardjaws.xml the type mapping for DATE is java.sql.Date, so I use it in the field of the entity bean. The problem is that I receive an error about the composition of PreparedStatement; I tried to change the Date type with a String