Re: mySql Issues

2005-11-02 Thread Peter Vandoros
that should should read "operating system" :) Peter Vandoros wrote: Hi Juston, We need more information so we can help you. operation system? WebObject version? Connector/J version? connection string? etc... Thanks Peter Justin Barry wrote: I can't seem to get Mysql to work, I am getting

Re: mySql Issues

2005-11-02 Thread Peter Vandoros
Hi Juston, We need more information so we can help you. operation system? WebObject version? Connector/J version? connection string? etc... Thanks Peter Justin Barry wrote: I can't seem to get Mysql to work, I am getting errors that involve improper SQL Calls when I try to create the datatb

mySql Issues

2005-11-02 Thread Justin Barry
I can't seem to get Mysql to work, I am getting errors that involve improper SQL Calls when I try to create the datatbase, I am using the new version of Connector/J and mySql 4.1 Any Ideas? ___ Do not post admin requests to the list. They will be ig

Re: Logging SQL with Wonder

2005-11-02 Thread Greg Hulands
For some reason I had to put in the Application's didFinishLaunching method: NSLog.allowDebugLoggingForGroups(NSLog.DebugGroupDatabaseAccess); NSLog.debug.setAllowedDebugLevel(NSLog.DebugLevelDetailed); This seems to have fixed it as the didFinishLaunching method is called after ERXProperties

Logging SQL with Wonder

2005-11-02 Thread Greg Hulands
Hi, I searched the list and found other people had problems trying to log SQL statements when using the Wonder frameworks. I followed the advice and put in the properties file: log4j.category.er.transaction.adaptor.EOAdaptorDebugEnabled=DEBUG log4j.category.er.transaction.adaptor.EOAdaptorDe

Re: Xcode 2.2 WO5.3

2005-11-02 Thread Chuck Hill
Check the page you downloaded it from. Mine says "Warning: Pre–release software is Apple confidential information. Your unauthorized distribution of pre–release software or disclosure of information relating to pre–release software (including the posting of screen shots) may subject you t

Re: Xcode 2.2 WO5.3

2005-11-02 Thread Lachlan Deck
Hi there, On 03/11/2005, at 12:39 PM, Chuck Hill wrote: Pre-release versions of Apple software are made available to Select and Premier members of the Apple Developer Connection: http:// developer.apple.com/membership/promo.html "Access to prerelease software. Receive early versions of Mac

Re: Swing desktop app + EOF, three-tier

2005-11-02 Thread Ian Joyner
Le 02/11/2005 à 11:52 PM, Florijan Stamenkovic a écrit : Hi, thanks for the reply... For the problem in general.. Well, I did bump into a small chapter that describes how to start building this construction. It turns out that we have to build two projects at the same time: a JavaClient p

(no subject)

2005-11-02 Thread tparks
I am out of the office until the afternoon of Wednesday the 5th of October. If you need to speak to me you may call my cell phone at 214.914.1571 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobj

Re: Xcode 2.2 WO5.3

2005-11-02 Thread Chuck Hill
Pre-release versions of Apple software are made available to Select and Premier members of the Apple Developer Connection: http:// developer.apple.com/membership/promo.html "Access to prerelease software. Receive early versions of Mac OS X, Mac OS X Server, Xcode, and a variety of developmen

Re: Xcode 2.2 WO5.3

2005-11-02 Thread Lachlan Deck
Hi there, On 03/11/2005, at 12:23 PM, Luis Miguel Espinoza wrote: Where I can get Xcode 2.2. ?? I was looking into apple site and I can't see anything.. I have Xcode 2.1, WO 5.3. As with all developer tools updates, logging into ADC via http:// connect.apple.com/ with regards, -- Lachlan

Re: Xcode 2.2 WO5.3

2005-11-02 Thread Chuck Hill
There is no Xcode 2.2 released. Any discussion of such unreleased software on this public list is in violation of Apple's Non Disclosure Agreement. Chuck On Nov 2, 2005, at 5:23 PM, Luis Miguel Espinoza wrote: Where I can get Xcode 2.2. ?? I was looking into apple site and I can't see an

Xcode 2.2 WO5.3

