Re: ExcelGenerator

2022-10-16 Thread Patrick Robinson via Webobjects-dev
, 2022, at 3:40 AM, Gino Pacitti wrote: > > Hi… > > This is solved… > It was due to spaces in the HTML.. > > Duh!! > > Gino > >> On Oct 15, 2022, at 10:56 PM, Patrick Robinson > <mailto:p...@vt.edu>> wrote: >> >> Hi Gino, >> &

Re: ExcelGenerator

2022-10-15 Thread Patrick Robinson via Webobjects-dev
Hi Gino, I just built one of these, myself, and remember getting the 3 byte output, but now I can't remember why. But just looking at what you have there, if that's your actual HTML, then it looks like you're missing the closing ">" on your " On Oct 15, 2022, at 3:01 AM, Gino Pacitti via Webob

Re: WOWODC 2013 presentations

2015-06-11 Thread Patrick Robinson
unity.org/podcasts/wowodc/2013/Cayenne3.m4v > http://wocommunity.org/podcasts/wowodc/2013/Cayenne4.m4v > > Andrus > > >> On Jun 11, 2015, at 9:34 PM, Patrick Robinson wrote: >> >> Were the WOWODC 2013 recordings ever made available? >> >> Andrus: I

Re: WOWODC 2013 presentations

2015-06-11 Thread Patrick Robinson
Were the WOWODC 2013 recordings ever made available? Andrus: I'm particularly looking for your Tapestry/Cayenne sessions, but can't find 'em anywhere! Thanks, - Patrick On Jul 23, 2013, at 11:35 AM, Andrus Adamchik wrote: > Yep, understood and much appreciated :) > > On Jul 23, 2013, at 5:

Re: WO Components

2015-04-27 Thread Patrick Robinson
You say that tag is in a .woo file? You've probably already figured this out, but that should be your component's .html file. - Patrick On Apr 23, 2015, at 2:58 PM, HOUNKPONOU Ronald wrote: > It is a custom Page that extends WOComponent class. > > in my app WOO : > Ajouter Adresse > > in

Re: Help on webobjects

2015-04-21 Thread Patrick Robinson
gt; > D > >> On Apr 20, 2015, at 4:38 PM, Patrick Robinson wrote: >> >> Hi Markus, >> >> I was going to suggest to someone that they look at your sample chapters >> (re: installation), but the domain name "learningthewonders.com" doesn't

Re: Help on webobjects

2015-04-20 Thread Patrick Robinson
Hi Markus, I was going to suggest to someone that they look at your sample chapters (re: installation), but the domain name "learningthewonders.com" doesn't seem to be registered. Even worse, the authoritative name servers for the domain (ns1.schumi.ch and ns2.rucotec.ch) don't seem to exist,

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Patrick Robinson
It's "POODLE", actually: "Padding Oracle On Downgraded Legacy Encryption." http://googleonlinesecurity.blogspot.com/2014/10/this-poodle-bites-exploiting-ssl-30.html And, you know what else? I hate that I know this. :-) - Patrick On Oct 20, 2014, at 7:13 PM, Pascal Robert wrote: > > Le 201

Re: Access to EOF/WebObjects source files - plan for the future?

2014-09-18 Thread Patrick Robinson
Hi Andrus, Are you still also using (and happy with) Apache Tapestry? Just curious, - Patrick On Sep 18, 2014, at 7:41 AM, Andrus Adamchik wrote: > WO in its binary form miraculously survived Java evolution for so many years. > Not knowing the details of Java 9, I can't say what the next wo

Re: Building Apache Adaptor on Ubuntu 14 LTS

2014-05-21 Thread Patrick Robinson
I haven't tried to upgrade anything to Ubuntu 14 yet, but I did notice that it includes Apache 2.4 (rather than 2.2, which they used in earlier releases). There are some API changes in 2.4, but I haven't yet looked to see if any of them affect mod_WebObjects. - Patrick On May 20, 2014, at 9:

Re: Where has WebObjects543.dmg gone?

2013-07-11 Thread Patrick Robinson
staller.java > > On 12/07/2013, at 7:04 AM, Patrick Robinson wrote: > >> Update: Sombody knows about its move, because I just stumbled across this >> page on the wiki: >> http://wiki.wocommunity.org/display/WO/Home >> >> This links to: >> http:/

Re: Where has WebObjects543.dmg gone?

