Re: new system: all installed, but eogeneration is a no-op

2012-01-24 Thread Joe Little
am Provider (Incubation) 0.7.9.I20110819-1700 > > (I also did an Eclipse check-for-updates, which downloaded a newer WOLips - > it was hanging before I did that, as well as after) > > Is there anything in that list that sounds wrong? > Did you use any alternatives? > > Regards

Re: new system: all installed, but eogeneration is a no-op

2012-01-23 Thread Joe Little
Solved myself looking at the list. Its the 3.7 refresh issue as well as the defaults of eogen setting complete paths to the source tree and not just Sources. On Mon, Jan 23, 2012 at 9:29 PM, Joe Little wrote: > So, I haven't brought the full old config with all my frameworks over

new system: all installed, but eogeneration is a no-op

2012-01-23 Thread Joe Little
So, I haven't brought the full old config with all my frameworks over to my macbook air. Time to start a new project with an old model, so I got Eclipse 3.7, the matching wolips, and the latest Wonder binaries (Jan 19th apparently). All in place, Wonder project builds find. However, creating a Won

Re: AjaxObserveField and checkboxes

2011-05-04 Thread Joe Little
om the span tag, put it into the bindings of the > WOCheckBox and try again. > > jw > > > Am 04.05.2011 um 19:39 schrieb Joe Little: > >> I have some actions taken from an AjaxModalDialog, so it would figure >> that I need to use an AjaxObserveField to monitor checkbo

AjaxObserveField and checkboxes

2011-05-04 Thread Joe Little
I have some actions taken from an AjaxModalDialog, so it would figure that I need to use an AjaxObserveField to monitor checkboxes to change those values, as otherwise they are never received due to the AMD. What I've tried after reading the docs (http://webobjects.mdimension.com/hudson/job/Wonder/

Fwd: D2W display rules for relationships

2011-04-28 Thread Joe Little
Just seeing if this can be answered Begin forwarded message: > From: Joe Little > Date: April 27, 2011 1:18:36 PM PDT > To: Ramsey Gurley > Cc: WebObjects-Dev Mailing List List > Subject: Re: D2W display rules for relationships > > Thanks. One thing I noticed is th

Re: D2W display rules for relationships

2011-04-27 Thread Joe Little
ot;);right=();} > > Ramsey > > On Apr 26, 2011, at 3:40 PM, Joe Little wrote: > >> Here's another one. If I have an edit page for an entity, my >> relationships should up with Edit/Inspect buttons. If, however, I >> inspect an entity, I get neither of tho

Re: D2W pull downs for toOne relationships aren't behaving as I'd expect anymore

2011-04-27 Thread Joe Little
25 : (pageConfiguration like '*EmbeddedAffiliate' and propertyKey ='company') > => toOneUIStyle = popup [com.webobjects.directtoweb.Assignment] > > That should get you the popup instead of the radio buttons! > > Note: The Radio Button UI Style could use some CSS love.

Re: D2W display rules for relationships

2011-04-26 Thread Joe Little
heh :) What do you mean by D2W Flags? On Tue, Apr 26, 2011 at 3:45 PM, David Holt wrote: > > On 2011-04-26, at 3:40 PM, Joe Little wrote: > >> Here's another one. If I have an edit page for an entity, my >> relationships should up with Edit/Inspect buttons. > >

Re: D2W display rules for relationships

2011-04-26 Thread Joe Little
Apr 26, 2011 at 3:22 PM, Joe Little wrote: > worked like a charm.. on to my other problematically displayed fields.. > > On Tue, Apr 26, 2011 at 3:11 PM, David LeBer > wrote: >> >> On 2011-04-26, at 5:56 PM, Joe Little wrote: >> >>> Lets focus on *Note pages

Re: D2W display rules for relationships

2011-04-26 Thread Joe Little
worked like a charm.. on to my other problematically displayed fields.. On Tue, Apr 26, 2011 at 3:11 PM, David LeBer wrote: > > On 2011-04-26, at 5:56 PM, Joe Little wrote: > >> Lets focus on *Note pages and their display of Projects (one to one).. >> That answer is

Re: D2W display rules for relationships

2011-04-26 Thread Joe Little
Lets focus on *Note pages and their display of Projects (one to one).. That answer is ERD2WDisplayToOne or ERMDEditRelationship On Tue, Apr 26, 2011 at 2:41 PM, David LeBer wrote: > > On 2011-04-26, at 5:34 PM, Joe Little wrote: > >> I'm trying to get any Projects that have N

D2W display rules for relationships

