The JDBC driver does not show columns of some tables

2015-03-01 Thread OC
Hello there, well I have found the reason why EOAdaptorChannel.describeModelWithTableNames gives me wrong results -- empty attribute sets -- for some tables: since the JDBC driver does that, too. Has perhaps anyone the slightest idea what the darn might be culprit and how to fix the problem?

Re: WOInstaller.jar crashes

2015-03-01 Thread Theodore Petrosky
Markus, Did you resolve this? I just ran the installer on my Mac, with: java -jar WOInstaller.jar 5.4.3 ~/Desktop/WO and I got an installation at ~/Desktop/WO BTW, mail to you bounces with: Sorry, we were unable to deliver your message to the following address. : No MX or A records for kata

Re: efficient copy?

2015-03-01 Thread Ken Anderson
How often does this have to happen? Does it need to happen while other operations are going on that might interfere? My basic approach is KISS unless there’s a reason to do it otherwise, so I would just do a long response page that does this with EOs, and maybe multiple EC’s in a loop to keep

Re: clone eoentity/eoattribute/eorelationship

2015-03-01 Thread OC
Chuck, On 1. 3. 2015, at 18:59, Chuck Hill wrote: > I am not clear what your question is. Is this related to your Efficient > Copy question? Very loosely. I found that I need to clone two entities, making just a couple of small changes, and letting the rest unchanged. Actually, far as Eff

Re: clone eoentity/eoattribute/eorelationship

2015-03-01 Thread Chuck Hill
I am not clear what your question is. Is this related to your Efficient Copy question? Chuck On 2015-03-01, 8:06 AM, "OC" wrote: Oh, by the way -- are there some Wonder (or other) goodies to clone the model parts, or do I just have to DIY? Thanks, OC __

clone eoentity/eoattribute/eorelationship

2015-03-01 Thread OC
Oh, by the way -- are there some Wonder (or other) goodies to clone the model parts, or do I just have to DIY? Thanks, OC ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.c

efficient copy?

2015-03-01 Thread OC
Hello there, I'll need to copy thousands of objects from one table to another; the copying'll be almost verbatim, but for a relationship. Namely, entity OldAuction <->> OldRecord (relationships records->> and inverse <-auction) entity NewAuction <->> NewRecord (relationships records->> and inve