2013-07-11 Thread Patrick Robinson
Update: Sombody knows about its move, because I just stumbled across this page on the wiki: http://wiki.wocommunity.org/display/WO/Home This links to: http://support.apple.com/kb/DL688 to download 5.4.3. On Jul 11, 2013, at 4:58 PM, Patrick Robinson wrote: > I just downloa

Where has WebObjects543.dmg gone?

2013-07-11 Thread Patrick Robinson
I just downloaded WOInstaller.jar onto a new machine, ran it to download WO 5.4.3. It tries to get it from: http://download.info.apple.com/Mac_OS_X/061-4634.20080915.3ijd0/WebObjects543.dmg and dies with: Exception in thread "main" java.io.FileNotFoundException: http://download.info.appl

Re: What does NEXT_ROOT has to do with launching a java VM??!?!?

2013-03-28 Thread Patrick Robinson
On 10.6.8 at least, with java 1.6, if you set NEXT_ROOT (which I do, since I still have both WO 5.3.3 and 5.4.2 installed down under /Developer/WebObjects/Versions), then you also need to set JAVA_HOME, which for the normal Apple-provided java should be /Library/Java/Home. - Patrick On Mar 27,

Re: Problem saving to a BLOB field after switching to ORACLE 11g driver

2012-12-20 Thread Patrick Robinson
Spoke too soon there was a followup thread, 4 months later with "Subject: oracle.jdbc.LobStreamPosStandardCompliant". See: http://lists.apple.com/archives/webobjects-dev/2010/Sep/msg00548.html Thanks, Mike... 2.25 years later. :-) - Patrick On Dec 20, 2012, at 3:00 P

Re: Problem saving to a BLOB field after switching to ORACLE 11g driver

2012-12-20 Thread Patrick Robinson
Hi Ricardo, Resurrecting a 2.5 year old thread here, but I just became aware that we're having the same problem (with an obviously infrequently-used feature). Did you ever learn anything more about this? Did setting that oracle.jdbc.LobStreamPosStandardCompliant property result in any strange

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-21 Thread Patrick Robinson
eck the Console view (in Eclipse) for the value of java.class.path. - Patrick On Sep 21, 2012, at 7:46 AM, Cretu Catalin wrote: > Good Morning Patrick, > > How can this reference be done? > > Thank you, > Catalin > > > From: Patrick Robinson > To: WebObjects De

Re: WOTable class does not exist in Wonder and WOlips?

2012-09-20 Thread Patrick Robinson
Also be aware that there's a WOTable component in both the Apple and the Wonder versions of the JavaWOExtensions framework, so make sure you're referencing the right one in your project. - Patrick On Sep 20, 2012, at 9:32 AM, Johann Werner wrote: > The component is inside the JavaWOExtensions

Re: ERExcelLook screencast location?

2012-08-30 Thread Patrick Robinson
Great! Thanks, Pascal! On Aug 30, 2012, at 11:02 AM, Pascal Robert wrote: > Done. http://www.wocommunity.org/podcasts/D2W_Using_ERExcelLook.mov > >> I have a copy, I will add it on wocommunity.org >> >>> Is there an alternate location where I might find David LeBer's "D2W : >>> Using ERExcel

ERExcelLook screencast location?

2012-08-30 Thread Patrick Robinson
Is there an alternate location where I might find David LeBer's "D2W : Using ERExcelLook" screencast? The link (http://files.me.com/dav1d/bkjjeo.mov) on wocommunity.org tells me, "An error occurred while processing your request". - Patrick ___ Do n

Re: WOLips validation problems

2012-08-28 Thread Patrick Robinson
On Aug 27, 2012, at 8:54 PM, David Avendasora wrote: > But you can now pull an editor tab out to it's own window. When you have dual > screens, that rocks! Oh, wow! You just made my day (and the day after that, and the day after that...). This was the one thing about the change from Xcode to Ec

Re: Wonder JavaMonitor problem

2012-05-04 Thread Patrick Robinson
Using a reverse proxy is a great idea... thanks! For you folks who access JavaMonitor directly via its port, how do you *prevent* access via Apache (i.e. via .../JavaMonitor.woa/-56789) ? On May 4, 2012, at 3:34 PM, Pascal Robert wrote: >> Yes, I guess I've always used it via Apache -- with a

Re: Wonder JavaMonitor problem