2011-04-26 Thread Joe Little
I'm trying to get any Projects that have Notes to display just the noteText, and likewise, all Notes to display just the project Name for their relationships, but its always shows all the fields. (pageConfiguration like '*Project' and propertyKey = 'notes') => displayPropertyKeys = ("noteText") (p

Re: I've got the latest Gianduja snapshot for evaluation

2011-04-24 Thread Joe Little
There are always two Davids... A master and an apprentice? On Apr 23, 2011, at 1:38 PM, Mark Wardle wrote: > We should highlight the bending time & space aspect of WO development > on the wiki. > > That and the Sith Lord thing. > > Mark > > -- > Dr. Mark Wardle > Specialist registrar, Neurol

Re: fetching on joined table

2011-04-13 Thread Joe Little
Others will say similarly, but as someone who once used views, etc, you'll want to avoid these and stored procedures and build out all of this logic in EOF/Modeler and let WebObjects do it's thing. If you are executing SQL for results lists, you are likely trying too hard to outthink WO On Apr

well, that explains the missing Chocolate

2011-03-23 Thread Joe Little
Story about Motorola's new WebOS-like solution to be used instead of Android in some cases has various Apple and Adobe veterans at the helm. http://www.appleinsider.com/articles/11/03/23/motorola_hedging_android_bet_with_new_web_based_os.html Well, one of the guys pointed out there is "Benoit Mar

Re: [OT] Play! Framework

2011-03-10 Thread Joe Little
> > - ray > >> >> Am 10.03.2011 um 21:18 schrieb Lachlan Deck: >> >>> lift (for scala) is pretty cool. >>> >>> http://liftweb.net/ >>> http://demo.liftweb.net/ >>> http://exploring.liftweb.net/ >>> >>> On 11/

Re: [OT] Play! Framework

2011-03-10 Thread Joe Little
Grails is more similar to WO than Play though -- especially considering GORM approaches some of the niceties of EOF and Wonder qualifiers. Both easier in the easy case, but harder when you have multiple relationships (stuck with Hibernate criteria builders then) On Wed, Mar 9, 2011 at 7:17 PM, Pa

Re: Linux deployment advice

2011-02-23 Thread Joe Little
I can help with RPMs. I guess this part is open sourced. We don't need any jars for java monitor right? On Feb 23, 2011, at 6:41 AM, Pascal Robert wrote: > > Le 2011-02-23 à 11:20, Klaus Berkling a écrit : > >> >> On Feb 23, 2011, at 8:14 AM, David LeBer wrote: >> I'm thinking of doing

Re: D2W and non-relational insertion lists.

2011-02-16 Thread Joe Little
er() setter in > your membership with a check not to overwrite if there's already  a > value for that (those) properties. > > Mark > > -- > Dr. Mark Wardle > Specialist registrar, Neurology > (Sent from my mobile) > > > On 16 Feb 2011, at 05:49, Joe Littl

Re: D2W and non-relational insertion lists.

2011-02-15 Thread Joe Little
t all. > > Can you be more specific? What are your entities? > > > On 2011-02-15, at 8:49 PM, Joe Little wrote: > >> I want the certain fields (String) to take the values from a pull down >> from another Entity, inserting Entity.name or Entity.type for the >>

D2W and non-relational insertion lists.

2011-02-15 Thread Joe Little
I want the certain fields (String) to take the values from a pull down from another Entity, inserting Entity.name or Entity.type for the string on selection. I don't want a relation since the choices are to be archival and not reflect what Entity.type is presently, but what it was at time of creati

Re: submit button errors on deployment

2011-02-10 Thread Joe Little
A new feature of Eclipse 3.6.1? :) On Thu, Feb 10, 2011 at 2:37 PM, Chuck Hill wrote: > On Feb 10, 2011, at 2:08 PM, Joe Little wrote: >> On Thu, Feb 10, 2011 at 2:04 PM, Chuck Hill wrote: >>> On Feb 10, 2011, at 2:01 PM, Joe Little wrote: >>> >>>>

Re: submit button errors on deployment

2011-02-10 Thread Joe Little
On Thu, Feb 10, 2011 at 2:04 PM, Chuck Hill wrote: > > On Feb 10, 2011, at 2:01 PM, Joe Little wrote: > >> That was it. Why oh why does it work in development? > > I am not sure.  Is it getting embedded?  Is it not installed in your dev > environment, so embedding can&#

Re: submit button errors on deployment

2011-02-10 Thread Joe Little
That was it. Why oh why does it work in development? As for your quip about UNIX knowledge, you got me on that one. On Thu, Feb 10, 2011 at 1:55 PM, Chuck Hill wrote: > > On Feb 10, 2011, at 1:49 PM, Joe Little wrote: > >> Its embedded, but I'm wondering if there is a ve

