Howto do this with OJB 1.0.1 (ESCAPE and escape-signs)

2005-07-01 Thread Christine Gerstenmayer
Because I do not find my question asked on 2005-06-30 in mail-archive (although questions from 2005-07-01 are already there) I try it once more: Hi all, please can you help me with this case ? I want OJB to generate a sqlstatement like this: SELECT * FROM AdminLog A0 INNER JOIN CPMUser A1 ON

Problem with OJB 1.0.1 in a batch-program

2005-07-01 Thread Christine Gerstenmayer
Because I do not find my question asked on 2005-06-30 in mail-archive (although questions from 2005-07-01 are already there) I try it once more: Hi all, I use OJB in a batch-program. The batch-program is in a different project to the OBJ-Classes and -properties. All OJB-classes and -repository

1.1 best practice question

2005-07-01 Thread Adam Jenkins
>From 1.1 onwards, should all access be through org.apache.ojb.broker.OJB? (i.e. instead of using QueryFactory, PersistentBrokerFactory etc) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: new functionalitiy for cache

2005-07-01 Thread Armin Waibel
Hi David, currently I don't have the time to add new features, but I add a feature request to jira. http://issues.apache.org/jira/browse/OJB-56 regards, Armin [EMAIL PROTECTED] wrote: Hi Armin, OJB allows to define one cache strategy () per class descriptor. Unfortunatly, the persistence br

Re: OJB-24 on 1.0 branch?

2005-07-01 Thread Armin Waibel
Hi Adam, Adam Jenkins wrote: Hi Guys, Is it possible to get the issue OJB-24 fix replicated on the 1.0 branch? Think this will be possible, please reopen OJB-24 or create a new feature request. If not and I have to do a 1.1 upgrade are there any 1.0-->1.1 transition/known issue documents

Re: Installment 3, Spring, Text file for Armin

2005-07-01 Thread Armin Waibel
Jason McKerr wrote: I have finished the third installment of connecting up Spring and OJB. This covers using non-local configurers (it eliminates the need for ojbConfigurer) so that you can use JNDI data sources and caching strategies other than Per Broker. Armin, included is the text file

Re: Broker pool size

2005-07-01 Thread Armin Waibel
Hi, Christopher Cheng wrote: I want to monitor that too! What's the class name and how do we use it? In OJB 1.0.x we don't have a monitoring service. To add monitoring hooks you have to extend the existing classes to add your own extensions. For OJB 1.1 we need some kind of "monitoring-api

Re: PBKey deprecated?

2005-07-01 Thread Armin Waibel
Hi Adam, Adam Jenkins wrote: How do you get a PersistenceBroker now? OJB.lookupBroker takes a PBKey not PCKey...am I missing something? The api for 1.1 is currently not fixed, so changes could/will be happen. The PBKey will be replaced by a PCKey (PersistenceConfigurationKey). The Persiste

How to get RSWT working witin Eclipse IDE?

2005-07-01 Thread Subedi, Prakash
Hello Folks, I get following message when trying to execute an example RSWT client: C:\rswt-0.1.0-src\rswt-0.1.0\src\test\classes>java -Djava.library.path=../../../ lib/os/win32/x86 -cp ../../../lib/ws/win32/swt.jar;../../../rswt-0.1.0.jar net.s ourceforge.rswt.client.BrowserLauncher rswt://loca

PBKey deprecated?

2005-07-01 Thread Adam Jenkins
How do you get a PersistenceBroker now? OJB.lookupBroker takes a PBKey not PCKey...am I missing something? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with ObjectCacheTwoLevelImpl

2005-07-01 Thread David . WIESZTAL
Hi, I have a very weird problem with the ObjectCacheTwoLevelImpl cache. I'm using two environments: Jboss 4.0.1 for development and BEA WebLogic 8.1sp4 for production. The class descriptors are the following:

Re: Problem with Oracle10g

2005-07-01 Thread JML (Brujula)
Thank you! I have read this document, and I think that the best solution is to change the sql type from DATE to TIMESTAMP. But, I would like to find another posible solution that it isn't to change the sql type. Another idea? Thank you very much Ilkka for your help! Ilkka Priha wrote: See t