Hi List,
This is how I ended up fixing it.
Edit File, nano /Library/WebObjects/Deployment/wotaskd.woa/wotask, added
almost at bottom, just before "Launch the application":
#
# Verify network services are initialized before starting
#
echo Checking network services and sleeping for 40 secon
But that would require Apple to release a new version of WO. Only the
psychotically delusional among us are still expecting that. We have two
practical choices: fix it ourselves in Wonder or live with it.
Chuck
On 2012-03-03, at 2:49 PM, Helmut Tschemernjak wrote:
>
> we investigated in t
Hi List,
Why has Apple decided to abandon us? What can we do to get Apple
releasing WebObjects like it used to?
Thanks,
Dennis.
On 03/Mar/12 4:29 PM, John Huss wrote:
As Mike said above it is already fixed in Apple's version of WO. But
you're never going to see that version. So if you wa
Hi G Brown,
Thanks.
Yes, have been doing something like that and that seems to work so far,
but still no "application found"; now working on restarting apache as
well. When done, I will post my results.
Dennis
On 03/Mar/12 4:42 PM, G Brown wrote:
Hi,
Just wondering, did you put some extra
As Mike said above it is already fixed in Apple's version of WO. But
you're never going to see that version. So if you want a fix you have to
roll your own.
John
On Saturday, March 3, 2012, Helmut Tschemernjak wrote:
>
> we investigated in the past into the > 2.1GB form upload limitation. I
re
On Mar 3, 2012, at 11:46 AM, Amy Worrall wrote:
> Thanks Ramsey, that's very helpful.
>
> So in this code:
>
>
> EditPageInterface ep =
> D2W.factory().editPageForEntityNamed(entityName, session());
> ep.setObject(eo);
>
>
> Then the D2W factory will have created the D2WContext and pushed
>
we investigated in the past into the > 2.1GB form upload limitation. I
reported this via the Apple Bug Reporter earlier this year. I feel it is
not hard to fix, hopefully Apple spends a day or two to fix it. See my
report below.
Regards
Helmut Tschemernjak
---
Bug Reporter Problem ID:
Hi All, just tested this, but it did not help. Still JavaMonitor was not
externally reachable and the "requested application was not found". Only
re-starting the wotask, JavaMonitor, and apache manually makes it work.
Question: Is this why it was taken out from the Wonder variants? because
it
Hi Klaus,
The general WO Properties are in
https://developer.apple.com/legacy/mac/library/#documentation/WebObjects/WOAppProperties/Articles/ApplicationProperties.html#//apple_ref/doc/uid/TP40005337-SW1
I don't see anything there, so I looked in ERXStaticResourceRequestHandler and
the property
Thanks Ramsey, that's very helpful.
So in this code:
EditPageInterface ep =
D2W.factory().editPageForEntityNamed(entityName, session());
ep.setObject(eo);
Then the D2W factory will have created the D2WContext and pushed
entityName onto it, before handing it to the page?
And since setObject is
On Mar 3, 2012, at 10:21 AM, Amy Worrall wrote:
> A D2WContext stores some state, such as the current entity, the
> current property key, etc… who sets them?
The values are are either pushed into the context like a normal dictionary or
determined by Assignments when a rule is fired.
> Does t
Hi all. Hope you're well.
I work as an iOS developer, and we frequently find ourselves in need
of internal tools for editing Core Data files of the data that will be
put into our apps. These tools need to be usable by non-techies, but
they don't need to be beautiful, and usually I throw something
Change WebObjectsDocumentRoot in apache.conf
Francois Bientz
--
I'm developing a new web site and have to update all my wo apps.
The site under development is not in /Library/WebServer/Documents so all my
absolute links are breaking.
I see this in my logs:
er.extensions.appserver.ERXStatic
Have you tried switching it to an ERXWOForm instead? I used ERXOptionalForm
once when I was porting over ERNeutral for my own look because it was there.
It caused some really bizarre problems with a form based batch navigation
component I was using until I dropped it in favor of ERXWOForm.
Ra
Right... unfortunately I am just putting up a list. When I commented out
that one section is works. All I am doing is this:
public ERMODListPage runReportAction(){
// ListPageInterface newListPage = (ListPageInterface)
D2W.factory().pageForTaskAndEntityNamed("List",
((Session)session()).reportEnt
That sounds suspiciously like the requirements and bindings of an
AjaxSubmitButton.
Ramsey
On Mar 2, 2012, at 9:44 AM, James Cicenia wrote:
> I finally located the issue of :
>
> [2012-3-2 11:42:14 EST]
> com.webobjects.appserver._private.WODynamicElementCreationException: If
> button = fal
16 matches
Mail list logo