Re: submit button errors on deployment

2011-02-10 Thread Joe Little
WebObjects/Extensions/postgresql.jar:/Library/WebObjects/Extensions/ On Thu, Feb 10, 2011 at 1:21 PM, Chuck Hill wrote: > Is it missing from the deployment server?  Did not get embedded?  Classpath > is wrong? > > > On Feb 10, 2011, at 11:45 AM, Joe Little wrote: > >> Yep, it'

Re: submit button errors on deployment

2011-02-10 Thread Joe Little
11:17 AM, David LeBer wrote: > > On 2011-02-10, at 2:04 PM, Joe Little wrote: > >> I'm getting these errors: >> >> Error: >> com.webobjects.appserver._private.WODynamicElementCreationException: >> 'action' is a constant.

Re: submit button errors on deployment

2011-02-10 Thread Joe Little
Again, I get these errors only in deployment. On Feb 10, 2011, at 11:04 AM, Joe Little wrote: > I'm getting these errors: > > Error: > com.webobjects.appserver._private.WODynamicElementCreationException: > 'action' is a constant. > Reason: > &#x

submit button errors on deployment

2011-02-10 Thread Joe Little
I'm getting these errors: Error: com.webobjects.appserver._private.WODynamicElementCreationException: 'action' is a constant. Reason: 'action' is a constant. For this section                 In ModernLook. I noticed t

Re: Modern D2W Fu questions: ERD2WDisplayToManyList actionable links; multiple entities per page

2011-02-09 Thread Joe Little
Damn iPad spell checking. I have no idea what "unix" was originally meant to be in the below On Feb 9, 2011, at 8:23 PM, Joe Little wrote: > Thanks. This helped with the listing of entities within a > relationship. For the other problem, I'm just punting on D2W for

Re: Modern D2W Fu questions: ERD2WDisplayToManyList actionable links; multiple entities per page

2011-02-09 Thread Joe Little
using ERChronic with quals. Seems to be the only way to incorporate that and get it all on one page. On Wed, Feb 9, 2011 at 6:55 PM, Ramsey Gurley wrote: > > On Feb 9, 2011, at 6:52 PM, Joe Little wrote: > >> I'm a little confused. I can make a pageConfiguration, and se

Re: Modern D2W Fu questions: ERD2WDisplayToManyList actionable links; multiple entities per page

2011-02-09 Thread Joe Little
;t about my problems showing more than one entity listPage in a given page. On Wed, Feb 9, 2011 at 6:18 PM, Joe Little wrote: > Perhaps its actually ERMDSimpleListPageRepetition's that need to be > defined which use displayGroups. Has does one do all of the qualifiers > and such in

Re: Modern D2W Fu questions: ERD2WDisplayToManyList actionable links; multiple entities per page

2011-02-09 Thread Joe Little
ds without parameters in the rules, but not ones that take parameters. D2W again being non-congruent with my head. On Wed, Feb 9, 2011 at 5:52 PM, Joe Little wrote: > I'm a little confused. I can make a pageConfiguration, and set > multiple ERDList and ListEmbeddedStuff's -- Ok. B

Re: Modern D2W Fu questions: ERD2WDisplayToManyList actionable links; multiple entities per page

2011-02-09 Thread Joe Little
t; 100: propertyKey = 'stuffList' => componentName = ERDList > 100: propertyKey = 'stuffList' => listConfigurationName = ListEmbeddedStuff > > Ramsey > > On Feb 9, 2011, at 5:16 PM, Joe Little wrote: > >> To be more specific, I want multiple ERModListPages

Re: Modern D2W Fu questions: ERD2WDisplayToManyList actionable links; multiple entities per page

