[OT] Maquetta

2011-04-11 Thread Pascal Robert
For those who want a look at Dojo's widget, the Dojo Foundation have released a designer written with Dojo: http://maqetta.org It's a good way to try the different Dojo widgets in a graphical way. -- Pascal Robert prob...@macti.ca AIM/iChat : MacTICanada LinkedIn : http://www.linkedin.com/i

Re: Problems with login and multiple instances

2011-04-11 Thread Mark Wardle
Thanks Chuck I think I've cracked it. Mark On 11 April 2011 05:40, Chuck Hill wrote: > Hi  Mark, > > On Apr 10, 2011, at 4:31 PM, Mark Wardle wrote: > >> Writing to a mailing list is always therapeutic, even before anyone >> has a chance to respond. > > :-)  True, that. > >> Now whenever I star

Re: Attempting to create a D2W front end for my ERREST app

2011-04-11 Thread Andrew Kinnie
D'oh! Thanks. On Apr 11, 2011, at 5:20 PM, David LeBer wrote: > Is the MySQL connector jar in the classpath? > > On 2011-04-11, at 5:11 PM, Andrew Kinnie wrote: > >> Greetings: >> >> I am attempting to create a quick and easy D2W front end for my Rest app >> built using ERRest. I have the

Re: responseForComponentWithName() and session

2011-04-11 Thread Farrukh Ijaz
I don't remember exactly but Paolo I think you need to configure your application not to create sessions when you access a component. You may be able to find some article on sessionless login for a clue. Or you may need to pass appropriate params in your method call instead of null null null...

Re: Attempting to create a D2W front end for my ERREST app

2011-04-11 Thread David LeBer
Is the MySQL connector jar in the classpath? On 2011-04-11, at 5:11 PM, Andrew Kinnie wrote: > Greetings: > > I am attempting to create a quick and easy D2W front end for my Rest app > built using ERRest. I have the EOModel and eo classes in their own > framework, while the rest of the . . .

Attempting to create a D2W front end for my ERREST app

2011-04-11 Thread Andrew Kinnie
Greetings: I am attempting to create a quick and easy D2W front end for my Rest app built using ERRest. I have the EOModel and eo classes in their own framework, while the rest of the . . . er . . . rest stuff is in it's own project which links the EO framework and seems to work fine with no d

Re: responseForComponentWithName() and session

2011-04-11 Thread Amedeo Mantica
why u would like to do it ? put programmatically in html? what is your goal? On 11/apr/2011, at 13.07, Paolo Sommaruga wrote: > Hi Amedeo, > > After invoking the child component I use response.contentString() component > to retrieve the html generated and insert it programmatically somewhere i

[MEETING] WO-NoVA is NEXT TUESDAY (4/19/2011)

2011-04-11 Thread Andrew Kinnie
Greetings All, This month's WO-NoVA meeting is scheduled for Tuesday April 19, 2011 at 6:30 PM at K12's offices The topic will be using GIT (in honor of the recent changes to the repository for WOLips and Wonder using GIT instead of SVN). Dave Avendasora will be the front man for the meeting,

Re: 501 user for wo apps?

2011-04-11 Thread Jesse Tayler
Right, but now for some reason I'm running out of memory but I note monitor has increased memory settings? Or is this because I'm trying to use a "micro" instance of an amazon server? the command line seems to run from the terminal, but I get this complaint in the WO app log: callUnixProcess

Re: ERCalendar usage

2011-04-11 Thread Mike Schrag
just as a git aside on best practices ... you probably should be working on this feature in a topic branch rather than your master. imagine if you were working on two different features at the same time -- you wouldn't want them both on master. instead you'd want a branch per feature. ms On Ap

Re: ERCalendar usage

2011-04-11 Thread Pascal Robert
First workable version of ERCalendar2 is in my fork of Wonder: https://github.com/pascalrobert/wonder/tree/master/Frameworks/Misc/ERCalendar2 Yes, I know, the enums have some strings in French in it :-) I'm planning to remove them and use ERXLocalizer instead. > I have tried to modify the curre

