Re: More Help for Old Noobie

2012-02-16 Thread Cheong Hee (Gmail)
I may check the file encoding by Preferences ->Workspace, and look at Text file encoding. And may look at Main.woo, too. The other thing is if there is any compilation problems :) - Original Message - From: Jerry W. Walker To: WebObjects Development Sent: Friday, February 17

Re: ERSolr - under development?

2012-02-16 Thread Brook, James
Thanks Pascal. That's the version I have been working with. There hasn't been a commit for some months. Sent from my iPhone On 17 Feb 2012, at 04:02, "Pascal Robert" wrote: > https://github.com/tbritt/wonder/tree/master/Frameworks/EOAdaptors/JavaSolrAdaptor > > https://github.com/tbritt/wonde

Re: WebObjects + WOnder on Windows

2012-02-16 Thread Kevin Hinkson
On 16 Feb 2012, at 23:35, Chuck Hill wrote: > I don't have any recent Windows experience, but you should not have serious > problems. For SQL Server, you will want this: > > http://www.global-village.net/chill/ms_sql_server_eof_plugin Thanks Chuck. — K.R.H. +1.246.262.8567 __

Re: WebObjects + WOnder on Windows

2012-02-16 Thread Kevin Hinkson
On 16 Feb 2012, at 22:59, Pascal Robert wrote: > You are asking about Windows deployment? True, it's not getting much love, > but 14% of the community is still using it for deployment. SQL Server is used > by 16% of the community, so you are not alone. Thanks for the info Pascal. — K.R.H.

New convention of install path

2012-02-16 Thread Yung-Luen Lan
Hi, Since Xcode 4.3 is released as a single app, it will suggest to delete the /Developer at first launch. It seems that Apple is trying to eliminate the necessity of /Developer in the future. If you're just like me, blindly trust the instruction without thinking, it's likely that you will delete

Re: WebObjects + WOnder on Windows

2012-02-16 Thread Chuck Hill
I don't have any recent Windows experience, but you should not have serious problems. For SQL Server, you will want this: http://www.global-village.net/chill/ms_sql_server_eof_plugin Chuck On 2012-02-16, at 3:45 PM, Kevin Hinkson wrote: > Hi, > I have a new client who's internal software st

Re: ERSolr - under development?

2012-02-16 Thread Pascal Robert
https://github.com/tbritt/wonder/tree/master/Frameworks/EOAdaptors/JavaSolrAdaptor https://github.com/tbritt/wonder/tree/master/Examples/Misc/ERSolrExample Maybe Travis will commit it to the main wonder fork repository some day :-) > Is ERSolr under active development? I started working on it bu

Re: WebObjects + WOnder on Windows

2012-02-16 Thread Pascal Robert
You are asking about Windows deployment? True, it's not getting much love, but 14% of the community is still using it for deployment. SQL Server is used by 16% of the community, so you are not alone. > Hi, > I have a new client who's internal software stack is all windows based. I > have not pr

Ajax framework update and MooTools framework

2012-02-16 Thread Pascal Robert
Hello everyone, Johann Werner took some of his time to update Prototype to version 1.7 in Ajax.framework. Also, Johnny Miller made a nice contribution to Wonder: a MooTools framework that is replicating the features of the Ajax framework. Both contributions have been added to a new branch in Wo

WebObjects + WOnder on Windows

2012-02-16 Thread Kevin Hinkson
Hi, I have a new client who's internal software stack is all windows based. I have not previously run WebObjects in any kind of Windows environment and I get the impression that most of the community is moving away from doing so. Can anyone let me know if they currently run WebObjects on a Windo

ERSolr - under development?

2012-02-16 Thread Brook, James
Is ERSolr under active development? I started working on it but I wonder whether it's worth doing if someone else is already doing the same thing. There are quite a few obvious TODOs in the source, including the ability to index and delete documents via the adaptor. If people use ERSolr for keep

Re: More Help for Old Noobie

2012-02-16 Thread Theodore Petrosky
ain.html >   Main.java >   Main.wod >   Main.woo >   Main.api >   Main.wo > > in the WOLips Related view (as expected). > > So, what must I do to get Eclipse/WOLips to recognize the > Main.wo component that it created? > > Regards, > Jerry > > > -- next part

Re: Weird Crash

2012-02-16 Thread Michael Sharp
What versions of Eclipse/WOLips? There was a hang on save bug affecting the component editor in previous WOLips versions that is resolved in 3.7.x Sharpy.. On 17/02/2012, at 4:00 AM, Jaime Magiera wrote: > Hello folks, > > I've got weird problem that arose after setting up Eclipse + WO on OSX

Re: Entirely independent EOF on Quartz Threads - How to do?