2011-02-09 Thread Joe Little
To be more specific, I want multiple ERModListPages within one page. Is that just not doable? On Wed, Feb 9, 2011 at 3:57 PM, Joe Little wrote: > First, I have places whereby I have: > > 100: ((task = 'inspect' or task = 'list') and > smartRelationshi

Modern D2W Fu questions: ERD2WDisplayToManyList actionable links; multiple entities per page

2011-02-09 Thread Joe Little
First, I have places whereby I have: 100: ((task = 'inspect' or task = 'list') and smartRelationship.isToMany = 1) => componentName = "ERD2WDisplayToManyList" (Assignment) This gives me the list view I want of my items, but I also want to have users able to select that row and go to the inspect p

Re: Better D2W question: pull down lists for relationships

2011-02-01 Thread Joe Little
On Tue, Feb 1, 2011 at 4:11 PM, David Holt wrote: > Okay okay, you got me. > > On 2011-02-01, at 3:38 PM, Joe Little wrote: > >> Forgot to reply all the first time: >> >> I did discover these, but wasn't grokking myself of which went to >> where. I'll

Re: Better D2W question: pull down lists for relationships

2011-02-01 Thread Joe Little
sion.com/hudson/job/Wonder54/javadoc/d2wlist.html - I > believe we have Ray Kiddy to thank for that piece of JavaDoc magic. > > Dave > > PS, now if we could just get Mr. Holt to chime in, you could have the > DirectToDave trifecta! > > On Jan 31, 2011, at 10:51 PM, Joe Little wrot

Re: Better D2W question: pull down lists for relationships

2011-01-31 Thread Joe Little
Thanks. Still not finding these on my own -- or at least the logic to find them. I was looking for an ERD2WList type.. On Mon, Jan 31, 2011 at 2:39 PM, David LeBer wrote: > > On 2011-01-31, at 5:26 PM, Joe Little wrote: > >> Always in D2W, relationships selection is usually a &

Better D2W question: pull down lists for relationships

2011-01-31 Thread Joe Little
Always in D2W, relationships selection is usually a "search" or "new" option. I was wondering how to override this will a pull down. I have a to-one relationship for a projectType, and I don't want my Project entities having to do a subsearch each time to find available projects, but select instead

Re: ERModern and brain freezing

2011-01-29 Thread Joe Little
homepage link to the default action was fixed with a Wonder update, as well as the mutli-datePickers on edit/create. A bad build somewhere in there I guess. On Sat, Jan 29, 2011 at 5:02 PM, Joe Little wrote: > I'm returning to D2W for some rules that are stale, and my sample > project

ERModern and brain freezing

2011-01-29 Thread Joe Little
I'm returning to D2W for some rules that are stale, and my sample project looks good for queries, but in ever Edit/Create page that has a date, it has a start and end date selection for a given date. I'd like to restrict those fields to just entering one date. I can't seem to find any examples of r

Re: Scala and WebObjects

2010-11-13 Thread Joe Little
On Sat, Nov 13, 2010 at 5:11 AM, Kieran Kelleher wrote: > You obviously have not seen us at WOWODC ;-) Before or after the night of drinking? > > Regards, Kieran. > > > On Nov 13, 2010, at 2:40 AM, Mark Wardle wrote: > I've heard rumors of WO developers using pink netbooks! (^_~) >>> >> >>

Re: Oracle and Apple Announce OpenJDK Project for Mac OS X

2010-11-12 Thread Joe Little
But what about WO? :) (Ducks for cover...) On Fri, Nov 12, 2010 at 6:56 AM, Kieran Kelleher wrote: > And thus all the hissy-fits and panic all over the internet and mailing > lists was both amusing and a complete waste of energy! > OK, back to work everyone .. java is alive and well on OS X  

Re: Scala and WebObjects

2010-11-11 Thread Joe Little
Well, all this talk about Roo still makes me unsure of what people find the most compelling part of WO that they are starting to look at other technologies for. Indeed, we are all a little skittish over future directions and future releases with a perhaps non-growing community. I still find Grails

Re: OS X Java Deprecation & JVM Source Code

2010-10-21 Thread Joe Little
But it will still be 5.4.3 On Oct 21, 2010, at 12:29 PM, Kieran Kelleher wrote: > My 2 cents: > > Relax, don't panic, There is always a way forward. Look at the positive. > > I am sure that in 5 years, much of this community will still be here > developing WebObjects enterprise apps in Java

Re: OS X Java Deprecation & JVM Source Code

2010-10-21 Thread Joe Little
Thanks for the clarification from you and David. I knew there was some apple java dependencies but not sure of which. The only way to make openjdk work now though is x11 I think, correct? On Oct 21, 2010, at 11:38 AM, John Huss wrote: > On Thu, Oct 21, 2010 at 1:26 PM, Joe Little wr

Re: OS X Java Deprecation & JVM Source Code

2010-10-21 Thread Joe Little
Perhaps but not cocoa/aqua native. In other words, eclipse can't use it to display GUI elements unless you rebuild eclipse to use x11, and then finder drag and drop is lost among other things On Oct 21, 2010, at 11:21 AM, Ramsey Gurley wrote: > > On Oct 21, 2010, at 12:39 PM, David LeBer wrot

Re: OS X Java Deprecation & JVM Source Code

2010-10-21 Thread Joe Little
On Oct 21, 2010, at 6:00 AM, David LeBer wrote: > > On 2010-10-21, at 5:16 AM, David Avendasora wrote: > >> >> On Oct 21, 2010, at 4:54 AM, David Avendasora wrote: >> >>> Hi all, >>> >>> I just noticed in Apple's latest Java release (Java 6, update 3) that Apple >>> has deprecated it's JV

