Re: FieldConversion in ReportQueryByCriteria

2005-09-06 Thread JML (Brujula)
I need help, please. I send this post, but nobody reponsed me. It is very important for me to know the answer. Thank you! JML (Brujula) wrote: Hi! When I use a ReportQueryByCriteria about a field of a table, I have seen that OJB doesn't use FieldConversion class defined in repositor

FieldConversion in ReportQueryByCriteria

2005-09-01 Thread JML (Brujula)
Hi! When I use a ReportQueryByCriteria about a field of a table, I have seen that OJB doesn't use FieldConversion class defined in repository.xml. Is it possible or is a problem of my configuration? Thank you very much for your help! Joan Brujula Telecom ---

Re: How can I put into cache memory a table with two fields as primary key?

2005-07-07 Thread JML (Brujula)
itory. You can have a look at it.aco.mandragora.dao.ojb.pb.OjbPbDAO in the method public Object findByPrimaryKey(Class realClass,Object[] pkValues) you can find it at http://sourceforge.net/projects/mandragora/ See you On 7/6/05, JML (Brujula) <[EMAIL PROTECTED]> wrote: Hi! I want to put

How can I put into cache memory a table with two fields as primary key?

2005-07-06 Thread JML (Brujula)
Hi! I want to put into cache memory a table which has a primary key composite of various (two) fields. In repository.xml this table is mapped as follow: class="com.brujulatelecom.srv.util.ObjectCacheOSCacheImpl"/> In DAO class, the code is: PersistenceBroker bro

Re: Problem with Oracle10g

2005-07-01 Thread JML (Brujula)
See this: http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm#08_01 -- Ilkka JML (Brujula) wrote: Hi! I have encountered with a problem when I have changed from Oracle9i to Oracle10g. This code work correctly with 9i: Timestamp tmp = (Timestamp)row[7]; row[7]

Problem with Oracle10g

2005-06-29 Thread JML (Brujula)
Hi! I have encountered with a problem when I have changed from Oracle9i to Oracle10g. This code work correctly with 9i: Timestamp tmp = (Timestamp)row[7]; row[7] is a field of a ReportQueryByCriteria from a table with DATE database type. In repository.xml, I have mapped this field as TIMEST