Very strange. The exception is null but the only exception documented
in arrayFaultWithSourceGlobalID is if the globalID is not an
EOKeyGlobalID an IllegalArgumentException is thrown. The only other
possibility is an EOTemporaryGlobalID which you only get for a newly
created object that has
Hello -
Anyone knows why IE brings up a viewer vs. the regular Microsoft
Application?
In other words instead of downloading the file and launching EXCEL it
brings
up the EXCEL viewer instead.
- James Cicenia
___
Do not post admin requests to the l
Hi All,
Over the weekend one of my sites started producing the error below,
it had been happily working for quite sometime now. Its happening in
2 different places, both related to the same table in the DB.
Im at a lose to even know where to start tracking this one down. Any
ideas ?
OS
Thanks for the response... What major headache that bug is. I shall
upgrade rather than coming up with a creative workaround (I'd love
to, but I need a proper fix).
I would like to know what kinds of limits there are for load on WO.
How many instances of an application could I run, has anyo
Jeffrey, are you using EOF to fetch your data? Sounds like you might
be doing a lot of work you don't have to. If you have an entity
defined for the table in your database, you should just be able to
fetch the objects, and never instantiate any array (it would be
returned from EOF).
Ken
I'll skip over the questions of why you are using something called
"functions", and why you think you need an NSMutableArray - both seem
to indicate something not quite following the tao. Instead, I'll
answer the question you asked.
You need to use a WORepetition wrapped around a row in yo
Thanks to all of you, I have gotten quite far in my app. Thank you
again all of you.
OK. Next hurdle.
My existing jsp app pulls data from a MySQL database and populates an
ArrayList of those objects. I figured out from the WebObjects for
Windows Developers docs that I needed to change the