Re: REST routes in JavaMonitor

2010-09-29 Thread Joe Little
avaMonitor is not open to the world!). The code was added to the trunk of >> Wonder (the Wonder53 build) so if you want to play with it, make sure you >> get it from this build. > > Whoo hoo! > >>  Please note that if JavaMonitor requires a password, you need to append

Re: two different databases at same time?

2010-08-06 Thread Joe Little
g Hee (Gmail) wrote: > Could it be something else that is the culprit? If you think worth to cross > examine, let me know so that I could repackage the test files into eclipse > project and send over. > > - Original Message - From: "Cheong Hee (Gmail)" > To: "

Re: two different databases at same time?

2010-08-05 Thread Joe Little
--- Original Message ----- From: "Joe Little" > To: "Joe Little" > Cc: "Cheong Hee (Gmail)" ; "David LeBer" > ; "WO Dev Group" > > Sent: Friday, August 06, 2010 2:17 AM > Subject: Re: two different databases at same time? > >

Re: two different databases at same time?

2010-08-05 Thread Joe Little
directory itself? This has worked for me before, with one framework model and one local project model. This time, i have two models in one framework. On Aug 4, 2010, at 7:26 PM, Joe Little wrote: > You gave me a good clue. I may be using the same damn ec > > On Aug 4, 2010, at 7:17 PM,

Re: two different databases at same time?

2010-08-04 Thread Joe Little
> to be done by getting the admitApplicant key from Student, and then use the > key to search the AdmitApplicant that is resided in database B. Good thing > is both could be done in the same ec. > > Cheers > > Cheong Hee > > - Original Message - From: "David

Re: Multiple databases and migrations causing weird side affect

2010-08-04 Thread Joe Little
lhost/gradoffice dbConnectUserGLOBAL=postgres dbConnectPasswordGLOBAL= dbConnectPluginGLOBAL=PostgresqlPlugIn dbConnectDriverGLOBAL=org.postgresql.Driver dbConnectJDBCInfoGlobal= On Wed, Aug 4, 2010 at 5:14 PM, Joe Little wrote: > Thanks. I think my problem is more fundamental now since

Re: Multiple databases and migrations causing weird side affect

2010-08-04 Thread Joe Little
troduce a dependency on >> framework B in my application or framework A. >> >> If my application links against framework A only then Wonder throws >> an exception at startup, which is a good thing. :-) >> >> But I do need to join from A to B somehow and ke

Re: Multiple databases and migrations causing weird side affect

2010-08-04 Thread Joe Little
I'm on to something here. When I remove the relation and try to run, this application is simply not fetching the model and loading it for admitarch as defined in the Properties files below. Is that normal? On Wed, Aug 4, 2010 at 4:41 PM, Joe Little wrote: > I have two databases, and tw

Multiple databases and migrations causing weird side affect

2010-08-04 Thread Joe Little
I have two databases, and two models with their own migrations pointing at each. When I kick off an application tied to database and model "B", the migration kicks off with a fresh db as expected. However, since one relation exists in B to an entity in A, it would appear that migrations are kicking

Re: two different databases at same time?

2010-08-04 Thread Joe Little
On Wed, Aug 4, 2010 at 11:20 AM, David LeBer wrote: > > On 2010-08-04, at 2:12 PM, Joe Little wrote: > >> Digging up an old thread. This is the first time I'm creating a >> multi-database relation. When my migrations kick off to generate my >> newer database that

Re: two different databases at same time?

2010-08-04 Thread Joe Little
Digging up an old thread. This is the first time I'm creating a multi-database relation. When my migrations kick off to generate my newer database that has a single relation to the old, it fails in spectacular ways. Specifically, it has this error: Caused by: java.lang.RuntimeException: Failed to

Re: OT: WO Wiki search less than helpful

2010-07-23 Thread Joe Little
yString=ERModern Gets you nothing, and the dashboard search results with the above as well. > > And no, I don't think you put up your notes about ERModernLook. I am pretty > sure I would have seen them. > > d > > On 22-Jul-10, at 2:04 PM, Joe Little wrote: > >&

OT: WO Wiki search less than helpful

2010-07-22 Thread Joe Little
I was trying out the new extension, and wanted to see what I last posted on ERModernLook (or if I ever did get around to adding my notes). I was lazy, and did a search for "ERModern" but came up blank. Only by searching full names like ERModernLook did results come up. This is relative to the searc

Re: semi OT: converting strings to 80 column wide "pretty print"