2005-11-02 Thread Luis Miguel Espinoza
Where I can get Xcode 2.2. ?? I was looking into apple site and I can't see anything.. I have Xcode 2.1, WO 5.3. Thanks.. Luis M. On Nov 2, 2005, at 6:16 PM, Robert Walker wrote: Xcode 2.2 may correct the problem. The known issues is with Xcode 2.1/WO 5.3. On Nov 2, 2005, at 6:36 PM,

Re: Custom Business Logic error

2005-11-02 Thread Robert Walker
Xcode 2.2 may correct the problem. The known issues is with Xcode 2.1/WO 5.3. On Nov 2, 2005, at 6:36 PM, Lachlan Deck wrote: Hi there, On 03/11/2005, at 7:41 AM, Robert Walker wrote: If you are using WO 5.3 there is a known issue. The installer does not install the template files used

Re: Custom Business Logic error

2005-11-02 Thread Lachlan Deck
Hi there, On 03/11/2005, at 7:41 AM, Robert Walker wrote: If you are using WO 5.3 there is a known issue. The installer does not install the template files used to generate class files from EOModeler. The easiest fix is to copy the files from a WO 5.2.4 installation. The files should b

(no subject)

2005-11-02 Thread tparks
I am out of the office until the afternoon of Wednesday the 5th of October. If you need to speak to me you may call my cell phone at 214.914.1571 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobj

WO-n-WebServices – some Tips!

2005-11-02 Thread apl
Hello; I'm doing some WO 5.2.* WebServices development at the moment from the perspective of somebody who is a heavy WO user, but relatively new to WO's SOAP implementation and thought I would quickly share a "workaround" and a "handy tip" while they are fresh in my mind... --

Re: XHTML generation

2005-11-02 Thread Hunter Hillegas
I don't know who 'all of us' are and I never mentioned that phrase anywhere in my message. In the context of my message, 'us' means my company, the only folks I can speak for. If you check the list archives you'll see some mentions of servlet deployment using a WAR breaking with projects th

Re: Unit testing

2005-11-02 Thread Chuck Hill
On Nov 2, 2005, at 2:24 PM, Miguel Arroz wrote: Hi! I'm studying how to add unit tests to an WebObjects application. I would like to use xCode (i hate eclipse). You like Xcode?!!? You hate Eclipse?!!? What you been smokin' Willis? Hating Eclipse and liking IntelliJIDEA I can underst

Unit testing

2005-11-02 Thread Miguel Arroz
Hi! I'm studying how to add unit tests to an WebObjects application. I would like to use xCode (i hate eclipse). Two questions: - Does WOUnitTest (http://wounittest.sourceforge.net/) still works? I see it's not updated since 3/2004... - How to integrate JUnit with xCode? Yours

Re: XHTML generation

2005-11-02 Thread Anjo Krank
Am 02.11.2005 um 21:42 schrieb Hunter Hillegas: Does anyone know how that made it into the release notes if the support is non-existent? Seems like a pretty big error on Apple's part. You mean it's as bad as the missing mutable support for the List/Map classes? Wow, stop the press! Ser

Re: XHTML generation

2005-11-02 Thread Hunter Hillegas
Does anyone know how that made it into the release notes if the support is non-existent? Seems like a pretty big error on Apple's part. Hopefully a future version will live up the promise so we can get XHTML without a speed penalty... Plus, did anyone ever solve the Wonder/servlet deploy is

Re: Custom Business Logic error

2005-11-02 Thread Robert Walker
If you are using WO 5.3 there is a known issue. The installer does not install the template files used to generate class files from EOModeler. The easiest fix is to copy the files from a WO 5.2.4 installation. The files should be installed in: /System/Library/PrivateFrameworks/EOModelWiz

Re: XHTML generation

2005-11-02 Thread Anjo Krank
There is no "turning on" because the support is just not there. Use Project Wonder and the ERXPatcher or wait for the next release. Am 02.11.2005 um 20:12 schrieb Hunter Hillegas: Yes, the 5.3 release notes claim XHTML support. I have not been able to figure out how to turn it on. It still

Re: NSDictionary value with Null Value...