2012-02-16 Thread Alexis Tual
Hi, 2012/2/17 Kieran Kelleher > > On Feb 16, 2012, at 8:58 AM, Paul Dunkler wrote: > > Hi Alexis, > > Hi, > > You should carefully read the source of > BackgroundTasks > and > watch Kieran's presentation. > > >

Re: Entirely independent EOF on Quartz Threads - How to do?

2012-02-16 Thread Paul Dunkler
> And Wonder have ERCayenne :-) ... i know - Wonder got everything :D I've learned loving it in it's special way. I will take a look at ERCayenne... >> I think it is possible, but not very practical. The last time I looked (long >> time ago admittedly) you could achieve multithreading, at the e

Re: Weird Crash

2012-02-16 Thread Mark Gowdy
The cause might be your SVN plugin. http://lists.apple.com/archives/webobjects-dev/2012/Jan/msg00365.html Mark Sent from my iPhone On 16 Feb 2012, at 18:00, Jaime Magiera wrote: > Hello folks, > > I've got weird problem that arose after setting up Eclipse + WO on OSX > 10.7.2. I've imported

Re: ERCaptcha

2012-02-16 Thread Matthew Ness
> Im trying to use ERCaptcha Framework and used a ERCaptcha component in > a page... > > I have the binding validated bound to a variable validated in the > component which uses the ERCaptcha yet every attempt at inputting the > text results in false? > > Any thoughts or experiences... > > WOCompo

Re: Weird Crash

2012-02-16 Thread Katya Yurukova
Hi Jaime, I assume you're using Eclipse 3.6, switching to 3.7 with the appropriate version of WOLips is the way to fix the problem. Cheers, Katya On Feb 16, 2012, at 8:00 PM, Jaime Magiera wrote: > Hello folks, > > I've got weird problem that arose after setting up Eclipse + WO on OSX > 10.

Re: Weird Crash

2012-02-16 Thread Pascal Robert
Which version of Eclipse and WOLips? Most of the crashes were fixed in WOLips 3.7, so if you are on 3.6 or earlier, try to move to Eclipse and WOLips 3.7. The other thing you can try is to create a new workspace and move your projects to that new workspace, I have seen fu**ed workspaces a couple

Re: More Help for Old Noobie

2012-02-16 Thread Chuck Hill
Hi Jerry, On 2012-02-16, at 9:30 AM, Jerry W. Walker wrote: > Hi, > > I'm getting an "Unable to create page 'Main'." message when trying to run my > first created test app. > > I created a new application: > > 1. Chose New->Project from the context menu in WO Explorer view of the > WOLips

Re: ERCaptcha Solved

2012-02-16 Thread Gino Pacitti
Trying to use a Direct Action Form ... needed a component action Gino On 16 Feb 2012, at 17:06, Gino Pacitti wrote: Im trying to use ERCaptcha Framework and used a ERCaptcha component in a page... I have the binding validated bound to a variable validated in the component which uses

Stable releases of Wonder

2012-02-16 Thread Pascal Robert
Good afternoon, Every year, a couple of you are asking for "stable releases" of Wonder. I was wondering what is "stable release" is for you. For example, Jenkins have a LTS version that is released every 3 months. Does something like that make sense for Wonder too? Thanks.

Weird Crash

2012-02-16 Thread Jaime Magiera
Hello folks, I've got weird problem that arose after setting up Eclipse + WO on OSX 10.7.2. I've imported projects from a previous Eclipse + WO install. The editing of components, etc. works fine. However, when I go to save, about 50% of the time, Eclipse will just freeze and go into SPOD. I've

D2W inspect page with custom embedded list

2012-02-16 Thread David Holt
Hi all, Can I reference the entity in an inspect page (the parent page configuration) from a list embedded in the same page? I need to manipulate an array of to-many objects in the inspect page (group them) in code before returning the list. I need to access the parentEntity.toManyRelationship

More Help for Old Noobie

2012-02-16 Thread Jerry W. Walker
Hi, I'm getting an "Unable to create page 'Main'." message when trying to run my first created test app. I created a new application: 1. Chose New->Project from the context menu in WO Explorer view of the WOLips perspective. 2. Selected WOLips->WebObjects Application in the New Project wi

ERCaptcha

2012-02-16 Thread Gino Pacitti
Im trying to use ERCaptcha Framework and used a ERCaptcha component in a page... I have the binding validated bound to a variable validated in the component which uses the ERCaptcha yet every attempt at inputting the text results in false? Any thoughts or experiences... WOComponent W

Re: Entirely independent EOF on Quartz Threads - How to do?

2012-02-16 Thread Pascal Robert
And Wonder have ERCayenne :-) > I think it is possible, but not very practical. The last time I looked (long > time ago admittedly) you could achieve multithreading, at the expense of > throughput (threads waiting on a shared lock). > > I'd use Cayenne for this. Seriously ... there's no tie in