2010-07-11 Thread Joe Little
And I have answered myself. The key wasn't max-width, but setting a pre-wrap for my tags: max-width: 90%; white-space: pre-wrap; On Sun, Jul 11, 2010 at 8:57 PM, Joe Little wrote: > One could say I'm looking for a better ERXSimpleHTMLFormatter -- one > that inserts breaks at ap

Re: semi OT: converting strings to 80 column wide "pretty print"

2010-07-11 Thread Joe Little
One could say I'm looking for a better ERXSimpleHTMLFormatter -- one that inserts breaks at appropriate points, but perhaps I'm looking for the wrong solution, and that CSS is the right thing here? On Sun, Jul 11, 2010 at 8:43 PM, Joe Little wrote: > I have a request in to deal w

semi OT: converting strings to 80 column wide "pretty print"

2010-07-11 Thread Joe Little
I have a request in to deal with the usual Word text pasted into a large text field. I found the great examples already on this list for solving odd character conversion. What I'm stuck on and hoping to avoid re-inventing a wheel on is converting the text from one long line whether for a browser or

Re: WO at WWDC?

2010-06-08 Thread Joe Little
CHEF-AID? On Tue, Jun 8, 2010 at 4:02 PM, Karl wrote: > Should we all donate some Aeroplan points to the Chuck Hill Envy Fund to help > him make it here? > > ;-) > > Karl > > On 2010-06-08, at 3:58 PM, Chuck Hill wrote: > >> >> On Jun 8, 2010, at 3:36 PM, Mark Ritchie wrote: >> >>> On 8/Jun/201

solutions to boolean queries in D2W

2010-06-01 Thread Joe Little
I didn't get an answer to my focused question on how one enables D2W queries to work against boolean attributes. I'm back to the point of converting all my boolean's to intBoolean, but as a D2W newbie, I'm unsure of what I need to do to have "custom d2w components" that will just work, ie check box

Re: Deadlocks in one of our apps

2010-05-31 Thread Joe Little
Another thing to note if this is a long request to a database housed in an ESX vm. We had similar problems with long requests timing out between two systems, with one hosted by esx 4.x. Such long requests were caught by some low level interface muxing issue and my whole EOF stack was frozen when

Re: WWDC? (Was: Snow Leopard, Apache 2.2, Skewed Load Balancing?)

2010-05-26 Thread Joe Little
and I'm local. On Wed, May 26, 2010 at 9:02 PM, George Domurot wrote: > Two geeks from out team will be there too ... more tequila shots this year? > > -G > > On May 26, 2010, at 6:18 PM, David LeBer wrote: > >> On 2010-05-26, at 8:55 PM, Chuck Hill wrote: >> >>> >>> On May 26, 2010, at 5:53 PM,

Re: File Upload

2010-04-29 Thread Joe Little
I take it that one for use with ERAttachment, one would need to use the code route to push an attachment into the system, since this approach is mutually exclusive, correct? On Thu, Apr 29, 2010 at 6:34 AM, David LeBer wrote: > > On 2010-04-29, at 6:58 AM, David Avendasora wrote: > >> Absolutel

Re: Wotonomy

2010-04-26 Thread Joe Little
The newer (well, more maintained) is SOPE, which is another re-implementation used originally for OpenGroupWare. There is a commercial variant that is actively being used by http://www.skyrix.de/ . Also, The Merlin Server was demonstrated at a WWDC to be another re-implementation of WO, put togeth

Re: announcement

2010-04-22 Thread Joe Little
As I've mentioned to Chuck -- if I had to do Spring + Hibernate, I'd only go with Grails, as the GORM approach is far better than just being stuck with Hibernate Criteria. On Thu, Apr 22, 2010 at 10:57 AM, Chuck Hill wrote: > Hi Lachlan, > > On Apr 21, 2010, at 7:40 PM, Lachlan Deck wrote: > >>

Re: Open WO / Java / DB Position in the Bay Area

2010-03-18 Thread Joe Little
Oracle is not South Bay Area :) On Thu, Mar 18, 2010 at 11:18 AM, Chuck Hill wrote: > > On Mar 18, 2010, at 11:07 AM, Guido Neitzer wrote: > >> Hey, >> >> there is a very exciting open developer position in the San Francisco >> South Bay area where we'd like to see some senior database / Java / W

Re: OT: Cheese Rolling event in England cancelled for 2010

2010-03-15 Thread Joe Little
won't you actually try to EAT the cheese? :P > >  Yours > > Miguel Arroz > > On 2010/03/15, at 03:58, Joe Little wrote: > >> Due to increased exposure from the thousands of WebObjects developers >> who have flocked to the event after seeing the video posted here, t