2012-05-04 Thread Patrick Robinson
Yes, I guess I've always used it via Apache -- with a devl URL, i.e. https://hostname/cgi-bin/WebObjects/JavaMonitor.woa/-56789 and protected it via Apache config directives. Because I'm accessing w/a devl URL, there's no bizarre "add JavaMonitor with JavaMonitor" weirdness. I'd been looking

Re: Wonder JavaMonitor problem

2012-05-02 Thread Patrick Robinson
Oracle jdk-6u31-linux-x64.bin > Running which JDK? > >> Ubuntu 10.04 LTS, so Yeah. :-) >> >> On May 2, 2012, at 8:19 PM, Pascal Robert wrote: >> >>> Is this on Debian? >>> Yes, I just downloaded: http://jenkins.wocommunity.org/job/WonderIntegration/lastSuccessfulBuild/artifact/

Re: Wonder JavaMonitor problem

2012-05-02 Thread Patrick Robinson
Ubuntu 10.04 LTS, so Yeah. :-) On May 2, 2012, at 8:19 PM, Pascal Robert wrote: > Is this on Debian? > >> Yes, I just downloaded: >> http://jenkins.wocommunity.org/job/WonderIntegration/lastSuccessfulBuild/artifact/Root/Roots/JavaMonitor.tar.gz >> >> That has the same behavior (or lack th

Re: Wonder JavaMonitor problem

2012-05-02 Thread Patrick Robinson
Yes, I just downloaded: http://jenkins.wocommunity.org/job/WonderIntegration/lastSuccessfulBuild/artifact/Root/Roots/JavaMonitor.tar.gz That has the same behavior (or lack thereof!). :) On May 2, 2012, at 7:48 PM, Pascal Robert wrote: > That sounds like a WOFrameworksBaseUrl problems… Can you

Wonder JavaMonitor problem

2012-05-02 Thread Patrick Robinson
I've just updated my copy of wonder's integration branch, and built JavaMonitor and friends like this: ant frameworks deployment.tools -Ddeployment.standalone=true I then moved my newly-built copy of JavaMonitor.woa/ to my deployment web server (wotaskd.woa on the machine is only a couple of

Re: preventing direct component access

2012-04-10 Thread Patrick Robinson
estHandler(new ERXComponentRequestHandler(), >> app.componentRequestHandlerKey()); >> >> Problem solved. >> >> Ramsey >> >> >> On Apr 10, 2012, at 10:56 AM, Patrick Robinson wrote: >> >>> Good idea, so far as I understand it. I've not

Re: preventing direct component access

2012-04-10 Thread Patrick Robinson
t; wonder/integration branch >>> >>> then you will set the property: >>> >>> ERXDirectComponentAccessAllowed=false >> >> If someone wants to review it: >> >> https://github.com/projectwonder/wonder/pull/150/files >> >>> Amede

Re: preventing direct component access

2012-04-10 Thread Patrick Robinson
have patched WOComponentRequestHandler and created a pull request in the > wonder/integration branch > > then you will set the property: > > ERXDirectComponentAccessAllowed=false > > Amedeo > > On 10/apr/2012, at 15:14, Patrick Robinson wrote: > >> I'm pretty sur

Re: preventing direct component access

2012-04-10 Thread Patrick Robinson
gt; > Cheers > > Cheong Hee > > - Original Message - From: "Cheong Hee (Gmail)" > To: "Patrick Robinson" > Cc: "WebObjects-Dev Mailing List" > Sent: Tuesday, April 10, 2012 12:53 PM > Subject: Re: preventing direct component acc

Re: preventing direct component access

2012-04-09 Thread Patrick Robinson
> } > > > > On 09/apr/2012, at 21:59, Mike Schrag wrote: > >> Yeah, you're right ... might be kind of a pain in the butt to fix without >> hackery then :) >> >> On Apr 9, 2012, at 3:41 PM, Patrick Robinson wrote: >> >&g

Re: preventing direct component access

2012-04-09 Thread Patrick Robinson
t;>> "wopage" in it. If you did some class rewriting (with like gluonj or >>> something), you could change that static method to remove the wopage key >>> ... That MIGHT be enough to do it. >>> >>> On Apr 5, 2012, at 2:39 PM, Patrick Robinson wr

Re: preventing direct component access