Re: 501 user for wo apps?

2011-04-11 Thread Pascal Robert
Le 2011-04-11 à 14:47, Jesse Tayler a écrit : > > I'm launching a UNIX script to generate image thumbnails and troubleshooting > with a new server setup. > > Unless I'm mistaken, the script is unable to launch due to permissions and WO > seems to be running user 501 without a username. > > N

Re: 501 user for wo apps?

2011-04-11 Thread Chuck Hill
"user 501 without a username" I will guess that showing the UID instead of the user name means that you copied a file from one machine to another and did not chown it to a user on the second machine. On Apr 11, 2011, at 11:47 AM, Jesse Tayler wrote: > > I'm launching a UNIX script to generat

501 user for wo apps?

2011-04-11 Thread Jesse Tayler
I'm launching a UNIX script to generate image thumbnails and troubleshooting with a new server setup. Unless I'm mistaken, the script is unable to launch due to permissions and WO seems to be running user 501 without a username. Now I can't recall if that's how it used to be, should I be runni

Re: responseForComponentWithName() and session

2011-04-11 Thread Chuck Hill
> "I have an application in which inside in a component I need to call a child > component invoked programmatically in the java code of the parent component." I have a feeling that you are doing something the wrong (and overly difficult) way. Could you use a WOSwitchComponent or WOComponentCon

Re: fetching on joined table

2011-04-11 Thread Chuck Hill
On Apr 11, 2011, at 3:12 AM, wrote: > Hi Chuck, > > Tables A, B, C, D haven't relationship but same fileds name. If they don't have modeled relationships, then you can't use qualifiers. > When i'am using raw rows to translate my sql in webobjects and get my data, I > don't have EOF entities

Re: wolips moved to github

2011-04-11 Thread Ramsey Gurley
Awesome! Thanks Q and to any others who may have assisted (^_^) Ramsey On Apr 11, 2011, at 7:37 AM, Mike Schrag wrote: > thanks to quinton again ... > > https://github.com/wolips/wolips > > ms > ___ > Do not post admin requests to the list. They will

wolips moved to github

2011-04-11 Thread Mike Schrag
thanks to quinton again ... https://github.com/wolips/wolips ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.

Re: ERCalendar usage

2011-04-11 Thread Pascal Robert
I have tried to modify the current ERCalendar framework to work on top of iCal4j, but I wasn't able to make it work without breaking the current methods, and I don't want to break existing code. I'm working on a "ERCalendar2" framework. > Anyone using the ERCalendar framework from Wonder? That

Re: JProfiler 6.2.2 [Solved]

2011-04-11 Thread Giles Palmer
Hi Simon Thanks for this. I have now solved the issue although I am not 100% sure what the problem was. Any way I uninstalled JProfiler as a feature on Eclipse and uninstalled JProfiler itself before re-installing JProfiler. However this time I did NOT opt to integrate with Eclipse during

Re: responseForComponentWithName() and session

2011-04-11 Thread Paolo Sommaruga
Hi Amedeo, After invoking the child component I use response.contentString() component to retrieve the html generated and insert it programmatically somewhere in the main component html output. With pageWithName doesn't work, I have many exception of type "lookup of unknown key" in the child c

Tr: Re: Re: fetching on joined table

2011-04-11 Thread naneon . raymond
Hi Chuck, Tables A, B, C, D haven't relationship but same fileds name. When i'am using raw rows to translate my sql in webobjects and get my data, I don't have EOF entities but dictionnaries. So I would like to know what the best practice on my case? create view with my sql request on database

Re: Re: fetching on joined table

2011-04-11 Thread naneon . raymond
Hi Chuck, Tables A, B, C, D haven't relationship but same fileds name. When i'am using raw rows to translate my sql in webobjects and get my data, I don't have EOF entities but dictionnaries. So I would like to know what the best practice on my case? create view with my sql request on database