Re: Strange Exception in WO 531

2007-01-29 Thread Ray Kiddy
On Jan 29, 2007, at 2:26 PM, Art Isbell wrote: On Jan 29, 2007, at 11:39 AM, Tanmoy Roy wrote: How do I specify that in xcodebuild command. I am using xcodebuild to compile my code. In the Groups & Files list, flip open the Targets disclosure triangle. Double-click the Application Serve

Re: Error loading Model framework in deployment

2007-01-29 Thread Chuck Hill
When you deployed, the location of the framework was not the same as when you were developing. Check the classpath file: App.woa/Contents/MacOS/MacOSClassPath.txt The path to the framework in there is not where the framework is on the deployment machine. How did I do? No? OK, second g

Re: Error loading Model framework in deployment

2007-01-29 Thread David Holt
I am deploying using JavaMonitor and the model is in a framework. David On 29-Jan-07, at 6:40 PM, Chuck Hill wrote: Are you deploying through JavaMonitor or some other way? Is the model in the application or in a framework? Chuck On Jan 29, 2007, at 6:22 PM, Art Isbell wrote: On Jan 29,

Re: Error loading Model framework in deployment

2007-01-29 Thread Chuck Hill
Are you deploying through JavaMonitor or some other way? Is the model in the application or in a framework? Chuck On Jan 29, 2007, at 6:22 PM, Art Isbell wrote: On Jan 29, 2007, at 4:10 PM, David Holt wrote: What could I be doing to cause my model framework not to load? Does the eomode

Re: Error loading Model framework in deployment

2007-01-29 Thread Art Isbell
On Jan 29, 2007, at 4:10 PM, David Holt wrote: What could I be doing to cause my model framework not to load? Does the eomodel exist where you expect it to be on the filesystem? When you look in the eomodeld directory, does it contain all of the files that you expect? There have been si

Error loading Model framework in deployment

2007-01-29 Thread David Holt
I have been using a scheme to dynamically change the connection dictionary for a FrontBase database in the Application class. In development, it works perfectly. Today I tried to deploy and was getting an NPE related to the modelgroup. When I print the (EOModelGroup.defaultGroup()); as sugg

Re: Strange Exception in WO 531

2007-01-29 Thread Art Isbell
On Jan 29, 2007, at 11:39 AM, Tanmoy Roy wrote: How do I specify that in xcodebuild command. I am using xcodebuild to compile my code. In the Groups & Files list, flip open the Targets disclosure triangle. Double-click the Application Server target. Under Settings in the Target: Applica

Re: Strange Exception in WO 531

2007-01-29 Thread Tanmoy Roy
Hi Art, How do I specify that in xcodebuild command. I am using xcodebuild to compile my code. Please help. Thanks, Tanmoy On 1/29/07, Art Isbell <[EMAIL PROTECTED]> wrote: On Jan 29, 2007, at 10:40 AM, Tanmoy Roy wrote: > We have just upgraded our App-Server boxes with the latest WO531. > H

Re: Strange Exception in WO 531

2007-01-29 Thread Art Isbell
On Jan 29, 2007, at 10:40 AM, Tanmoy Roy wrote: We have just upgraded our App-Server boxes with the latest WO531. However after that we are facing a strange exception which is coming up [2007-01-29 13:28:09 GMT] Exception while creating request: java.lang.IllegalArgumentException: : Can no

Strange Exception in WO 531

2007-01-29 Thread Tanmoy Roy
Hi All, We have just upgraded our App-Server boxes with the latest WO531. However after that we are facing a strange exception which is coming up [2007-01-29 13:28:09 GMT] Exception while creating request: java.lang.IllegalArgumentException: : Can not initialize a WORequest with a null meth

New to Validity Modeler

2007-01-29 Thread Gino Pacitti
Ooops Just worked it out... Thanks in advance Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/ma

New to Validity Modeler

2007-01-29 Thread Gino Pacitti
Hi All I just downloaded the Validity Framework and I am really impressed with the integration and the Modeler app. One thing I am finding difficult to find is how to determine if a value is a number. The docs have a GSVNumberMethods but there is nothing in to check against non numeric

Re: daylight saving time problem

2007-01-29 Thread Jacky Gagnon
Do we need java 1.5.0_06 on Mac OS X to correct this issue? Or Apple have already a version of java 1.4.2_xx fully DST compatible? Thanks On 07-01-26, at 22:30, David den Boer wrote: What you have there is fully DST compatible, if you do not use NSTimestamp :-) That being said, if you avo

Re: Any way to make ERXLocalizer work with UTF-8?

2007-01-29 Thread Helmut Schottmüller
Hi Xavier, thanks for the hint. I already figured it out and it works fine. My first try with UTF-16 did not work instantly. I had to clean my project before the correct encoding was used. So I thought that there should be another solution. Regards, Helmut Am 29.01.2007 um 13:14 schrieb De

Re: Any way to make ERXLocalizer work with UTF-8?

2007-01-29 Thread Dev WO
Hi Helmut, first, try to encode your .strings files as UTF-16. At least on Xcode, UTF-8 will lead to trouble. If it doesn't fix your issue, I'll provide you with what I'm using to get it to work (it mostly work;)) Xavier Hi, is there any way to make ERXLocalizer work with UTF-8? I have m