Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Igor Vaynberg
i think bamboo counts each method as a test instead of each class -igor On 1/16/07, Frank Bille <[EMAIL PROTECTED]> wrote: The problem is that if I run it on my machine I get 5 failing tests. On the build machine it's 113 failing tests... Frank On 1/16/07, Martijn Dashorst <[EMAIL PROTECTE

Re: Render a javascript in header via ajaxTarget

2007-01-16 Thread Matej Knopp
That's all right. Javascript header contribution is a very tricky thing and while it's considered "stable" now, there still might be bugs in it, so please, if the problem persists, id would be great if you provided a quick start that can reproduce it. -Matej Vincent Demay wrote: Matej Knopp

Re: Render a javascript in header via ajaxTarget

2007-01-16 Thread Vincent Demay
Matej Knopp a écrit : I just tried it, 1.x and firefox. Works like charm for me :) Are you sure you have caching turned of? The javascripts are cached quite aggressively. Ok, sorry to disturb you. I will check my sources. Thanks -Matej Vincent Demay wrote: Matej Knopp wrote: That should wo

Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Igor Vaynberg
you are all set -igor On 1/16/07, Filippo Diotalevi <[EMAIL PROTECTED]> wrote: On 1/16/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > done, let me know when you create an account > Igor, my jira account is: fdiotalevi thanks -- filippo

Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Filippo Diotalevi
On 1/16/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: done, let me know when you create an account Igor, my jira account is: fdiotalevi thanks -- filippo

Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Igor Vaynberg
done, let me know when you create an account -igor On 1/16/07, Filippo Diotalevi <[EMAIL PROTECTED]> wrote: On 1/16/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > confluence should be back up > > http://81.17.46.170/confluence/ > > notice we lost the port Thank you Igor. As you probably have

Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Igor Vaynberg
done On 1/16/07, Frank Bille <[EMAIL PROTECTED]> wrote: On 1/16/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > http://81.17.46.170/bamboo Do you think I can get some rights on that one? I want to make sure the tests run in maven as in eclipse. Username: frankbille Frank

Re: Render a javascript in header via ajaxTarget

2007-01-16 Thread Matej Knopp
I just tried it, 1.x and firefox. Works like charm for me :) Are you sure you have caching turned of? The javascripts are cached quite aggressively. -Matej Vincent Demay wrote: Matej Knopp wrote: That should work. I see no reason why ajax header contribution should fail adding function. Do y

Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Filippo Diotalevi
On 1/16/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: confluence should be back up http://81.17.46.170/confluence/ notice we lost the port Thank you Igor. As you probably have seen I've ported some of the contents of the old site in the new one. I hope to finish by the end of this week (so we

Re: Fixing ComponentTest in Wicket 1.x

2007-01-16 Thread Johan Compagner
Maybe something like this: (quick 'pseudo' code) final MarkupContainer.internalDetach() { super.internalDetach(); for each childere() { child.internalDetach(); child.hasOnDetachBeCalled(); // throws an excepton when component.onDetach() is not reached. } } Component.in

Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Johan Compagner
yeah and very strange once like: java.lang.RuntimeException: org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. at org.apache.xerces.dom.CoreDocumentImpl.checkDOMNSErr(Unknown Source) at org.apache.xerce

Re: Fixing ComponentTest in Wicket 1.x

2007-01-16 Thread Martijn Dashorst
The problem with this assumption is that the components get attached. This is not (necessarily) so. Models get attached, but don't participate in the request cycle. MyPage(Person p) { setModel(new CompoundPropertyModel(new LoadableDetachableModel(p))); add(new Label("name").add(new AjaxSelf

Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Frank Bille
The problem is that if I run it on my machine I get 5 failing tests. On the build machine it's 113 failing tests... Frank On 1/16/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: mvn test? Martijn On 1/16/07, Frank Bille <[EMAIL PROTECTED]> wrote: > On 1/16/07, Igor Vaynberg <[EMAIL PROTECTE

Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Martijn Dashorst
mvn test? Martijn On 1/16/07, Frank Bille <[EMAIL PROTECTED]> wrote: On 1/16/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > http://81.17.46.170/bamboo Do you think I can get some rights on that one? I want to make sure the tests run in maven as in eclipse. Username: frankbille Frank

Re: Wiki-Stuff new website memory problem

2007-01-16 Thread Frank Bille
On 1/16/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: http://81.17.46.170/bamboo Do you think I can get some rights on that one? I want to make sure the tests run in maven as in eclipse. Username: frankbille Frank