Re: Entirely independent EOF on Quartz Threads - How to do?

2012-02-16 Thread Kieran Kelleher
On Feb 16, 2012, at 8:58 AM, Paul Dunkler wrote: > Hi Alexis, > >> Hi, >> >> You should carefully read the source of BackgroundTasks and watch Kieran's >> presentation. > > thanks for that tipp. I'll do that! > >> You should directly lock ec's not the osc. If you got deadlocks, that maybe >

Re: Entirely independent EOF on Quartz Threads - How to do?

2012-02-16 Thread Andrus Adamchik
I think it is possible, but not very practical. The last time I looked (long time ago admittedly) you could achieve multithreading, at the expense of throughput (threads waiting on a shared lock). I'd use Cayenne for this. Seriously ... there's no tie in to the WO UI in case of Quartz headless

Re: Entirely independent EOF on Quartz Threads - How to do?

2012-02-16 Thread Paul Dunkler
Hi Alexis,Hi,You should carefully read the source of BackgroundTasks and watch Kieran's presentation.thanks for that tipp. I'll do that! You should directly lock ec's not the osc. If you got deadlocks, that maybe causes by ec's or eo's shared between threads, you should instead pass globalIds and r

Re: ERRest

2012-02-16 Thread Pascal Robert
Le 2012-02-16 à 08:27, Ron X a écrit : > i corrected > requestHandler.insertRoute(new ERXRoute(Email.ENTITY_NAME, "/Email", > ERXRoute.Method.Get)); > to > requestHandler.insertRoute(new ERXRoute(Email.ENTITY_NAME, "/Email", > ERXRoute.Method.Get, "show")); That route won't show any details b

Re: ERRest

2012-02-16 Thread Ron X
i corrected requestHandler.insertRoute(new ERXRoute(Email.ENTITY_NAME, "/Email", ERXRoute.Method.Get)); to requestHandler.insertRoute(new ERXRoute(Email.ENTITY_NAME, "/Email", ERXRoute.Method.Get, "show")); and get the breakpoint at controller's showAction, but no EmailShowPage displayed. and than

my other deployment problem...

2012-02-16 Thread James Cicenia
Is Wonan the Destroyer around I HATE DEPLOYMENT. THERE I SAID IT. Anyway, my legacy app needs a bit of work but unfortunately I can't get it to show anything when I deploy to my test server. It gets to the point where it is about to show Main and then poof nothing happens, doesn't seem

Re: ERRest

2012-02-16 Thread Pascal Robert
Le 2012-02-16 à 07:52, Ron X a écrit : > email/Email - doesn't work > > app-constructor code: > > public Application() { > > setDefaultRequestHandler(requestHandlerForKey(directActionRequestHandlerKey())); > > ERXRouteRequestHandler requestHandler; > { >

Re: ERRest

2012-02-16 Thread Ron X
email/Email - doesn't work app-constructor code: public Application() { setDefaultRequestHandler(requestHandlerForKey(directActionRequestHandlerKey())); ERXRouteRequestHandler requestHandler; { requestHandler = new ERXRouteRequestHandler(ERXRouteRequestHandler.WO);

Re: ERRest

2012-02-16 Thread Pascal Robert
Le 2012-02-16 à 07:29, Ron X a écrit : > Hi everyone. > I have a problem: > > in NavPanel: > "html"> > > in EmailController extends ERXDefaultRouteController: > @Override > protected boolean isAutomaticHtmlRoutingEnabled() { > return true; > } > > but this comment: > >

ERRest

2012-02-16 Thread Ron X
Hi everyone. I have a problem: in NavPanel: in EmailController extends ERXDefaultRouteController: @Override protected boolean isAutomaticHtmlRoutingEnabled() { return true; } but this comment: /** * Automatic HTML routing means that if someone requests Entity/X/act

Re: Entirely independent EOF on Quartz Threads - How to do?

2012-02-16 Thread Alexis Tual
Hi, You should carefully read the source of BackgroundTasks and watch Kieran's presentation. You should directly lock ec's not the osc. If you got deadlocks, that maybe causes by ec's or eo's shared between threads,

Entirely independent EOF on Quartz Threads - How to do?

2012-02-16 Thread Paul Dunkler
Hi Community, i'm currently working on a WebObjects-Application which uses the Quartz Scheduler to schedule and run thousand but thousand of jobs. Every job is doing some work in the database (Like reading, computing and then Updating/Deleting some Details from the database). This works quite

Re: Wrong Session class

2012-02-16 Thread Paul Hoadley
On 16/02/2012, at 5:34 PM, Ted Archibald wrote: > Make you code explicitly declare what it uses in a FQ manner and be done with > it. > > What does "in a FQ" manner mean, pardon my ignorance. "Fully qualified". Use the full package name prefixed to the class name. -- Paul. http://logicsq