Re: Ajax framework's future
> I think it's just a matter of picking a horse. From my perspective, jQuery > seems to have the strongest community and the most plugins that I've wanted > to use. It's pretty quickly a religious debate, though. but i guess picking any horse that is actually still trotting around is better than flogging a dead one, and there doesn't seem much life left in prototype :-) simon ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: You cannot have more than 255 columns in a given row when creating Excel spreadsheet
On 19 November 2010 06:18, Karl wrote: > We use the Aspose.Cells libraries for Excel. ditto. it's commercial, but cheap as chips given the size of the problems it solves. and the support provided by aspose is fantastic. they've churned out numerous feature requests for us in just a few days... simon ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: You cannot have more than 255 columns in a given row when creating Excel spreadsheet
We use the Aspose.Cells libraries for Excel. They offer manipulation of any sized Excel sheet and a lot more features. Aspose.Total is a good grab bag of file format support that is under constant development. Karl On 2010-11-19, at 12:34 AM, Paula Loehr wrote: > I’m trying to create an Excel spreadsheet that has > 255 columns. > > The ExcelGenerator throws an exception . We use poi-3.6-20091214.jar and I > have Excel 2008 for Mac which allows up to 16k columns. > > com.webobjects.foundation.NSForwardException: > java.lang.IllegalArgumentException: Invalid column index (256). Allowable > column range for BIFF8 is (0..255) or ('A'..'IV') > java.lang.IllegalArgumentException: Invalid column index (256). Allowable > column range for BIFF8 is (0..255) or ('A'..'IV') > Do5zXbOhkHWrEn9yRYcfqM Thu, 18 Nov 2010 14:07:13 > > I found this: > http://stackoverflow.com/questions/2326668/how-to-get-more-than-255-columns-in-an-excel-sheet-using-apache-poi-3-6 > > One of the responders said that they: had to switch from the > org.apache.poi.hssf.usermodel to the org.apache.poi.ss.usermodel > > The only place I see org.apache.poi.hssf.usermodel imported is in > EGSimpleTableCreator and EGSimpleTableParser.java. > > Just switching out the packages in those two classes gives LOTS of errors > because org.apache.poi.ss.usermodel doesn’t have all the classes that > org.apache.poi.hssf.usermodel has, so I’m wondering is there another way I > can switch out these two packages? OR is this not the solution? > > Thanks in advance. > Paula > > -- > Paula Loehr > > K12 Inc > 719-460-4350 > plo...@k12.com > > ___ > 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/mailman/options/webobjects-dev/kgretton%40mac.com > > This email sent to kgret...@mac.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
>> This is a very old app. It was written with a noxymo framework and only uses >> some peripheral ERD2W of Wonder only. That is probably the problem. Is it extending ERXApplication? Is it using a modern version of Wonder. Modern versions of Wonder should not have this problem. If that is not the case, then mail.jar is getting on the class path before your application's jar. Check the usual extensions directories, but mostly you are SOL when this happens. Just give up and implement this in Application.java: protected Class _sessionClass() Chuck On Nov 18, 2010, at 5:23 PM, James Cicenia wrote: > Ok - > > I use ERXProperties and printout everything. Sure enough it want the > WebObjects.properties as the last properties file. I put it there tire of > fighting Eclipse and then get to the Session confusion of javax.mail.Session. > > I comb through again all the class paths and the ERXProperties class paths > look pretty darn alike. > > Any more hints? > Thanks > James > > On Nov 18, 2010, at 6:12 PM, James Cicenia wrote: > >> This is a very old app. It was written with a noxymo framework and only uses >> some peripheral ERD2W of Wonder only. >> >> >> I have methodically gone through and compared every conceivable setting, >> order, dot file that I can see or think of. >> >> The only real difference I see in the console log output was that in the bad >> setup it was looking for WebObjects.properties in /Users/abc >> So, I look over on my working workstation, and there is no >> WebObjects.properties there. So, why is wolips wanting to find it? >> >> James >> >> >> On Nov 18, 2010, at 5:28 PM, Tim Worman wrote: >> >>> James: >>> >>> I don't think anyone is going to be able to answer your WTF. >>> >>> When a Wonder app starts it very methodically details in the console output >>> what Properties files are discovered and what specific key/value pairs are >>> discovered. I would put some test properties in the files in question and >>> more methodically figure out if you have a problem with properties being >>> overridden. More than likely, that is your problem. Pay close attention to >>> the console output regarding properties when your app starts up. >>> >>> Tim Worman >>> UCLA GSE&IS >>> >>> >>> On Nov 18, 2010, at 12:40 PM, James Cicenia wrote: >>> It was UTF-8 changed it to ISO-Latin ... same problem. WTF?! On Nov 18, 2010, at 1:00 PM, Pascal Robert wrote: > I think we had this problem before, and it was because the properties > file was in UTF-8 instead of ISO-Latin-1. > >> I eliminated all whitespace in the Properties file. Still does nothing. >> >> >> >> >> On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: >> >>> Spaces! Don't use whitespace. >>> >>> Mark >>> >>> -- >>> Dr. Mark Wardle >>> Specialist registrar, Neurology >>> (Sent from my mobile) >>> >>> >>> On 18 Nov 2010, at 17:53, James Cicenia wrote: >>> Uh... yea... had that in there I believe it isn't reading my properties file. really! On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: > Dude! Really? > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property > > er.javamail.adminEmail ... did not provide a valid email for that > property > > For giggles try > er.javamail.adminemail=ja...@jimijon.com > > > > On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: > >> Read? >> >> hmm, what is there to read? Inside my properties file it says false. >> This setup works on the other workstations. >> >> - j- >> >> >> On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: >> >>> >>> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: >>> Trying to get the new developer running... Things look the same but when I try to launch the app from eclipse I get: [2010-11-18 11:23:7 CST] null [2010-11-18 11:23:7 CST] A fatal exception occurred: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. a
Re: New error about er.javamail ..
Ok - I use ERXProperties and printout everything. Sure enough it want the WebObjects.properties as the last properties file. I put it there tire of fighting Eclipse and then get to the Session confusion of javax.mail.Session. I comb through again all the class paths and the ERXProperties class paths look pretty darn alike. Any more hints? Thanks James On Nov 18, 2010, at 6:12 PM, James Cicenia wrote: > This is a very old app. It was written with a noxymo framework and only uses > some peripheral ERD2W of Wonder only. > > > I have methodically gone through and compared every conceivable setting, > order, dot file that I can see or think of. > > The only real difference I see in the console log output was that in the bad > setup it was looking for WebObjects.properties in /Users/abc > So, I look over on my working workstation, and there is no > WebObjects.properties there. So, why is wolips wanting to find it? > > James > > > On Nov 18, 2010, at 5:28 PM, Tim Worman wrote: > >> James: >> >> I don't think anyone is going to be able to answer your WTF. >> >> When a Wonder app starts it very methodically details in the console output >> what Properties files are discovered and what specific key/value pairs are >> discovered. I would put some test properties in the files in question and >> more methodically figure out if you have a problem with properties being >> overridden. More than likely, that is your problem. Pay close attention to >> the console output regarding properties when your app starts up. >> >> Tim Worman >> UCLA GSE&IS >> >> >> On Nov 18, 2010, at 12:40 PM, James Cicenia wrote: >> >>> It was UTF-8 changed it to ISO-Latin ... same problem. >>> >>> >>> WTF?! >>> >>> On Nov 18, 2010, at 1:00 PM, Pascal Robert wrote: >>> I think we had this problem before, and it was because the properties file was in UTF-8 instead of ISO-Latin-1. > I eliminated all whitespace in the Properties file. Still does nothing. > > > > > On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: > >> Spaces! Don't use whitespace. >> >> Mark >> >> -- >> Dr. Mark Wardle >> Specialist registrar, Neurology >> (Sent from my mobile) >> >> >> On 18 Nov 2010, at 17:53, James Cicenia wrote: >> >>> Uh... yea... had that in there I believe it isn't reading my >>> properties file. >>> really! >>> >>> >>> On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: >>> Dude! Really? >>> sent to 'er.javamail.adminEmail' instead of the normal TO >>> addresses, but you did not provide a valid email for that property er.javamail.adminEmail ... did not provide a valid email for that property For giggles try er.javamail.adminemail=ja...@jimijon.com On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: > Read? > > hmm, what is there to read? Inside my properties file it says false. > This setup works on the other workstations. > > - j- > > > On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: > >> >> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: >> >>> Trying to get the new developer running... >>> Things look the same but when I try to launch the app from eclipse >>> I get: >>> >>> [2010-11-18 11:23:7 CST] null >>> [2010-11-18 11:23:7 CST] A fatal exception occurred: When >>> 'er.javamail.centralize' is true (default), all outgoing mails will >>> get sent to 'er.javamail.adminEmail' instead of the normal TO >>> addresses, but you did not provide a valid email for that property. >>> [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: >>> When 'er.javamail.centralize' is true (default), all outgoing mails >>> will get sent to 'er.javamail.adminEmail' instead of the normal TO >>> addresses, but you did not provide a valid email for that property. >>> at >>> er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) >>> at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) >>> >>> Any suggestions? >>> My properties file: >>> >>> er.javamail.centralize = false >> >> Read? :-) >> >>> sent to 'er.javamail.adminEmail' instead of the normal TO >>> addresses, but you did not provide a valid email for that property >> >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their >> overall knowledge of WebObjects or who are trying to solve specifi
Re: Developing with Apache and Cookies
I always strongly discourage using raw IP addresses. :-) On Nov 18, 2010, at 5:15 PM, Johnny Miller wrote: > Thank you! > > Maybe one more item on the Apache development docs synthesize list is that > people should be encouraged to use localhost as opposed to 127.0.0.1? > > > On Nov 18, 2010, at 3:07 PM, Chuck Hill wrote: > >> It works for me using localhost. >> >> >> On Nov 18, 2010, at 5:04 PM, Johnny Miller wrote: >> >>> Hi, >>> >>> Is there something special you need to do to get this to work? >>> >>> In the session object i have tried both >>> >>>public String domainForIDCookies() { >>> return "/cgi-bin/WebObjects/AppName.woa"; >>>} >>> >>> and >>> >>>public String domainForIDCookies() { >>> return "/"; >>>} >>> >>> I can see in my browser that the cookie gets created but the next time I go >>> to read it the request object says there are no cookies? So, my app >>> overwrites the old value. >>> >>> I'm using 127.0.0.1 as the domain name - not sure if that's the problem as >>> in Safari it says the cookie's web site is .127.0.0.1 >>> >>> TIA, >>> >>> Johnny Miller >>> Kahalawai Media Corp >>> http://www.kahalawai.com >>> >>> >>> >>> ___ >>> 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/mailman/options/webobjects-dev/chill%40global-village.net >>> >>> This email sent to ch...@global-village.net >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Developing with Apache and Cookies
Thank you! Maybe one more item on the Apache development docs synthesize list is that people should be encouraged to use localhost as opposed to 127.0.0.1? On Nov 18, 2010, at 3:07 PM, Chuck Hill wrote: > It works for me using localhost. > > > On Nov 18, 2010, at 5:04 PM, Johnny Miller wrote: > >> Hi, >> >> Is there something special you need to do to get this to work? >> >> In the session object i have tried both >> >> public String domainForIDCookies() { >> return "/cgi-bin/WebObjects/AppName.woa"; >> } >> >> and >> >> public String domainForIDCookies() { >> return "/"; >> } >> >> I can see in my browser that the cookie gets created but the next time I go >> to read it the request object says there are no cookies? So, my app >> overwrites the old value. >> >> I'm using 127.0.0.1 as the domain name - not sure if that's the problem as >> in Safari it says the cookie's web site is .127.0.0.1 >> >> TIA, >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> >> ___ >> 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/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to ch...@global-village.net > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax framework's future
I think it's just a matter of picking a horse. From my perspective, jQuery seems to have the strongest community and the most plugins that I've wanted to use. It's pretty quickly a religious debate, though. Sent from my iPhone On Nov 18, 2010, at 6:42 PM, Paolo Sommaruga wrote: > Hi Mike, > > why not dojo support ? I think it's very powerful > > Regards > > Paolo > > > > Il giorno 19/nov/2010, alle ore 00.26, Mike Schrag ha scritto: > >> jQuery is the most likely future. It's on the task list, but nothing is >> particularly driving it. At one point I thought about making a pluggable >> impl but decided it wasn't worth the complexity for something that might >> only change every 4 years. jQuery seems to have most of the mineshare at >> this point and seems like a good choice. If I do it I'll probably make a new >> framework and copy everything over so it doesn't break people that have big >> investments in prototype. >> >> Sent from my iPhone >> >> On Nov 18, 2010, at 5:58 PM, Michael Gargano wrote: >> >>> I was playing with the Ajax framework today (really cool btw) and I was >>> wondering about where it's going. I know right now it's based off >>> prototype.js and scriptaculous, but there's a large kickback in the >>> prototype community because the framework extends the DOM. Prototype 2 is >>> going to fix this, but requires fairly major rewrites. Just wondering if >>> the framework would just be updated for prototype 2 or if that would be >>> taken as an opportunity to move to something else like jQuery. >>> >>> -Mike >>> >>> ___ >>> 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/mailman/options/webobjects-dev/mschrag%40pobox.com >>> >>> This email sent to msch...@pobox.com >> ___ >> 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/mailman/options/webobjects-dev/psomma%40jpaso.com >> >> This email sent to pso...@jpaso.com > > ___ > 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/mailman/options/webobjects-dev/mschrag%40pobox.com > > This email sent to msch...@pobox.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Developing with Apache and Cookies
It works for me using localhost. On Nov 18, 2010, at 5:04 PM, Johnny Miller wrote: > Hi, > > Is there something special you need to do to get this to work? > > In the session object i have tried both > > public String domainForIDCookies() { > return "/cgi-bin/WebObjects/AppName.woa"; > } > > and > > public String domainForIDCookies() { > return "/"; > } > > I can see in my browser that the cookie gets created but the next time I go > to read it the request object says there are no cookies? So, my app > overwrites the old value. > > I'm using 127.0.0.1 as the domain name - not sure if that's the problem as in > Safari it says the cookie's web site is .127.0.0.1 > > TIA, > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > > ___ > 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/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to ch...@global-village.net -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Developing with Apache and Cookies
Hi, Is there something special you need to do to get this to work? In the session object i have tried both public String domainForIDCookies() { return "/cgi-bin/WebObjects/AppName.woa"; } and public String domainForIDCookies() { return "/"; } I can see in my browser that the cookie gets created but the next time I go to read it the request object says there are no cookies? So, my app overwrites the old value. I'm using 127.0.0.1 as the domain name - not sure if that's the problem as in Safari it says the cookie's web site is .127.0.0.1 TIA, Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
I think you need to bind it to a variable. On Nov 18, 2010, at 3:38 PM, Johnny Miller wrote: > I tried adding a wohiddenfield with a static string value but it doesn't seem > to work. Do I need to update it somehow? > > > On Nov 18, 2010, at 1:26 PM, Chuck Hill wrote: > >> That is an old HTML problem. Unchecked boxes submit nothing. If the form >> has only check boxes, nothing is submitted. Add a WOHiddenField to the form. >> >> >> On Nov 18, 2010, at 3:23 PM, Johnny Miller wrote: >> >>> Well, I'm getting closer :p >>> >>> I had evalScripts set to false and that was killing the second update. >>> >>> However, for some odd reason my cover method only gets called if I check >>> the box to on. When checked to off it does an ajax update but the cover >>> method doesn't get called? >>> >>> Thanks, >>> >>> Johnny >>> >>> >>> On Nov 18, 2010, at 12:03 PM, Travis Britt wrote: >>> Do you have the whole thing in a WOForm? WOForm AjaxObserveField WORepetition tb On Nov 18, 2010, at 4:57 PM, Johnny Miller wrote: > I'm getting a little confused on the wording in the JavaDocs. > > Here is my component layout > > ... updateContainerID="SomeId"> > > I think that's right but I'm getting the error where only the first > update gets triggered. Do you know what I'm missing? > > Thanks, > > Johnny > > On Nov 18, 2010, at 10:38 AM, Travis Britt wrote: > >> Yep. It will observe whatever it's wrapping. >> >> http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/ajax/AjaxObserveField.html >> >> >> On Nov 18, 2010, at 3:01 PM, Johnny Miller wrote: >> >>> Would I just use the updatecontainerid and not the observefieldid? >>> >>> thanks a lot, >>> >>> Johnny >>> >>> On Nov 18, 2010, at 9:45 AM, Travis Britt wrote: >>> You could wrap the WORepetition in an AjaxObserveField and it will watch all the checkboxes. tb On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: > Hi, > > I have a display group that I'm paginating through using ajax update > links. Each of the objects has a checkbox whose state I want to > record between paginations. > > Should I use an ajax observe field per checkbox or wrap each checkbox > in an ajax submit form or is there a better way? I guess I could use > the ajax update container to push changes to the server but I don't > want the user's experience to be intermittently interrupted between > refreshes. > > Thanks in advance, > > Johnny > > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > > ___ > 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/mailman/options/webobjects-dev/tbritt%40phigment.org > > This email sent to tbr...@phigment.org >>> >>> Johnny Miller >>> Kahalawai Media Corp >>> http://www.kahalawai.com >>> >>> >>> >> > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > >>> >>> Johnny Miller >>> Kahalawai Media Corp >>> http://www.kahalawai.com >>> >>> >>> >>> ___ >>> 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/mailman/options/webobjects-dev/chill%40global-village.net >>> >>> This email sent to ch...@global-village.net >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects ___ 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/mailman
Re: New error about er.javamail ..
This is a very old app. It was written with a noxymo framework and only uses some peripheral ERD2W of Wonder only. I have methodically gone through and compared every conceivable setting, order, dot file that I can see or think of. The only real difference I see in the console log output was that in the bad setup it was looking for WebObjects.properties in /Users/abc So, I look over on my working workstation, and there is no WebObjects.properties there. So, why is wolips wanting to find it? James On Nov 18, 2010, at 5:28 PM, Tim Worman wrote: > James: > > I don't think anyone is going to be able to answer your WTF. > > When a Wonder app starts it very methodically details in the console output > what Properties files are discovered and what specific key/value pairs are > discovered. I would put some test properties in the files in question and > more methodically figure out if you have a problem with properties being > overridden. More than likely, that is your problem. Pay close attention to > the console output regarding properties when your app starts up. > > Tim Worman > UCLA GSE&IS > > > On Nov 18, 2010, at 12:40 PM, James Cicenia wrote: > >> It was UTF-8 changed it to ISO-Latin ... same problem. >> >> >> WTF?! >> >> On Nov 18, 2010, at 1:00 PM, Pascal Robert wrote: >> >>> I think we had this problem before, and it was because the properties file >>> was in UTF-8 instead of ISO-Latin-1. >>> I eliminated all whitespace in the Properties file. Still does nothing. On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: > Spaces! Don't use whitespace. > > Mark > > -- > Dr. Mark Wardle > Specialist registrar, Neurology > (Sent from my mobile) > > > On 18 Nov 2010, at 17:53, James Cicenia wrote: > >> Uh... yea... had that in there I believe it isn't reading my >> properties file. >> really! >> >> >> On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: >> >>> Dude! Really? >>> >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, >> but you did not provide a valid email for that property >>> >>> er.javamail.adminEmail ... did not provide a valid email for that >>> property >>> >>> For giggles try >>> er.javamail.adminemail=ja...@jimijon.com >>> >>> >>> >>> On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: >>> Read? hmm, what is there to read? Inside my properties file it says false. This setup works on the other workstations. - j- On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: > > On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: > >> Trying to get the new developer running... >> Things look the same but when I try to launch the app from eclipse I >> get: >> >> [2010-11-18 11:23:7 CST] null >> [2010-11-18 11:23:7 CST] A fatal exception occurred: When >> 'er.javamail.centralize' is true (default), all outgoing mails will >> get sent to 'er.javamail.adminEmail' instead of the normal TO >> addresses, but you did not provide a valid email for that property. >> [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: >> When 'er.javamail.centralize' is true (default), all outgoing mails >> will get sent to 'er.javamail.adminEmail' instead of the normal TO >> addresses, but you did not provide a valid email for that property. >> at >> er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) >> at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) >> >> Any suggestions? >> My properties file: >> >> er.javamail.centralize = false > > Read? :-) > >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, >> but you did not provide a valid email for that property > > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their > overall knowledge of WebObjects or who are trying to solve specific > problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > ___ 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/mailman/options/webobjects-dev/chill%40global-village.net This email sent
Re: Ajax Design Question
I've decided I'm just going to cheat and use an update link that looks like a checkbox. On Nov 18, 2010, at 1:26 PM, Chuck Hill wrote: > That is an old HTML problem. Unchecked boxes submit nothing. If the form > has only check boxes, nothing is submitted. Add a WOHiddenField to the form. > > > On Nov 18, 2010, at 3:23 PM, Johnny Miller wrote: > >> Well, I'm getting closer :p >> >> I had evalScripts set to false and that was killing the second update. >> >> However, for some odd reason my cover method only gets called if I check the >> box to on. When checked to off it does an ajax update but the cover method >> doesn't get called? >> >> Thanks, >> >> Johnny >> >> >> On Nov 18, 2010, at 12:03 PM, Travis Britt wrote: >> >>> Do you have the whole thing in a WOForm? >>> >>> WOForm >>> AjaxObserveField >>>WORepetition >>> >>> tb >>> >>> On Nov 18, 2010, at 4:57 PM, Johnny Miller wrote: >>> I'm getting a little confused on the wording in the JavaDocs. Here is my component layout ...>>> updateContainerID="SomeId"> I think that's right but I'm getting the error where only the first update gets triggered. Do you know what I'm missing? Thanks, Johnny On Nov 18, 2010, at 10:38 AM, Travis Britt wrote: > Yep. It will observe whatever it's wrapping. > > http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/ajax/AjaxObserveField.html > > > On Nov 18, 2010, at 3:01 PM, Johnny Miller wrote: > >> Would I just use the updatecontainerid and not the observefieldid? >> >> thanks a lot, >> >> Johnny >> >> On Nov 18, 2010, at 9:45 AM, Travis Britt wrote: >> >>> You could wrap the WORepetition in an AjaxObserveField and it will >>> watch all the checkboxes. >>> >>> tb >>> >>> On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: >>> Hi, I have a display group that I'm paginating through using ajax update links. Each of the objects has a checkbox whose state I want to record between paginations. Should I use an ajax observe field per checkbox or wrap each checkbox in an ajax submit form or is there a better way? I guess I could use the ajax update container to push changes to the server but I don't want the user's experience to be intermittently interrupted between refreshes. Thanks in advance, Johnny Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/tbritt%40phigment.org This email sent to tbr...@phigment.org >>> >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com >>> >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> >> ___ >> 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/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to ch...@global-village.net > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax framework's future
Use ERRest and Dojo's JSONRestStore :-) > Hi Mike, > > why not dojo support ? I think it's very powerful > > Regards > > Paolo > > > > Il giorno 19/nov/2010, alle ore 00.26, Mike Schrag ha scritto: > >> jQuery is the most likely future. It's on the task list, but nothing is >> particularly driving it. At one point I thought about making a pluggable >> impl but decided it wasn't worth the complexity for something that might >> only change every 4 years. jQuery seems to have most of the mineshare at >> this point and seems like a good choice. If I do it I'll probably make a new >> framework and copy everything over so it doesn't break people that have big >> investments in prototype. >> >> Sent from my iPhone >> >> On Nov 18, 2010, at 5:58 PM, Michael Gargano wrote: >> >>> I was playing with the Ajax framework today (really cool btw) and I was >>> wondering about where it's going. I know right now it's based off >>> prototype.js and scriptaculous, but there's a large kickback in the >>> prototype community because the framework extends the DOM. Prototype 2 is >>> going to fix this, but requires fairly major rewrites. Just wondering if >>> the framework would just be updated for prototype 2 or if that would be >>> taken as an opportunity to move to something else like jQuery. >>> >>> -Mike >>> >>> ___ >>> 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/mailman/options/webobjects-dev/mschrag%40pobox.com >>> >>> This email sent to msch...@pobox.com >> ___ >> 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/mailman/options/webobjects-dev/psomma%40jpaso.com >> >> This email sent to pso...@jpaso.com > > ___ > 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/mailman/options/webobjects-dev/probert%40macti.ca > > This email sent to prob...@macti.ca ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax framework's future
> jQuery is the most likely future. It's on the task list, but nothing is > particularly driving it. At one point I thought about making a pluggable impl > but decided it wasn't worth the complexity for something that might only > change every 4 years. jQuery seems to have most of the mineshare at this > point and seems like a good choice. If I do it I'll probably make a new > framework and copy everything over so it doesn't break people that have big > investments in prototype. +100 our UI people are always pointing out that jQuery has so much momentum behind it, whereas prototypes seems to just be stagnating... simon ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax framework's future
I wouldn't mind helping if you are looking for participants. I'm pretty familiar with Ajax Framework because I made a MooTools version. I kind of regret using MooTools (which I liked more) over jQuery because it seems that's the framework which has become more popular i.e. more plugins. On Nov 18, 2010, at 1:26 PM, Mike Schrag wrote: > jQuery is the most likely future. It's on the task list, but nothing is > particularly driving it. At one point I thought about making a pluggable impl > but decided it wasn't worth the complexity for something that might only > change every 4 years. jQuery seems to have most of the mineshare at this > point and seems like a good choice. If I do it I'll probably make a new > framework and copy everything over so it doesn't break people that have big > investments in prototype. > > Sent from my iPhone > > On Nov 18, 2010, at 5:58 PM, Michael Gargano wrote: > >> I was playing with the Ajax framework today (really cool btw) and I was >> wondering about where it's going. I know right now it's based off >> prototype.js and scriptaculous, but there's a large kickback in the >> prototype community because the framework extends the DOM. Prototype 2 is >> going to fix this, but requires fairly major rewrites. Just wondering if >> the framework would just be updated for prototype 2 or if that would be >> taken as an opportunity to move to something else like jQuery. >> >> -Mike >> >> ___ >> 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/mailman/options/webobjects-dev/mschrag%40pobox.com >> >> This email sent to msch...@pobox.com > ___ > 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/mailman/options/webobjects-dev/jlmiller%40kahalawai.com > > This email sent to jlmil...@kahalawai.com Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax framework's future
Hi Mike, why not dojo support ? I think it's very powerful Regards Paolo Il giorno 19/nov/2010, alle ore 00.26, Mike Schrag ha scritto: > jQuery is the most likely future. It's on the task list, but nothing is > particularly driving it. At one point I thought about making a pluggable impl > but decided it wasn't worth the complexity for something that might only > change every 4 years. jQuery seems to have most of the mineshare at this > point and seems like a good choice. If I do it I'll probably make a new > framework and copy everything over so it doesn't break people that have big > investments in prototype. > > Sent from my iPhone > > On Nov 18, 2010, at 5:58 PM, Michael Gargano wrote: > >> I was playing with the Ajax framework today (really cool btw) and I was >> wondering about where it's going. I know right now it's based off >> prototype.js and scriptaculous, but there's a large kickback in the >> prototype community because the framework extends the DOM. Prototype 2 is >> going to fix this, but requires fairly major rewrites. Just wondering if >> the framework would just be updated for prototype 2 or if that would be >> taken as an opportunity to move to something else like jQuery. >> >> -Mike >> >> ___ >> 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/mailman/options/webobjects-dev/mschrag%40pobox.com >> >> This email sent to msch...@pobox.com > ___ > 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/mailman/options/webobjects-dev/psomma%40jpaso.com > > This email sent to pso...@jpaso.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
I tried adding a wohiddenfield with a static string value but it doesn't seem to work. Do I need to update it somehow? On Nov 18, 2010, at 1:26 PM, Chuck Hill wrote: > That is an old HTML problem. Unchecked boxes submit nothing. If the form > has only check boxes, nothing is submitted. Add a WOHiddenField to the form. > > > On Nov 18, 2010, at 3:23 PM, Johnny Miller wrote: > >> Well, I'm getting closer :p >> >> I had evalScripts set to false and that was killing the second update. >> >> However, for some odd reason my cover method only gets called if I check the >> box to on. When checked to off it does an ajax update but the cover method >> doesn't get called? >> >> Thanks, >> >> Johnny >> >> >> On Nov 18, 2010, at 12:03 PM, Travis Britt wrote: >> >>> Do you have the whole thing in a WOForm? >>> >>> WOForm >>> AjaxObserveField >>>WORepetition >>> >>> tb >>> >>> On Nov 18, 2010, at 4:57 PM, Johnny Miller wrote: >>> I'm getting a little confused on the wording in the JavaDocs. Here is my component layout ...>>> updateContainerID="SomeId"> I think that's right but I'm getting the error where only the first update gets triggered. Do you know what I'm missing? Thanks, Johnny On Nov 18, 2010, at 10:38 AM, Travis Britt wrote: > Yep. It will observe whatever it's wrapping. > > http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/ajax/AjaxObserveField.html > > > On Nov 18, 2010, at 3:01 PM, Johnny Miller wrote: > >> Would I just use the updatecontainerid and not the observefieldid? >> >> thanks a lot, >> >> Johnny >> >> On Nov 18, 2010, at 9:45 AM, Travis Britt wrote: >> >>> You could wrap the WORepetition in an AjaxObserveField and it will >>> watch all the checkboxes. >>> >>> tb >>> >>> On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: >>> Hi, I have a display group that I'm paginating through using ajax update links. Each of the objects has a checkbox whose state I want to record between paginations. Should I use an ajax observe field per checkbox or wrap each checkbox in an ajax submit form or is there a better way? I guess I could use the ajax update container to push changes to the server but I don't want the user's experience to be intermittently interrupted between refreshes. Thanks in advance, Johnny Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/tbritt%40phigment.org This email sent to tbr...@phigment.org >>> >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com >>> >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> >> ___ >> 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/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to ch...@global-village.net > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
James: I don't think anyone is going to be able to answer your WTF. When a Wonder app starts it very methodically details in the console output what Properties files are discovered and what specific key/value pairs are discovered. I would put some test properties in the files in question and more methodically figure out if you have a problem with properties being overridden. More than likely, that is your problem. Pay close attention to the console output regarding properties when your app starts up. Tim Worman UCLA GSE&IS On Nov 18, 2010, at 12:40 PM, James Cicenia wrote: > It was UTF-8 changed it to ISO-Latin ... same problem. > > > WTF?! > > On Nov 18, 2010, at 1:00 PM, Pascal Robert wrote: > >> I think we had this problem before, and it was because the properties file >> was in UTF-8 instead of ISO-Latin-1. >> >>> I eliminated all whitespace in the Properties file. Still does nothing. >>> >>> >>> >>> >>> On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: >>> Spaces! Don't use whitespace. Mark -- Dr. Mark Wardle Specialist registrar, Neurology (Sent from my mobile) On 18 Nov 2010, at 17:53, James Cicenia wrote: > Uh... yea... had that in there I believe it isn't reading my > properties file. > really! > > > On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: > >> Dude! Really? >> > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, > but you did not provide a valid email for that property >> >> er.javamail.adminEmail ... did not provide a valid email for that >> property >> >> For giggles try >> er.javamail.adminemail=ja...@jimijon.com >> >> >> >> On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: >> >>> Read? >>> >>> hmm, what is there to read? Inside my properties file it says false. >>> This setup works on the other workstations. >>> >>> - j- >>> >>> >>> On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: >>> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: > Trying to get the new developer running... > Things look the same but when I try to launch the app from eclipse I > get: > > [2010-11-18 11:23:7 CST] null > [2010-11-18 11:23:7 CST] A fatal exception occurred: When > 'er.javamail.centralize' is true (default), all outgoing mails will > get sent to 'er.javamail.adminEmail' instead of the normal TO > addresses, but you did not provide a valid email for that property. > [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: > When 'er.javamail.centralize' is true (default), all outgoing mails > will get sent to 'er.javamail.adminEmail' instead of the normal TO > addresses, but you did not provide a valid email for that property. > at > er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) > at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) > > Any suggestions? > My properties file: > > er.javamail.centralize = false Read? :-) > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, > but you did not provide a valid email for that property -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects >>> >>> ___ >>> 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/mailman/options/webobjects-dev/chill%40global-village.net >>> >>> This email sent to ch...@global-village.net >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > ___ > 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/mailman/options/webobjects-de
Re: Ajax framework's future
jQuery is the most likely future. It's on the task list, but nothing is particularly driving it. At one point I thought about making a pluggable impl but decided it wasn't worth the complexity for something that might only change every 4 years. jQuery seems to have most of the mineshare at this point and seems like a good choice. If I do it I'll probably make a new framework and copy everything over so it doesn't break people that have big investments in prototype. Sent from my iPhone On Nov 18, 2010, at 5:58 PM, Michael Gargano wrote: > I was playing with the Ajax framework today (really cool btw) and I was > wondering about where it's going. I know right now it's based off > prototype.js and scriptaculous, but there's a large kickback in the prototype > community because the framework extends the DOM. Prototype 2 is going to fix > this, but requires fairly major rewrites. Just wondering if the framework > would just be updated for prototype 2 or if that would be taken as an > opportunity to move to something else like jQuery. > > -Mike > > ___ > 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/mailman/options/webobjects-dev/mschrag%40pobox.com > > This email sent to msch...@pobox.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
That is an old HTML problem. Unchecked boxes submit nothing. If the form has only check boxes, nothing is submitted. Add a WOHiddenField to the form. On Nov 18, 2010, at 3:23 PM, Johnny Miller wrote: > Well, I'm getting closer :p > > I had evalScripts set to false and that was killing the second update. > > However, for some odd reason my cover method only gets called if I check the > box to on. When checked to off it does an ajax update but the cover method > doesn't get called? > > Thanks, > > Johnny > > > On Nov 18, 2010, at 12:03 PM, Travis Britt wrote: > >> Do you have the whole thing in a WOForm? >> >> WOForm >> AjaxObserveField >> WORepetition >> >> tb >> >> On Nov 18, 2010, at 4:57 PM, Johnny Miller wrote: >> >>> I'm getting a little confused on the wording in the JavaDocs. >>> >>> Here is my component layout >>> >>> ...>> updateContainerID="SomeId"> >>> >>> I think that's right but I'm getting the error where only the first update >>> gets triggered. Do you know what I'm missing? >>> >>> Thanks, >>> >>> Johnny >>> >>> On Nov 18, 2010, at 10:38 AM, Travis Britt wrote: >>> Yep. It will observe whatever it's wrapping. http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/ajax/AjaxObserveField.html On Nov 18, 2010, at 3:01 PM, Johnny Miller wrote: > Would I just use the updatecontainerid and not the observefieldid? > > thanks a lot, > > Johnny > > On Nov 18, 2010, at 9:45 AM, Travis Britt wrote: > >> You could wrap the WORepetition in an AjaxObserveField and it will watch >> all the checkboxes. >> >> tb >> >> On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: >> >>> Hi, >>> >>> I have a display group that I'm paginating through using ajax update >>> links. Each of the objects has a checkbox whose state I want to record >>> between paginations. >>> >>> Should I use an ajax observe field per checkbox or wrap each checkbox >>> in an ajax submit form or is there a better way? I guess I could use >>> the ajax update container to push changes to the server but I don't >>> want the user's experience to be intermittently interrupted between >>> refreshes. >>> >>> Thanks in advance, >>> >>> Johnny >>> >>> >>> Johnny Miller >>> Kahalawai Media Corp >>> http://www.kahalawai.com >>> >>> >>> >>> ___ >>> 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/mailman/options/webobjects-dev/tbritt%40phigment.org >>> >>> This email sent to tbr...@phigment.org >> > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > >>> >>> Johnny Miller >>> Kahalawai Media Corp >>> http://www.kahalawai.com >>> >>> >>> >> > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > > ___ > 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/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to ch...@global-village.net -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects smime.p7s Description: S/MIME cryptographic signature ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
Well, I'm getting closer :p I had evalScripts set to false and that was killing the second update. However, for some odd reason my cover method only gets called if I check the box to on. When checked to off it does an ajax update but the cover method doesn't get called? Thanks, Johnny On Nov 18, 2010, at 12:03 PM, Travis Britt wrote: > Do you have the whole thing in a WOForm? > > WOForm > AjaxObserveField > WORepetition > > tb > > On Nov 18, 2010, at 4:57 PM, Johnny Miller wrote: > >> I'm getting a little confused on the wording in the JavaDocs. >> >> Here is my component layout >> >> ...> updateContainerID="SomeId"> >> >> I think that's right but I'm getting the error where only the first update >> gets triggered. Do you know what I'm missing? >> >> Thanks, >> >> Johnny >> >> On Nov 18, 2010, at 10:38 AM, Travis Britt wrote: >> >>> Yep. It will observe whatever it's wrapping. >>> >>> http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/ajax/AjaxObserveField.html >>> >>> >>> On Nov 18, 2010, at 3:01 PM, Johnny Miller wrote: >>> Would I just use the updatecontainerid and not the observefieldid? thanks a lot, Johnny On Nov 18, 2010, at 9:45 AM, Travis Britt wrote: > You could wrap the WORepetition in an AjaxObserveField and it will watch > all the checkboxes. > > tb > > On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: > >> Hi, >> >> I have a display group that I'm paginating through using ajax update >> links. Each of the objects has a checkbox whose state I want to record >> between paginations. >> >> Should I use an ajax observe field per checkbox or wrap each checkbox in >> an ajax submit form or is there a better way? I guess I could use the >> ajax update container to push changes to the server but I don't want the >> user's experience to be intermittently interrupted between refreshes. >> >> Thanks in advance, >> >> Johnny >> >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> >> ___ >> 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/mailman/options/webobjects-dev/tbritt%40phigment.org >> >> This email sent to tbr...@phigment.org > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com >>> >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Ajax framework's future
I was playing with the Ajax framework today (really cool btw) and I was wondering about where it's going. I know right now it's based off prototype.js and scriptaculous, but there's a large kickback in the prototype community because the framework extends the DOM. Prototype 2 is going to fix this, but requires fairly major rewrites. Just wondering if the framework would just be updated for prototype 2 or if that would be taken as an opportunity to move to something else like jQuery. -Mike ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
Do you have the whole thing in a WOForm? WOForm AjaxObserveField WORepetition tb On Nov 18, 2010, at 4:57 PM, Johnny Miller wrote: > I'm getting a little confused on the wording in the JavaDocs. > > Here is my component layout > > ... updateContainerID="SomeId"> > > I think that's right but I'm getting the error where only the first update > gets triggered. Do you know what I'm missing? > > Thanks, > > Johnny > > On Nov 18, 2010, at 10:38 AM, Travis Britt wrote: > >> Yep. It will observe whatever it's wrapping. >> >> http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/ajax/AjaxObserveField.html >> >> >> On Nov 18, 2010, at 3:01 PM, Johnny Miller wrote: >> >>> Would I just use the updatecontainerid and not the observefieldid? >>> >>> thanks a lot, >>> >>> Johnny >>> >>> On Nov 18, 2010, at 9:45 AM, Travis Britt wrote: >>> You could wrap the WORepetition in an AjaxObserveField and it will watch all the checkboxes. tb On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: > Hi, > > I have a display group that I'm paginating through using ajax update > links. Each of the objects has a checkbox whose state I want to record > between paginations. > > Should I use an ajax observe field per checkbox or wrap each checkbox in > an ajax submit form or is there a better way? I guess I could use the > ajax update container to push changes to the server but I don't want the > user's experience to be intermittently interrupted between refreshes. > > Thanks in advance, > > Johnny > > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > > ___ > 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/mailman/options/webobjects-dev/tbritt%40phigment.org > > This email sent to tbr...@phigment.org >>> >>> Johnny Miller >>> Kahalawai Media Corp >>> http://www.kahalawai.com >>> >>> >>> >> > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
I'm getting a little confused on the wording in the JavaDocs. Here is my component layout ... I think that's right but I'm getting the error where only the first update gets triggered. Do you know what I'm missing? Thanks, Johnny On Nov 18, 2010, at 10:38 AM, Travis Britt wrote: > Yep. It will observe whatever it's wrapping. > > http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/ajax/AjaxObserveField.html > > > On Nov 18, 2010, at 3:01 PM, Johnny Miller wrote: > >> Would I just use the updatecontainerid and not the observefieldid? >> >> thanks a lot, >> >> Johnny >> >> On Nov 18, 2010, at 9:45 AM, Travis Britt wrote: >> >>> You could wrap the WORepetition in an AjaxObserveField and it will watch >>> all the checkboxes. >>> >>> tb >>> >>> On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: >>> Hi, I have a display group that I'm paginating through using ajax update links. Each of the objects has a checkbox whose state I want to record between paginations. Should I use an ajax observe field per checkbox or wrap each checkbox in an ajax submit form or is there a better way? I guess I could use the ajax update container to push changes to the server but I don't want the user's experience to be intermittently interrupted between refreshes. Thanks in advance, Johnny Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/tbritt%40phigment.org This email sent to tbr...@phigment.org >>> >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
You cannot have more than 255 columns in a given row when creating Excel spreadsheet
I¹m trying to create an Excel spreadsheet that has > 255 columns. The ExcelGenerator throws an exception . We use poi-3.6-20091214.jar and I have Excel 2008 for Mac which allows up to 16k columns. com.webobjects.foundation.NSForwardException: java.lang.IllegalArgumentException: Invalid column index (256). Allowable column range for BIFF8 is (0..255) or ('A'..'IV') java.lang.IllegalArgumentException: Invalid column index (256). Allowable column range for BIFF8 is (0..255) or ('A'..'IV') Do5zXbOhkHWrEn9yRYcfqM Thu, 18 Nov 2010 14:07:13 I found this: http://stackoverflow.com/questions/2326668/how-to-get-more-than-255-columns- in-an-excel-sheet-using-apache-poi-3-6 One of the responders said that they: had to switch from the org.apache.poi.hssf.usermodel to the org.apache.poi.ss.usermodel The only place I see org.apache.poi.hssf.usermodel imported is in EGSimpleTableCreator and EGSimpleTableParser.java. Just switching out the packages in those two classes gives LOTS of errors because org.apache.poi.ss.usermodel doesn¹t have all the classes that org.apache.poi.hssf.usermodel has, so I¹m wondering is there another way I can switch out these two packages? OR is this not the solution? Thanks in advance. Paula -- Paula Loehr K12 Inc 719-460-4350 plo...@k12.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..more info
The javax.mail.Session error sounds like a clue that your launch arguments are not exactly what you expect for a WOApplication. I've had this when I use an ERXMainRunner from a Wonder Framework project (one that doesn't have an Application and Session class in the highest priority part of the classpath. ERXProperties can produce some INFO output to the console that shows what properties files are loaded in what order and what the resulting properties are after all are loaded/overriden. This may give you an idea of where your properties may be overriden or not read in the order you expect. INFO [Thread-0] (er.extensions.foundation.ERXProperties:975) - ERXProperties has found the following Properties files: JavaDirectToWeb.framework -> /Developer/WebObjects543/System/Library/Frameworks/JavaDirectToWeb.framework/Resources/Properties JavaJDBCAdaptor.framework -> /Developer/WebObjects543/System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Properties JavaEOControl.framework -> /Developer/WebObjects543/System/Library/Frameworks/JavaEOControl.framework/Resources/Properties [... and other loaded frameworks ... then on to my own frameworks ...] VAJava_EOFramework.framework -> /Users/lmg42/Development/Eclipse.Workspaces/VascAlert_201009/Web6/VAJava_EOFramework/Resources/Properties VAJava_EOFramework.framework.user -> /Users/lmg42/Development/Eclipse.Workspaces/VascAlert_201009/Web6/VAJava_EOFramework/Resources/Properties.lmg42 [... etc ...] VABizLogic.app -> /Users/lmg42/Development/Eclipse.Workspaces/VascAlert_201009/Web6/VABizLogic/Resources/Properties Application-User Properties -> /Users/lmg42/Development/Eclipse.Workspaces/VascAlert_201009/Web6/VABizLogic/Resources/Properties.lmg42 [... and then gives you the entire properties when the application finishes launching ...] ERXProperties currently has the following properties: Audit.DBPassword= On 11/18/10 1:05 PM, James Cicenia wrote: > OK if I put in the startup properties via eclipse to set centralize to off... > I now get this error: > it thinks my Session is javax.mail.Session. > > WTF... this works on three other systems? > > > > > > > On Nov 18, 2010, at 11:52 AM, James Cicenia wrote: > >> Uh... yea... had that in there I believe it isn't reading my properties >> file. >> really! >> >> >> On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: >> >>> Dude! Really? >>> >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >> you did not provide a valid email for that property >>> >>> er.javamail.adminEmail ... did not provide a valid email for that property >>> >>> For giggles try >>> er.javamail.adminemail=ja...@jimijon.com >>> >>> >>> >>> On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: >>> Read? hmm, what is there to read? Inside my properties file it says false. This setup works on the other workstations. - j- On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: > > On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: > >> Trying to get the new developer running... >> Things look the same but when I try to launch the app from eclipse I get: >> >> [2010-11-18 11:23:7 CST] null >> [2010-11-18 11:23:7 CST] A fatal exception occurred: When >> 'er.javamail.centralize' is true (default), all outgoing mails will get >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >> you did not provide a valid email for that property. >> [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When >> 'er.javamail.centralize' is true (default), all outgoing mails will get >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >> you did not provide a valid email for that property. >> at >> er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) >> at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) >> >> Any suggestions? >> My properties file: >> >> er.javamail.centralize = false > > Read? :-) > >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >> you did not provide a valid email for that property > > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > ___ 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/mailman/options/webobjects-dev/chill%40global-village.net This email sent to ch...@glob
Re: Anyone see this?
http://www.lmgtfy.com/?q=WARN%3A+Invalid+value+%7B1%7D+for+server+variable+named+%7B0%7D.+falling+back+to+sane+default+of+%7B2%7D. On 2010-11-18, at 12:21 PM, James Cicenia wrote: > On my new machine that is killing me... > > I see this warning which I don't see on the others > WARN: Invalid value {1} for server variable named {0}. falling back to sane > default of {2}. > > Thanks > James ___ > 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/mailman/options/webobjects-dev/programmingosx%40mac.com > > This email sent to programming...@mac.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
[MEETING] TONIGHT 11/18/2010
Last minute reminder, As indicated last week, TONIGHT is this month's WO-NoVA meeting. We will be demonstrating setting up a plain vanilla WO server using a brand new wiped Mac Mini. We'll be following the Wiki instructions and intend and hope to determine what additional information may be needed to complete the process, and add that information to the Wiki if necessary. And. . . we'll talk about whatever else comes to mind. As always, food will be provided to those nice enough to provide RSVP. 6:30 PM at K12 2300 Corporate Park Drive Herndon, VA 20171 http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=2300+Corporate+Park+Dr,+Herndon,+VA+20171&sll=37.0625,-95.677068&sspn=55.016555,76.992187&ie=UTF8&hq=&hnear=2300+Corporate+Park+Dr,+Herndon,+Fairfax,+Virginia+20171&z=17 -- You received this message because you are subscribed to the Google Groups "WebObjects NOVA" group. To post to this group, send email to webobjects-n...@googlegroups.com. To unsubscribe from this group, send email to webobjects-nova+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webobjects-nova?hl=en. ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Anyone see this?
On 2010-11-18, at 12:21 PM, James Cicenia wrote: > On my new machine that is killing me... > > I see this warning Where??? > which I don't see on the others > WARN: Invalid value {1} for server variable named {0}. falling back to sane > default of {2}. > > Thanks > James ___ > 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/mailman/options/webobjects-dev/programmingosx%40mac.com > > This email sent to programming...@mac.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
It was UTF-8 changed it to ISO-Latin ... same problem. WTF?! On Nov 18, 2010, at 1:00 PM, Pascal Robert wrote: > I think we had this problem before, and it was because the properties file > was in UTF-8 instead of ISO-Latin-1. > >> I eliminated all whitespace in the Properties file. Still does nothing. >> >> >> >> >> On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: >> >>> Spaces! Don't use whitespace. >>> >>> Mark >>> >>> -- >>> Dr. Mark Wardle >>> Specialist registrar, Neurology >>> (Sent from my mobile) >>> >>> >>> On 18 Nov 2010, at 17:53, James Cicenia wrote: >>> Uh... yea... had that in there I believe it isn't reading my properties file. really! On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: > Dude! Really? > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property > > er.javamail.adminEmail ... did not provide a valid email for that > property > > For giggles try > er.javamail.adminemail=ja...@jimijon.com > > > > On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: > >> Read? >> >> hmm, what is there to read? Inside my properties file it says false. >> This setup works on the other workstations. >> >> - j- >> >> >> On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: >> >>> >>> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: >>> Trying to get the new developer running... Things look the same but when I try to launch the app from eclipse I get: [2010-11-18 11:23:7 CST] null [2010-11-18 11:23:7 CST] A fatal exception occurred: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. at er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) Any suggestions? My properties file: er.javamail.centralize = false >>> >>> Read? :-) >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property >>> >>> >>> -- >>> Chuck Hill Senior Consultant / VP Development >>> >>> Practical WebObjects - for developers who want to increase their >>> overall knowledge of WebObjects or who are trying to solve specific >>> problems. >>> http://www.global-village.net/products/practical_webobjects >>> >>> >>> >>> >>> >>> >>> >> >> ___ >> 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/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to ch...@global-village.net > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > ___ 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/mailman/options/webobjects-dev/mark%40wardle.org This email sent to m...@wardle.org >> >> ___ >> 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/mailman/options/webobjects-dev/probert%40macti.ca >> >> This email sent to prob...@macti.ca > ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This e
Re: WebObjects scalability question
Le 2010-11-18 à 15:34, Ren, Kevin a écrit : > Hi Pascal, > >> That's one of the top 5 questions people ask, but not much >> answers. For the EOF cache, you can use the >> ERJGroupsSynchronizer to synchronize EOs between instances. > > Could you tell me what these top 5 questions are? > > Is it possible to know which one could have work around solution or > further solution in WO/Wonder sometimes in the future release? The others are : - How WO is better than other frameworks. Everyone says it's better, but nobody says how... - Does WO is dead? - Where is the WebObjects and/or WO roadmap? - When WO is going to be in Objective-C again? ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
Yep. It will observe whatever it's wrapping. http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/ajax/AjaxObserveField.html On Nov 18, 2010, at 3:01 PM, Johnny Miller wrote: > Would I just use the updatecontainerid and not the observefieldid? > > thanks a lot, > > Johnny > > On Nov 18, 2010, at 9:45 AM, Travis Britt wrote: > >> You could wrap the WORepetition in an AjaxObserveField and it will watch all >> the checkboxes. >> >> tb >> >> On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: >> >>> Hi, >>> >>> I have a display group that I'm paginating through using ajax update links. >>> Each of the objects has a checkbox whose state I want to record between >>> paginations. >>> >>> Should I use an ajax observe field per checkbox or wrap each checkbox in an >>> ajax submit form or is there a better way? I guess I could use the ajax >>> update container to push changes to the server but I don't want the user's >>> experience to be intermittently interrupted between refreshes. >>> >>> Thanks in advance, >>> >>> Johnny >>> >>> >>> Johnny Miller >>> Kahalawai Media Corp >>> http://www.kahalawai.com >>> >>> >>> >>> ___ >>> 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/mailman/options/webobjects-dev/tbritt%40phigment.org >>> >>> This email sent to tbr...@phigment.org >> > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
RE: WebObjects scalability question
Hi Pascal, > That's one of the top 5 questions people ask, but not much > answers. For the EOF cache, you can use the > ERJGroupsSynchronizer to synchronize EOs between instances. Could you tell me what these top 5 questions are? Is it possible to know which one could have work around solution or further solution in WO/Wonder sometimes in the future release? Cheers Kevin "This e-mail and any attachments to it (the "Communication") is, unless otherwise stated, confidential, may contain copyright material and is for the use only of the intended recipient. If you receive the Communication in error, please notify the sender immediately by return e-mail, delete the Communication and the return e-mail, and do not read, copy, retransmit or otherwise deal with it. Any views expressed in the Communication are those of the individual sender only, unless expressly stated to be those of Australia and New Zealand Banking Group Limited ABN 11 005 357 522, or any of its related entities including ANZ National Bank Limited (together "ANZ"). ANZ does not accept liability in connection with the integrity of or errors in the Communication, computer virus, data corruption, interference or delay arising from or in respect of the Communication." ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Anyone see this?
On my new machine that is killing me... I see this warning which I don't see on the others WARN: Invalid value {1} for server variable named {0}. falling back to sane default of {2}. Thanks James ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
It could do it, but may be more trouble than it is worth at this point. Some of that would be a PITA. On Nov 18, 2010, at 12:09 PM, Johnny Miller wrote: > It's hard to describe so I attached is a screen shot. I have several sort > fields, a system for changing views (table, single, grid), pagination, a > custom search field. On top of that I have a system of filters (left hand > side) that interact with the display group via ajax submit buttons. > > In the screen shot you can see the checkbox. I need to be able to record > which ads to "compare" via the "compare" button. > > Thanks again, > > Johnny > > > > > > > > On Nov 18, 2010, at 10:02 AM, Chuck Hill wrote: > >> There is CSS. What sort of control do you want? >> >> Chuck >> >> >> On Nov 18, 2010, at 12:00 PM, Johnny Miller wrote: >> >>> Aesthetics, in this case, are very important. Do you get full control of >>> the UI with AjaxGrid? >>> >>> thanks, >>> >>> Johnny >>> >>> >>> >>> On Nov 18, 2010, at 9:46 AM, Chuck Hill wrote: >>> Uh, that is what AjaxGrid does. Why re-invent it? Everything you want is already there. Chuck On Nov 18, 2010, at 11:35 AM, Johnny Miller wrote: > Hi, > > I have a display group that I'm paginating through using ajax update > links. Each of the objects has a checkbox whose state I want to record > between paginations. > > Should I use an ajax observe field per checkbox or wrap each checkbox in > an ajax submit form or is there a better way? I guess I could use the > ajax update container to push changes to the server but I don't want the > user's experience to be intermittently interrupted between refreshes. > > Thanks in advance, > > Johnny > > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > > ___ > 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/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to ch...@global-village.net -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects >>> >>> Johnny Miller >>> Kahalawai Media Corp >>> http://www.kahalawai.com >>> >>> >>> >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects smime.p7s Description: S/MIME cryptographic signature ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
There is CSS. What sort of control do you want? Chuck On Nov 18, 2010, at 12:00 PM, Johnny Miller wrote: > Aesthetics, in this case, are very important. Do you get full control of the > UI with AjaxGrid? > > thanks, > > Johnny > > > > On Nov 18, 2010, at 9:46 AM, Chuck Hill wrote: > >> Uh, that is what AjaxGrid does. Why re-invent it? Everything you want is >> already there. >> >> Chuck >> >> >> On Nov 18, 2010, at 11:35 AM, Johnny Miller wrote: >> >>> Hi, >>> >>> I have a display group that I'm paginating through using ajax update links. >>> Each of the objects has a checkbox whose state I want to record between >>> paginations. >>> >>> Should I use an ajax observe field per checkbox or wrap each checkbox in an >>> ajax submit form or is there a better way? I guess I could use the ajax >>> update container to push changes to the server but I don't want the user's >>> experience to be intermittently interrupted between refreshes. >>> >>> Thanks in advance, >>> >>> Johnny >>> >>> >>> Johnny Miller >>> Kahalawai Media Corp >>> http://www.kahalawai.com >>> >>> >>> >>> ___ >>> 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/mailman/options/webobjects-dev/chill%40global-village.net >>> >>> This email sent to ch...@global-village.net >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects smime.p7s Description: S/MIME cryptographic signature ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
Would I just use the updatecontainerid and not the observefieldid? thanks a lot, Johnny On Nov 18, 2010, at 9:45 AM, Travis Britt wrote: > You could wrap the WORepetition in an AjaxObserveField and it will watch all > the checkboxes. > > tb > > On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: > >> Hi, >> >> I have a display group that I'm paginating through using ajax update links. >> Each of the objects has a checkbox whose state I want to record between >> paginations. >> >> Should I use an ajax observe field per checkbox or wrap each checkbox in an >> ajax submit form or is there a better way? I guess I could use the ajax >> update container to push changes to the server but I don't want the user's >> experience to be intermittently interrupted between refreshes. >> >> Thanks in advance, >> >> Johnny >> >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> >> ___ >> 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/mailman/options/webobjects-dev/tbritt%40phigment.org >> >> This email sent to tbr...@phigment.org > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
Aesthetics, in this case, are very important. Do you get full control of the UI with AjaxGrid? thanks, Johnny On Nov 18, 2010, at 9:46 AM, Chuck Hill wrote: > Uh, that is what AjaxGrid does. Why re-invent it? Everything you want is > already there. > > Chuck > > > On Nov 18, 2010, at 11:35 AM, Johnny Miller wrote: > >> Hi, >> >> I have a display group that I'm paginating through using ajax update links. >> Each of the objects has a checkbox whose state I want to record between >> paginations. >> >> Should I use an ajax observe field per checkbox or wrap each checkbox in an >> ajax submit form or is there a better way? I guess I could use the ajax >> update container to push changes to the server but I don't want the user's >> experience to be intermittently interrupted between refreshes. >> >> Thanks in advance, >> >> Johnny >> >> >> Johnny Miller >> Kahalawai Media Corp >> http://www.kahalawai.com >> >> >> >> ___ >> 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/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to ch...@global-village.net > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
Uh, that is what AjaxGrid does. Why re-invent it? Everything you want is already there. Chuck On Nov 18, 2010, at 11:35 AM, Johnny Miller wrote: > Hi, > > I have a display group that I'm paginating through using ajax update links. > Each of the objects has a checkbox whose state I want to record between > paginations. > > Should I use an ajax observe field per checkbox or wrap each checkbox in an > ajax submit form or is there a better way? I guess I could use the ajax > update container to push changes to the server but I don't want the user's > experience to be intermittently interrupted between refreshes. > > Thanks in advance, > > Johnny > > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > > ___ > 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/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to ch...@global-village.net -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects smime.p7s Description: S/MIME cryptographic signature ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: Ajax Design Question
You could wrap the WORepetition in an AjaxObserveField and it will watch all the checkboxes. tb On Nov 18, 2010, at 2:35 PM, Johnny Miller wrote: > Hi, > > I have a display group that I'm paginating through using ajax update links. > Each of the objects has a checkbox whose state I want to record between > paginations. > > Should I use an ajax observe field per checkbox or wrap each checkbox in an > ajax submit form or is there a better way? I guess I could use the ajax > update container to push changes to the server but I don't want the user's > experience to be intermittently interrupted between refreshes. > > Thanks in advance, > > Johnny > > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > > ___ > 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/mailman/options/webobjects-dev/tbritt%40phigment.org > > This email sent to tbr...@phigment.org ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Ajax Design Question
Hi, I have a display group that I'm paginating through using ajax update links. Each of the objects has a checkbox whose state I want to record between paginations. Should I use an ajax observe field per checkbox or wrap each checkbox in an ajax submit form or is there a better way? I guess I could use the ajax update container to push changes to the server but I don't want the user's experience to be intermittently interrupted between refreshes. Thanks in advance, Johnny Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
I think we had this problem before, and it was because the properties file was in UTF-8 instead of ISO-Latin-1. > I eliminated all whitespace in the Properties file. Still does nothing. > > > > > On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: > >> Spaces! Don't use whitespace. >> >> Mark >> >> -- >> Dr. Mark Wardle >> Specialist registrar, Neurology >> (Sent from my mobile) >> >> >> On 18 Nov 2010, at 17:53, James Cicenia wrote: >> >>> Uh... yea... had that in there I believe it isn't reading my properties >>> file. >>> really! >>> >>> >>> On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: >>> Dude! Really? >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, >>> but you did not provide a valid email for that property er.javamail.adminEmail ... did not provide a valid email for that property For giggles try er.javamail.adminemail=ja...@jimijon.com On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: > Read? > > hmm, what is there to read? Inside my properties file it says false. This > setup works on the other workstations. > > - j- > > > On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: > >> >> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: >> >>> Trying to get the new developer running... >>> Things look the same but when I try to launch the app from eclipse I >>> get: >>> >>> [2010-11-18 11:23:7 CST] null >>> [2010-11-18 11:23:7 CST] A fatal exception occurred: When >>> 'er.javamail.centralize' is true (default), all outgoing mails will get >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, >>> but you did not provide a valid email for that property. >>> [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: >>> When 'er.javamail.centralize' is true (default), all outgoing mails >>> will get sent to 'er.javamail.adminEmail' instead of the normal TO >>> addresses, but you did not provide a valid email for that property. >>> at >>> er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) >>> at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) >>> >>> Any suggestions? >>> My properties file: >>> >>> er.javamail.centralize = false >> >> Read? :-) >> >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, >>> but you did not provide a valid email for that property >> >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > ___ > 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/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to ch...@global-village.net -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects >>> >>> ___ >>> 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/mailman/options/webobjects-dev/mark%40wardle.org >>> >>> This email sent to m...@wardle.org > > ___ > 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/mailman/options/webobjects-dev/probert%40macti.ca > > This email sent to prob...@macti.ca ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
On 2010-11-18, at 1:47 PM, James Cicenia wrote: > nope... > back to a new fresh install ... again. Is this a development machine? Do you have a ~/WebObjects.properties file with a different value for er.javamail.centralize? > > On Nov 18, 2010, at 12:33 PM, Simon wrote: > >> permissions on your properties file ? >> >> On 18 November 2010 18:11, James Cicenia wrote: >>> I eliminated all whitespace in the Properties file. Still does nothing. >>> >>> >>> >>> >>> On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: >>> Spaces! Don't use whitespace. Mark -- Dr. Mark Wardle Specialist registrar, Neurology (Sent from my mobile) On 18 Nov 2010, at 17:53, James Cicenia wrote: > Uh... yea... had that in there I believe it isn't reading my > properties file. > really! > > > On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: > >> Dude! Really? >> > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, > but you did not provide a valid email for that property >> >> er.javamail.adminEmail ... did not provide a valid email for that >> property >> >> For giggles try >> er.javamail.adminemail=ja...@jimijon.com >> >> >> >> On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: >> >>> Read? >>> >>> hmm, what is there to read? Inside my properties file it says false. >>> This setup works on the other workstations. >>> >>> - j- >>> >>> >>> On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: >>> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: > Trying to get the new developer running... > Things look the same but when I try to launch the app from eclipse I > get: > > [2010-11-18 11:23:7 CST] null > [2010-11-18 11:23:7 CST] A fatal exception occurred: When > 'er.javamail.centralize' is true (default), all outgoing mails will > get sent to 'er.javamail.adminEmail' instead of the normal TO > addresses, but you did not provide a valid email for that property. > [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: > When 'er.javamail.centralize' is true (default), all outgoing mails > will get sent to 'er.javamail.adminEmail' instead of the normal TO > addresses, but you did not provide a valid email for that property. > at > er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) > at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) > > Any suggestions? > My properties file: > > er.javamail.centralize = false Read? :-) > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, > but you did not provide a valid email for that property -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects >>> >>> ___ >>> 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/mailman/options/webobjects-dev/chill%40global-village.net >>> >>> This email sent to ch...@global-village.net >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > ___ > 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/mailman/options/webobjects-dev/mark%40wardle.org > > This email sent to m...@wardle.org >>> >>> ___ >>> 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/mailman/options/webobjects-dev/simon%40potwells.co.uk >>> >>> This email sent to si...@potwells.co.uk >>> > > __
Re: New error about er.javamail ..
nope... back to a new fresh install ... again. On Nov 18, 2010, at 12:33 PM, Simon wrote: > permissions on your properties file ? > > On 18 November 2010 18:11, James Cicenia wrote: >> I eliminated all whitespace in the Properties file. Still does nothing. >> >> >> >> >> On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: >> >>> Spaces! Don't use whitespace. >>> >>> Mark >>> >>> -- >>> Dr. Mark Wardle >>> Specialist registrar, Neurology >>> (Sent from my mobile) >>> >>> >>> On 18 Nov 2010, at 17:53, James Cicenia wrote: >>> Uh... yea... had that in there I believe it isn't reading my properties file. really! On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: > Dude! Really? > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property > > er.javamail.adminEmail ... did not provide a valid email for that > property > > For giggles try > er.javamail.adminemail=ja...@jimijon.com > > > > On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: > >> Read? >> >> hmm, what is there to read? Inside my properties file it says false. >> This setup works on the other workstations. >> >> - j- >> >> >> On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: >> >>> >>> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: >>> Trying to get the new developer running... Things look the same but when I try to launch the app from eclipse I get: [2010-11-18 11:23:7 CST] null [2010-11-18 11:23:7 CST] A fatal exception occurred: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. at er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) Any suggestions? My properties file: er.javamail.centralize = false >>> >>> Read? :-) >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property >>> >>> >>> -- >>> Chuck Hill Senior Consultant / VP Development >>> >>> Practical WebObjects - for developers who want to increase their >>> overall knowledge of WebObjects or who are trying to solve specific >>> problems. >>> http://www.global-village.net/products/practical_webobjects >>> >>> >>> >>> >>> >>> >>> >> >> ___ >> 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/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to ch...@global-village.net > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > ___ 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/mailman/options/webobjects-dev/mark%40wardle.org This email sent to m...@wardle.org >> >> ___ >> 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/mailman/options/webobjects-dev/simon%40potwells.co.uk >> >> This email sent to si...@potwells.co.uk >> ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.co
Re: New error about er.javamail ..
permissions on your properties file ? On 18 November 2010 18:11, James Cicenia wrote: > I eliminated all whitespace in the Properties file. Still does nothing. > > > > > On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: > >> Spaces! Don't use whitespace. >> >> Mark >> >> -- >> Dr. Mark Wardle >> Specialist registrar, Neurology >> (Sent from my mobile) >> >> >> On 18 Nov 2010, at 17:53, James Cicenia wrote: >> >>> Uh... yea... had that in there I believe it isn't reading my properties >>> file. >>> really! >>> >>> >>> On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: >>> Dude! Really? >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, >>> but you did not provide a valid email for that property er.javamail.adminEmail ... did not provide a valid email for that property For giggles try er.javamail.adminemail=ja...@jimijon.com On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: > Read? > > hmm, what is there to read? Inside my properties file it says false. This > setup works on the other workstations. > > - j- > > > On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: > >> >> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: >> >>> Trying to get the new developer running... >>> Things look the same but when I try to launch the app from eclipse I >>> get: >>> >>> [2010-11-18 11:23:7 CST] null >>> [2010-11-18 11:23:7 CST] A fatal exception occurred: When >>> 'er.javamail.centralize' is true (default), all outgoing mails will get >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, >>> but you did not provide a valid email for that property. >>> [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: >>> When 'er.javamail.centralize' is true (default), all outgoing mails >>> will get sent to 'er.javamail.adminEmail' instead of the normal TO >>> addresses, but you did not provide a valid email for that property. >>> at >>> er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) >>> at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) >>> >>> Any suggestions? >>> My properties file: >>> >>> er.javamail.centralize = false >> >> Read? :-) >> >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, >>> but you did not provide a valid email for that property >> >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > ___ > 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/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to ch...@global-village.net -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects >>> >>> ___ >>> 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/mailman/options/webobjects-dev/mark%40wardle.org >>> >>> This email sent to m...@wardle.org > > ___ > 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/mailman/options/webobjects-dev/simon%40potwells.co.uk > > This email sent to si...@potwells.co.uk > ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
I eliminated all whitespace in the Properties file. Still does nothing. On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote: > Spaces! Don't use whitespace. > > Mark > > -- > Dr. Mark Wardle > Specialist registrar, Neurology > (Sent from my mobile) > > > On 18 Nov 2010, at 17:53, James Cicenia wrote: > >> Uh... yea... had that in there I believe it isn't reading my properties >> file. >> really! >> >> >> On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: >> >>> Dude! Really? >>> >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >> you did not provide a valid email for that property >>> >>> er.javamail.adminEmail ... did not provide a valid email for that property >>> >>> For giggles try >>> er.javamail.adminemail=ja...@jimijon.com >>> >>> >>> >>> On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: >>> Read? hmm, what is there to read? Inside my properties file it says false. This setup works on the other workstations. - j- On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: > > On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: > >> Trying to get the new developer running... >> Things look the same but when I try to launch the app from eclipse I get: >> >> [2010-11-18 11:23:7 CST] null >> [2010-11-18 11:23:7 CST] A fatal exception occurred: When >> 'er.javamail.centralize' is true (default), all outgoing mails will get >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >> you did not provide a valid email for that property. >> [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When >> 'er.javamail.centralize' is true (default), all outgoing mails will get >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >> you did not provide a valid email for that property. >> at >> er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) >> at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) >> >> Any suggestions? >> My properties file: >> >> er.javamail.centralize = false > > Read? :-) > >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >> you did not provide a valid email for that property > > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > ___ 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/mailman/options/webobjects-dev/chill%40global-village.net This email sent to ch...@global-village.net >>> >>> -- >>> Chuck Hill Senior Consultant / VP Development >>> >>> Practical WebObjects - for developers who want to increase their overall >>> knowledge of WebObjects or who are trying to solve specific problems. >>> http://www.global-village.net/products/practical_webobjects >>> >>> >>> >>> >>> >>> >>> >> >> ___ >> 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/mailman/options/webobjects-dev/mark%40wardle.org >> >> This email sent to m...@wardle.org ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
Spaces! Don't use whitespace. Mark -- Dr. Mark Wardle Specialist registrar, Neurology (Sent from my mobile) On 18 Nov 2010, at 17:53, James Cicenia wrote: > Uh... yea... had that in there I believe it isn't reading my properties > file. > really! > > > On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: > >> Dude! Really? >> > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but > you did not provide a valid email for that property >> >> er.javamail.adminEmail ... did not provide a valid email for that property >> >> For giggles try >> er.javamail.adminemail=ja...@jimijon.com >> >> >> >> On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: >> >>> Read? >>> >>> hmm, what is there to read? Inside my properties file it says false. This >>> setup works on the other workstations. >>> >>> - j- >>> >>> >>> On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: >>> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: > Trying to get the new developer running... > Things look the same but when I try to launch the app from eclipse I get: > > [2010-11-18 11:23:7 CST] null > [2010-11-18 11:23:7 CST] A fatal exception occurred: When > 'er.javamail.centralize' is true (default), all outgoing mails will get > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but > you did not provide a valid email for that property. > [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When > 'er.javamail.centralize' is true (default), all outgoing mails will get > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but > you did not provide a valid email for that property. >at > er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) >at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) > > Any suggestions? > My properties file: > > er.javamail.centralize = false Read? :-) > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but > you did not provide a valid email for that property -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects >>> >>> ___ >>> 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/mailman/options/webobjects-dev/chill%40global-village.net >>> >>> This email sent to ch...@global-village.net >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > ___ > 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/mailman/options/webobjects-dev/mark%40wardle.org > > This email sent to m...@wardle.org ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..more info
OK if I put in the startup properties via eclipse to set centralize to off... I now get this error: it thinks my Session is javax.mail.Session. WTF... this works on three other systems? On Nov 18, 2010, at 11:52 AM, James Cicenia wrote: > Uh... yea... had that in there I believe it isn't reading my properties > file. > really! > > > On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: > >> Dude! Really? >> > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but > you did not provide a valid email for that property >> >> er.javamail.adminEmail ... did not provide a valid email for that property >> >> For giggles try >> er.javamail.adminemail=ja...@jimijon.com >> >> >> >> On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: >> >>> Read? >>> >>> hmm, what is there to read? Inside my properties file it says false. This >>> setup works on the other workstations. >>> >>> - j- >>> >>> >>> On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: >>> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: > Trying to get the new developer running... > Things look the same but when I try to launch the app from eclipse I get: > > [2010-11-18 11:23:7 CST] null > [2010-11-18 11:23:7 CST] A fatal exception occurred: When > 'er.javamail.centralize' is true (default), all outgoing mails will get > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but > you did not provide a valid email for that property. > [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When > 'er.javamail.centralize' is true (default), all outgoing mails will get > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but > you did not provide a valid email for that property. > at > er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) > at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) > > Any suggestions? > My properties file: > > er.javamail.centralize = false Read? :-) > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but > you did not provide a valid email for that property -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects >>> >>> ___ >>> 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/mailman/options/webobjects-dev/chill%40global-village.net >>> >>> This email sent to ch...@global-village.net >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
Uh... yea... had that in there I believe it isn't reading my properties file. really! On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote: > Dude! Really? > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property > > er.javamail.adminEmail ... did not provide a valid email for that property > > For giggles try > er.javamail.adminemail=ja...@jimijon.com > > > > On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: > >> Read? >> >> hmm, what is there to read? Inside my properties file it says false. This >> setup works on the other workstations. >> >> - j- >> >> >> On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: >> >>> >>> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: >>> Trying to get the new developer running... Things look the same but when I try to launch the app from eclipse I get: [2010-11-18 11:23:7 CST] null [2010-11-18 11:23:7 CST] A fatal exception occurred: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. at er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) Any suggestions? My properties file: er.javamail.centralize = false >>> >>> Read? :-) >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property >>> >>> >>> -- >>> Chuck Hill Senior Consultant / VP Development >>> >>> Practical WebObjects - for developers who want to increase their overall >>> knowledge of WebObjects or who are trying to solve specific problems. >>> http://www.global-village.net/products/practical_webobjects >>> >>> >>> >>> >>> >>> >>> >> >> ___ >> 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/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to ch...@global-village.net > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
Dude! Really? >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >>> you did not provide a valid email for that property er.javamail.adminEmail ... did not provide a valid email for that property For giggles try er.javamail.adminemail=ja...@jimijon.com On Nov 18, 2010, at 9:39 AM, James Cicenia wrote: > Read? > > hmm, what is there to read? Inside my properties file it says false. This > setup works on the other workstations. > > - j- > > > On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: > >> >> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: >> >>> Trying to get the new developer running... >>> Things look the same but when I try to launch the app from eclipse I get: >>> >>> [2010-11-18 11:23:7 CST] null >>> [2010-11-18 11:23:7 CST] A fatal exception occurred: When >>> 'er.javamail.centralize' is true (default), all outgoing mails will get >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >>> you did not provide a valid email for that property. >>> [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When >>> 'er.javamail.centralize' is true (default), all outgoing mails will get >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >>> you did not provide a valid email for that property. >>> at >>> er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) >>> at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) >>> >>> Any suggestions? >>> My properties file: >>> >>> er.javamail.centralize = false >> >> Read? :-) >> >>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but >>> you did not provide a valid email for that property >> >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > ___ > 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/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to ch...@global-village.net -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects smime.p7s Description: S/MIME cryptographic signature ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
Read? hmm, what is there to read? Inside my properties file it says false. This setup works on the other workstations. - j- On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote: > > On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: > >> Trying to get the new developer running... >> Things look the same but when I try to launch the app from eclipse I get: >> >> [2010-11-18 11:23:7 CST] null >> [2010-11-18 11:23:7 CST] A fatal exception occurred: When >> 'er.javamail.centralize' is true (default), all outgoing mails will get sent >> to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did >> not provide a valid email for that property. >> [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When >> 'er.javamail.centralize' is true (default), all outgoing mails will get sent >> to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did >> not provide a valid email for that property. >> at >> er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) >> at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) >> >> Any suggestions? >> My properties file: >> >> er.javamail.centralize = false > > Read? :-) > >> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you >> did not provide a valid email for that property > > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New error about er.javamail ..
On Nov 18, 2010, at 9:27 AM, James Cicenia wrote: > Trying to get the new developer running... > Things look the same but when I try to launch the app from eclipse I get: > > [2010-11-18 11:23:7 CST] null > [2010-11-18 11:23:7 CST] A fatal exception occurred: When > 'er.javamail.centralize' is true (default), all outgoing mails will get sent > to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did > not provide a valid email for that property. > [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When > 'er.javamail.centralize' is true (default), all outgoing mails will get sent > to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did > not provide a valid email for that property. > at > er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) > at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) > > Any suggestions? > My properties file: > > er.javamail.centralize = false Read? :-) > sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you > did not provide a valid email for that property -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects smime.p7s Description: S/MIME cryptographic signature ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
New error about er.javamail ..
Trying to get the new developer running... Things look the same but when I try to launch the app from eclipse I get: [2010-11-18 11:23:7 CST] null [2010-11-18 11:23:7 CST] A fatal exception occurred: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. [2010-11-18 11:23:7 CST] java.lang.IllegalArgumentException: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property. at er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132) at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113) Any suggestions? My properties file: er.javamail.centralize = false Thanks James ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: "Pass JavaScript Object to Java"
On Nov 18, 2010, at 12:44 AM, a...@cedes.com wrote: > Hi List, > > is it possible to pass a JavaScript object (or a reference) to a WebObjects > Application in order to reuse the > JavaScript object somewhere else? A JavaScript object could be serialized and deserialized. But what you want is a window reference and that I think is not possible. Chuck > In my case this would be used, to assign a windows opener (JavaScript - > window.opener), for windows that don't > have an opener (but should have one). Or more specific, if a window is opened > in a new window or tab (e.g. > right-click on a hyperlink and select open in new window or tab), no opener > is assigned in all browsers except IE. If > the opener is set, cross browser communication is possible. > > ava > > ___ > 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/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to ch...@global-village.net -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects smime.p7s Description: S/MIME cryptographic signature ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: New Developer, New Setup, Dreaded "ClassNotFoundException" com.tos.Application
Never mind... a restart of Eclipse fixed that... On Nov 18, 2010, at 10:58 AM, James Cicenia wrote: > Ok - > > I just go this dreaded message... how do I make Eclipse see my Application??? > > Thanks > James ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
New Developer, New Setup, Dreaded "ClassNotFoundException" com.tos.Application
Ok - I just go this dreaded message... how do I make Eclipse see my Application??? Thanks James ___ 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/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com