Re:[FOUND THE WHY] Console showing a lot of logs Dispatch ERXRequests ....

2009-12-16 Thread Gustavo Pizano
Well... AFter looking better int o my html code.. I have an AjaxUpdateContainer and inside an AjaxUpdateTrigger, If I remove the trigger, somehow then the AUC doesn't get updated but the TONS of Dispatch Requests are not there neither.So Im trying to update that AUC and use directly a JS functio

Re: Oracle and EOF with Timestamps

2009-12-16 Thread Cheong Hee (Gmail)
Hi Don Thanks for sharing and appreciate. I recall now the last time using ojdbc14 version for a small project though it works for JDK1.5 as standard SQL statements are being used. It is always safe to do so though less 'efficient and adventurous'. Cheers Cheong Hee - Original Messag

Re: Oracle and EOF with Timestamps

2009-12-16 Thread Don Lindsay
The Files depend on the version of the JDK you are using Classes12 is meant for JDK 1.2 and 1.3 ojdbc14 is meant for JDK 1.4 ojdbc5 is meant for use with JDK 1.5 and 1.6 Now for each of these jar files there are 5 or 6 different versions (9.2.0.4,10.1,10.2.0.4,11.1.0,11.2, ...) Now each of t

Clob in Derby database

2009-12-16 Thread WebObjects - Anazys
Hi all, I try to use a Clob (varcharLarge) in a Derby database using EOJDBCDerbyPrototypes (WO 5.3 and a recent version of Wonder). I haven't any problem to write value in my database, but when I read the value I have a null value. Is there a special way to get a Clob value ? Cedric _

Clob in Derby database

2009-12-16 Thread WebObjects - Anazys
Hi all, I try to use a Clob (varcharLarge) in a Derby database using EOJDBCDerbyPrototypes (WO 5.3 and a recent version of Wonder). I haven't any problem to write value in my database, but when I read the value I have a null value. Is there a special way to get a Clob value ? Cedric _

RE: Could not store foreign character in MySQL with utf-8

2009-12-16 Thread Ren, Kevin
Hi, did search in WO list and google found this, http://wiki.objectstyle.org/confluence/display/WO/Web+Applications-Development-Localization+and+Internationalization so far so good, everything is fine in database, phpmyadmin and browser. all get Chinese character. thanks Kevin

Re: Email WOes

2009-12-16 Thread Calven Eggert
hehe THAT's funny. I didn't realize that was you. naw, I'm gonna remove the 5.4 stuff and make this a lot more easier on myself. when the time is right, I'll then install the 5.4 as well. I'm going outside for a nice cold walk. (It's currently snowing here in Toronto.) Calven On 2009-12-16,

setting default request handler in a wonder app

2009-12-16 Thread Jerald Dawson
Hi All Is there anything I need to be aware of when I change the default request handler to a direct action request handler in a wonder based app? Currently I'm just calling: setDefaultRequestHandler (requestHandlerForKey( directActionRequestHandlerKey() )); the my Application objects constru

Re: Email WOes

2009-12-16 Thread David Avendasora
On Dec 16, 2009, at 3:01 PM, Calven Eggert wrote: > Thanks Dave for your detailed response. > > I was following instructions on this site > (http://wiki.objectstyle.org/confluence/display/WOL/Using+WOLips+With+Multiple+Versions+of+WebObjects) > in order to have both 5.3 and 5.4 installed on my

Re: Email WOes

2009-12-16 Thread Calven Eggert
Thanks Dave for your detailed response. I was following instructions on this site (http://wiki.objectstyle.org/confluence/display/WOL/Using+WOLips+With+Multiple+Versions+of+WebObjects) in order to have both 5.3 and 5.4 installed on my machine. That includes changing the wolips.properties file

Re: Email WOes

2009-12-16 Thread David Avendasora
Hi Calven, Don't add the jars. Remove all those jars from the build path. You only want to add Frameworks at this point. Click the "Add Library..." button, select "WebObjects Frameworks" and then select the Wonder Frameworks from there. Normally, the only time you will add a .jar is if it is

Re: captcha ???

2009-12-16 Thread David LeBer
On 2009-12-16, at 1:51 PM, Mike Schrag wrote: >>> I like it ... Just committed ERXSimpleSpamCheck. Implements this wrapped >>> in a display: none span so the user doesn't see it. Just drop it in your >>> form and it will generate a validation failure when the values don't match. >> Well Im gl

Re: captcha ???

2009-12-16 Thread Mike Schrag
>> I like it ... Just committed ERXSimpleSpamCheck. Implements this wrapped in >> a display: none span so the user doesn't see it. Just drop it in your form >> and it will generate a validation failure when the values don't match. > Well Im glad my lack of google-foo yesterday morning resulted

Re: JProfiler / WOLips integration

2009-12-16 Thread Mertz Stéphan
Hi, You must use JProfiler 5. Don't forget to make a search in the woproject-...@objectstyle.org archives. Le 16 déc. 2009 à 18:19, Giles Palmer a écrit : > Hi > > Trying to set up JProfiler with WOLips. I have done the following... > > 1) installed JProfiler 6.0.2, selected eclipse 3.4 durin

JProfiler / WOLips integration

2009-12-16 Thread Giles Palmer
Hi Trying to set up JProfiler with WOLips. I have done the following... 1) installed JProfiler 6.0.2, selected eclipse 3.4 during the ide integration step 2) installed wolips JProfiler plugin-in (just updated WOLips etc from nightly) Eclipse is 3.4.1 WOLips is version 3.4.6015 and the JPr