2012-04-09 Thread Patrick Robinson
IGHT be enough to do it. > > On Apr 5, 2012, at 2:39 PM, Patrick Robinson wrote: > >> I've stumbled across a wrinkle re: what I had assumed to be the conventional >> wisdom for preventing direct access to component pages via URLs like the >> following: >> &

preventing direct component access

2012-04-05 Thread Patrick Robinson
I've stumbled across a wrinkle re: what I had assumed to be the conventional wisdom for preventing direct access to component pages via URLs like the following: http://myhost.mydomain/cgi-bin/WebObjects/MyApp.woa/-9876/wo/SecretPage.wo It's an old, old WO problem, and I'm wondering what other

Re: Why the web is a mess

2012-03-21 Thread Patrick Robinson
Thanks for this, Ian. It looks like the entire series, including "hi-res" (480p) video, is hosted here: http://yuiblog.com/crockford/ - Patrick On Mar 20, 2012, at 8:46 AM, Ian Joyner wrote: > Did you get the HD version, which I think is on the site I sent. I'm just > rewatching Part V.

veogen.jar issue

2012-01-25 Thread Patrick Robinson
Is anyone else using Mike's veogen.jar command-line executable jar? It seems that the set of options it uses is different from the set used by the WOLips-internal eogenerator. For example, the internal one uses -javaTemplate and -subclassJavaTemplate, but veogen.jar instead uses -superclassTem

Re: half solved, Re: having weird build and run issues...

2012-01-19 Thread Patrick Robinson
I don't think the Wonder source BUILD.txt file is correct (or at least, it's not sufficient). It says: 3. A wobuild.properties file should be placed in, on Mac OS X, the ~/Library directory. You can also symlink ~/Library/wobuild.properties to your existing ~/Library/Application

Re: What wonder branch is what?

2012-01-19 Thread Patrick Robinson
How would you later "update" your repository with the latest changes from github.com? Sorry - git newbie here. Just trying to wrap my head around how to manage Wonder source changes. - Patrick On Dec 13, 2011, at 10:23 PM, Kieran Kelleher wrote: > FYI, > > If you want to have a simple uncl

Re: eclipse/helios SR2 hanging on Component save

2011-10-03 Thread Patrick Robinson
19 AM, Paul Yu wrote: > >> Patrick >> >> I don't have these problems using Version: 3.7.0 Build id: I20110613-1736, >> with the latest WOLips 3.7 >> >> Paul >> >> On Oct 3, 2011, at 2:14 PM, Patrick Robinson wrote: >> >&g

eclipse/helios SR2 hanging on Component save

2011-10-03 Thread Patrick Robinson
Hi folks, I'm having terrible problems with Eclipse (Helios SR2, i.e. 3.6.2), installed via eclipse-java-helios-SR2-macosx-cocoa-x86_64.tar.gz. Almost every time I try to save after editing a WO Component, it hangs, and I have to force quit, losing my changes. Currently, it's using WOLips 3.6

Re: Will a 5.3.3 application work on snow leopard server?

2011-08-31 Thread Patrick Robinson
+1 This is what we've been doing, too. It's nice not having to worry about what's installed on the server (because *nothing* is installed on the server). - Patrick On Aug 30, 2011, at 7:59 AM, Kieran Kelleher wrote: > I have some Snow Leopard servers which have WO 5.4.3 "installed", but ther

Re: Question about 1-to-many relationship

2011-07-14 Thread Patrick Robinson
Yes, please do! I've suffered from this same problem, and ended up working around it by just changing how the user interacts with the app to something less desirable and more clunky. - Patrick On Jul 13, 2011, at 7:45 PM, Chuck Hill wrote: > Please let us know what you find out. > > Chuck >

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-06 Thread Patrick Robinson
On Jul 6, 2011, at 8:50 PM, Chuck Hill wrote: > > On 2011-07-06, at 6:10 PM, Patrick Robinson wrote: > >> I remember the first time I saw a DECwriter II, after a couple of years of >> using a Western Union teletype (with paper tape punch!) that used a 110 baud >> m

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-06 Thread Patrick Robinson
I remember the first time I saw a DECwriter II, after a couple of years of using a Western Union teletype (with paper tape punch!) that used a 110 baud modem with acoustic "coupler" for the telephone handset to connect to the mainframe. A VT52 would have seemed like magic indeed! :-) - Patric

Re: [Wonder-disc] new wolips and wonder --

