Re: Feature Request

2005-05-24 Thread j-lists
> Seeing as I need this capability, and someone else has > resorted to using temp files to accomplish the same > thing, it sounds like it would be a useful feature to > have. Actually, I like the temp file way of doing this, I wouldn't say I resorted to it. It came as the natural solution. It doesn

Re: Feature Request

2005-05-23 Thread j-lists
I've solved this one before by generating a temp file, grabbing the absolute path, turning it into a url, assigning that to a property with the key "MAP_FILE" and then putting this in my main config: Which resolves to: Or some such thing (the localhost bit seems to be required for windows but n

Re: selectKey & Oracle Database

2005-05-07 Thread j-lists
> When I turn on logging, there is no reference to anything in the > portion of the insert statement and the costObjectId is always 0. I've tried > to > change from the primitive int to the object, but the value of costObjectId is > null then. No selectKey execution in the logs, this sounds fa