Re: Email WOes

2009-12-16 Thread David Avendasora
On Dec 16, 2009, at 11:58 AM, Calven Eggert wrote: > Eclipse 3.4.2 > WOLips 3.4.5830 > > Do you think that updating WOLips will solve my problem? It certainly won't hurt. That revision is a couple hundred behind Stable (6015) so let's try that. Then if it's still not working. Can you get a sc

Re: Email WOes

2009-12-16 Thread Calven Eggert
Eclipse 3.4.2 WOLips 3.4.5830 Do you think that updating WOLips will solve my problem? On 2009-12-16, at 11:51 AM, David Avendasora wrote: > Hi Calven, > > What version of Eclipse and WOLips are you using? You should be on _at least_ > Eclipse 3.4.2 and WOLips 3.4.6015 (available here: > htt

Re: Email WOes

2009-12-16 Thread David Avendasora
Hi Calven, What version of Eclipse and WOLips are you using? You should be on _at least_ Eclipse 3.4.2 and WOLips 3.4.6015 (available here: http://webobjects.mdimension.com/wolips/stable/) Dave On Dec 16, 2009, at 11:41 AM, Calven Eggert wrote: > I had the same thought and put all the framewo

Re: Email WOes

2009-12-16 Thread Calven Eggert
I had the same thought and put all the frameworks in the /Library/Frameworks folder and still no luck. the ERJavaMail.framework is still not in MacOSClasspath.txt On 2009-12-16, at 11:30 AM, David BON wrote: > Hi Calven, > > I don't know if now, you can have your Wonder frameworks in a subdi

Re: Email WOes

2009-12-16 Thread David BON
Of course you should read /Library/Frameworks David B. put all .frameworks directly in /Frameworks/ so I can build my app. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple

Re: Email WOes

2009-12-16 Thread David BON
Hi Calven, I don't know if now, you can have your Wonder frameworks in a subdirectory like your /Wonder-Frameworks-533. I remember that some time ago I do something like you but finally have to put all .frameworks directly in /Frameworks/ so I can build my app. Caution: I'm not yet even a

RE: TR: tomcat deployment

2009-12-16 Thread laurent Cros
Ok David With the original deployment, here is what happens : 16 dÚc. 2009 16:44:14 org.apache.catalina.core.AprLifecycleListener init INFO: The Apache Tomcat Native library which allows optimal performance in produ ction environments was not found on the java.library.path: C:\java\jdk1.6.0_06\b

Re: Email WOes

2009-12-16 Thread Calven Eggert
I'm not using Wonder source code. I downloaded the frameworks into my /Library/Frameworks/Wonder-Frameworks-533 folder. Then I added all the frameworks to the build path under the Libraries tab. On 2009-12-16, at 10:21 AM, Pascal Robert wrote: > > Le 09-12-16 à 10:19, Calven Eggert a écrit :

Re: Email WOes

2009-12-16 Thread Pascal Robert
Le 09-12-16 à 10:19, Calven Eggert a écrit : thanks for the fast reply. I checked the MacOSClasspath.txt and the ERJavaMail.framework is NOT THERE!!! but I added it to the Java Build Path under Libraries! Are you working with Wonder's source code? And inside Java Build Path, do you see

Re: Email WOes

2009-12-16 Thread Calven Eggert
thanks for the fast reply. I checked the MacOSClasspath.txt and the ERJavaMail.framework is NOT THERE!!! but I added it to the Java Build Path under Libraries! what's the proper way to do this? On 2009-12-16, at 10:15 AM, Pascal Robert wrote: > > Le 09-12-16 à 10:11, Calven Eggert a écrit :

Re: Email WOes

2009-12-16 Thread Pascal Robert
Le 09-12-16 à 10:11, Calven Eggert a écrit : Hi All, Since moving to a new Snow Leopard from Tiger I've not been able to create an install version of my WO applications that can send email. I CAN send email from eclipse but after I do WOlips Ant Tools->Install and run the app from the c

Email WOes

2009-12-16 Thread Calven Eggert
Hi All, Since moving to a new Snow Leopard from Tiger I've not been able to create an install version of my WO applications that can send email. I CAN send email from eclipse but after I do WOlips Ant Tools->Install and run the app from the command line I get the error: er/javamail/ERMailAtta

Re: TR: tomcat deployment

2009-12-16 Thread David Avendasora
Don't remove the any of the files from their locations. Servlet deployments are not as simple as they look. Start over with your deployment, don't make any changes to the web.xml file and don't make any changes to the file structure expanded out of the .war file. What happens when you do that?

TR: tomcat deployment

2009-12-16 Thread laurent Cros
-Message d'origine- De : laurent Cros Envoyé : mercredi 16 décembre 2009 15:47 À : 'Henrique Prange' Objet : RE: tomcat deployment Thanks for the jar henrique ! But now I have the message java.lang.NoClassDefFoundError: er/extensions/ERXApplication And I have the line in my web.xml :

Re: tomcat deployment

2009-12-16 Thread Henrique Prange
Hi Laurent, On 16/12/09 12:18, laurent Cros wrote: When I delete the lib/ content, tomcat complains about the class java.lang.ClassNotFoundException: er.extensions.jspservlet.ERXServletAdaptor But in the web.xml there is the line : WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtension

RE: tomcat deployment

2009-12-16 Thread laurent Cros
When I delete the lib/ content, tomcat complains about the class java.lang.ClassNotFoundException: er.extensions.jspservlet.ERXServletAdaptor But in the web.xml there is the line : WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar so th

RE: tomcat deployment

2009-12-16 Thread laurent Cros
Hi dave, many thanks to answering me ! Are you manually adding anything to the web.xml file, or is this simply what is generated by the build? Yes, I just tried to replace the WEBINFROOT by its value (C:\java\apache-tomcat-6.0.9\webapps\testNewWolips\WEB-INF) I also tried to set the WE

Re: Console showing a lot of logs Dispatch ERXRequests ....

2009-12-16 Thread Gustavo Pizano
I think I know from where they come... for each LI in the AjaxSelection list there is one Dispatch, isn't ? G. On Dec 16, 2009, at 12:47 PM, Gustavo Pizano wrote: > Hello maybe this can be something related to my backing too far problem.. > > I have an Ajax selection List... when I click an l

Re: tomcat deployment

2009-12-16 Thread David Avendasora
Hi Laurent, Are you manually adding anything to the web.xml file, or is this simply what is generated by the build? This particular line looks suspicious: WEBINFROOT/testNewWolips/WEB-INF/testNewWolips.woa/Resources/Java/ Also, have you verified that the frameworks exist where the WOClasspath

Console showing a lot of logs Dispatch ERXRequests ....

2009-12-16 Thread Gustavo Pizano
Hello maybe this can be something related to my backing too far problem.. I have an Ajax selection List... when I click an list item I see ont he console all the log info about the fetching and so, then when I select another item in the same list.. I see again the output and the requests... N

RE: tomcat deployment

2009-12-16 Thread laurent Cros
Hi all, Could someone could take a look on my problem please ? Thanks, Laurent. De : webobjects-dev-bounces+lcros=cls...@lists.apple.com [mailto:webobjects-dev-bounces+lcros=cls...@lists.apple.com] De la part de laurent Cros Envoyé : mardi 15 décembre 2009 10:50 À : Webobj