OJB CLOB Support

2005-12-08 Thread Vamsi Atluri
Hello all, In our application we use OJBs extensively. However, we have a CLOB field that needs to be populated within the application. I was trying to find documentation about OJB's support for *LOB objects at this link: http://db.apache.org/ojb/docu/howtos/howto-use-lobs.html However, all I

Re: Class Hints

2005-12-08 Thread Jakob Braeuchi
hi chris, please post the sql with and without the hints. jakob Chris Worley schrieb: Actually I don't think this problem is directly related to class hints. In a previous thread Armin mentioned to me that there was a but that will be fixed in the next released previouse email from

Re: Class Hints

2005-12-08 Thread Chris Worley
Jakob, -- with hints and extents defined for CContactMech Integer partyId = (Integer) getParameter(partyId); Criteria crit = new Criteria(); crit.addEqualTo(partyId, partyId); crit.addPathClass(contactMech, CPhoneNumber.class); Criteria critAddress = new Criteria();

Re: Class Hints

2005-12-08 Thread Jakob Braeuchi
hi chris, adding a path class makes only sense when you hava a path in your query. ie: crit.addEqualTo(contactMech.something, on other thing); crit.addPathClass(contactMech, CPhoneNumber.class); jakob Chris Worley schrieb: Jakob, -- with hints and extents defined for CContactMech Integer

Re: Class Hints

2005-12-08 Thread Chris Worley
Jakob, Ok, I miss understood its purpose. I wanted and instance of PhoneNumber or PostalAddress, I guess it goes back to the bug Armin mentioned. I have modified my code to loop through the results and query for the appropriate table and set it in PartyContactMech. Thanks for the

Oracle OJB error

2005-12-08 Thread Ferrer, Eric
We recently started getting a weird error with OJB and we are trying to find out if its an Oracle specific issue or an OJB issue that would happen cross databases. We get from our logs OJB: Create new DBCP connection pool:[EMAIL PROTECTED] jcd-alias=SECURITY default-connection=false