Search the web
Sign In
New User? Sign Up
SimpleORM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1025 - 1054 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1025
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@...
Send Email
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@...
Send Email
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@...
Send Email
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 ...
couchworx
Offline Send Email
Feb 1, 2005
9:27 pm
1029
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@...
Send Email
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...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Feb 6, 2005
3:48 pm
1031
Hi, this is what I did (once upon a time): try { /* SimpleORM specific code InitialContext ctx = new InitialContext(); DataSource ds = (javax.sql.DataSource) ...
Franck Routier
routier_franck
Offline Send Email
Feb 7, 2005
8:02 am
1032
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...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Feb 7, 2005
1:12 pm
1033
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...
Dan Hristodorescu
hdan27
Offline Send Email
Feb 7, 2005
2:51 pm
1034
RE: [SimpleORM] EJBHi Dan, Great super helpful answers ! EJB can be tricky to handle... /Phil ... From: Dan Hristodorescu To: 'SimpleORM@yahoogroups.com' Sent:...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Feb 7, 2005
7:21 pm
1035
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...
Martin Weber
mottenkohr
Offline Send Email
Feb 10, 2005
4:33 pm
1036
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@...
Send Email
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, ...
Martin Weber
mottenkohr
Offline Send Email
Feb 14, 2005
11:23 am
1038
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@...
Send Email
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...
Martin_Snyder
Offline Send Email
Feb 20, 2005
5:09 pm
1040
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...
elifarley
Offline Send Email
Feb 23, 2005
1:11 pm
1041
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...
Franck Routier
routier_franck
Offline Send Email
Feb 24, 2005
9:19 am
1042
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@...
Send Email
Feb 26, 2005
4:35 am
1043
It's on my list. Anthony...
Anthony & Melissa Ber...
berglas@...
Send Email
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...
charlesmeyer101
Offline Send Email
Feb 28, 2005
11:33 pm
1045
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...
naresh pote
naresh_ez
Offline Send Email
Mar 1, 2005
1:22 pm
1046
Check the code for Oracle driver or DB2, there is also a limit enforced there. 18 I guess. /Philippe Back Manager High Octane SPRL | rue de la Libération 25 -...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 1, 2005
6:11 pm
1047
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@...
Send Email
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@...
Send Email
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. ...
franck.routier@...
routier_franck
Offline Send Email
Mar 14, 2005
9:07 am
1050
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...
routier_franck
Offline Send Email
Mar 15, 2005
9:29 am
1051
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),...
elifarley
Offline Send Email
Mar 19, 2005
1:57 pm
1052
Another interesting reading: Performance Benchmarking of Embedded Databases http://jamie.ideasasylum.com/notebook/index.php?id=4...
elifarley
Offline Send Email
Mar 19, 2005
2:04 pm
1053
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"...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 19, 2005
6:32 pm
1054
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...
elifarley
Offline Send Email
Mar 19, 2005
11:52 pm
Messages 1025 - 1054 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help