Hi all, I come back to the list since I have been doing quite a bunch of modifications to my local copy of Simpleorm. To summurize, here is what I have done : ...
Hi all, I am all -1 on dropping J# compatibility. We are using SimpleORM actively in a successful commercial web application, but alas it is written in...
Alex B
alex4b@...
Dec 5, 2006 6:56 pm
1458
Hi Frank, I am pretty positive about these changes. The current code works but definitely easing the thing is really important since it is difficult to get...
I don't have a real strong opinion on preserving J# compatibility or not. I use it in a living project, Java 5-based. We use the Java 5 features extensively in...
Hi, Well... Of course, there is nothing that absolutely needs java 1.5 to be implemented... What would miss me more are generics and compiler checked type...
Hello All, This discussion is timely, I am just starting to think seriously about SimpleORM again. If you look in Subversion you will see that I have been busy...
Anthony & Melissa Ber...
berglas@...
Dec 9, 2006 10:40 am
1462
Hello Anthony, It's a great news for us that you will have some time again for Simpleorm ! ... I also made a sequence diagram, that should be somewhere in the...
I am happy to see some activity on SimpleORM. I had tried to use it a while back on a project as the goal of "straight forward and easy to understand" was very...
Hi, I found a possible bug inside the detachAndClose() method. If the connection was already detached and closed, I get a nullPointerException, because at line...
Hi, I think you are right. Thanks for finding this. If I recall correctly, second jdbc connection to handle sequences was added "quite recently", so this...
Thanks for patching this. But your fix is not quite correct, what if the main connection is closed, but somehow the secondary is open? I have checked in but...
I have been thinking/working on a new structure for SimpleORM, in which the interface is separated from the database adaptor. The whole lot is also greatly...
Hi, I have another problem, which I admit is rather minor : whenever I catch SException, there is no access to the nested exception. I think it could be useful...
Hello Franck, I have started to review your changes. But I could not find the examples/test cases of your new approach. Nor any updates to the documentation. ...
Hi Anthony, what I have tested is mainly that my changes don't break anything ! So I made sure the existing tests still pass, which is the case. Especially,...
Hi Anthony, I have had a first look at SimpleData and I like it, at least as a first building block ;-) The goal of providing the UI with a strong handle on...
Hello Franck, I'd be very interested to know what have you done with BarracudaMVC (perhaps privately if you prefer). Do you generate code or do you interpret...
Looking for Data Entry jobs? we can help you find the perfect job. Data Entry job opportunities that allow you to work offsite via computer rather than commute...
I just got simpleorm building and running with derby, and ran into some tests that failed. I figured this was somewhat normal, although I couldn't determine...
Hello All, Apologies for the spam, I have been away. The group is now set so that new members need to be authorized. If someone else would like to do this...
Anthony & Melissa Ber...
berglas@...
Feb 21, 2007 6:53 am
1518
I am not aware of anyone using Derby. If you need to change the driver then please post the changed driver here when you are done. It should be fairly easy. ...
Help, I have a table with the following definition: CREATE TABLE USER_ROLES ( USER_NAME VARCHAR(20) NOT NULL, ROLE_ID INTEGER NOT NULL ); PRIMARY KEY...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SimpleORM group. File :...
SimpleORM@yahoogroups...
Mar 14, 2007 3:33 am
1521
Hi, sure, it is the very purpose of SFieldReference. you should just add the following fields to you UserRole class : public static final SFieldReference ROLE...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SimpleORM group. File :...
SimpleORM@yahoogroups...
Mar 14, 2007 5:46 pm
1523
Hi, Thanks for the reply. Thats what I tried first, but I get a "Duplicate Column Name" error for ROLE_ID and USER_NAME. The problem is their are only two...