2010-11-28 Thread Patrick Robinson
On Nov 27, 2010, at 11:36 AM, David LeBer wrote: > As always TANSTAAFL applies. Wow I haven't seen THAT in a long time! But still, it sounds like Linode is a fair dinkum thinkum, eh? :-) - Patrick ___ Do not post admin requests to the list. Th

Re: Embedding FOP: resolving 'href' and 'url' references

2010-10-01 Thread Patrick Robinson
Hi Paul, I just saw this (late to the party). I solved this for one of our apps in a way very similar to what you have there: public class XSLURIResolver implements URIResolver { public Source resolve(String href, String base) throws TransformerException { StringBuffer

Re: [Wonder-disc] Ant Instal & Failed to process eclipse frameworks

2010-05-17 Thread Patrick Robinson
roblem for now, but if you leave stuff in Extensions, you will > get other problems later, trust us. > >> Well I took everything out and then put everything back except xerces.jar >> and Xalan.jar >> These seem to be the culprits... >> >> GIno >>

Re: [Wonder-disc] Ant Instal & Failed to process eclipse frameworks

2010-05-17 Thread Patrick Robinson
t; > GIno > On 17 May 2010, at 16:00, Patrick Robinson wrote: > >> Just out of curiosity, what was in your /Library/Java/Extensions, that you >> moved out? >> >> >> On May 17, 2010, at 10:57 AM, Gino Pacitti wrote: >> >>> Well believe i

Re: [Wonder-disc] Ant Instal & Failed to process eclipse frameworks

2010-05-17 Thread Patrick Robinson
Just out of curiosity, what was in your /Library/Java/Extensions, that you moved out? On May 17, 2010, at 10:57 AM, Gino Pacitti wrote: > Well believe it or not but using Pascals advice and moving everything out of > /Library/Java/Extensions seems to have done the trick... My HelloWorld app >

Re: [Wonder-disc] Ant Instal & Failed to process eclipse frameworks

2010-05-17 Thread Patrick Robinson
set/Contents/Resources/Documents/documentation/InternetWeb/Reference/WO533Reference > > > > > > Gino > On 17 May 2010, at 15:14, Patrick Robinson wrote: > >> I don't think I understand, either. Is your WO 5.3.3 installed under >> something like /Devel

Re: [Wonder-disc] Ant Instal & Failed to process eclipse frameworks

2010-05-17 Thread Patrick Robinson
I don't think I understand, either. Is your WO 5.3.3 installed under something like /Developer/WebObjects/Versions/WebObjects533/ (which your original email hinted at)? Or is it installed in the "default" location of / (as your "533 set up" below suggests)? What does your wolips.properties fi

Re: announcement

2010-04-22 Thread Patrick Robinson
Wow, this already feels belated! But I'll add my congratulations to the heap. Thanks for all you've done for WO "from the outside", and Here's to many more fruitful WO years ahead! - Patrick On Apr 21, 2010, at 12:33 PM, Mike Schrag wrote: > Hey everyone ... I wanted to let you guys know th

Re: Installing WO on Centos 5.4

2010-02-26 Thread Patrick Robinson
On Feb 26, 2010, at 8:40 PM, Chuck Hill wrote: > On Feb 26, 2010, at 5:26 PM, Patrick Robinson wrote: > >> On Feb 26, 2010, at 2:23 PM, Chuck Hill wrote: >>> Try editing the apache.conf file (the WebObject's one, not httpd.conf). >>> Find these lines: >&g

Re: Installing WO on Centos 5.4

2010-02-26 Thread Patrick Robinson
On Feb 26, 2010, at 2:23 PM, Chuck Hill wrote: > Try editing the apache.conf file (the WebObject's one, not httpd.conf). Find > these lines: > >> # To change the logging options, read the following comments: >> # The option name is "WebObjectsLog" and the first value indicates the path >> of th

Re: Installing WO on Centos 5.4

2010-02-26 Thread Patrick Robinson
This sounds to me *just like* what happens when you run wotaskd with "-WOHost localhost", but forget to run your app with the same parameter (i.e. either put WOHost=localhost in your app's Properties, or add -DWOHost=localhost to your app's run config program or vm arguments). If you run any of

SOLVED: Re: need to add dir to classpath

2010-01-14 Thread Patrick Robinson
010, at 5:24 PM, Patrick Robinson wrote: It looks to me like the nested element of might be persuaded to add the right thing to the various *ClassPath.txt files, but I haven't stumbled across the right incantation, yet. causes the following to be added to the top of (e.g.) MacOSClas

Re: need to add dir to classpath

2010-01-13 Thread Patrick Robinson
e" or something like that, but yeah, probably someone should put this info somewhere. On Jan 13, 2010, at 11:55 AM, Ray Kiddy wrote: On Jan 13, 2010, at 8:41 AM, Patrick Robinson wrote: Ah! That works in Eclipse (it causes the .keystore file to be copied to build/app.woa/Contents

Re: need to add dir to classpath

2010-01-13 Thread Patrick Robinson
ok at the project i have that uses Kerberos (and has a krb5.conf in source): looks like i added it to the wocompile script. kind of lame. On Jan 13, 2010, at 11:41 AM, Patrick Robinson wrote: Ah! That works in Eclipse (it causes the .keystore file to be copied to build/ap

Re: need to add dir to classpath

2010-01-13 Thread Patrick Robinson
gt;> >> Liz >> >> On 13 Jan 2010, at 14:30, Patrick Robinson wrote: >> >>> No, that didn't work... it just gets ignored. Thanks for the suggestion, >>> though; it sounded promising! I thought it might result in the file's >>> being put

Re: need to add dir to classpath

2010-01-13 Thread Patrick Robinson
t; Hi Patrick, > > This is just a stab-in-the-dark, but can't you just drop it into the Sources > directory? > > Dave > > On Jan 12, 2010, at 11:20 PM, Patrick Robinson wrote: > >> I need to use a java library that expects to find my java keystore fi

need to add dir to classpath

2010-01-12 Thread Patrick Robinson
I need to use a java library that expects to find my java keystore file (which would normally be specified by the javax.net.ssl.keyStore system property) in a directory on the classpath. How do I do that? Is there a way to create a dir (perhaps under Resources), and tell the build system to in

OT: Scotch (was Re: Objects don't get initialized sometimes)

2010-01-12 Thread Patrick Robinson
Ahhh, now we're talking. Very nice, indeed. You might also like Lagavulin 16yr (my personal fav). Talisker has a nice "flavour map" that you might find interesting. - Patrick On Jan 11, 2010, at 8:45 PM, Kieran Kelleher wrote: On Jan 11, 2010, at 8:07 PM, Chuck Hill wrote: On Jan 11,

Re: Deployment build?

2009-12-22 Thread Patrick Robinson
You can also create these from the command line with ant, which can be very handy. Grab a copy of woproject.jar from down inside your eclipse's install folder (e.g. where-you-put-eclipse/plugins/org.objectstyle.wolips.woproject.ant_3.4.5830/lib/woproject.jar), and put it somewhere convenient.

Re: Building for deployment

2009-12-14 Thread Patrick Robinson
Oh, I dunno - perhaps you simply enjoy archaic word meanings. According to the OED, under "receipt, n.": 13. gen. The formula of a preparation, or an account of the means, for bringing about some end; (in extended use) the means for attaining an end. Cf. RECIPE n. 3. Now arch. :-) -

Re: SnowLeopard ant build of apps for java 1.5 on 10.4

2009-12-08 Thread Patrick Robinson
files, and those got incorporated into my jar, application bundle, etc. Could've sworn I had wiped out the bin dir after setting the compliance level, though... Thanks for the confirmation, David. - Patrick On Dec 8, 2009, at 3:38 PM, David LeBer wrote: On 2009-12-08, at 3:06 P

SnowLeopard ant build of apps for java 1.5 on 10.4

2009-12-08 Thread Patrick Robinson
I'm trying to figure out how to build WO 5.3.3 apps under 10.6, to be deployed on 10.4 (with java 1.5). I would normally build my apps on the development box with ant, then move them over. I got the impression from something I read (no idea where, now) that you could use Snow Leopard's ja

Re: UTF-8 forms and database, still some special characters get through as things like fi Why?

2009-11-23 Thread Patrick Robinson
Just another couple of ideas: Regarding (4) below, If your project doesn't use Wonder, then in your Application constructor, do this: WOMessage.setDefaultEncoding("UTF8"); Regarding (5), if you're using HTML 4.01 Transitional, then it might look something like this: http://www.w3.

Re: Snow Leopard and WebObjects

2009-09-04 Thread Patrick Robinson
Think of it as liquid bread. - Patrick On Sep 4, 2009, at 6:54 PM, Chuck Hill wrote: On Sep 3, 2009, at 11:37 PM, Mark Morris wrote: While in Europe long ago I had some non-export, domestic Guinness, and you just about needed a knife and fork for that stuff! Have to admit, much as I li

Re: Deployment Error

2008-07-16 Thread Patrick Robinson
On Jul 16, 2008, at 5:52 AM, Q wrote: On 16/07/2008, at 6:57 PM, Thierry Kramis wrote: Hi All We're trying to deploy our first WO 5.4 application using Wonder on our Leopard server. The application wont start due to the following error: ... Caused by: java.lang.IllegalStateException: Main

NPE on project import

2008-07-08 Thread Patrick Robinson
I asked about this last week on the WOLips list, but that was maybe the wrong place. I have eclipse 3.3.2 and the newest stable wolips (3.3.5311) on two machines (a powermac G5, and a Mac Book Pro), both still running Tiger. I have a project on my G5 that I need to import into eclipse on my

Re: Velocity EOGenerator: refactor package?

2008-06-24 Thread Patrick Robinson
catch your plist files in your eomodel. Click ok then go though the preview to ensure the changes were made correctly. Don On Jun 24, 2008, at 10:10 AM, Patrick Robinson wrote: This is a bit old, but I assume it's still true: On Dec 19, 2007, at 8:48 PM, Mike Schrag wrote: is it possib

Re: Velocity EOGenerator: refactor package?

2008-06-24 Thread Patrick Robinson
Sure 'nuff good point! - Patrick On Jun 24, 2008, at 3:36 PM, David Avendasora wrote: Sure you can! Search for: className = " and replace with: className = "com.company.appname. no problem! Dave On Jun 24, 2008, at 3:25 PM, Patrick Robinson wrote: That's a nice &

Re: Velocity EOGenerator: refactor package?

2008-06-24 Thread Patrick Robinson
making sure that you can then do the refactor of the packages _before_ Veogenerator kicks off and creates all the new packages from scratch.. Dave On Jun 24, 2008, at 10:10 AM, Patrick Robinson wrote: This is a bit old, but I assume it's still true: On Dec 19, 2007, at 8:48

Velocity EOGenerator: refactor package?

2008-06-24 Thread Patrick Robinson
This is a bit old, but I assume it's still true: On Dec 19, 2007, at 8:48 PM, Mike Schrag wrote: is it possible to setup packagename argument in the EOGenerator command or turn on create package functionality? No, because this is really a setting of your EOModel, not just of the generation of

velocity eogenerator problem

2008-06-23 Thread Patrick Robinson
;Use Java 1.4 Templates (Velocity only)", then this problem goes away. But, why? I'm using java 1.5. What's the problem here? -- Patrick Robinson AHNR Info Technology, Virginia Tech [EMAIL PROTECTED] ___ Do not post admin req

securing communications between web server and WO instances

2008-05-14 Thread Patrick Robinson
ces, especially when those instances are running on separate hardware? Do you have a private network behind your web server (i.e. between your web server and your WO servers)? -- Patrick Robinson AHNR Info Technology, Virginia Tech [EMAIL PROTECTED] ___

SOLVED (*really*, this time!): Re: returning PDF via appendToResponse

2007-12-14 Thread Patrick Robinson
ethod, this doesn't occur -- , and so subsequent identical requests will result in the action method's being reinvoked. Interesting, no? - Patrick On Dec 13, 2007, at 5:34 PM, Patrick Robinson wrote: Well, it's always fun to reply to one's own emails. First, the solut

SOLVED: Re: returning PDF via appendToResponse

2007-12-13 Thread Patrick Robinson
nse, now. The solution to (2) is simply to change the content-disposition from "attachment" to "inline". That is: res.setHeader("inline; filename=" + filename, "content- disposition"); - Patrick On Dec 13, 2007, at 3:18 PM, Patrick Robinson wrote: I&#

returning PDF via appendToResponse

2007-12-13 Thread Patrick Robinson
e think maybe I was on the right track). At this point, I discovered problem (1), and wondered if the way I'm mangling the WOResponse has something to do with it. Anyone have any insights? I'd sure appreciate it! -- Patrick Robinson AHNR Info Technology, Virginia Tech [EMAIL PROTECTED]

Re: WebObjects Community Web site

2007-11-03 Thread Patrick Robinson
On Nov 3, 2007, at 7:40 PM, Chuck Hill wrote: On Nov 3, 2007, at 4:37 PM, Pascal Robert wrote: We also need a slogan. So I was thinking of doing a contest (but without any money prizes :-)). So submit your slogan ideas to me before Friday November 9 at 12:00pm. On Saturday, a survey will

Re: template parsing/generation inserts extra spaces

2007-07-02 Thread Patrick Robinson
ose value is bound to a java String. Is there any javascript going on? On Jul 2, 2007, at 12:15 PM, Lachlan Deck wrote: On 03/07/2007, at 1:05 AM, Patrick Robinson wrote: I probably shouldn't even suggest this, but... you're sure the string bound to ResultType doesn't hav

Re: template parsing/generation inserts extra spaces

2007-07-02 Thread Patrick Robinson
e.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/pgr%40vt.edu This email sent to [EMAIL PROTECTED] -- Patrick Robinson AHNR-IT, Virginia Tech [EMAIL PROTECTED] ___ Do not post admin requests t

Re: Apple's Support of WebObjects

2007-05-07 Thread Patrick Robinson
I just _hate_ that, and I find it bizarre that I haven't seen others complaining about this, too. How can you stand having to have your open files isolated under tabs?! Or am I missing something? -- Patrick Robinson AHNR-IT, Virginia T

Re: WOSortOrderManyKey

2007-03-29 Thread Patrick Robinson
On Mar 29, 2007, at 4:14 AM, WIESEN Bruno wrote: I can't deal with this component and I can't find good documentations... Can someone give me a working example? or somewhere to find documentations? How about the source: /Developer/Examples/JavaWebObjects/Source/JavaWOExtensions/ - Patrick

how to add dir to runtime classpath?

2006-11-15 Thread Patrick Robinson
see how to do it. I've read various suggestions (e.g. add the dir to the "Classpath" under the Application Server Target panel, under Pure Java Specific), but nothing seems to work. Does anyone know how to add a directory to a WO app's CLASSPATH? :-) -- Patrick Robinson

Re: EOGenericRecord vs. storedValue methods

2006-08-25 Thread Patrick Robinson
method. Hey, waitaminute! Didn't you cover this in your book? ah, yes. I should've remembered. Ch 5. DictionaryHoldingAreaPage.java :-) Thanks again, - Patrick On Aug 25, 2006, at 5:33 PM, Chuck Hill wrote: Hi Patrick, On Aug 25, 2006, at 2:28 PM, Patrick Robi

EOGenericRecord vs. storedValue methods

2006-08-25 Thread Patrick Robinson
re, at least while it's bouncing around the UI. Coercing data to the right types can be put off 'til validation and saving to the db? -- Patrick Robinson AHNR Info Technology, Virginia Tech [EMAIL PROTECTED] ___ Do not post ad

Re: strange EO inheritance issue

2006-08-03 Thread Patrick Robinson
e horizontal or vertical inheritance and get better performance. John On Aug 3, 2006, at 4:05 PM, Patrick Robinson wrote: I've got a rather strange EO inheritance question. I've got a situation where I've set up single-table inheritance (with a subclass "type" colu

Re: strange EO inheritance issue

2006-08-03 Thread Patrick Robinson
On Aug 3, 2006, at 5:24 PM, Sacha Michel Mallais wrote: On Aug 3, 2006, at 2:05 PM, Patrick Robinson wrote: I've got a rather strange EO inheritance question. I've got a situation where I've set up single-table inheritance (with a subclass "type" column) for 7 out o

Re: strange EO inheritance issue

2006-08-03 Thread Patrick Robinson
right). I would suggest putting those extra columns in a separate table, putting a relationship to it in the 8th subclass, and setting a nice batch fault number on it. I bet you it will perform WAY better. Ken On Aug 3, 2006, at 5:05 PM, Patrick Robinson wrote: I've got a rather s

strange EO inheritance issue

2006-08-03 Thread Patrick Robinson
y key, and C_ID is the primary key of all C subclasses. Normally, this propagates to the B subclass objects just fine (with all the other B subclasses, that is), but it isn't working with the B subclass that is set in EOModeler to use its own table. Has anyone else tried to do this k