Re: AW: Java 17? Half or Full?

2022-12-10 Thread Ray Kiddy via Webobjects-dev
These are great ideas. How hard do you think it would be to implement them? By the way, you point out that the WO license does not allow you to decompile the jars. I would suggest that unzipping the jar files to get a individual class files is not "decompiling" anything. If one is

Re: [Proposal] Drop Wonder's Ant Build

2022-09-01 Thread Ray Kiddy via Webobjects-dev
I was able to check out this branch, and then run: mvn clean mvn package mvn install No problems. And then I did: cd Examples/D2W/ERModernMoviesDemo cd target/ERModernMoviesDemo-7.4-SNAPSHOT.woa and NEXT_ROOT=/opt bash ERModernMoviesDemo And I was able to run the example, access it and

Re: [Proposal] Drop Wonder's Ant Build

2022-06-28 Thread Ray Kiddy via Webobjects-dev
No. We are only talking about the building of Wonder itself. Projects using Wonder can be built in different ways. It is a completely different issue. - ray On 6/28/22 06:45, Jesse Tayler via Webobjects-dev wrote: I admit I’m only half following this thread but I am still using Ant right now

Re: [Proposal] Drop Wonder's Ant Build

2022-06-16 Thread Ray Kiddy via Webobjects-dev
It has been getting harder and harder to build Wonder with ant. The last time I had to, I ended up not bothering to finish the build. Life is too short. Yes, I am still using ant in my own apps, but that is different. So, my vote is: Make it so. cheers - ray On 6/16/22 17:05, Paul

Re: WOString's valueWhenEmpty and escapeHTML

2020-12-08 Thread Ray Kiddy via Webobjects-dev
Sounds like an oversight to me. - ray On 12/3/20 1:47 PM, Henrique Prange via Webobjects-dev wrote: Hey guys, Is there a reason for the WOString's valueWhenEmpty binding not be escaped when escapeHTML evaluates to true? Cheers, HP ___ Do not

Re: WOLips bugfixes and new features planning

2020-11-18 Thread Ray Kiddy via Webobjects-dev
On 11/18/20 1:02 AM, Maik Musall via Webobjects-dev wrote: Hi everyone, we’ve had a long period of procrastinating ... We need a sample application complex enough that most of the relevant parts of WOLips is touched when working on it, so that the plugin developer has an actual piece of

Re: Default mysql TIMESTAMPS not allowed NULL

2020-11-11 Thread Ray Kiddy via Webobjects-dev
I was seeing the same at one point. I believe that upgrading the jdbc driver I was using fixed it. What version of the jdbc driver jar are you using? I am using mysql-connector-java-8.0.19.jar. % java --version java 14 2020-03-17 Java(TM) SE Runtime Environment (build 14+36-1461) Java

what log analyzers are we using?

2020-09-02 Thread Ray Kiddy via Webobjects-dev
Hello - What log analyzers are people using? I know that the question of which tools are best can go into the weeds and I am not trying to find the best of all time. I am just looking for which tools might not be too hard to set up. Is there anything new out there that is interesting and

Re: AW: WOLips bugfixes and new features planning

2020-07-08 Thread Ray Kiddy via Webobjects-dev
On 7/7/20 12:47 PM, Wolfgang Hartmann via Webobjects-dev wrote: Although I am not working anymore with webobjects but with more recent technologies I was still the one who did the last updates on the wolips-project. And therefore here is my opinion about the discussion of work to be done on

Re: Sign in with apple?

2020-06-03 Thread Ray Kiddy via Webobjects-dev
On 6/2/20 5:41 AM, Jesse Tayler wrote: On Jun 1, 2020, at 9:40 PM, Ray Kiddy wrote: Somebody comes in to the app, I get their e-mail address and sent them an "invite" into the app. This is exactly as secure as any password-storage system that uses e-mail to reset passwords

Main not a subclass of WOComponent - but an odd cause - bad selenium jar?

2020-06-03 Thread Ray Kiddy via Webobjects-dev
Hello - Just an FYI. I had an odd crash after adding some unit test code to an application. I have found the work-around for the problem but have not yet determined the cause. I got an exception on first accessing the app: *Error:* java.lang.IllegalArgumentException: Class 'Main' exists

Re: Sign in with apple?

2020-06-01 Thread Ray Kiddy via Webobjects-dev
What problem are you trying to solve? Are you wanting to not store passwords? Even if you use a third-party solution, you are still going to store user-specific configuration information, yes? Or are you handing all of that to Apple? I have apps that are secure and I do not store passwords.

Re: buildability? basic questions...

