Hello Boris, I definitiely want to support Cloudscape/Derby, and want it to replace HSQL as the default DB. I like the fact that it is 100% java yet ...
Anthony & Melissa Ber...
berglas@...
Feb 1, 2005 10:12 am
1026
Hello Dan, To do it really properly we would need a new class SSequenceGenerator. It would have the crued update max. It would then be specialized. SDrivers...
Anthony & Melissa Ber...
berglas@...
Feb 1, 2005 10:21 am
1027
Hello Pierre, OK, these will be addressed next release. But are you sure that in MySQL one says Select `my funny column`, ... instead of Select "my funny...
Anthony & Melissa Ber...
berglas@...
Feb 1, 2005 10:33 am
1028
Hello Anthony, I agree that there are other alternativies, and i am sure i don't know all 100% java databases out there. But have a look at the RDBMS ...
Hello Boris, So... How long did your benchmarks take? What computer? If you have time I would love to know how oracle performs on the same tests. (You'd ...
Anthony & Melissa Ber...
berglas@...
Feb 5, 2005 4:33 am
1030
I am currently leveraging SimpleORM in an EJB component. I can perform the calls and all. In the bean I use: /** * Gets current connection to the connection...
Hi, this is what I did (once upon a time): try { /* SimpleORM specific code InitialContext ctx = new InitialContext(); DataSource ds = (javax.sql.DataSource) ...
Hi Franck, Thanks! I do not understand why having the close in the finally instead of inside the try block would do any difference for JBoss (I understand why...
Hi Phil, Franck, The code you are using might work in some situations but it will fail in others. It would only work if you call from a bean another bean with...
RE: [SimpleORM] EJBHi Dan, Great super helpful answers ! EJB can be tricky to handle... /Phil ... From: Dan Hristodorescu To: 'SimpleORM@yahoogroups.com' Sent:...
Hi all, I am experiencing problems when running SimpleORM 2.17 against a Postgres DB (7.1 or 8.0.0). All of the examples fail with Postgres. The problem is the...
Hello Martin, It's a bug, we should quote the REFERENCES ... XX_DEPARTMENT. I'll fix it next release. In the meantime just edit the generated SQL or change ...
Anthony & Melissa Ber...
berglas@...
Feb 13, 2005 7:21 am
1037
... Hello Anthony, ... OK to know this. Shall I send you the fix for SDriver.java? ... Changing the SDriverPostgres would result in lots of duplicated code, ...
Yes, please send me the fix! (I'm going to have to put this project up on Sorceforge or similiar!) Thanks, Anthony...
Anthony & Melissa Ber...
berglas@...
Feb 19, 2005 2:48 am
1039
I am writing a class to aggregate search results across multiple SQuery objects. In doing this, I found it very useful to be able to expose the SRecordMeta...
Hi all, I have modified the SDriverHSQL class in order to be able to use sequences with HSQL, just like the Oracle dirver does. I'm not sure if there's a...
Hi, I am trying to integrate spring into my current apps architecture, to allow for more decoupling. I like simpleorm very much, but I must ensure I can switch...
Hello eli, Thanks for this. The default Select Max method would have basically worked because HSQL does/did not do any locking(!). But your code is better. ...
Anthony & Melissa Ber...
berglas@...
Feb 26, 2005 4:35 am
1043
It's on my list. Anthony...
Anthony & Melissa Ber...
berglas@...
Feb 26, 2005 4:40 am
1044
I too am interested in using SimpleORM with the Derby / Cloudscape database. I would like to use this combination in a multi-user environment. I notice in your...
Hi All, I am new to this newsgroup. I am planning to use SimpleORM for one of my projects along with Derby. I have also written a SDerbyDriver on simillar...
See SDriverDB2.java public int maxIdentNameLength(){return 18;} // Yes, only 18 chars! This then causes the generated names to be tweaked. It is a bit of a...
Anthony & Melissa Ber...
berglas@...
Mar 2, 2005 10:22 am
1048
I hope Derby does support locking, otherwise it is very weak. But someone please check. (The flag in the driver forces optimistic locking always, needed for...
Anthony & Melissa Ber...
berglas@...
Mar 2, 2005 10:26 am
1049
Hi, I am trying to create a brand new record in my presentation tier, that I would forward to the business tier later on. My SRecordInstance class is Fipie. ...
Hello, I found my problem, not tied to Simpleorm in any way... I had refactored my data object class (changed package) but only did incremental compilation. My...
After a long time using HSQLDB as the best free-for-commercial-use database server (Mckoi SQL is a good db server, but it's not free for commercial use),...
The interesting thing is that SimpleORM is DB agnostic as much as possible and still allows us to use the db specific features. /Phil ... From: "elifarley"...
I'm sorry, I didn't write what I really meant, and I think Yahoo groups does not allow me to edit my posts, so let me correct myself: Instead of "I'm strongly...