Re: Where does my JDBC Driver go

2006-12-19 Thread Tom Jones
Thanks to all for the help. I've got it working now, I wish I had some idea what was wrong...The way I resolved this was to switch back to using XCode's EModeler and setting the connection info from there, I switch back to the classic EOModeler, and it worked. It looked like at some point I had

Multiple Calls to Bound Action in Request-Response

2006-12-19 Thread Carter Wojcik
Hi All - I have a page containing a custom component (TabComponent). The TabComponent contains an ObjectComponent. The ObjectComponent contains a ButtonComponent. The TabComponent is wrapped in a conditional. When the user wants to add a record they push a button, which flags the conditional

java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding

2006-12-19 Thread Xia, Wen
We are having this problem at work. Thank you for your advice. Wen From: Gamache, Don [EMAIL PROTECTED] Date: Tue, 19 Dec 2006 07:22:33 -0800 To: WebObjects Dev Apple webobjects-dev@lists.apple.com Conversation: java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding Subject:

Re: Multiple Calls to Bound Action in Request-Response

2006-12-19 Thread Chuck Hill
See page 206, Manual Synchronization, bullet point 3. I think that is what you are hitting and the solutions is also found in that section. Chuck On Dec 19, 2006, at 8:43 AM, Carter Wojcik wrote: Hi All - I have a page containing a custom component (TabComponent). The TabComponent

Performance help

2006-12-19 Thread Mehul Pattni
Hi, I'm having major performance issues during heavy load to the system. I'm not getting out of memory but getting the famous java.net.SocketException: Broken pipe These are my additional arguments in java monitor maxHeapSize=10 -WODirectConnectEnabled false Here is what top

Re: java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding

2006-12-19 Thread Dov Rosenberg
Make sure that the localized version of the JDK/jre charset.jar is installed. Otherwise you will get this exception. On 12/19/06 11:48 AM, Xia, Wen [EMAIL PROTECTED] wrote: We are having this problem at work. Thank you for your advice. Wen From: Gamache, Don [EMAIL PROTECTED] Date: Tue,

Re: java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding

2006-12-19 Thread Xia, Wen
Thank you all for your help. This is what we did which seems to solve the problem: Edit the file ...YourApp.woa\Contents\Windows\CLSSPATH.TXT And change the line # JVM == java To read something like (give the explicit path to JVM) # JVM == c:\jdk1.4.2_04\jre\bin\java.exe -- Wen On 12/19/06

Re: D2WS Fetch Specs

2006-12-19 Thread Jerry W. Walker
Hi, Mat, If you built the fetch spec as a named fetch specification in the EOModel, then take a look at the EOModeller User Guide's section Using Named Fetch Specifications. You can find it here: http://developer.apple.com/documentation/WebObjects/UsingEOModeler/

Re: Performance help

2006-12-19 Thread Chuck Hill
On Dec 19, 2006, at 11:44 AM, Mehul Pattni wrote: Hi, I'm having major performance issues during heavy load to the system. I'm not getting out of memory but getting the famous java.net.SocketException: Broken pipe That is not a problem. That is a symptom of an application that is

NSTimestamp problem

2006-12-19 Thread Dan Faber
I notice the sun tool says: The java.vendor property value must be Sun Microsystems Inc.. so I bet it won't work for Apple JVMs. It didn't appear that Apple had a JVM release that met the dates shown on the sun page. Maybe we are stuck? Thanks to all for the VERY timely replies to my