2020-05-09 Thread Ray Kiddy via Webobjects-dev
simplifies the directory structures. Most probably for you this document is sufficient. Yeah, Montreal, those were the days Have fun and keep clear of corona (no, not the beer unfortunately) ---markus--- On 24 Apr 2020, at 19:58, Ray Kiddy via Webobjects-dev wrote: Hello - I have actually

Re: Problem with fresh install....

2020-05-09 Thread Ray Kiddy via Webobjects-dev
Um Doesn't everyone just create a new workspace when they have installed a new version of WO or (sometimes) Wonder? I started doing this years ago, just to get past the hassle. Unless I misunderstand the problem. cheers - ray On 3/25/20 8:09 AM, Tim W via Webobjects-dev wrote: On Mar

buildability? basic questions...

2020-04-24 Thread Ray Kiddy via Webobjects-dev
Hello - I have actually been doing quite a lot with the WO deployment on my colo. It has been fun. But I have not been able to build wonder for a while. There were a few new laptops and OS versions and other changes in there. But it leads to a few simple question. 1) Is wonder buildable?

deployment via uWSGI?

2018-07-19 Thread Ray Kiddy
Has anyone set up, or thought about, a deployment using uWSGI in front of some WO apps? I have been doing some django things and it just occurred to me that I would not mind skipping the WOAdaptor. Just a thunk. cheers - ray ___ Do not post admin

Re: Tip request: How to avoid coercing twice in NSValidation

2017-05-25 Thread Ray Kiddy
Useful to keep in mind. https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet On 5/23/17 7:26 AM, Morris, Mark wrote: I know this is off topic, but I would recommend BCrypt for your passwords. It has 3 features that make it better than simply hashing your passwords: 1. It uses a

Re: Compiling ERExtensions in Sierra no worky

2017-05-21 Thread Ray Kiddy
t;> wrote: Hi Ray, interesting stuff. Did the javadoc also work correctly with maven, did it generate proper index html files on Sierra as well? Perhaps it's also time to move the Jenkins wonder build to maven. Maik Am 19.05.2017 um 23:10 schrieb Ray Kiddy <r...@ganymede

Re: Compiling ERExtensions in Sierra no worky

2017-05-19 Thread Ray Kiddy
So, I just have to say, I wanted to build wonder on my new Sierra laptop and of course it did not work. And then, after checking several things, downloading this and that, checking some other things, sacrificing a fatted calf and so on and so forth, thinking about making this work just

contract at Cupertino-based fruit company

2016-11-09 Thread Ray Kiddy
Hey - If anyone is interested, the contracting agency that is running the job did a great job for me. They're righteous folks and, if you want to do eCommerce stuff in Cupertino, let me know and I will forward you the info. They are asking for someone pretty senior, giving experience with

Re: WebObjects officially declared dead by Apple

2016-05-26 Thread Ray Kiddy
, however, no one that I know is doing that. Looking at de-compiled source isn’t “clean”. :P -Lon On Thu, May 26, 2016 at 4:42 PM, Ray Kiddy <r...@ganymede.org <mailto:r...@ganymede.org>> wrote: Well, Google just won their case against Oracle. I am not a lawyer, nor do I pl

Re: WebObjects officially declared dead by Apple

2016-05-26 Thread Ray Kiddy
Well, Google just won their case against Oracle. I am not a lawyer, nor do I play one on TV, but I think that this means a clean-room re-implementation is legally doable. Just saying. - ray On 5/3/16 8:19 AM, Hugi Thordarson wrote: Hi all. We probably all know that WO's been practically

Re: Secure storage of passwords or credit card data

