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

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

RE: [JBoss-user] Interbase 6 problem

2001-05-23 Thread DeGreef, Chris J. (AIT)
This works for me. I have not tried the "date" field type in SQL. This does not set the time part of the timestamp, only the date. Database definition... uts timestamp not null, Bean field definition... public java.sql.Date uts; Initialization code in the ejbCreate() method...

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
What kind of exception did you get on server side? Can you include mapping here? And, for sure, storing date in String should not be the problem, as long as JAWS is able to parse it. Also, I would suggest to use VARCHAR sql type instead of CHAR (JAWS may have problems to parse the empty spaces).