OT: Cheese Rolling event in England cancelled for 2010

2010-03-14 Thread Joe Little
Due to increased exposure from the thousands of WebObjects developers who have flocked to the event after seeing the video posted here, they have decided to cancel this year's event. http://www.dailymail.co.uk/news/article-1257445/Gloucester-cheese-rolling-event-Coopers-Hill-cancelled-200-years.ht

Re: WOWODC 2010 : Community Evening

2010-03-11 Thread Joe Little
Only truly constructive thing I'd add is the ability to "sponsor" one's spouse/etc to join in as well for the night. Its "community" after all. On Thu, Mar 11, 2010 at 9:16 AM, Pascal Robert wrote: > I was looking at options to do a bash at WOWODC 2010, but instead I came up > with this idea. On

Re: Core services design patern

2010-02-05 Thread Joe Little
urn:mace:incommon:osu.edu” + “&authnContextClassRef=“ + “urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient”); These were from: http://www.ja-sig.org/wiki/download/attachments/13567279/Shibboleth+-+JASIG.ppt?version=1 On Fri, Feb 5, 2010 at 10:01 AM, Joe Little wrote: > OpenSSO and their ilk come into play

Re: Core services design patern

2010-02-05 Thread Joe Little
. On Fri, Feb 5, 2010 at 9:56 AM, Tim Worman wrote: > I guess I have to look at Open SSO. From what time I did spend looking at > Shib it didn't appear that any other frameworks would really be necessary. > > Tim Worman > UCLA GSE&IS > > > On Feb 5, 2010, at 9:46 A

Re: Core services design patern

2010-02-05 Thread Joe Little
uring Shibboleth: http://www.stanford.edu/services/shibboleth/sp/ A WO app is almost always going to be the service provider side of the business. Don't see the need to be the IdP. On Fri, Feb 5, 2010 at 9:46 AM, Joe Little wrote: > Sadly I doubt I'd be able to build out a framework

Re: Core services design patern

2010-02-05 Thread Joe Little
finitely be interested to see what others have done with it. I'm actually >> really looking forward to getting it done. It should definitely simplify a >> lot of the "log in" process as far as my app is concerned. >> >> Tim Worman >> UCLA GSE&IS &g

Re: Core services design patern

2010-02-02 Thread Joe Little
this email signing module that is using sha1rsa as > combination.  The concern is some platforms are still not SHA-2 ready yet. > > Cheers > > Cheong Hee > > - Original Message - From: "Joe Little" > To: "Cheong Hee (Gmail)" > Cc: "WebObject

Re: Core services design patern

2010-01-30 Thread Joe Little
I've been wanting to get my but off the ground and build out a WO howto on integrating with Shib. OpenSSO might make it easier, but the end result is still just getting a REMOTE_USER back that is asserted to be ok. Authorization levels won't be know, but most store that in-app (internal) or referen

Re: Core services design patern

2010-01-30 Thread Joe Little
FYI, SHA-1 is broken. Need to use a SHA-2 variety, such as SHA-256. Just need to store 56-byte Strings and use "SHA-256" in the digest instantiation. On Thu, Jan 28, 2010 at 9:19 PM, Cheong Hee (Gmail) wrote: > Coincidentally, I have completed a small framework on this same request from > custom

Re: ertaggable not migrating

2010-01-25 Thread Joe Little
notes and comments above and beyond what appears in the javadoc? Ray is > working on a tool that might make this process suck less. > > ms > > On Jan 25, 2010, at 6:39 PM, Joe Little wrote: > >> I was originally using the confluence docs.. and when that failed, >> wen

Re: ertaggable not migrating

2010-01-25 Thread Joe Little
I was originally using the confluence docs.. and when that failed, went to the class file docs. Both were wrong. I'll go and update the confluence docs. http://wiki.objectstyle.org/confluence/display/WONDER/ERTaggable On Mon, Jan 25, 2010 at 3:38 PM, Mike Schrag wrote: >> not sure which docs yo

Re: ertaggable not migrating

2010-01-25 Thread Joe Little
le(this); >> } >> >> public static ERTaggableEntity taggableEntity() { >>        return ERTaggableEntity.taggableEntity(Person.ENTITY_NAME); >> } >> >> notice it's using the factory method not the constructor. >> >> was this a misread or a doc

Re: ertaggable not migrating

2010-01-25 Thread Joe Little
the ERTaggableEntity expects an EOEntity in the constructor. However, nothing else seems to work there either. Another point where I must be doing something wrong. On Mon, Jan 25, 2010 at 2:54 PM, Joe Little wrote: > I wanted a to-many relationship for attachments on multiple entit

