Re: Gianduia and WO

2009-11-05 Thread Joe Little
1-2-SNAPSHOT. Ah.. Maven heavy I see.. Can't wait for NSJSON though. On Thu, Nov 5, 2009 at 5:59 PM, Johnny Miller jlmil...@kahalawai.com wrote: Hi Mike, You should buy the WOWODC videos from this past year ... I show a lot more information about Gianduia in there. I didn't know they were

Re: Gianduia and WO

2009-11-03 Thread Joe Little
Us folks near San Fran call it Ghiradelli On Tue, Nov 3, 2009 at 10:32 AM, Pascal Robert prob...@macti.ca wrote: Le 09-11-03 à 13:27, Miguel Arroz a écrit : Hi! On 2009/11/03, at 18:07, Mike Schrag wrote: i'd be down with doing something like what i did at wowodc, but maybe at a slower

Re: WebObjects on Snow Leopard - Status?

2009-10-29 Thread Joe Little
Is that latter true? I've been running Snow Leopard on all my machines, have not adjusted Java to use anything other than the default 64-bit 10.6 server VM, and have not had trouble running new or pre-existing Eclipse 3.4 or even 3.5.1 releases. On Thu, Oct 29, 2009 at 7:47 AM, John Huss

displaying an integer list

2009-10-26 Thread Joe Little
I have a wo popup button YearPopUpButton: WOPopUpButton { item = intSelection; list = YearList; selection = anAppliedClass.appliedYear; } and the relevant code is public NSArray YearList = new NSArray(new int[]{2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,

Re: displaying an integer list

2009-10-26 Thread Joe Little
(2000) etc for each. That should work, but I'm just curious why its not handling the int to Integer conversion well. Just something that I expected. I guess I'll do it the ugly way.  Yours Miguel Arroz On 2009/10/27, at 00:18, Joe Little wrote: I have a wo popup button YearPopUpButton

Re: displaying an integer list

2009-10-26 Thread Joe Little
On Mon, Oct 26, 2009 at 5:41 PM, David LeBer dleber_wo...@codeferous.com wrote: On 2009-10-26, at 8:37 PM, Joe Little wrote: On Mon, Oct 26, 2009 at 5:29 PM, Miguel Arroz ar...@guiamac.com wrote: Hi!  You don't have to do new Integer(x) for all the integers. I have this on my code

Re: 2009 surveys results

2009-10-23 Thread Joe Little
Not any more.. :) I also noticed that the docs are disappearing off the Apple site. Not sure if one is allowed to repost those somewhere else without drawing the wrath of Apple lawyers. If the docs are on the apple site, they sure as hell are hard to find, as most URLs redirect to the MacOSX

Re: 2009 surveys results

2009-10-23 Thread Joe Little
Ah.. found them.. http://developer.apple.com/legacy/mac/library/navigation/index.html Ignore the WebObjects Reference Library links on webobjects.com / http://developer.apple.com/tools/webobjects/ On Fri, Oct 23, 2009 at 10:16 AM, Joe Little jmlit...@gmail.com wrote: Not any more.. :) I also

Another odd ERExcelLook oddity: email

2009-10-12 Thread Joe Little
I've been able to make reports left and right without issue, but whenever I reference applicant.email, the results are blank in my excel spreadsheets. The model has email as a varchar with an external width or 200. If can display it fine any other way, but not via the Wonder excel generation. I

Re: Another odd ERExcelLook oddity: email

2009-10-12 Thread Joe Little
the componentName for email to D2WString Cheers, Anjo Am 12.10.2009 um 19:35 schrieb Joe Little: I've been able to make reports left and right without issue, but whenever I reference applicant.email, the results are blank in my excel spreadsheets. The model has email as a varchar with an external width

Re: JD update

2009-10-12 Thread Joe Little
Mike running on a stable build? Surely you jest. On Mon, Oct 12, 2009 at 2:06 PM, Galen Rhodes grho...@thissmallworld.com wrote: But I though WOLips for Eclipse 3.5 was still not stable? -- Galen Rhodes grho...@thissmallworld.com http://www.facebook.com/Galen1967 On Oct 12, 2009, at 4:44

Re: Another odd ERExcelLook oddity: email

2009-10-12 Thread Joe Little
dleber_wo...@codeferous.com wrote: On 2009-10-12, at 5:07 PM, Joe Little wrote: Are the examples somewhere on setting the componentName, for example? I'm trying to translate what you listed into rules (LHS, RHSK, RHSV, Assignment) and am still stumbling. Something like: 100: (pageConfiguration

Re: Another odd ERExcelLook oddity: email

2009-10-12 Thread Joe Little
, Oct 12, 2009 at 2:43 PM, David LeBer dleber_wo...@codeferous.com wrote: Try: D2WDisplayString On 2009-10-12, at 5:36 PM, Joe Little wrote: Hmm. LHS of (pageConfiguration like '*Excel*' and propertyKey like 'email') RHSK is componentName RHSV is D2WString Assignment class

Re: WO alternatives

2009-10-10 Thread Joe Little
On Sat, Oct 10, 2009 at 10:53 AM, Chuck Hill ch...@global-village.net wrote: On Oct 10, 2009, at 10:36 AM, Guido Neitzer wrote: On 9. Oct. 2009, at 22:30 , Stephane Guyot wrote:        today I don't believe the challenge is on the server anymore. As long as you can't pull the data out of

Re: WO alternatives

2009-10-10 Thread Joe Little
On Sat, Oct 10, 2009 at 11:22 AM, Joe Little jmlit...@gmail.com wrote: On Sat, Oct 10, 2009 at 10:53 AM, Chuck Hill ch...@global-village.net wrote: On Oct 10, 2009, at 10:36 AM, Guido Neitzer wrote: On 9. Oct. 2009, at 22:30 , Stephane Guyot wrote:        today I don't believe the challenge

Re: WO alternatives

2009-10-09 Thread Joe Little
Yes, I find Grails or more specifically GORM to be the closest analogy. Very Rails inspired, but where it differs, it feels just like WO. I just hate JSP/GSP presentation layer, so GRAILS in the end doesn't float my boat. LiftWeb is painful to the eyes. Scala is great, LiftWeb just won't gain

Re: ERExcelLook filename

2009-10-02 Thread Joe Little
dleber_wo...@codeferous.com wrote: On 2009-09-30, at 5:21 PM, Joe Little wrote: I saw that one can statically name a sheet from a rule, but I both want to title an Excel spreadsheet in some way (via a rule) as well as name the file something more unique than results-#.xls. Anybody with experience

Re: ERExcelLook filename

2009-10-02 Thread Joe Little
Alternatively, how is this done programatically? I'm not grokking the rule system yet, obviously. On Fri, Oct 2, 2009 at 2:18 PM, Joe Little jmlit...@gmail.com wrote: The samples in the d2wmodel file in the frameworks don't seem to give me enough guidance to actually use rules to set values

ERExcelLook filename

2009-09-30 Thread Joe Little
I saw that one can statically name a sheet from a rule, but I both want to title an Excel spreadsheet in some way (via a rule) as well as name the file something more unique than results-#.xls. Anybody with experience setting either the sheet names to some var as well as the filename?

Re: WebObjects become opensource ?

2009-09-17 Thread Joe Little
Um, short term gain, long term loss I think :( On Thu, Sep 17, 2009 at 10:09 AM, Mike Schrag msch...@mdimension.com wrote: The twist on this, I suppose, is that we should ENCOURAGE people to leave the community so we can kick their asses and steal their contracts by continuing to build WO

TuneKit?

2009-09-14 Thread Joe Little
Ok.. this sounds suspiciously like the Giandujia story has legs: http://www.macnn.com/articles/09/09/14/could.be.aimed.at.support.apple.tv.functions/ New RIA apple javascript toolkit. One and the same? I know that Mike pointed out it was WebKit functionality, but the above seems to point at

Re: pubcookie and WO

2009-09-13 Thread Joe Little
Use Location not Directory On Sep 13, 2009, at 9:56 AM, Gordon Belray gordon.bel...@utoronto.ca wrote: Hey eveyone, We're using PubCookie http://www.pubcookie.org/ here for user authentication, and we need to have a directory to point back to in the Apache module: Directory

Re: FOSS Reporting Libraries?

2009-09-07 Thread Joe Little
On Sun, Sep 6, 2009 at 10:04 PM, Cheong Hee (Gmail)chn...@gmail.com wrote: Hi Kieran Besides, I guess also you need to have WCJRUtils.java and WCReportsScriptlet.java.  Some time back (~2007) I was able to download a zip sample called WOCodeJasperSample.  Just ran through the sample code test

Re: Snow Leopard and WebObjects

2009-09-02 Thread Joe Little
On Wed, Sep 2, 2009 at 6:43 AM, Galen Rhodesgrho...@thissmallworld.com wrote: OK, I know Apple has been tight lipped on the subject. But what is the general feeling that people are having on the subject of Snow Leopard and WebObjects? Some are having growing pains, and I suspect its that

Re: 10.6 Snow Leopard deployment, how to?

2009-08-26 Thread Joe Little
On Wed, Aug 26, 2009 at 2:50 AM, Massimiliano Piconem...@applenewton.it wrote: Hi David, Hi Max, On Aug 26, 2009, at 4:29 AM, Massimiliano Picone wrote: Hi all, as you already know the new Mac OS X Server 10.6 has no support for WebObjects deployment. As you can read on page 7 in the

Re: [Wonder-disc] mod_WO

2009-08-24 Thread Joe Little
For opensolaris, just used Nexenta (ubuntu-based distro using opensolaris kernel). Works great with gcc, just apt-get install gcc. On Sun, Aug 23, 2009 at 6:05 PM, Qqdo...@gmail.com wrote: On 24/08/2009, at 10:10 AM, Pascal Robert wrote: Le 09-08-23 à 19:55, Q a écrit : I can put

WOMessage and headers + userinfo

2009-08-01 Thread Joe Little
Is there a way to acquire the clients ip address out of the worequest? I been tasked to limit auths to domains/ips first, and if not otherwise known, registered users. The various apache solutions are weak since only user lookup is dynamic (backend is db/ldap) but domain/ ip lookups are

Re: WOMessage and headers + userinfo

2009-08-01 Thread Joe Little
Think I already figured it out. One needs to first set some self- defined headers using an apache mod. Specfically setenvif http://www.askapache.com/htaccess/setenvif.html On Aug 1, 2009, at 12:40 AM, Joe Little jmlit...@gmail.com wrote: Is there a way to acquire the clients ip address out

Re: WOMessage and headers + userinfo

2009-08-01 Thread Joe Little
Thanks. ERXRequest really fits the bill. On Sat, Aug 1, 2009 at 3:08 AM, Lachlan Decklachlan.d...@gmail.com wrote: On 01/08/2009, at 6:23 PM, Joe Little wrote: Think I already figured it out. One needs to first set some self-defined headers using an apache mod. Specfically setenvif http

Re: WO Deployment [was:A WebObjects article on Appleinsider]

2009-07-09 Thread Joe Little
On Thu, Jul 9, 2009 at 8:33 AM, Jean-Francois Veillettejean_francois_veille...@yahoo.ca wrote: do you run into this problem or am i just making that out to be more difficult than it is? At that point, I would say industry have solved it.  how do normal j2ee developer do when they are in a

Re: And the beat goes on...

2009-07-08 Thread Joe Little
Currently? With WO 5.4.x (I think all versions) you get the code through development, and the license included therein states free to deploy anywhere. Thus, you get it via Xcode (up to 5.4.2) or ADC (5.4.3) or indirectly through the WOInstaller.jar for 5.4.3 and 5.3.3. I believe there was still a

Re: And the beat goes on...

2009-07-08 Thread Joe Little
On Wed, Jul 8, 2009 at 3:06 PM, Chuck Hillch...@global-village.net wrote: On Jul 8, 2009, at 3:04 PM, Klaus Berkling wrote: On Jul 8, 2009, at 2:57 PM, Chuck Hill wrote: On Jul 8, 2009, at 2:53 PM, Klaus Berkling wrote: On Jul 8, 2009, at 1:37 PM, Chuck Hill wrote: On Jul 8, 2009, at 1:31

Re: er.excel No Such Method Error exception

2009-07-01 Thread Joe Little
I hit it two different ways. You are either missing POI from the classpath, or somehow you have two versions of the POI jars there. ExcelGenerator frameworks include POI, but if you update in place, you may now have two versions of that jar within your framework. Check that out. On Wed, Jul 1,

Re: er.excel No Such Method Error exception

2009-07-01 Thread Joe Little
Good to hear. On Wed, Jul 1, 2009 at 4:35 PM, Johnny Millerjlmil...@kahalawai.com wrote: Thanks Joe. I saw the two jars but I wasn't sure if that was it or not.  After erasing the older version it started working again. On Jul 1, 2009, at 1:15 PM, Joe Little wrote: I hit it two

WOLips 3.5 tree not showing Wonder project wizards : SOLVED

2009-06-25 Thread Joe Little
Creating a new workspace showed that the Wonder project creation wizards were indeed there. I went back to my current workspaces and even though I had reselected WOLips perspectives, it only would show default WebObjects project creation wizards. For future reference the solution was to Reset the

Adding Direct2Web technologies to existing projects

2009-06-24 Thread Joe Little
I enjoyed David's screencast of the D2W tech in action, and I think if nothing else, its the way to easily generate random Excel spreadsheets since rules will always trump code when dealing with the daily whims of management. I've been able to replicate his example as long as I have my model local

Re: Adding Direct2Web technologies to existing projects

2009-06-24 Thread Joe Little
you turned on rule tracing? That is very informative. See the last entry in my run configuration below. Did you add a rule to your user.d2wmodel in the Application? That's what I did. On 24-Jun-09, at 4:32 PM, Joe Little wrote: I enjoyed David's screencast of the D2W tech in action, and I

Re: Adding Direct2Web technologies to existing projects

2009-06-24 Thread Joe Little
be an issue. Have you turned on rule tracing? That is very informative. See the last entry in my run configuration below. Did you add a rule to your user.d2wmodel in the Application? That's what I did. On 24-Jun-09, at 4:32 PM, Joe Little wrote: I enjoyed David's screencast of the D2W tech

Re: Adding Direct2Web technologies to existing projects

2009-06-24 Thread Joe Little
that shouldn't be an issue. Have you turned on rule tracing? That is very informative. See the last entry in my run configuration below. Did you add a rule to your user.d2wmodel in the Application? That's what I did. On 24-Jun-09, at 4:32 PM, Joe Little wrote: I enjoyed David's screencast

wolips bug or my stupidity: deployment doesn't add my resource jars

2009-06-18 Thread Joe Little
I was using the built-in ant install task in wolips to make my project-Application.tar.gz file. In my project, I added the mysql driver jar into Resources, and in the build path added it via the Add JARs function. All is well until I do the ant install, as neither the class path references it nor

Re: WO deployment on Ubuntu

2009-06-13 Thread Joe Little
I used the linux installer posted by Pascal and others, and between that and using the java6 provided by apt, it all just worked. Perhaps its because you are trying to run things as root and you are kicking off the process directly from init (root) without a sub-shell. Instead, use appserver as

Re: Snow Leopard compatibility and the future of webobjects

2009-06-13 Thread Joe Little
On Sat, Jun 13, 2009 at 10:37 AM, George Domurotgeo...@boxofficetickets.com wrote: Speaking of contributing.  While we are digging into several new projects, we would like to start adding and editing content on the wiki.  I can't seem to find an area to create an account.  A couple folks

Re: Rich Clients and WO

2009-06-09 Thread Joe Little
Much thanks on that last paragraph. I wouldn't have gathered that from the presentation, but it now makes me smile just a little more now :) On Tue, Jun 9, 2009 at 10:11 AM, Mike Schragmsch...@mdimension.com wrote: No, I thought it wasn't really clear either - I thought it was local storage at

Re: Rich Clients and WO

2009-06-09 Thread Joe Little
On Tue, Jun 9, 2009 at 11:40 AM, Joe Littlejmlit...@gmail.com wrote: Much thanks on that last paragraph. I wouldn't have gathered that from the presentation, but it now makes me smile just a little more now :) sorry, this is in regards to using these technologies in basic web pages just as

Re: Meetup Friday in San Fran

2009-06-04 Thread Joe Little
We have a strange from-the-south low that causing unseasonal rain. It'll be like this into Saturday. Come Sunday through next week, you'll get your usual always sunny mid-70s northern california crap :) On Thu, Jun 4, 2009 at 6:36 AM, David Avendasora webobje...@avendasora.com wrote: On Jun 4,

Re: Meetup Friday in San Fran

2009-06-04 Thread Joe Little
Ok.. We get our farm.. and then we get the goats and sheep. Next, we shear the sheep and make some sweaters, and then we meet up to discuss all things WO oriented. BTW, I plan to announce a new Web Objects Location-oriented framework for tracking farm animals: WOOL. On Thu, Jun 4, 2009 at 10:44

Re: Meetup Friday in San Fran

2009-06-04 Thread Joe Little
I leave 1-2 dollars when I leave on the last day usually. On Thu, Jun 4, 2009 at 4:08 PM, Chuck Hill ch...@global-village.net wrote: On Jun 4, 2009, at 3:24 PM, Miguel Arroz wrote: Hi!  I was told guests in hotels are supposed to leave a tip for the person who cleans the room. May I ask

Re: Meetup Friday in San Fran

2009-06-03 Thread Joe Little
Definitely 21st amendement. They can take an impromptu large party and have lots of microbrews and food to sample On Jun 3, 2009, at 1:46 PM, Chuck Hill ch...@global-village.net wrote: On Jun 3, 2009, at 11:41 AM, David Avendasora wrote: On Jun 3, 2009, at 2:34 PM, Chuck Hill wrote: On Jun

Re: Meetup Friday in San Fran

2009-06-03 Thread Joe Little
We always have other poisons to choose from On Jun 3, 2009, at 1:48 PM, Lon Varscsak varsc...@smarthealth.com wrote: I'm anti-social...plus I don't really like beer! -Lon On Wed, Jun 3, 2009 at 1:47 PM, Chuck Hill ch...@global- village.net wrote: On Jun 3, 2009, at 11:38 AM, Robert B.

Re: Meetup Friday in San Fran

2009-06-03 Thread Joe Little
well, 4 more blocks than ThirstyBear. On Wed, Jun 3, 2009 at 2:28 PM, Chuck Hill ch...@global-village.net wrote: By the map it looks like a taxi ride away. On Jun 3, 2009, at 2:26 PM, Joe Little wrote: Definitely 21st amendement. They can take an impromptu large party and have lots

Re: getResource and friends

2009-05-29 Thread Joe Little
. On May 28, 2009, at 6:18 PM, Joe Little wrote: I was returning to the kerberos example Mike provided a while back, and I can't get the code to work at a basic level. I've stuffed a krb5.conf and a kerberos.conf in my Sources folder as directed (and tried others), but I always get an NPE from

Re: getResource and friends

2009-05-29 Thread Joe Little
**/*.class *.properties Chuck On May 29, 2009, at 1:44 PM, Joe Little wrote: Ok. I made a simple java project with your example code in the static void main, and it just works. When I include it in a WebObjects project and add *.conf to the class patternset, and still gives me the NPEs. I

Re: getResource and friends

2009-05-29 Thread Joe Little
On Fri, May 29, 2009 at 2:01 PM, Chuck Hill ch...@global-village.net wrote: On May 29, 2009, at 1:59 PM, Joe Little wrote: On Fri, May 29, 2009 at 1:52 PM, Chuck Hill ch...@global-village.net wrote: Where are you putting these under Sources?  At the root?  In the same package

Re: getResource and friends

2009-05-29 Thread Joe Little
On Fri, May 29, 2009 at 2:09 PM, Chuck Hill ch...@global-village.net wrote: On May 29, 2009, at 2:05 PM, Joe Little wrote: On Fri, May 29, 2009 at 2:01 PM, Chuck Hill ch...@global-village.net wrote: On May 29, 2009, at 1:59 PM, Joe Little wrote: On Fri, May 29, 2009 at 1:52 PM, Chuck Hill

Re: getResource and friends

2009-05-29 Thread Joe Little
'/' On Fri, May 29, 2009 at 2:41 PM, Chuck Hill ch...@global-village.net wrote: On May 29, 2009, at 2:33 PM, Joe Little wrote: On Fri, May 29, 2009 at 2:09 PM, Chuck Hill ch...@global-village.net wrote: On May 29, 2009, at 2:05 PM, Joe Little wrote: On Fri, May 29, 2009 at 2:01 PM, Chuck Hill ch

Re: I am at wits end with this ajax ....

2009-05-22 Thread Joe Little
I know of codefab offhand http://www.codefab.com/contact.html On Fri, May 22, 2009 at 9:01 AM, Theodore Petrosky tedp...@yahoo.com wrote: Is there any kind soul in NYC that can help me understand why I am not getting this ajax dependent popups issue. I have posted as much as I could think

Re: JavaFSAdaptor and non-working EO methods

2009-05-21 Thread Joe Little
the second saveChange (test 2). Test 3 never runs because of the aforementioned error. Your answer though is this: myFile class your.app.eo.FSFile test 1: test text myFile class your.app.eo.FSFile test 2: test text Same class. On May 20, 2009, at 12:57 PM, Joe Little wrote: On Wed, May 20

Re: JavaFSAdaptor and non-working EO methods

2009-05-21 Thread Joe Little
On Thu, May 21, 2009 at 7:39 AM, Anjo Krank a...@krank.net wrote: Am 20.05.2009 um 22:23 schrieb Chuck Hill: It's been ages (6years+) since I tried to create a simple D2W app from that code, but AFAIR, I had no trouble writing to a file. The only downside then was that you don't have

Re: JavaFSAdaptor and non-working EO methods

2009-05-21 Thread Joe Little
Still not resolved are the issues that Chuck and are are trying to address, but here's the diff that at least gets it to NSData and allows content to be updated/inserted. Other stuff in the takeValueFor is breaking, but nothing else is presently read-write. On Thu, May 21, 2009 at 10:04 AM, Joe

Re: Frustrated by WO / Eclipse / WOLips :(

2009-05-21 Thread Joe Little
On Thu, May 21, 2009 at 12:46 PM, Andrew Satori d...@druware.com wrote: Alright, so I am not an 'old school' WO dev.  I have used it for a few years now for several projects and overall I really like the platform.  That said, I am so frustrated by the tools right now, I am about to throw the

Re: JavaFSAdaptor and non-working EO methods

2009-05-21 Thread Joe Little
); } } On Thu, May 21, 2009 at 11:36 AM, Joe Little jmlit...@gmail.com wrote: Still not resolved are the issues that Chuck and are are trying to address, but here's the diff that at least gets it to NSData and allows content to be updated/inserted. Other stuff in the takeValueFor is breaking, but nothing

Re: JavaFSAdaptor and non-working EO methods

2009-05-21 Thread Joe Little
into the ec. Painful, but would work around this bug as I've yet to understand how to block the attempt be EOF to update a read-only record. Just shows the level of my ignorance. On Thu, May 21, 2009 at 2:07 PM, Joe Little jmlit...@gmail.com wrote: Taking the url class out of the model (no code

Re: JavaFSAdaptor and non-working EO methods

2009-05-20 Thread Joe Little
while handling request: java.lang.ClassCastException: java.net.URL [2009-5-20 11:16:7 PDT] WorkerThread0 java.lang.ClassCastException: java.net.URL at your.app.eo._FSItem.url(_FSItem.java:175) On Wed, May 20, 2009 at 11:06 AM, Joe Little jmlit...@gmail.com wrote: I got the JavaFSAdaptor

Re: JavaFSAdaptor and non-working EO methods

2009-05-20 Thread Joe Little
On Wed, May 20, 2009 at 11:12 AM, Chuck Hill ch...@global-village.net wrote: On May 20, 2009, at 11:06 AM, Joe Little wrote: I got the JavaFSAdaptor up and running, created a model, eogenerated, and was able to create a file just fine. However, let's look at an example that fails. I'm trying

Re: JavaFSAdaptor and non-working EO methods

2009-05-20 Thread Joe Little
the reason why what it says is murderous :) The latter is something I'm unsure of myself as I fell into that hole. On Wed, May 20, 2009 at 11:12 AM, Chuck Hill ch...@global-village.net wrote: On May 20, 2009, at 11:06 AM, Joe Little wrote: I got the JavaFSAdaptor up and running, created a model

Re: JavaFSAdaptor and non-working EO methods

2009-05-20 Thread Joe Little
(thousands of files, folders, subfolders, etc). Currently, this has been done with Apache and various config changes there, but the target sysadmins for my app sadly are more of the point-and-click skill set. ms On May 20, 2009, at 2:22 PM, Joe Little wrote: On Wed, May 20, 2009 at 11:12 AM, Chuck

Re: JavaFSAdaptor and non-working EO methods

2009-05-20 Thread Joe Little
On Wed, May 20, 2009 at 11:26 AM, Anjo Krank a...@krank.net wrote: One can create files or directories, but there is no way to save data to those files. Yikes. It's been ages (6years+) since I tried to create a simple D2W app from that code, but AFAIR, I had no trouble writing to a file. The

Re: JavaFSAdaptor and non-working EO methods

2009-05-20 Thread Joe Little
Curious. I'll try some further mucking with the model to allow read/ write. The adaptor model provided by wonder is limited in this way out of the box On May 20, 2009, at 11:43 AM, Anjo Krank a...@krank.net wrote: I presume the answer is not via the EO (all methods are read-only) as Chuck

JavaFSAdaptor and non-working EO methods

2009-05-20 Thread Joe Little
I got the JavaFSAdaptor up and running, created a model, eogenerated, and was able to create a file just fine. However, let's look at an example that fails. I'm trying to set the content, which apparently can only be a string: EOClassDescription aClassDescription =

Re: JavaFSAdaptor and non-working EO methods

2009-05-20 Thread Joe Little
cvs? +1 On May 20, 2009, at 12:21 PM, Mike Schrag msch...@mdimension.com wrote: personally, i think javafsadaptor should be rewritten using something like commons transaction, so you can actually get transactional file updates ... but i agree the concept is useful. Q is working on CSV

Re: JavaFSAdaptor and non-working EO methods

2009-05-20 Thread Joe Little
On Wed, May 20, 2009 at 11:32 AM, Joe Little jmlit...@gmail.com wrote: On Wed, May 20, 2009 at 11:26 AM, Anjo Krank a...@krank.net wrote: One can create files or directories, but there is no way to save data to those files. Yikes. It's been ages (6years+) since I tried to create a simple D2W

Re: Project Management Tools

2009-05-04 Thread Joe Little
We've supported multiple projects with trac by having multiple trac projects. Not hard to do at all. Perhaps its the interest in having multiple svn repos or the like under one trac wiki, etc. We just put a front end on all the wiki/ticket/svn projects and it seems to work fine. That said, I did

Re: CLOB and WO 5.4.3

2009-04-22 Thread Joe Little
On Wed, Apr 22, 2009 at 1:31 PM, Mike Schrag msch...@mdimension.com wrote: btw: dear oracle: put #...@$ version numbers on your jar files. love, mike. ms Say hello to your new Java overlords! On Apr 22, 2009, at 4:08 PM, Ricardo J. Parada wrote: Thanks... The newer driver resolved the

Re: CLOB and WO 5.4.3

2009-04-22 Thread Joe Little
On Wed, Apr 22, 2009 at 1:36 PM, Hugi Thordarson h...@karlmenn.is wrote: btw: dear oracle: put #...@$ version numbers on your jar files. love, mike. ms Say hello to your new Java overlords! Indeed. I heard they already released Java 7,  buried somewhere deep on technet as java.jar. +1

Re: [OT] Oracle buys Sun

2009-04-20 Thread Joe Little
On Mon, Apr 20, 2009 at 6:10 AM, Miguel Arroz ar...@guiamac.com wrote: Hi!  http://www.electronista.com/articles/09/04/20/oracle.to.buy.sun/  Is this good or bad for Java coders? The nearest term decision and thus casualty is likely Eclipse vs NetBeans. Oracle standardizes on Eclipse. I

Re: Help me choose topics for WOWODC'09

2009-04-17 Thread Joe Little
#1 or #3, but the latter may be more inciteful On Apr 17, 2009, at 10:43 AM, Chuck Hill ch...@global-village.net wrote: I am considering a few topics (thinking to only do one) for WOWODC'09 in San Fran this June. I'd appreciate some feedback on which ones are of the widest interest.

Re: WOWODC West Attendees...

2009-04-16 Thread Joe Little
Not as adventurous, but there is this restaurant http://www.yelp.com/biz/double-play-restaurant-san-francisco Its the site of the old San Francisco Seals restaurant, so it has tons of old baseball stuff like a museaum, but its a restaurant/bar w/ micro brews, etc. There is also the Anchor Steam

Re: WOWODC West Attendees...

2009-04-16 Thread Joe Little
It just might be hard to get the reservation though.. On Thu, Apr 16, 2009 at 11:25 AM, Ken Anderson kenli...@anderhome.com wrote: On Apr 16, 2009, at 2:18 PM, Chuck Hill wrote: On Apr 16, 2009, at 11:14 AM, Joe Little wrote: Not as adventurous, but there is this restaurant http

Re: WOWODC West Attendees...

2009-04-16 Thread Joe Little
AM, Joe Little jmlit...@gmail.com wrote: It just might be hard to get the reservation though.. On Thu, Apr 16, 2009 at 11:25 AM, Ken Anderson kenli...@anderhome.com wrote: On Apr 16, 2009, at 2:18 PM, Chuck Hill wrote: On Apr 16, 2009, at 11:14 AM, Joe Little wrote: Not as adventurous

Re: WOWODC West Attendees...

2009-04-16 Thread Joe Little
Damn. The tours are run daily at 11am (2 hours) and all Fridays are booked in June. 7-8 people would work on the 8th or some other day of WWDC, but not Friday. Thursdays are bad as well, so sadly its a M-W possibility right during WWDC. On Thu, Apr 16, 2009 at 11:30 AM, Joe Little jmlit

Re: maven.

2009-04-03 Thread Joe Little
I've been wondering if gant (grail's groovy front end to gant) wouldn't at least allow one to add dependency functionality onto ant and avoid the rest. The grails guys do allow plugin style dependency installation, etc in the gant process. On Fri, Apr 3, 2009 at 6:31 AM, Andrus Adamchik

Re: maven.

2009-04-03 Thread Joe Little
On Fri, Apr 3, 2009 at 10:00 AM, Chuck Hill ch...@global-village.net wrote: On Apr 3, 2009, at 9:35 AM, Henrique Prange wrote: Hi Mike, Mike Schrag wrote: Ant subscribers:           969 Maven subscribers:        1774 Ant Total posts:         19011 Maven Total posts:       70980 Ant

Re: used shibboleth

2009-03-29 Thread Joe Little
security can high-jack a project, even a dissertation with all the academic freedom in the world. Later, Dan On Mar 28, 2009, at 12:55 PM, Joe Little wrote: On Sat, Mar 28, 2009 at 10:53 AM, Joe Little jmlit...@gmail.com wrote: On Fri, Mar 27, 2009 at 9:56 PM, Daniel Beatty danielbea

Re: used shibboleth

2009-03-28 Thread Joe Little
On Fri, Mar 27, 2009 at 9:56 PM, Daniel Beatty danielbea...@mac.com wrote: Greetings Chuck, It seems that you are quite correct as I have started to investigate this issue of SSO-WO.  There is a page from Shibboleth that confirms that REMOTE_USER is the header - environment variable needed

Re: used shibboleth

2009-03-28 Thread Joe Little
On Sat, Mar 28, 2009 at 10:53 AM, Joe Little jmlit...@gmail.com wrote: On Fri, Mar 27, 2009 at 9:56 PM, Daniel Beatty danielbea...@mac.com wrote: Greetings Chuck, It seems that you are quite correct as I have started to investigate this issue of SSO-WO.  There is a page from Shibboleth

Re: WOWODC West

2009-03-27 Thread Joe Little
On Fri, Mar 27, 2009 at 3:33 PM, Chuck Hill ch...@global-village.net wrote: On Mar 27, 2009, at 3:25 PM, Simon McLean wrote: thought i would be cheeky and start a vote for additional WOWODC West topics, purely based on what I want to know more about :-) Feel free to vote for these topics, or

Re: WO is dead!

2009-03-26 Thread Joe Little
On Thu, Mar 26, 2009 at 10:41 AM, Chuck Hill ch...@global-village.net wrote: Well, might as well cancel WOWODC.  I'll be busy learning PHP and RoR if anyone is looking for me... Bring out your dead!  Bring out your dead! Be a little more realistic. Its Groovy on Grails! :-P On Mar 26,

Re: Jad?

2009-03-12 Thread Joe Little
On Thu, Mar 12, 2009 at 5:12 PM, Miguel Arroz ar...@guiamac.com wrote: Hi! On 2009/03/13, at 00:07, Chuck Hill wrote: On Mar 12, 2009, at 5:05 PM, Miguel Arroz wrote: Hi!  Alcohol is also not permitted on the island. I, Ministry of You're Gonna Do As I Want or Else, declare it. BURN THE

Re: [OT]Can not seem to send

2009-02-26 Thread Joe Little
You are likely getting a message about a blocked Gateway. Whoever on the list is doing that should just stop :) On Thu, Feb 26, 2009 at 8:35 AM, Daniel Beatty danielbea...@mac.com wrote: Greetings all, I have tried to respond to a couple of comments made on the list, but seem to be blocked for

Re: Java 1.6 via SoyLatte on MacOS X 10.4.11

2009-02-26 Thread Joe Little
On Thu, Feb 26, 2009 at 10:59 AM, Chuck Hill ch...@global-village.net wrote: Joe Little pointed this out to me, though it might be of interest to some others here as an alternative to the Apple JVM: http://bsnyderblog.blogspot.com/2008/03/java-16-via-soylatte-on-macos-x-10411.html Chuck

Re: Hibernate

2009-02-25 Thread Joe Little
I'll at least but in one one data point below. On Wed, Feb 25, 2009 at 9:45 AM, Mike Schrag msch...@mdimension.com wrote: While the tone of the emails does sound in favor of EOF, could you please share some concrete instances and examples of why Hibernate doesn't cut it for you? I actually

Wonder JavaFSAdaptor

2009-02-09 Thread Joe Little
I downloaded the latest Wonder from subversion and went to build all the frameworks. ant frameworks builds everything including the various Java*Adaptors. Except for JavaFSAdaptor -- is there a known proper way to build/use this as running any local to the framework also fails.

Re: Wonder JavaFSAdaptor

2009-02-09 Thread Joe Little
running s/any/ant local could this code simply have not been updated in the modern Wonder builds.. is it abandoned? On Mon, Feb 9, 2009 at 2:16 PM, Joe Little jmlit...@gmail.com wrote: I downloaded the latest Wonder from subversion and went to build all the frameworks. ant frameworks builds

Re: Wonder JavaFSAdaptor

2009-02-09 Thread Joe Little
Thanks -- sorry if it was the wrong list :) On Mon, Feb 9, 2009 at 8:03 PM, Anjo Krank a...@krank.net wrote: Should be fixed, it was MIA from the refactoring. Cheers, Anjo PS: Next time, please post at the wonder-disc list. Am 10.02.2009 um 04:39 schrieb Joe Little: running s/any/ant

plist to xml conversion of lists

2009-01-22 Thread Joe Little
Previously, I had Property entries like: degree.list = (PHD, MS) My newer projects have XML-style plist files. I understand the basic key/string layout for single assignments, but I can't figure out what is the right way to do multiple assignments. I presume that: keydegree.list/key string(PHD,

Re: plist to xml conversion of lists

2009-01-22 Thread Joe Little
stringFull of sound and fury, signifying nothing./string /array keyBirthdate/key integer1564/integer /dict /plist Would the string's just need to be quoted or is that redundant? On Thu, Jan 22, 2009 at 2:05 PM, Joe Little jmlit...@gmail.com wrote: Previously, I had Property

Re: [OT - kinda] WOWODC 2009 webcasting?

2009-01-15 Thread Joe Little
On Thu, Jan 15, 2009 at 5:57 PM, Josh Paul joshp...@gmail.com wrote: Given all the livecasting tools out there, I don't think it would be too much trouble to do. I'm certain there'd be a need to limiting viewers/interaction, but that shouldn't be too much trouble. I think the biggest hurdle

Re: [OT - kinda] WOWODC 2009 webcasting?

2009-01-15 Thread Joe Little
sound to go web-only and thus avoid the nastiness of international call-in. On Thu, Jan 15, 2009 at 7:19 PM, Joe Little jmlit...@gmail.com wrote: On Thu, Jan 15, 2009 at 5:57 PM, Josh Paul joshp...@gmail.com wrote: Given all the livecasting tools out there, I don't think it would be too much

Re: WO 5.3 or 5.4

2008-12-23 Thread Joe Little
On Tue, Dec 23, 2008 at 9:04 AM, Francesco Romano fra.makav...@gmail.com wrote: On 23/dic/08, at 17:43, Michael DeMan (WO) wrote: I have developed WO 5.4 under OSX 10.4, including switching back and forth. If you are just getting started, I would recommend trying to get 5.4 running if you

ec.deleteObject() and NSValidationErrors caused by the delete

2008-09-25 Thread Joe Little
I'm in the midst of doing some archival code. Once my objects are copied off into their archival EOs, I then run this line: ec.deleteObject(thisApplicant); I get tons of exceptions based on NSValidationErrors, as various foreign keys won't be satisfied. Example: An Exception occured while

<    1   2   3   4   >