Will have a look. ... is Java2. ... few weeks), so first thanks to Anthony for the nice tool. ... ().iterator(); ... ri.flushAndPurge() modifies it (remove()s...
Good step in the right direction. I am in the process of testing the new version on existing code. Stay tuned for the conclusions. ... have ... and any ... ...
Didnt say stored proc is a temporary thing but their implementation varies so much between rdbms that it makes it a pain to write cross vendor code. ... sql ...
Shall be done as soon as I can get away with it. ... point ... the ... manage ... but the ... coupled ... most ... probably ... like you ... will ... what ... ...
Anyone have any idea on whether this replacement for SConnection.flush() /** Flush all records of tables in this transaction to the database. */ public static...
Hello Jan, I've had a quick look at this and your change looks OK but I cannot see why it would actually be needed given that ri.flush does not remove the ...
Anthony & Melissa Ber...
berglas@...
Oct 13, 2004 12:34 am
950
Hello Anthony, I'll try to generate a test case, but that is probably not going to be easy; I have noticed that a ConcurrentModificationException will only...
Refinancing your home is never easier and more profitable. Our staff works exclusively to save you the most money as possible on any home loan. We secure loans...
Hello Anthony, I agree with you - I have looked at the source code for AbstracList and ArrayList, and this just should not happen by just using set(int, ...
No test case as of yet, but a workaround has been identified: If you know which objects are dirty, calling flush() on them inside the transaction before...
Bartek Muszynski Sr. Software Team Lead Epic Data phone: 604-207-7684 fax: 604-273-1830 ... From: Anthony & Melissa Berglas ...
Bartek Muszynski
bartek_muszynski@...
Oct 18, 2004 6:02 pm
955
Re-finance now, even with bad-credit! *Best Re-finance Rate for credit challenged. *Totally free! *Best Customer Service *Lowest Interest-Rates in Years *SAVE...
I've been using SimpleORM for about 2-3 months now. I'm building a JSP/Servlet application to run in Tomcat. While the details aren't relevant to my...
Hello Martin, Looks like you have found a bug, thanks. I'll fix it soon and ship. I'll have to think carefully about what IsDirty really means and at least...
Anthony & Melissa Ber...
berglas@...
Dec 4, 2004 1:35 am
959
I'm just using plain old JSP/Java. I'm really not a big fan of JSTL, mainly because I don't see a big advantage of the notation below vs: <%=...
Hello Martin, Interesting. The nice thing about SimpleORM is that it is easy to develop frameworks like you have, no need for fancy reflection etc. When you...
Anthony & Melissa Ber...
berglas@...
Dec 6, 2004 2:00 am
961
Hi, I've been working with simpleorm for a few days now, and I like it very much. What I am trying to do now is to introduce views from an oracle-db. Using...
Hello Volker, To get yourself going, just look at the generated code and patch it manually. If you cannot see what is wrong with the generated code then email...
Anthony & Melissa Ber...
berglas@...
Dec 13, 2004 5:09 am
963
Hello Anthony, thank you for your response! Seems like I messed something up, while working on my first example- project. I just rebuild the whole code and now...
This is a question I've had about SimpleORM for a while, but I've more or less ignored it until recently. I understand the reasons for not supporting native...
Hello Martin, Yes, we should definitely have some sort of boolean type, but Booleans in SQL are awkward. Having thought about this a bit more I am thinking of...
Anthony & Melissa Ber...
berglas@...
Dec 20, 2004 3:12 am
966
Has anyone used SimpleORM in a system that requires many to many relationships? I'm attempting this currently and running into some issues. Normally I would...
Hi Martin, ... Use the setDirty() method to mark the object as dirty: SConnection.begin(); Link link = (Link) Link.meta.findOrCreate(new Object[] {objA,...
Florian Fankhauser
f.fankhauser@...
Jan 3, 2005 7:05 am
968
I've looked closer into the issues I've been having with my Char/Boolean class and while I've been able to make things work to my satisfaction (and to the...
Hello Martin, I think that the issue is that there can actually be three different representations, namely the external, internal and database ones. First the...
Anthony & Melissa Ber...
berglas@...
Jan 5, 2005 11:12 am
970
I agree with you in principle. Let me try to explain this better. The database representation is always either "T" or "F". That is the database...
Hello Martin, I had a quick look at your work. I think that you are using convertToField for two distinct purposes and you need another method which I had...
Anthony & Melissa Ber...
berglas@...
Jan 6, 2005 1:49 am
972
No problem. I have emailed all of these changes to you. ... used. ... accept....