i think the build server is finally all back to life now ... wonder 5.4 is
finishing up building now, and i think all the pieces are there.
ms
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobject
Hi Farurukh,
Thanks for your help.
My validation script is running on form's "onClick" event. If I write the
javascript directly in the WOComponent, it is getting called by
AjaxSubmitButton.
When we use external js file, then the functions in external js functions
are not getting fired.
Pleae l
Ciao Pascale,
You are great and your efforts are very much appreciated. I have also been more
than my share, in driving my internal apple WebObjects contact crazy, and
complaining why he can't release any of his new work outside of Apple. But as
much as he feels for the community, he can't do a
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:
>
>>
> I meant to say that Mike's assimilation is somewhat of a loss to the outside
> community; and Apple now has even one less reason to release WebObjects.
that would be a very pessimistic view of what this means.
ms
___
Do not post admin requests to th
Le 10-04-22 à 20:55, Gaastra Dennis - WO Lists a écrit :
Hi Pascal,
I meant to say that Mike's assimilation is somewhat of a loss to the
outside community; and Apple now has even one less reason to release
WebObjects.
Why don't you make a poll/survey:
"Do you believe Apple is ever going
Hi Pascal,
I meant to say that Mike's assimilation is somewhat of a loss to the outside
community; and Apple now has even one less reason to release WebObjects.
Why don't you make a poll/survey:
"Do you believe Apple is ever going to release WebObjects to the public?"
Greetings,
Dennis.
On
Le 10-04-22 à 20:32, Gaastra Dennis - WO Lists a écrit :
A little belated congratulations from Whistler, BC. Yes; there is
still 330cm (11ft) of snow up here.
Snow, what's this? It all went away in mid March here!
Thanks for working on WOLips and all your support to this list. I
really li
Le 10-04-22 à 20:37, Chuck Hill a écrit :
On Apr 22, 2010, at 5:26 PM, Pascal Robert wrote:
Le 10-04-22 à 16:31, Pascal Robert a écrit :
Le 10-04-22 à 16:02, Chuck Hill a écrit :
Now that I read the comments in Properties...
Try with
er.extensions.ERXAdaptorChannelDelegate.trace.milli
On Apr 22, 2010, at 5:26 PM, Pascal Robert wrote:
Le 10-04-22 à 16:31, Pascal Robert a écrit :
Le 10-04-22 à 16:02, Chuck Hill a écrit :
Now that I read the comments in Properties...
Try with
er.extensions.ERXAdaptorChannelDelegate.trace.milliSeconds.error=1
That should get you stack tr
A little belated congratulations from Whistler, BC. Yes; there is still 330cm
(11ft) of snow up here.
Thanks for working on WOLips and all your support to this list. I really like
the work you have done in the past. Will you be continuing to work on WOLips
while working for Apple?
With the ou
Le 10-04-22 à 16:31, Pascal Robert a écrit :
Le 10-04-22 à 16:02, Chuck Hill a écrit :
Now that I read the comments in Properties...
Try with
er.extensions.ERXAdaptorChannelDelegate.trace.milliSeconds.error=1
That should get you stack traces (assuming the comments are
correct). That _ma
Congratulations Lachlan,
This is a great moment for your family. The only thing you have to worry about
is that once they grow up; they will notice you spending too much time working
with your computer...at least that is what mine do
With Kind Regards,
Dennis Gaastra,
Chief Technology Of
On 23/04/2010, at 4:28 AM, David Holt wrote:
> On 2010-04-22, at 10:57 AM, Chuck Hill wrote:
>
>> Hi Lachlan,
>>
>> On Apr 21, 2010, at 7:40 PM, Lachlan Deck wrote:
>>
>>> In other news, while announcements are in order: I started a new job a
>>> couple of weeks ago where spring+hibernate is i
On 23/04/2010, at 3:57 AM, Chuck Hill wrote:
> Hi Lachlan,
>
> On Apr 21, 2010, at 7:40 PM, Lachlan Deck wrote:
>
>> In other news, while announcements are in order: I started a new job a
>> couple of weeks ago where spring+hibernate is in play. So my contributions
>> will mostly likely slow d
On 22/04/2010, at 10:26 PM, Michael Schrag wrote:
> Congrats Lachlan!
Thanks!
> My policy in babies, btw, is that they kind of suck for like a year, maybe a
> year and a half, then all of a sudden you realize they're awesome, so power
> through it and it will pay off :)
Nah, he's a mini-me, h
Sounds good!
On Apr 22, 2010, at 1:50 PM, Jeffrey Simpson wrote:
Thanks for your help guys. The attributes of the problem entity
were not prototyped. When I added prototypes everything worked
fine. Why this is true I do not know. I talked to my boss and he
has committed to us writing
On Apr 22, 2010, at 2:17 PM, Farrukh Ijaz wrote:
Hi WOGurus,
1. We've few applications based on same database structure. What
happens, one of the application after approximately 500 hits gets
down. What can be the reason for that? (I know the question is too
broad but would appreciate fo
Hi WOGurus,
1. We've few applications based on same database structure. What happens, one
of the application after approximately 500 hits gets down. What can be the
reason for that? (I know the question is too broad but would appreciate for any
clues).
2. Sometimes the logs show message with R
You can watch to see how things are coming along here:
https://webobjects.mdimension.com/hudson/
I know Mike would love to have us all watching over his shoulder! :-)
Dave
On Apr 22, 2010, at 3:54 PM, Mike Schrag wrote:
> these builds are taking a little longer than i thought -- i tried to get
Hey there,
On 22/04/2010, at 3:02 PM, Cheong Hee wrote:
> Hi Lachlan
>
>> In other news, while announcements are in order: I started a new job a
>> couple of weeks ago where spring+hibernate is in play. So my >contributions
>> will mostly likely slow down somewhat, not that they weren't slow a
Thanks for your help guys. The attributes of the problem entity were not
prototyped. When I added prototypes everything worked fine. Why this is true
I do not know. I talked to my boss and he has committed to us writing a DB2
plugin for Wonder. I do not get to work on this until after I co
If you're validation script is running on form's "onSubmit" event. I suspect
these scripts won't get fired with AjaxSubmitButton however you can fire them
in onClickBefore event of AjaxSubmitButton and if the script returns true the
data will be posted to the action E.g.
Case 1: Normal Submit B
Le 10-04-22 à 16:02, Chuck Hill a écrit :
Now that I read the comments in Properties...
Try with
er.extensions.ERXAdaptorChannelDelegate.trace.milliSeconds.error=1
That should get you stack traces (assuming the comments are
correct). That _may_ shed some light on things.
No luck, I have
Now that I read the comments in Properties...
Try with
er.extensions.ERXAdaptorChannelDelegate.trace.milliSeconds.error=1
That should get you stack traces (assuming the comments are correct).
That _may_ shed some light on things.
Chuck
On Apr 22, 2010, at 12:53 PM, Pascal Robert wrote:
these builds are taking a little longer than i thought -- i tried to get too
aggressive with concurrent executors and burned through the memory allocation
for this VM, so it started swapping hard. i dropped back to one executor and
requeued wonder 5.4 to run in a little bit.
ms
On Apr 22, 2010
Le 10-04-22 à 15:50, Chuck Hill a écrit :
On Apr 22, 2010, at 12:41 PM, Pascal Robert wrote:
Setting
er.extensions.ERXAdaptorChannelDelegate.enabled=true
er.extensions.ERXAdaptorChannelDelegate.trace.milliSeconds.info=1
er.extensions.ERXAdaptorChannelDelegate.trace.entityMatchPattern
= .*
Begin forwarded message:
> From: Mike Schrag
> Date: April 22, 2010 12:42:56 PM EDT
> To: WO Dev Group
> Subject: updating hudson
>
> hudson is in a funky state at the moment ... excuse our mess ... where's my
> animated construction worker gif?
>
> ms
>
He's hiring!
On Apr 22, 2010, at 12:44 PM, Mike Schrag wrote:
> Where's David den Boer when you need him? I'm guessing he would say the same
> :) Now we have a proper episode of the dating game!
>
> ms
>
> On Apr 22, 2010, at 3:21 PM, Guido Neitzer wrote:
>
>> Yes, we are.
>>
>> Guido
>>
>>
On Apr 22, 2010, at 12:44 PM, Mike Schrag wrote:
Where's David den Boer when you need him? I'm guessing he would say
the same :)
I am surprised that he was not first! He is usually right on this.
Now we have a proper episode of the dating game!
ms
On Apr 22, 2010, at 3:21 PM, Guido Nei
On Apr 22, 2010, at 12:41 PM, Pascal Robert wrote:
Setting
er.extensions.ERXAdaptorChannelDelegate.enabled=true
er.extensions.ERXAdaptorChannelDelegate.trace.milliSeconds.info=1
er.extensions.ERXAdaptorChannelDelegate.trace.entityMatchPattern
= .*
Should give you a stack trace of where the
@see "hudson is in a funky state at the moment ... excuse our mess ... where's
my animated construction worker gif?"
i'm moving the build server up from an internal box to an external box, so it's
rebuilding everything now.
ms
"On Apr 22, 2010, at 3:35 PM, Ramsey Gurley wrote:
> Hey Mike,
>
Where's David den Boer when you need him? I'm guessing he would say the same :)
Now we have a proper episode of the dating game!
ms
On Apr 22, 2010, at 3:21 PM, Guido Neitzer wrote:
> Yes, we are.
>
> Guido
>
> On 22. Apr, 2010, at 07:45 , Alan Ward wrote:
>
>>
>> We're hiring.
>> Alan
>>
I was trying to download from:
http://webobjects.mdimension.com/wonder
I get a directory, but cannot download is there a problem
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobj
Setting
er.extensions.ERXAdaptorChannelDelegate.enabled=true
er.extensions.ERXAdaptorChannelDelegate.trace.milliSeconds.info=1
er.extensions.ERXAdaptorChannelDelegate.trace.entityMatchPattern
= .*
Should give you a stack trace of where the second update originates.
Based on the delay, I'd gu
Hey Mike,
Javadocs seem to be down at mDimension
http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/
...
So who do we nag when you leave mDT? Has a successor been appointed?
Ramsey
On Apr 22, 2010, at 11:45 AM, David Avendasora wrote:
:-) I think we're all hoping/expecting that th
Hey Pascal!
On 22/Apr/2010, at 8:54 AM, Pascal Robert wrote:
> What's the best way to debug this?
I would never claim this is best, however this is how I do it: ;-)
(I could have sworn that I've posted this before however google couldn't find
it so here it is again!)
/path/to/app/MyApp.woa/MyA
Yes, we are.
Guido
On 22. Apr, 2010, at 07:45 , Alan Ward wrote:
>
> We're hiring.
> Alan
>
> On Apr 21, 2010, at 7:49 PM, Chuck Hill wrote:
>
>> If you know WO and want to work at Apple, just ask them. I know they don't
>> have enough skilled WO developers. I am not sure they could ever
Le 10-04-22 à 13:56, Pascal Robert a écrit :
Le 10-04-22 à 13:17, Chuck Hill a écrit :
Wonder?
#
# ERXAdaptorChannelDelegate
#
## Enable delegate t
On Apr 22, 2010, at 11:28 AM, David Holt wrote:
On 2010-04-22, at 10:57 AM, Chuck Hill wrote:
Hi Lachlan,
On Apr 21, 2010, at 7:40 PM, Lachlan Deck wrote:
In other news, while announcements are in order: I started a new
job a couple of weeks ago where spring+hibernate is in play. So my
On 2010-04-22, at 10:57 AM, Chuck Hill wrote:
> Hi Lachlan,
>
> On Apr 21, 2010, at 7:40 PM, Lachlan Deck wrote:
>
>> In other news, while announcements are in order: I started a new job a
>> couple of weeks ago where spring+hibernate is in play. So my contributions
>> will mostly likely slow
Le 10-04-22 à 13:57, Chuck Hill a écrit :
Hi Lachlan,
On Apr 21, 2010, at 7:40 PM, Lachlan Deck wrote:
In other news, while announcements are in order: I started a new
job a couple of weeks ago where spring+hibernate is in play. So my
contributions will mostly likely slow down somewhat, n
Hi Lachlan,
On Apr 21, 2010, at 7:40 PM, Lachlan Deck wrote:
In other news, while announcements are in order: I started a new job
a couple of weeks ago where spring+hibernate is in play. So my
contributions will mostly likely slow down somewhat, not that they
weren't slow already ;) Oh, an
Le 10-04-22 à 13:17, Chuck Hill a écrit :
Wonder?
#
# ERXAdaptorChannelDelegate
#
## Enable delegate to emit SQL debugging info. The Logger used is
##
Hi All,
I have javascript file validation.js with all the client side validations
for text, numbers, dates etc.,.
When I use WOJavascript with normal submit button, the validations are being
raised.
But, when I use AjaxSubmitButton instead of normal submit button, the
validations from the js fil
Thanks Ben,
It depends what is convenient to for one. Chuck's solution is obviously better
and he knows the benefits of that approach which I guess would take months for
me to understand as I'm new to WebObjects and Wonder. However in my approach
the "purchase" action doesn't get tied with addT
Wonder?
#
# ERXAdaptorChannelDelegate
#
## Enable delegate to emit SQL debugging info. The Logger used is
## log4j.category.er.extensions.ERXAdaptorChann
nope ... i'll be remaining in my secluded cabin in the woods of Virginia
writing manifestos.
ms
On Apr 22, 2010, at 12:45 PM, Cheong Hee Ng wrote:
> It had been better if the Apple hiring could extends to regional. Thus open
> up another option to fewer to consider than moving into other tech
No luck with Movies.URL or the in-mem db, I still have that one connection that
switch to the different URL. I did a grep on all index.eomodeld and Properties
files in the workspace and I didn't have any where the URL is set to the build
frameworks :-/ I also tried to set the URL to a different
Thanks Chuck and Farrukh! I ended up going with Chuck's solution in the end
as it was a little cleaner to do open the ModalDialog programmatically.
Ben
On Wed, Apr 21, 2010 at 7:57 PM, Farrukh Ijaz <
farrukh.i...@fuegodigitalmedia.com> wrote:
> Try this, I use AjaxSubmitButton instead of AjaxMod
Tried with both Firefox and Safari, same issues.
> had tried with different browsers?
>
> On Thu, Apr 22, 2010 at 11:54 PM, Pascal Robert wrote:
> I have a strange problem, but I don't know how to debug it. We have a store
> where we contact our billing system (based on SQL Server 2005...) to c
had tried with different browsers?
On Thu, Apr 22, 2010 at 11:54 PM, Pascal Robert wrote:
> I have a strange problem, but I don't know how to debug it. We have a store
> where we contact our billing system (based on SQL Server 2005...) to create
> a invoice and tell them order that's complete. P
It had been better if the Apple hiring could extends to regional. Thus open
up another option to fewer to consider than moving into other technologies.
Does that mean Mike going to Cupertino?
On Fri, Apr 23, 2010 at 12:01 AM, Beatty, Daniel D CIV NAVAIR, 474300D <
daniel.bea...@navy.mil> wrote:
hudson is in a funky state at the moment ... excuse our mess ... where's my
animated construction worker gif?
ms
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Un
On Apr 22, 2010, at 9:04 AM, David LeBer wrote:
On 2010-04-22, at 11:45 AM, David Avendasora wrote:
:-) I think we're all hoping/expecting that that's the case, but
there's been others who start working at Apple and then suddenly
stop posting, or only post rarely.
With someone as high p
On 2010-04-22, at 12:27 PM, Mike Schrag wrote:
>> In addition, many people will interpret a message from someone with an
>> apple.com email address (especially someone with Mike's profile) as being
>> (at least partially) a statement from Apple (no matter how much effort is
>> put into disclai
> In addition, many people will interpret a message from someone with an
> apple.com email address (especially someone with Mike's profile) as being (at
> least partially) a statement from Apple (no matter how much effort is put
> into disclaiming it.)
you won't see me ever post from an apple.co
On 2010-04-22, at 11:45 AM, David Avendasora wrote:
> :-) I think we're all hoping/expecting that that's the case, but there's been
> others who start working at Apple and then suddenly stop posting, or only
> post rarely.
>
> With someone as high profile and insanely helpful as Mike I think
Greetings Mike and all,
Congratulations to Mike. I can't think of someone who has contributed as much
as the "unstoppable machine".
As for Apple hiring, I think that is great. As for myself, I am currently
working for Uncle Sam and I have another year on my contract. Well, the WO
train
I have a strange problem, but I don't know how to debug it. We have a
store where we contact our billing system (based on SQL Server
2005...) to create a invoice and tell them order that's complete.
Problem is, two UPDATE calls are sent to SQL Server, and the second
one creates problems. Th
:-) I think we're all hoping/expecting that that's the case, but there's been
others who start working at Apple and then suddenly stop posting, or only post
rarely.
With someone as high profile and insanely helpful as Mike I think many of us
are just a little nervous about it.
Dave
On Apr 22
Mike's not going to disappear you know.
On Apr 22, 2010, at 9:10 AM, Pascal Robert wrote:
> 1+, Apple should only hire anonymous WO devs, not the ones who are actually
> helping the community :-)
>
>> No! don't take everyone from the list ;-)
>>
>> d
>>
>> On 2010-04-22, at 7:45 AM, Alan W
1+, Apple should only hire anonymous WO devs, not the ones who are
actually helping the community :-)
No! don't take everyone from the list ;-)
d
On 2010-04-22, at 7:45 AM, Alan Ward wrote:
We're hiring.
Alan
On Apr 21, 2010, at 7:49 PM, Chuck Hill wrote:
If you know WO and want to work
No! don't take everyone from the list ;-)
d
On 2010-04-22, at 7:45 AM, Alan Ward wrote:
>
> We're hiring.
> Alan
>
> On Apr 21, 2010, at 7:49 PM, Chuck Hill wrote:
>
>> If you know WO and want to work at Apple, just ask them. I know they don't
>> have enough skilled WO developers. I am n
We're hiring.
Alan
On Apr 21, 2010, at 7:49 PM, Chuck Hill wrote:
> If you know WO and want to work at Apple, just ask them. I know they don't
> have enough skilled WO developers. I am not sure they could ever have enough.
>
>
> Chuck
>
> On Apr 21, 2010, at 5:39 PM, Lon Varscsak wrote:
Wow, this already feels belated! But I'll add my congratulations to the heap.
Thanks for all you've done for WO "from the outside", and Here's to many more
fruitful WO years ahead!
- Patrick
On Apr 21, 2010, at 12:33 PM, Mike Schrag wrote:
> Hey everyone ... I wanted to let you guys know th
Hey Mike,
Congratulations and thank you for your support and endless effort all
these years.
Cheers,
Henrique
On 21/04/10 13:33, Mike Schrag wrote:
Hey everyone ... I wanted to let you guys know that Apr 30 will be my last day
at mDimension. A few weeks ago, I accepted a position at Apple.
Simple -
Congratulations and thank you for your tireless contributions and on list help.
James Cicenia
On Apr 21, 2010, at 11:33 AM, Mike Schrag wrote:
> Hey everyone ... I wanted to let you guys know that Apr 30 will be my last
> day at mDimension. A few weeks ago, I accepted a position at
Ok, that doesn't look special. Did you try to save the whole WO542Reference on
a local disk? The problem you already noted is the missing package-list file.
You have to create it in the root directory of the WO542Reference folder and
point the href inside the javadoc task to that folder. The con
Congratulations Mike
That's a great news for all (yourself, Apple and the WO community)
Stefan
Am 21.04.10 18:33, schrieb Mike Schrag:
Hey everyone ... I wanted to let you guys know that Apr 30 will be my last day
at mDimension. A few weeks ago, I accepted a position at Apple. Not to worry,
It's a javadoc.xml ant file, generated by Eclipse. I call it from the command
line "ant -f javadoc.xml".
It looks pretty simple:
http://developer.apple.com/documentation/WebObjects/Reference/WO53_Reference/"/>
71 matches
Mail list logo