Re: ertaggable not migrating

2010-01-25 Thread Joe Little
es the version #. > > On Jan 25, 2010, at 4:56 PM, Joe Little wrote: > >> Never mind my last comment. Yes, I put the below modelDependencies >> value in my primary migration, and it works now. >> >> On Mon, Jan 25, 2010 at 1:50 PM, Mike Schrag wrote: >>> hmm

Re: ertaggable not migrating

2010-01-25 Thread Joe Little
verride >   public NSArray modelDependencies() { >   return new NSArray(new ERXModelVersion("ERAttachment", > 1)); >   } > > does that fix it? we should probably put that in there. > ms > On Jan 25, 2010, at 4:34 PM, Joe Little wrote: > > I'll do that. Also r

Re: ertaggable not migrating

2010-01-25 Thread Joe Little
; >   @Override >   public NSArray modelDependencies() { >   return new NSArray(new ERXModelVersion("ERAttachment", > 1)); >   } > > does that fix it? we should probably put that in there. > ms > On Jan 25, 2010, at 4:34 PM, Joe Little wrote: > > I'

Re: ertaggable not migrating

2010-01-25 Thread Joe Little
wrote: > i honestly don't know why we don't just tell you this outright rather than > make you visually diff the two ... seems like something these new-fangled > computational machines would be good at. feel free to log a jira on that. > > ms > > On Jan 25, 201

Re: ertaggable not migrating

2010-01-25 Thread Joe Little
plugin and it should fix your problem. > > ms > > On Jan 25, 2010, at 3:44 PM, Joe Little wrote: > >> I'm getting this error, >> >> A fatal exception occurred: The connection dictionaries for ERTaggable >> and AffiliateEOModel have the same URL and usernam

ertaggable not migrating

2010-01-25 Thread Joe Little
I'm getting this error, A fatal exception occurred: The connection dictionaries for ERTaggable and AffiliateEOModel have the same URL and username, but the connection dictionaries are not equal. Check your connection dictionaries carefully! This problem is often caused by jdbc2Info not matching be

Re: webobjects.mdimension.com down?

2010-01-23 Thread Joe Little
LeBer wrote: > > On 2010-01-23, at 3:07 PM, Joe Little wrote: > >> Nothing in console and have yet to find eclipse log > > [WORKSPACE]/.metadata/.log ? > >> >> On Jan 23, 2010, at 11:30 AM, Chuck Hill wrote: >> >>> >>> On Jan 23, 2010, at 9

Re: webobjects.mdimension.com down?

2010-01-23 Thread Joe Little
Nothing in console and have yet to find eclipse log On Jan 23, 2010, at 11:30 AM, Chuck Hill wrote: On Jan 23, 2010, at 9:46 AM, Joe Little wrote: On Sat, Jan 23, 2010 at 8:37 AM, Mike Schrag wrote: should be back now ... sorry for the confusion and delay That sounds too much like

Re: webobjects.mdimension.com down?

2010-01-23 Thread Joe Little
as I've primarily used it just for editing/bug fixing pre-existing applications. Strange nonetheless. > > On Jan 23, 2010, at 11:26 AM, Joe Little wrote: > >> yep.. it was down for the count for most of the night :) >> >> On Fri, Jan 22, 2010 at 10:10 PM, Chuck Hill

Re: webobjects.mdimension.com down?

2010-01-23 Thread Joe Little
yep.. it was down for the count for most of the night :) On Fri, Jan 22, 2010 at 10:10 PM, Chuck Hill wrote: > Looking for something here? > http://webobjects.mdimension.com/wolips/ > > > On Jan 22, 2010, at 7:11 PM, Joe Little wrote: > >> I'm having a bad

webobjects.mdimension.com down?

2010-01-22 Thread Joe Little
I'm having a bad error tonight, where I can do everything in eclipse except for create new java classes. A full no-op for me. So, I decided to update wolips and/or go with eclipse 3.5 and that tree just to see if this was fixed. In doing so, it appears that webobjects.mdimension.com is off the net

Re: Best way to run period task?

2010-01-06 Thread Joe Little
Quartz? On Jan 6, 2010, at 4:22 PM, Mark Woollard wrote: What's the recommended way to run a periodic task from within a WO application? In this case its infrequently (hourly) and independent of any web requests. Thanks Mark ___ Do not post admi

Re: Connection to Postgresql...

2009-12-11 Thread Joe Little
Keep the message on the list. For instance, I'll be out of touch for the next four days. You should check the wiki, and just grab the pre-build Wonder Frameworks. No need to unnecessarily build it all. You need to alter the package name in the eomodel to have them go other than the default package

  1   2   3   4   >