2005-11-02 Thread Lachlan Deck
Hi there, On 03/11/2005, at 6:48 AM, Nathan Walker wrote: I have an NSArray full of NSDicitionary snapshots from database. On some values I get this on the display if I bound a WOString to say "dictionary.KEY": $Null> What's the best way to AVOID displaying that? Do I have to create a cu

NSDictionary value with Null Value...

2005-11-02 Thread Nathan Walker
I have an NSArray full of NSDicitionary snapshots from database. On some values I get this on the display if I bound a WOString to say "dictionary.KEY":      What's the best way to AVOID displaying that? Do I have to create a custom method to check the string value if it equals that or is there som

Re: XHTML generation

2005-11-02 Thread Hunter Hillegas
Yes, the 5.3 release notes claim XHTML support. I have not been able to figure out how to turn it on. It still generates unclosed image tags, among others. Bummer. WOImage should generate , not src="blah.jpg">. Oh well. On Nov 2, 2005, at 2:02 AM, Amedeo Mantica wrote: Hi, remember that w

Re: how to use WOStat page?

2005-11-02 Thread Helge Staedtler
guy can you be a little more specific? no you can't? if you might have mentioned that your error is something like: Application: test Error: com.webobjects.appserver._private.WODeclarationFormatException: no declaration for dynamic element (or component) named USERname Reason: no dec

Re: how to use WOStat page?

2005-11-02 Thread Amedeo Mantica
I got always an error page, should be a WOStatsDirectAction implemented?? Thanks On 02/nov/05, at 17:05, Helge Staedtler wrote: you can programmatically set the password in your Application.java calling statisticsStore().setPassword( "myObscurePassword" ); then call http://yourservernam

Re: how to use WOStat page?

2005-11-02 Thread Helge Staedtler
you can programmatically set the password in your Application.java calling statisticsStore().setPassword( "myObscurePassword" ); then call http://yourservername/cgi-bin/WebObjects/yourappname.woa/wa/WOStats and enter "myObscurePassword" if asked for the password. this should work in any case.

Re: how to use WOStat page?

2005-11-02 Thread Amedeo Mantica
I have done, but still doesn't work :( On 02/nov/05, at 11:07, Dev WO wrote: Hi Amedeo, you've got to setup a password for the page I think. using -WOStatisticsPassword=password in the argument list for your application/instance. Xavier I cannnot reach the WOStats page I call the page

(no subject)

2005-11-02 Thread tparks
I am out of the office until the afternoon of Wednesday the 5th of October. If you need to speak to me you may call my cell phone at 214.914.1571 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobj

Re: Swing desktop app + EOF, three-tier

2005-11-02 Thread Florijan Stamenkovic
Hi, thanks for the reply... For the problem in general.. Well, I did bump into a small chapter that describes how to start building this construction. It turns out that we have to build two projects at the same time: a JavaClient project to construct the AppServer target, and a Swing Applicati

Re: how to use WOStat page?

2005-11-02 Thread Dev WO
Hi Amedeo, you've got to setup a password for the page I think. using -WOStatisticsPassword=password in the argument list for your application/instance. Xavier I cannnot reach the WOStats page I call the page using applicationName.woa/wa/WOStats... but doesn't work, how to? Thanks Ame

Re: XHTML generation

2005-11-02 Thread Amedeo Mantica
Hi, remember that webobject tags are not present in web pages served, they are changed at runtime with regular static html code Amedeo On 22/set/05, at 23:32, Miguel Arroz wrote: Hi! As most of you know by now, due to the mail flooding on this last weeks, I'm a newbie learning WO 5.3! :

how to use WOStat page?

2005-11-02 Thread Amedeo Mantica
I cannnot reach the WOStats page I call the page using applicationName.woa/wa/WOStats... but doesn't work, how to? Thanks Amedeo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists

Re: WOActiveImage vs WOHyperlink

2005-11-02 Thread Helge Staedtler
well, the only thing i know may cause problems in regard to images (and thats what we talk about here) is that you perhaps did not have those images correctly in the WebServer-target. often this happens with socalled "blind-gifs" which are causing repeating requests to the server if they are missin