2015-11-04 Thread Ray Kiddy
On Wed, 04 Nov 2015 10:40:49 +0100 Markus Ruggiero wrote: > Folks, > > another quick question: what are you using for secure storage of > passowords and credit card data in a Wonder app? Is there anything in > Wonder (probably there is, but it is not always easy to

Re: Abandonware???

2015-10-05 Thread Ray Kiddy
On Fri, 02 Oct 2015 15:54:37 -0400 David LeBer wrote: > WebObjects - the set of frameworks used by Apple == Not Abandonware > WebObjects - the set of frameworks used/enhanced/patched by the > community through Wonder == Not Abandonware > WebObjects - the set of

Wonder acronym survey

2015-10-05 Thread Ray Kiddy
Just a two minute script result, with most false positives filtered out. Sometimes I wonder whether we can even not use prefixes, if we had proper package structure. These things remind me of the people around the South Bay (here in northern CA), who say "the El Camino Real Blvd", which

Re: NoSQL

2015-10-02 Thread Ray Kiddy
On Thu, 01 Oct 2015 19:22:54 +0100 Gino Pacitti wrote: > Has anyone any thoughts on NoSQL and WO integrations and usage? > > It depends if you are talking about NoSQL on the server side, or are you talking about the whole "NoSQL ecosystem" that seems to have developed? I

bad path within master.zip on github?

2015-09-02 Thread Ray Kiddy
Hey - I am using Alexis' docker image and am creating a new image. For various reasons, just building an image with the Dockerfile as is does not work, but the issues are fixable. But this problem seems different than the others. Is anyone else seeing a problem with the master.zip file on

weird convergences? (perhaps OT)

2015-07-03 Thread Ray Kiddy
http://www.webcodegeeks.com/javascript/angular-js/angular2-hello-world/ Is it just me, or does Angular2 (apparently a huge re-write from v1) written with TypeScript (a typed superset of Javascript) look like, oh I don't know, WebObjects and Java? :-) Strange days indeed. - ray

Re: ERPDFGeneration and inline images

2015-02-12 Thread Ray Kiddy
On Thu, 12 Feb 2015 13:36:58 + Mark Wardle m...@wardle.org wrote: I struggled to use dynamically generated images in ERPDFGeneration and couldn’t get it to work - generally getting incorrect URLs in the generated HTML files generated from a WOComponent template. What kind of URLs were you

Re: [OT] .Net goes Open Source

2015-02-05 Thread Ray Kiddy
Some of us, at the last WOWODC in Montreal, started an effort to build a clean-room software project to provide something to run under Wonder, without IP problems and not under an Apple license, creating software that would be an API-compatible implementation of WO. As hard as it was going to be

Re: smart LIKE?

2015-02-04 Thread Ray Kiddy
On Wed, 04 Feb 2015 08:22:21 +0100 OC o...@ocs.cz wrote: Hello there, I've just bumped into a need to fetch based on a textual qualifier which I can't create. My records in one column contain tab-separated pairs of tags and text, like in foo:foo valueTABbar:blahblahTABbax:this is the

how can one set the title of a new window containing a PDF document?

2015-01-30 Thread Ray Kiddy
I am using the apache pdfbox code to generate a PDF file dynamically. I was setting the MIME type of the response and the user was seeing an attachment-open dialog from their browser. The user requested that the new window have a reasonable title. Right now, the title of the page is something

use case for ERPDFWrapper?

2015-01-16 Thread Ray Kiddy
Does anyone have a use case for the ERPDFWrapper classes? I am not seeing, for example, package-level javadoc that might explain this. The reason I ask is that I recently had to generate PDF invoices for an order system and the conversation in my head followed a very common pattern: - How do I

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

2014-10-22 Thread Ray Kiddy
On Wed, 22 Oct 2014 17:44:02 -0400 Ricardo Parada rpar...@mac.com wrote: Cayenne seems pretty nice and the closest to EOF judging from the API. And Cayenne 3.2 which I think is being renamed to Cayenne 4.0 has constructs for qualifiers and sittings similar to ERXKey. There is an

Re: Relationships: when NOT no to flatten

2014-10-20 Thread Ray Kiddy
On Mon, 20 Oct 2014 17:41:00 -0200 Flavio Donadio fla...@donadio.com.br wrote: Hello, people! I am experimenting a little more... and hitting some roadblocks! Example: I have these entities called Product and Quote. A Quote has many products. But each quoted product has more information,

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Ray Kiddy
On Mon, 20 Oct 2014 14:10:19 -0700 Lon Varscsak lon.varsc...@gmail.com wrote: I just downgraded and installed 2.2.26 using homebrew (and these instructions https://gist.github.com/falker/857c40ac854999d88135). Figured it was the path of least resistance. :P -Lon So, I updated my apache

Re: State of the art in browser capability detection

2014-10-16 Thread Ray Kiddy
On Wed, 15 Oct 2014 14:20:15 +0200 Markus Stoll, junidas GmbH markus.st...@junidas.de wrote: Hi, where possible, I switched to feature detection using http://modernizr.com This depends on a small javascript library running on your page. Markus Apparently someone already thought

Re: EOCustomObject valueForKey avoiding infinite recursion

2014-09-11 Thread Ray Kiddy
On Thu, 11 Sep 2014 14:55:16 +0100 John Pollard j...@pollardweb.com wrote: Hi List, In some debugging within takeValueForKey() I want to find out if the key already has a value set. If I call valueForKey() or storedValueForKey() and the value isn't already set I get infinite recursion as

Re: Eclipse 4.4 support for WOLips

2014-08-30 Thread Ray Kiddy
On Fri, 29 Aug 2014 21:23:34 -0700 Timothy Worman li...@thetimmy.com wrote: OK, I guess I misunderstood. Pull request 109 says: “ Eclipse 4.4 compatibility #109 Merged pascalrobert https://github.com/pascalrobert merged 8 commits into wocommunity:master from Wolfy42:eclipse_4_4 20

Re: EO has no attribute id?

2014-08-28 Thread Ray Kiddy
Might be a problem with prototypes in the EOModel. You probably used the 'id' prototype for the primary key column of the table, yes? If so, then manually specify the column name in the EOModel. If it says it is not set, then that probably means that it is not set. For whatever reason. Perhaps

Re: How to fetch an entity from an id ?

2014-08-20 Thread Ray Kiddy
On Wed, 20 Aug 2014 19:10:03 + Chuck Hill ch...@global-village.net wrote: It is in EOUtilities static EOEnterpriseObject objectWithPrimaryKey(EOEditingContext ec, String entityName, NSDictionary pkDict) Fetches the Enterprise Object identified by the specified primary key dictionary.

Re: angular and rest questions

2014-08-15 Thread Ray Kiddy
If you guys can put any of what you are doing up on a git repository, please do. I would like to see it. I am currently working on an AngularJS project. It does not have very much need for data, so there is no WO. But I am definitely going to try to be using this with WO in future work. I will

possible issue with WOLips and new Ubuntu version

2014-08-15 Thread Ray Kiddy
Hey - If you are not on Ubuntu, no biggie. But if you are, you might want to hold off on upgrading to 14.04 LTS. I upgraded from 14.02 LTS to 14.04 LTS and my working install of eclipse 3.7 is now not usable for opening WOComponents. Also, I just tried eclipse 4.2 and got different, but still

Re: keyboard navigate the DB reverse engineer checkbox table list?

2014-07-21 Thread Ray Kiddy
On Mon, 21 Jul 2014 14:25:36 -0500 Robert B. Hanviriyapunt roberth...@lstreetc.com wrote: Hey, I was just wondering if anyone knew how to keyboard navigate / manipulate the selections in the Entity Modeler reverse engineer checkbox table list? I just have a lot to un-check (or check,

Re: EO*Qualifier implements equals() but not hashcode()

2014-07-19 Thread Ray Kiddy
On Fri, 18 Jul 2014 16:00:28 -0700 Ramsey Gurley rgur...@smarthealth.com wrote: Just a note. ERXArrayUtilities.distinct doesn’t work on an array of EOOrQualifiers because the qualifier classes implement equals without implementing hashcode. sigh... Just FYI, there is an extremely helpful

Re: EO_PK_TABLE and weird stuff

2014-07-03 Thread Ray Kiddy
On Thu, 03 Jul 2014 14:56:49 -0700 Timothy Worman li...@thetimmy.com wrote: All: This week I had something happen that I’d never experienced before. I had two EO’s get inserted without incrementing the pk value in EO_PK_TABLE. The app is a self-serve account creation tool that injects

basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
I should have been using migrations for a long time, but I have not. I have just never had the time to add another thing that might break. But you know. But I thought I knew the theory of it. So, the only place I am seeing basic documentation on the wocommunity site is in the page on creating an

Re: basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
table skus null column tag varchar(63); - ray On Jun 24, 2014, at 3:59 PM, Ray Kiddy r...@ganymede.org wrote: I should have been using migrations for a long time, but I have not. I have just never had the time to add another thing that might break. But you know. But I thought I knew

Re: basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
make for a better error message. There should be a way to stop people from stubbing their toe on this. - ray On Jun 24, 2014, at 4:21 PM, Ray Kiddy r...@ganymede.org wrote: On Tue, 24 Jun 2014 16:17:51 -0400 Theodore Petrosky tedp...@yahoo.com wrote: Ray, If I understand

Re: basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
make for a better error message. There should be a way to stop people from stubbing their toe on this. - ray On Jun 24, 2014, at 4:21 PM, Ray Kiddy r...@ganymede.org wrote: On Tue, 24 Jun 2014 16:17:51 -0400 Theodore Petrosky tedp...@yahoo.com wrote: Ray, If I understand

Re: basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
make for a better error message. There should be a way to stop people from stubbing their toe on this. - ray On Jun 24, 2014, at 4:21 PM, Ray Kiddy r...@ganymede.org wrote: On Tue, 24 Jun 2014 16:17:51 -0400 Theodore Petrosky tedp...@yahoo.com wrote: Ray, If I understand

any reason not to be building Utilities/NSFoundation?

2014-06-06 Thread Ray Kiddy
This is not being built by ant in Wonder. I was just going to check in changes to build it. But then I thought I would check. It is not in Archives. Any reason not to build it? Perhaps it was deliberately left out? - ray ___ Do not post admin

Re: any reason not to be building Utilities/NSFoundation?

2014-06-06 Thread Ray Kiddy
in Wonder. So what the heck this means, I have no idea. O well. Whatever. - ray On 2014-06-06, 4:37 PM, Ray Kiddy wrote: This is not being built by ant in Wonder. I was just going to check in changes to build it. But then I thought I would check. It is not in Archives. Any reason

Re: running ERModernMoviesDemo app?

2014-05-15 Thread Ray Kiddy
cliking the Login button. Am 14.05.2014 um 23:24 schrieb Ray Kiddy r...@ganymede.org: Is anyone else having issues with running this example in Wonder? I cannot tell if it is a problem with the project or with my configuration (Ubuntu 12.04LTS) or both. For one thing, I had to add

running ERModernMoviesDemo app?

2014-05-14 Thread Ray Kiddy
Is anyone else having issues with running this example in Wonder? I cannot tell if it is a problem with the project or with my configuration (Ubuntu 12.04LTS) or both. For one thing, I had to add the ERCoolComponents and WOLips framework jars to the path to get it to run. It seems that it would

Re: Wonder build issue?

2014-05-08 Thread Ray Kiddy
On Wed, 07 May 2014 19:56:45 -0700 Timothy Worman li...@thetimmy.com wrote: All: After running this: ant clean frameworks; sudo ant frameworks.install I get the following errors: BUILD FAILED /Users/worman/Source/wonder/build.xml:18: The following error occurred while executing

Re: Wonder build issue?

2014-05-08 Thread Ray Kiddy
On Thu, 8 May 2014 00:31:22 -0700 Timothy Worman li...@thetimmy.com wrote: On May 7, 2014, at 11:26 PM, Ray Kiddy r...@ganymede.org wrote: On Wed, 07 May 2014 19:56:45 -0700 Timothy Worman li...@thetimmy.com wrote: All: After running this: ant clean frameworks; sudo ant

Re: Wonder documentation on jenkins.wocommunity.org broken?

2014-05-06 Thread Ray Kiddy
WebObjects. Just curious. Am 06.05.2014 um 04:44 schrieb Ray Kiddy r...@ganymede.org: The javadoc has been updated and is looking fairly normal. A new stylesheet had to be included. cheers - ray http://jenkins.wocommunity.org/job/Wonder/lastSuccessfulBuild/javadoc/? On Sun, 04

Re: Wonder documentation on jenkins.wocommunity.org broken?

2014-05-06 Thread Ray Kiddy
on jenkins.wocommunity.org broken? Hi there, First of all thanks to those who fixed it. Second: On 06.05.2014, at 21:40, Ray Kiddy r...@ganymede.orgmailto:r...@ganymede.org wrote: ps: By the way, is there a reason that this entire question has been on the WO list? There is a wonder list, yes

Re: Wonder documentation on jenkins.wocommunity.org broken?

2014-05-05 Thread Ray Kiddy
On Sun, 04 May 2014 22:01:03 +0200 Christoph Wick wi...@me.com wrote: Hi List, is the Wonder documentation on http://jenkins.wocommunity.org/job/Wonder/javadoc broken? It looks as if all the style information is missing. C.U.CW Yes, it is. I have been poking at it but have not had

Re: Wonder documentation on jenkins.wocommunity.org broken?

2014-05-05 Thread Ray Kiddy
The javadoc has been updated and is looking fairly normal. A new stylesheet had to be included. cheers - ray http://jenkins.wocommunity.org/job/Wonder/lastSuccessfulBuild/javadoc/? On Sun, 04 May 2014 22:01:03 +0200 Christoph Wick wi...@me.com wrote: Hi List, is the Wonder

Re: ERMooToolsDirectToWeb.framework compile errors

2014-04-27 Thread Ray Kiddy
On Sun, 27 Apr 2014 23:46:17 -0300 Ângelo Andrade Cirino aacir...@gmail.com wrote: I merged my branch and now I am getting compile errors regarding ERMooToolsDirectToWeb. Anyone else with this problem? Angelo Well, the project was checked in sometime in the past but I just checked in the

Re: WebObjects and IPv6 Support

2014-04-16 Thread Ray Kiddy
Wonder has a few classes in it that replace eocontrol classes but this class is unfortunately not one of them. My spider-sense is tingling and telling me that there may be a static final ivar in that class that is set to the maximum number of bytes allowed for the hostIdentificationBytes value.

Re: WOLips strange behavior

2014-04-14 Thread Ray Kiddy
How did you get your WOLips? I always do the install through the update manager. Currently, I am using eclipse version 3.7.2 (Build id: I20110613-1736) and I have WOLips version 4.2.20130127.7. I did not read your earlier e-mail carefully because messages that have WOLips strangeness in the

Re: ERJasperReports and localization

2014-04-13 Thread Ray Kiddy
On Sun, 13 Apr 2014 15:06:06 -0400 hafid ouazib houa...@gmail.com wrote: Hi, I created a new report using iReport and localization works fine when I run it with iReport, but when I try to run it inside my application(with eclipse), I put the .jasper report and properties

Re: Am I hallucinating...

2014-03-25 Thread Ray Kiddy
On Tue, 25 Mar 2014 15:19:58 -0500 James Cicenia ja...@jimijon.com wrote: LOL! Hey! Download that sucker! And now I have to figure out what to do with a dmg file on Ubuntu. Sigh :-) - ray On Tue, Mar 25, 2014 at 3:15 PM, Hugi Thordarson h...@karlmenn.is wrote: Hope springs

Re: Notification or handler after an EO got snapshot update

2014-03-21 Thread Ray Kiddy
On Fri, 21 Mar 2014 09:18:46 -0400 Samuel Pelletier sam...@samkar.com wrote: Hi, I have a class where I added an ivar to keep a cache of some values extracted from toMany relationships. I want to clear this cache if the toMany is updated from another editingContext but I do not find a

Re: D2WKeys link in JavaDoc is missing

2014-03-19 Thread Ray Kiddy
Hill ch...@global-village.net a écrit : Do dockets still work with modern Java? I thought there was some push to modernize the API that left them broken and then abandoned. On 2014-03-19, 1:30 PM, David Holt wrote: Hi All, From Ray Kiddy Oct 2013: See http

Re: WebObjects-Projects?

2014-03-07 Thread Ray Kiddy
On Fri, 07 Mar 2014 09:50:01 -0600 James Cicenia ja...@jimijon.com wrote: Yep. WO is dead. I was thinking of starting learning Ruby. I love Objective-C and iPhone development. And now was thinking about Node or Ruby for the back end. Thoughts? snip WebObjects as a brand has been DOA for

Re: Flattened to-one relationship problems

2014-03-03 Thread Ray Kiddy
On Sun, 02 Mar 2014 16:05:26 +0100 Jean Pierre Malrieu jp.malr...@free.fr wrote: Actually I think I solved the problem by using the relationship keypath in the qualifier: if ( cd.toOneRelationshipKeys().contains(sv1)) { EORelationship relation1 = entity.relationshipNamed(sv1);

Re: success installing new WO dev platform

2014-02-06 Thread Ray Kiddy
On Wed, 5 Feb 2014 15:09:08 +1000 Quinton Dolan qdo...@gmail.com wrote: On 5 Feb 2014, at 8:29 am, r...@ganymede.org wrote: Well, it was nice to see that installing and using WO and Wonder on non-Apple hardware is just fairly easy and just works, as it should. Now, back to work.

Re: Help Required: Method propertyListWithPathURL not found error.

2014-01-20 Thread Ray Kiddy
You know, the best way to find out what the parameters or the method signature is supposed to be is to go directly to the class you are using. Get your classpath, find the jar that has the class with the method in it and do: % javap -classpath jarfile full class name See below. If

can't start what with JavaMonitor?

2014-01-09 Thread Ray Kiddy
Has it occurred to anyone else that we should replace JM? For one thing, could we not have an app which puts info about what it knows in, you know, a database? And then synchronizes that information to the instances running in a way that is not synchronous with the UI? If I have one more time

Re: Sending a message to other application instances

2013-11-19 Thread Ray Kiddy
On Oct 14, 2013, at 9:53 AM, Theodore Petrosky tedp...@yahoo.com wrote: did you check out ERJGroupsSynchronizer? there is a companion video that does a great job explaining it. If anyone is using ERJGroupsSynchronizer and makes it work, can you give a shout. I want to add to the

Re: structure opinions

2013-11-13 Thread Ray Kiddy
On Sep 16, 2013, at 9:51 AM, Joel M. Benisch jo...@paperfree.net wrote: Markus: As per the private email I sent you over the weekend, which you can most certainly send to the list if you like, I believe that you are confusing things that occur in nature (Organizations, People and

Re: Does Ajax work in Direct Connect Mode?

2013-11-09 Thread Ray Kiddy
Hello Mai - Did you ever receive an answer to your question? I really need to start checking the list a little more often than I have been…. You know, I started the AjaxExample2 application from the Wonder examples and ran it with direct connect enabled and used to direct connect to connect

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-28 Thread Ray Kiddy
can see this may be complicated to actually implement, but we could suggest some complication can be shouldered by our developers and not load all of the complexity onto our users…. - ray On Jul 19, 2013, at 7:34 PM, Timothy Worman li...@thetimmy.com wrote: On Jul 19, 2013, at 9:53 PM, Ray

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-19 Thread Ray Kiddy
On Jul 15, 2013, at 7:21 AM, Chuck Hill wrote: Yes, AjaxTabbedPanel is going to fight you here. Chuck Really? AjaxTabbedPanel does not do repetitions? This seems odd. And undocumented. Just for fun, can anyone take a stab at how one would decide to use one of these and not one of the

Re: Broken Javamonitor and wotaskd apps and builds.

2013-06-30 Thread Ray Kiddy
On Jun 30, 2013, at 6:38 AM, G Brown wrote: Fun. Apple updates leads to broken Javamonitor and wotaskd. This was on an older snow leopard system, so I thought–after too much time of googling around–maybe it is time to use the updated Web objects community version of Javamonitor and

Re: Relationship many-to-many issue

2013-04-05 Thread Ray Kiddy
On Apr 5, 2013, at 9:04 AM, Raymond NANEON wrote: Hi Markus, Thanks for your advices. i going to try it Ray Envoyé de mon iPad Whenever I bump into this, and annoyingly, it still does happen once in a while, the thing to fix is either: - one of the 4 underlying relationships are

Re: java.lang.ClassNotFoundException: com.webobjects.foundation.development.NSBundleFactory

2013-03-23 Thread Ray Kiddy
How are you getting a reference to a NSBundleFactory class in a com.webobjects.foundation.development package? That package is, as far as I know, not in Apple's frameworks or in Wonder. Is this something you added? - ray On Mar 22, 2013, at 8:52 PM, miriyala srinivas wrote: HI All, I am

Re: Any interest in a Amazon AMI for Wonder?

2013-01-20 Thread Ray Kiddy
On Jan 10, 2013, at 7:10 AM, Pascal Robert wrote: Hi guys, I was wondering if we should build a public AMI (template) on Amazon EC2 that would contains: - CentOS 6.x - The Yum repository for wotaskd/Monitor/the adaptor - RPMForge Yum repository (useful to install software not

Fwd: Any interest in a Amazon AMI for Wonder?

2013-01-20 Thread Ray Kiddy
Begin forwarded message: snip Well, hope springs eternal. Or at least, stupidity does. cheers - ray Said stupidity referred to here is my own, by the way. Trying to communicate irony over e-mail again! Doh! :-) - ray ___ Do not post admin

Re: ProjectWonder Jenkins plugin features

2012-08-26 Thread Ray Kiddy
On Aug 26, 2012, at 5:28 AM, Pascal Robert wrote: Hi everyone, Now that the REST and SSH parts have been added into wotaskd, I was wondering what people are expecting to have in a Project Wonder plugin for Jenkins. This is what I'm thinking it should have: - The project templates

Re: Periodic Tasks in WO

2012-07-29 Thread Ray Kiddy
On Jul 29, 2012, at 9:33 AM, Amedeo Mantica wrote: You may also just create a simple Thread (runnable) Amedeo I have done the just create a thread method for something and it worked. But we had the application scheduled in JavaMonitor to stop and re-start itself once a day and putting

Re: Improvements to deployment tools

2012-07-24 Thread Ray Kiddy
On Jul 24, 2012, at 5:22 AM, Pascal Robert wrote: Hi guys, This is something I'm thinking about for months, and since I see a lot of people having issues with deployment, I have a couple of ideas to improve it. 1) To have REST actions inside wotaskd. By having that, we won't ever need

Re: Installing Tools and Framework is a mess

2012-07-18 Thread Ray Kiddy
On Jul 18, 2012, at 6:36 AM, Pascal Robert wrote: Le 2012-07-18 à 09:22, G Brown a écrit : Do you mean: 1. A User Manual for all wocommunity, and 2. A Developer Manual for wocommunity? No, I mean one wiki space for people who contribute to Wonder and WOLips (and other related

Re: Hijacker found.....

2012-04-14 Thread Ray Kiddy
On Apr 14, 2012, at 8:09 AM, Gino Pacitti wrote: http://flyingpiscivore.com/2012/02/26/beware-external-scripts/ I had this script running for my Google Map :( Gino ___ Does anyone click on links in an e-mail message? I hope not. Is anyone

Re: ERXRestFetchSpecification defaultSortOrderings ordered by id (PK)

2012-03-14 Thread Ray Kiddy
On Mar 14, 2012, at 7:33 PM, Rich wrote: Hi guys, I can't seem to find a way to do a sort order based on the Entity objects Primary Key in an ERXRestFetchSpecification (the defaultSortOrdering specifier) I seem to be able to sort by any of the Attributes/Properties but not the PK

Re: Problem saving accented characters to MySQL DB.

2011-11-08 Thread Ray Kiddy
On Nov 7, 2011, at 10:48 PM, Johnny Miller wrote: Hi I'm getting an com.webobjects.eoaccess.EOGeneralAdaptorException (-- error code: 1366 -- msg: Incorrect string value: '\xE9ed Ha...' for column 'DESCRIPTION' at row 1) when savings characters like é. I'm using a MySQL database 5.5

Re: Framework Not Building In Hudson/Jenkins

2011-10-16 Thread Ray Kiddy
On Oct 16, 2011, at 11:43 AM, Ted Archibald wrote: I have a simple framework that encapsulates some third party jars (httpclient). My framework builds fine on my local machine but fails on my build server. It can't find the third party jars I'm guessing. The jars are in in

Re: class loader deadlock in thread (apparently)

2011-10-05 Thread Ray Kiddy
On Oct 5, 2011, at 12:06 PM, Larry Mills-Gahl wrote: I have a background thread task that gathers and renders some pdf reports that is recently broken apparently in checking package access in the class loader. This used to work. I recently upgraded to Lion on my dev laptop and this is

Re: Bundle loading during unit testing outside Eclipse

2011-09-19 Thread Ray Kiddy
On Sep 19, 2011, at 2:48 PM, Paul Hoadley wrote: Hi Chuck, On 20/09/2011, at 2:49 AM, Chuck Hill wrote: That is, it can't find JavaMemoryAdaptor.framework when it needs it. I'm having this problem when running unit tests in both application and framework bundles of my own.

Re: Feedback about issue with MySQL and get primary key

2011-09-04 Thread Ray Kiddy
Your rawRowsForSql call through an exception because you are completely bypassing the primary key generation process, so it you want to insert rows using this call, you need to generate the primary keys yourself. There is a better way to do this. See below. - ray On Sep 4, 2011, at 7:49 AM,

Re: WODisplayGroup repeats the same EO

2011-09-02 Thread Ray Kiddy
On Sep 2, 2011, at 12:35 AM, David Avendasora wrote: Hi all, This is one for posterity. AKA: When I'm an idiot in the future. I was having a problem with a WODisplayGroup that would have the right number of objects in the selectedObjects Array, but they were all instances of the same

Re: Let's find a new name for the Community

2011-07-13 Thread Ray Kiddy
On Jul 13, 2011, at 10:32 AM, Jesse Tayler wrote: where's the support for fluffy bunny? I feel that's the only change I could really get behind. I thought we'd decided on: FGP (Foie Gras Poutine). Can combine the two: Foie Gras Poutine: it's a Wonder that David H. did have a

Re: java.lang.NullPointerException at com.webobjects.woextensions.WOExceptionParser._ignoredPackages(WOExceptionParser.java:63)

2011-07-08 Thread Ray Kiddy
I do not think you needed to go through this much effort. There is a replacement for this class in Project Wonder. The code there looked remarkably like your decompilation. I just changed the _ignoredPackages method in the Project Wonder version to be quite a bit more resistant to exceptions.

NSData from Oracle BLOB gives what String?

2011-06-29 Thread Ray Kiddy
This is an odd one. Has anyone seen something like this. We have two different Oracle database, one for production and one for testing. They both run on Linux, though the dev version is Ubuntu and the production version is on RedHat. The dev version gives: SQL*Plus: Release 11.2.0.1.0 and

Re: [ANN] WOUnit 1.1

2011-06-16 Thread Ray Kiddy
This is great. I have been wondering if WOUnit was going to get any attention. Is it on your list to update the documentation for WOUnit on the PWO wiki? Searching for WOUnit right now gives me one page: MAven Goals. Any update? thanx - ray On Jun 14, 2011, at 2:44 PM, Henrique Prange wrote:

Re: Use EOF without WO?

2011-06-16 Thread Ray Kiddy
On Jun 15, 2011, at 6:47 AM, John Huss wrote: Yes, it's possible. You'll need to make sure the main bundle gets figured out, either by structuring it like a bundle or by declaring it explicitly. You'll need JavaEOAccess, JavaEOControl, and JavaFoundation. If you want to get data from

  1   2   3   >