Re: Oracle plans to dump risky Java serialization | InfoWorld

2019-06-13 Thread Johan Compagner
interesting .. Suddenly java gets passed by reference instead of value? things like: (sounds dark magic to me ;) ) @Serializer public pattern Range(int lo, int hi) { lo = this.lo; hi = this.hi; } On Wed, 12 Jun 2019 at 12:47, Martin Grigorov wrote: > Current state:

Re: IntHashMap is transient

2014-11-17 Thread Johan Compagner
Ehh serialisation is done in read and writeobject methods, all the stuff should be created there (readObject) The entry array is not meant to be serialized by itself. At first sight it seem to be correct, the sizes are serialized and then an int + object pair is done. And the read creates the tab

Re: JQuery 1.10.1 dependency also breaks many applications

2013-07-03 Thread Johan Compagner
Ah we are taking here about the removal of the deprecated api not the code for other browsers. That was 2.0 yes. Couldn't look it up that easy on vacation.. But then I guess we need to stick to 1.8.x On 3 Jul 2013 12:05, "Martijn Dashorst" wrote: > On Wed, Jul 3, 2013

Re: JQuery 1.10.1 dependency also breaks many applications

2013-07-03 Thread Johan Compagner
Why not just go to the latest 1.9.x? I thought that was .10 but without all the removed api? On 3 Jul 2013 11:13, "Martijn Dashorst" wrote: > While I typically agree that using the latest stable versions of > things is a good thing™, in this case the almighty gods that maintain > jquery have deci

Re: Eclipse settings files

2013-01-14 Thread Johan Compagner
those files are needed, at least to get a consistent formatting behavior across all developers. I would say just commit those files. Thats the whole point of the .settings dir in eclipse.. (else don't specify anything at the project level) On 14 January 2013 13:27, Emond Papegaaij wrote: > I jus

Re: Releasing in a semver world (>= 6.x)

2012-09-10 Thread Johan Compagner
I am interested in your article.. How else to really do it then cherry picking.. but I guess h that also depends where you do you're good first? I always start at their lowest version I want to fix it and forward port it, almost never do back ports Op 10 sep. 2012 19:33 schreef "Carl-Eric Menzel"

Re: [VOTE] Release Wicket 1.4.21

2012-09-04 Thread Johan Compagner
+1 On 29 August 2012 15:41, Carl-Eric Menzel wrote: > It's time to mop up the last remaining changes in 1.4.x so we can > finally close that branch and concentrate on 1.5 and 6.0. > > Please check the following source release and then vote: > - branch build/wicket-1.4.21 > - source tarball > >

Re: Maven hate (was Re: [VOTE] Release wicket 6.0.0-beta2)

2012-05-29 Thread Johan Compagner
> While my hatred for Maven runs deep, I have yet to find a solution > that works better or is more appealing. > > Martijn > really?? runs deep? for martijn? i just can't believe that!

Re: Move to servlet-api 3.0 for Wicket 6

2012-04-13 Thread Johan Compagner
Explain to me then what Wicket it self really needs from the new API? So what are we going to change? On Apr 13, 2012 2:32 PM, "Emond Papegaaij" wrote: > Hi all, > > It was already mentioned by Martijn some time ago as a suggestion for the > roadmap for Wicket 6, but it was never decided. The qu

Re: wicket 6.0 and automatic model detachment

2012-04-08 Thread Johan Compagner
i think it would be fine to have something like this, and enabled by default but only to have an option to turn it off On Sat, Apr 7, 2012 at 22:30, Igor Vaynberg wrote: > -1 on adding it if its not enabled by default. its a trivial class > thats only about 40-50 lines of real code. adding it i

Re: Decommission the wicketstuff.org server

2012-03-26 Thread Johan Compagner
fine by me, i am not sure why it does that, it seems to me that the script that tests if the server is up and running is to aggressive or something. Maybe point wicketstuff.org to wicket-library.com? On Mon, Mar 26, 2012 at 10:51, Martijn Dashorst wrote: > All, > > We probably can (and should)

Re: [Vote] Release Apache Wicket 6.0.0-beta1

2012-03-25 Thread Johan Compagner
+1 On Mar 23, 2012 1:34 PM, "Martin Grigorov" wrote: > This vote is to release wicket 6.0.0-beta1. > This is the first release of 6.x branch and its purpose is to get more > feedback from > the community. There are no more planned changes in the API but if you > find something > that can be made

Re: [vote] release wicket 1.4.20

2012-03-10 Thread Johan Compagner
+1 On Mar 7, 2012 5:47 PM, "Igor Vaynberg" wrote: > This vote is to release wicket 1.4.20 > > Branch > > http://git-wip-us.apache.org/repos/asf/wicket/?p=wicket.git;a=shortlog;h=refs/heads/build/wicket-1.4.20 > > Artifacts > http://people.apache.org/~ivaynberg/wicket-1.4.20/dist/ > > Maven repo >

Re: modal dialog and nesting of forms.

2012-02-16 Thread Johan Compagner
s inside a modal window.. On Thu, Feb 16, 2012 at 20:58, Igor Vaynberg wrote: > thats why the javadoc says to put the modal window component inside a > wicket form... > > -igor > > On Thu, Feb 16, 2012 at 11:55 AM, Johan Compagner > wrote: > > but the modal dialog iself

Re: modal dialog and nesting of forms.

2012-02-16 Thread Johan Compagner
t panel >div - wicket form inside the modal's content > > -igor > > On Thu, Feb 16, 2012 at 11:36 AM, Johan Compagner > wrote: > > ok for a form inside a modal dialog > > you need to override: > > > >/** > > * @see

Re: modal dialog and nesting of forms.

2012-02-16 Thread Johan Compagner
not find any other form because the modal dialog form is just in javascript/html, its not a wicket component.. On Thu, Feb 16, 2012 at 20:22, Johan Compagner wrote: > yes i just read that in a jira issue :) > but in my example it doesn't ... > will check it > > > > On

Re: modal dialog and nesting of forms.

2012-02-16 Thread Johan Compagner
; see they are inside another form... > > -igor > > On Thu, Feb 16, 2012 at 11:16 AM, Johan Compagner > wrote: > > here: > > > > > http://wicket.apache.org/apidocs/1.5/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.html > > > > we

Re: Wicket 6: Java 6 or Java 7?

2012-02-16 Thread Johan Compagner
Stick for now to Java 6 or does somebody really has good reason (api or feature that he wants to use) to go to Java 7? I think java 7 almost brought nothing, the all postponed the nice stuff to Java 8 (which is postponed to next year i believe) i do think that the eol of java 6 is quite fast, i d

Re: source/commits in jira

2012-02-10 Thread Johan Compagner
is present i > suppose. i am not sure if infra would like that or not... > > -igor > > On Fri, Feb 10, 2012 at 8:10 AM, Johan Compagner > wrote: > > can we somehow force that? Just like we did with svn that has that build > in > > case:xxx support (in the commit dial

Re: source/commits in jira

2012-02-10 Thread Johan Compagner
can we somehow force that? Just like we did with svn that has that build in case:xxx support (in the commit dialog?) But i will place WICKET-XXX then in all my commits from now on On Fri, Feb 10, 2012 at 17:08, Martin Grigorov wrote: > On Fri, Feb 10, 2012 at 6:02 PM, Johan Compagner >

Re: source/commits in jira

2012-02-10 Thread Johan Compagner
, > >> > >> I asked the same question on dec 22 and Igor replied : > >> > >> infra is working on this afaik. > >> > >> -igor > >> > >> > >> So I guess they haven't finished yet! > >> > >> Bertrand

source/commits in jira

2012-02-10 Thread Johan Compagner
Hi, What "broke" now that we are over to git is the nice link between jira issues and the source code so this tab: https://issues.apache.org/jira/browse/WICKET-1654?page=com.atlassian.jirafisheyeplugin:fisheye-issuepanel#issue-tabs (or that subversion tab which ofcourse will not work anymore) i

Re: JS performance optimization in AjaxRequestTarget

2012-02-09 Thread Johan Compagner
or use the let statement.. but support in all browsers could be a bit tricky ;) shouild be javascript 1.7 (thats FF 2.0 from 2006) but i don't think its in EcmaScript yet (looks like EcmaScript 6 gets it) and most other browsers follow that and do currently Edition 5.x or something On Thu, Feb 9,

Re: about webshere and relative url redirects: https://issues.apache.org/jira/browse/WICKET-3258

2012-02-07 Thread Johan Compagner
is something to tune in WebSphere. If it > works then there is something in Wicket. > > On Mon, Feb 6, 2012 at 6:06 PM, Johan Compagner > wrote: > > Websphere, > > > > i am currently testing our product in a war deployment with the latest > > wicket 1.4 code >

about webshere and relative url redirects: https://issues.apache.org/jira/browse/WICKET-3258

2012-02-06 Thread Johan Compagner
Websphere, i am currently testing our product in a war deployment with the latest wicket 1.4 code But i am still bumping against this with Websphere 8.0.2 was it really fixed? Do i need a setting somehow? It is really weird for example if this is the url http://jcompagner-pc:9080/servoy/servoy-

Re: git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-06 Thread Johan Compagner
i have a friend of mine that is also a long time eclipse users and he has now a few months a job where they have to use Intellij his qoute from a few days (after using it now for quite a while) ago: "btw, intellij sucksnah, eclipse is way ahead" so i guess thats a matter of taste.. The g

Re: git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-06 Thread Johan Compagner
ally works fine for me: > in 1.5.x: > git commit -m "my commit" > got to wicket 6: > git fetch wicket-1.5 (fetches the commit i just did on wicket-1.5) > git cherry-pick wicket-1.5/wicket-1.5.x > > Emond > > > On Friday 06 January 2012 15:55:15 Johan Compagner

Re: git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-06 Thread Johan Compagner
om/questions/5785549/able-to-push-to-all-git-remotes-with-the-one-command> > . > > I too am new to git so I'd like to know if there are disadvantages to the > second approach. > > Bertrand > > > > On 06/01/2012 9:11 AM, Johan Compagner wrote: > >> Ok,

Re: git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-06 Thread Johan Compagner
1.6/trunk/master repo. then everything is merged and i have in my 1.6/trunk repo all the changes over the 3 branches and i push that to the remove wicket at onces johan On Fri, Jan 6, 2012 at 14:28, Renaud Bruyeron wrote: > 2012/1/4 Johan Compagner : > > What is then the nicest way? >

Re: git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-06 Thread Johan Compagner
#x27;m not sure if this is done using 'git checkout .' or 'git > reset > --hard HEAD' after changing autocrlf. Cloning again also fixes it :) > > Emond > > On Friday 06 January 2012 14:26:38 Johan Compagner wrote: > > what is the best way to set that

Re: git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-06 Thread Johan Compagner
what is the best way to set that ? or turn that off? i tried this http://stackoverflow.com/questions/1510798/trying-to-fix-line-endings-with-git-filter-branch-but-having-no-luck/1511273#1511273 but still many many outgoing changes. On Fri, Jan 6, 2012 at 14:09, Emond Papegaaij wrote: > core.aut

Re: git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-06 Thread Johan Compagner
can push/fetch changes between your workspaces directly. > > Personally, I use this last approach, but that's mainly because I do not > yet > feel comfortable enough to play with git internals :) > > Emond > > On Wednesday 04 January 2012 16:25:32 Johan Compagner wrote: >

Re: git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-04 Thread Johan Compagner
ay with git internals :) > > Emond > > On Wednesday 04 January 2012 16:25:32 Johan Compagner wrote: > > Currently i just have 3 workspaces for wicket (1.4,1,5 and trunk/master) > > > > But git works with a/one working directory... > > > > thats always one

Re: git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-04 Thread Johan Compagner
uite a bit harder and way more steps (at least it looks that way to me now) then what i would do with svn.. (using the merge client shipped with subclipse) On Wed, Jan 4, 2012 at 16:40, Martijn Dashorst wrote: > On Wed, Jan 4, 2012 at 4:25 PM, Johan Compagner > wrote: > > C

git and multiple workspaces with the 2 branches and 1 trunk (master?)

2012-01-04 Thread Johan Compagner
Currently i just have 3 workspaces for wicket (1.4,1,5 and trunk/master) But git works with a/one working directory... thats always one of those.. So is the only solution to have the remote git repo dumped three times on my disk? I don't find that very logical.. And no i don't want to constantl

Re: Please welcome Emond Papegaaij as a committer for Wicket

2011-12-30 Thread Johan Compagner
Start coding! :-) On Dec 30, 2011 4:26 PM, "Emond Papegaaij" wrote: > Thank you all for the confidence you have in my work! I'm really proud to > be a > member of the Wicket team and am looking forward to get some real work > done. > I've already pushed some patches for a few tickets, broke most

Re: Wicket source code moved to Git

2011-12-21 Thread Johan Compagner
hmm i use EGit but some how i always get "not authorized" if i try to push something I am quite sure the username/password is correct, but will recheck it, i use this url: https://jcompag...@git-wip-us.apache.org/repos/asf/wicket.git On Wed, Dec 21, 2011 at 19:26, Jeremy Thomerson wrote: > On

Re: Proposal: Moving wicketstuff.org Jenkins instance to a linux server (I volunteer to manage it)

2011-10-14 Thread Johan Compagner
fine by me i do monitor it now and then, problem if it doesn't run is mostly some full disk problem that i then clean up On Fri, Oct 14, 2011 at 06:08, Jeremy Thomerson wrote: > On Thu, Oct 13, 2011 at 11:53 PM, Michael O'Cleirigh > wrote: >> >> Hello, >> >> Jenkins currently runs at wicketstuf

Re: [vote] release wicket 1.4.19

2011-10-13 Thread Johan Compagner
+1 code wise it runs fine for us. (was already on a snapshot with the latest stuff) On Wed, Oct 12, 2011 at 18:10, Igor Vaynberg wrote: > This vote is to release wicket 1.4.19 > > Branch > http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.19 > > Artifacts > http://people.apache.org/~iva

Re: [vote] Restructure Packaging for OSGi

2011-08-18 Thread Johan Compagner
For us personally i don't care, <1> could be done, we are not on 1.5 yet and if we do the package rename is easy to fix. But i agree with the rest that this is to big to do in such a late stage, and maybe also after that stage. Because for osgi the simppe fix is to make one big jar right? Thats re

Re: Wicketstuff maven repository

2011-07-21 Thread Johan Compagner
enabled dir listing http://www.wicketstuff.org/maven/repository/ On Thu, Jul 21, 2011 at 09:21, Johan Compagner wrote: > why is that suddenly disabled i ask my self, that always did work.. > > > On Thu, Jul 21, 2011 at 09:18, Martin Grigorov wrote: >> 1.4-SNAPSHOT is still

Re: Wicketstuff maven repository

2011-07-21 Thread Johan Compagner
why is that suddenly disabled i ask my self, that always did work.. On Thu, Jul 21, 2011 at 09:18, Martin Grigorov wrote: > 1.4-SNAPSHOT is still there but I cannot make Tomcat see it. > How can I configure Tomcat to list the contents of a folder in > webapps/maven if maven/ has no WEB-INF/web.x

Re: Wicket and Java 7

2011-07-05 Thread Johan Compagner
for a webapp the parallelism sits in the users all connecting at the same time to the same server not the divide up pure request of that server. I don't think you will gain anything and only get loads of threading issues in the page.. On Tue, Jul 5, 2011 at 17:52, Andrea Del Bene wrote: > My fa

Re: Wicket and Java 7

2011-07-05 Thread Johan Compagner
the nice thing is that the diamond notation for generics is working out of the box when you can target 1.7 your self in your app. Thats can be quite a bit lot less typing of characters in wicket apps. On Tue, Jul 5, 2011 at 14:57, Martin Grigorov wrote: > I'm saying only that JDK7 based solution

Re: Wicket and Java 7

2011-07-05 Thread Johan Compagner
> > For Wicket 1.6 we can move to JDK6 but this will be discussed later. > Usage of JDK7 for frameworks is not very close. > this is an understatement :) wicket and java 7... my guess? more then 4 years... But who knows if Oracle speeds it up (they say Java 8 next year..) also the upgrades are a

Re: [vote] release wicket 1.4.17

2011-03-29 Thread Johan Compagner
+1 release On Mon, Mar 28, 2011 at 10:10, Martin Grigorov wrote: > On behalf of Igor Vaynberg: > > This vote is to release wicket 1.4.17. This is a bugfix release on the > 1.4.x (stable) branch. > > Branch: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.17/ > Artifacts: http://people.

Re: Removing Pagemap lock post 1.5?

2011-03-18 Thread Johan Compagner
> Expected behavior: >  - request1: starts processing, locks pagemap >  - request2: comes in: tries to acquire lock >  - request2: waits for max N seconds (N being a small number, 1 or 2 > seconds) - request2: sets kill switch for request1 >  - request1: first time in wicket managed code: throw

Re: [vote] release wicket 1.4.16

2011-02-22 Thread Johan Compagner
+1 On Mon, Feb 21, 2011 at 05:33, Igor Vaynberg wrote: > This vote is to release wicket 1.4.16. This is a bugfix release on the > 1.4.x (stable) branch. > > Branch: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.16/ > Artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.16/dist >

Re: 1.4.16 - adding methods to IBehavior

2011-02-21 Thread Johan Compagner
why not just introduce that interface and the impl in component? So why also alter abstract behavior? Because that would mean that suddenly almost all the behaviors that are used are suddenly also IComponentConfigurationBehavior And 99.9% of them don't do anything. On Sat, Feb 19, 2011 at 04:17,

Re: Reducing JIRA spam

2011-02-09 Thread Johan Compagner
fine by me On Tue, Feb 8, 2011 at 11:58, Martijn Dashorst wrote: > It appears that we can reduce the amount of spam JIRA sends to our > commits list by telling it not to send notifications when the fix-in > version is modified. I'd like that feature to be enabled... > > Martijn > > -- > Become a

Re: rename classes and methods from *Javascript* to *JavaScript*

2010-12-08 Thread Johan Compagner
+1 On Tue, Dec 7, 2010 at 20:55, Igor Vaynberg wrote: > +1 to make it consistent, dont care which way its spelled. > > -igor > > On Tue, Dec 7, 2010 at 9:51 PM, Juergen Donnerstag > wrote: >> what shall we do with http://issues.apache.org/jira/browse/WICKET-715? >> If we want to change it / make

Re: svn commit: r1031432 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java

2010-12-01 Thread Johan Compagner
gt; "dangerous" version to use:-( Does this merits rolling out a 1.4.15? > > Regards, > > Ernesto > > > On Wed, Dec 1, 2010 at 2:26 PM, Johan Compagner > wrote: >> that really sounds ... >

Re: svn commit: r1033843 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/markup/html/ main/java/org/apache/wicket/resource/ main/java/org/apache/wicket/resource/aggregation/ main/java/org/a

2010-12-01 Thread Johan Compagner
ok this test was then correct that it failed.. Ajax does have to push it to the client because it doesnt know if it is there yet or not that you only know because of the id

Re: svn commit: r1031432 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java

2010-12-01 Thread Johan Compagner
1.4.14. Could this be related? > > Regards, > > Ernesto > > On Wed, Dec 1, 2010 at 1:34 PM, Johan Compagner wrote: >> This commits breaks all header contributions when the >> ajaxrequesttarget has more then 1 component that it must render and >> the component after t

Re: svn commit: r1031432 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java

2010-12-01 Thread Johan Compagner
This commits breaks all header contributions when the ajaxrequesttarget has more then 1 component that it must render and the component after the first one also wants to render something in the head.. i committed a fix: commit -m "fix form previous commit: 1031432..." C:/workspace_wicket14/wicket

Re: disabled components/behaviors fixes of WICKET-3098

2010-11-24 Thread Johan Compagner
uch because 1.5 is out > soonish. IListenerInterfaceTarget { canCallListenerInterface()} is not > so bad. > > -igor > > On Wed, Nov 24, 2010 at 8:12 AM, Johan Compagner wrote: >> yes that i did see in 1.5 >> but in 1.4 i guess the only thing

Re: disabled components/behaviors fixes of WICKET-3098

2010-11-24 Thread Johan Compagner
nabled(); >    } > > It would solve the problem at the ticket. IMO the proposed interface is > prolix because the behavior enabled/disabled state is enough information to > decide to silent return or not an ajax call to it. > > On Wed, Nov 24, 2010 at 2:12 PM, Johan Compagner wrote:

Re: disabled components/behaviors fixes of WICKET-3098

2010-11-24 Thread Johan Compagner
that first one is a perfect name, except that the intent is that it works just the opposite! :) On Wed, Nov 24, 2010 at 17:20, Martijn Dashorst wrote: > IWontDoAnythingWhenTheComponentIsDisabledBehavior > IMASlackerBehavior > > Martijn > > On Wed, Nov 24, 2010 at 5:12 PM, Joha

Re: disabled components/behaviors fixes of WICKET-3098

2010-11-24 Thread Johan Compagner
: > i added boolean canCallListenerInterface(Component component) to ibehavior > > -igor > > On Wed, Nov 24, 2010 at 12:54 AM, Johan Compagner > wrote: >> which method name? >> >> I currently only have a tagging interface that tags this behavior... >> >&

Re: [vote] change ibehavior from interface to abstract class in trunk

2010-11-24 Thread Johan Compagner
+1 On Wed, Nov 24, 2010 at 03:22, Igor Vaynberg wrote: > the ibehavior interface has become somewhat cluttered and a lot of > methods in it can have a nice default implementation that works for > 99% of the usecases. there is no longer a point to having it as an > interface. this vote is to > > -

Re: disabled components/behaviors fixes of WICKET-3098

2010-11-24 Thread Johan Compagner
gt; match? > > cheers, > -igor > > On Tue, Nov 23, 2010 at 1:04 PM, Johan Compagner wrote: >> that i find a big hack >> then i need to have some none visible (in html not in java) label or >> something.. thats horrible then i need to add all kinds of stuff. >> >

Re: disabled components/behaviors fixes of WICKET-3098

2010-11-23 Thread Johan Compagner
Nov 23, 2010 at 11:02 AM, Johan Compagner wrote: > >> i am currently using this patch for our wicket code so that we can move >> on.. >> >> >> First check is that if it is an ajax request for that behavior then >> just throw an abort exception.. >> Don

Re: disabled components/behaviors fixes of WICKET-3098

2010-11-23 Thread Johan Compagner
est()).isAjax()) + { + throw new AbortException(); + } + return; + } + + // Invoke the interface method behaviorListener.onRequest(); } On Tue, Nov 23,

disabled components/behaviors fixes of WICKET-3098

2010-11-23 Thread Johan Compagner
hi, i suddenly bump big time into this issue that is fixed. ( https://issues.apache.org/jira/browse/WICKET-3098 ) I get that disabled behaviors can't be used to do respond, because that behavior shouldnt be rendered in the first place. But the fix also goes one step deeper... It also blocks if t

Re: TimeOfDay problem with DTS

2010-10-31 Thread Johan Compagner
this is known issue from day 1 :) it is a test that fails 2 times a year.. dont think anybody bothers about it :) On Sun, Oct 31, 2010 at 14:02, Martin Grigorov wrote: > Hi, > > Locally org.apache.wicket.util.time.TimeOfDayTest.test() fails today due to > Daylight Time Savings change last night.

Re: wicketstuff.org/hudson - No space left on device

2010-10-31 Thread Johan Compagner
should be ok now. On Sun, Oct 31, 2010 at 12:30, Sebastian wrote: > hi, > > can someone please free some diskspace on the wicketstuff hudson server > please. > > I receive "Error deploying artifact: Error creating temporary file for > deployment: No space left on device" when trying to trigger a

Re: [vote] release wicket 1.4.12

2010-09-13 Thread Johan Compagner
+1 On Mon, Sep 13, 2010 at 05:45, Igor Vaynberg wrote: > This vote is to release wicket 1.4.12. This release fixes a critical > problem with 1.4.11 namely WICKET-3040. > > Branch: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.12/ > Artifacts: > http://people.apache.org/~ivaynberg/wic

Re: [vote] release wicket 1.4.11

2010-09-06 Thread Johan Compagner
+1 release On Sun, Sep 5, 2010 at 05:12, Igor Vaynberg wrote: > This vote is to release wicket 1.4.11 > > Branch: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.11/ > Artifacts: > http://people.apache.org/~ivaynberg/wicket-1.4.11/dist > Maven repo: > http://people.apache.org/~ivaynber

Re: POST request comes as GET in wicket

2010-08-19 Thread Johan Compagner
when do you test this? ((WebRequestCycle)RequestCycle.get()).getWebRequest().getHttpServletRequest().getMethod(), and why do you care if it is a get or post? On Thu, Aug 19, 2010 at 22:15, ganesh.k...@gmail.com wrote: > >   New Document >   >   >   >   >   >   >  http://x.x.x.x/rootContext/su

Re: /var is full on wicketsuff.org

2010-08-17 Thread Johan Compagner
cleaned it On Tue, Aug 17, 2010 at 03:04, Michael O'Cleirigh wrote: > Hello, > > Hudson on wicketstuff.org is failing to build anything because of a lack of > temporary space.  I created a job to run nightly and attempt to clean up > some space.  Normally I have seen the local repository grow ve

Re: Form.delegateSubmit: invoke onSubmit() of nested Forms before onSubmit() of enclosing Form

2010-08-12 Thread Johan Compagner
i think this change was triggered by the commit for: WICKET-1124: enhancement of nested form handling its like that in the patch we got, i guess the patch is just applied this way. On Thu, Aug 5, 2010 at 12:38, Florian Wunderlich wrote: > It can be assumed that an enclosing Form in some way

Re: Update examples at wicketstuff.org

2010-08-12 Thread Johan Compagner
done, trunk -> wicket On Thu, Aug 12, 2010 at 17:14, Johan Compagner wrote: > there is no such file with the extention .warplease ;) > > On Thu, Aug 12, 2010 at 17:12, Martin Grigorov wrote: >> And the same for >> http://hudson.zones.apache.org/hudson/job/Apache%2

Re: Update examples at wicketstuff.org

2010-08-12 Thread Johan Compagner
can rename http://wicketstuff.org/wicket/ to > http://wicketstuff.org/wicket15/ <http://wicketstuff.org/wicket/> ? > > On Thu, Aug 12, 2010 at 5:05 PM, Johan Compagner wrote: > >> ok if that is stable then thats fine >> i updated the copywicket14.sh file: >> >> w

Re: svn commit: r984800 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js

2010-08-12 Thread Johan Compagner
thats something else but i also fixed that one quickly On Thu, Aug 12, 2010 at 16:57, Martin Grigorov wrote: > Is this related to https://issues.apache.org/jira/browse/WICKET-2977 or this > is something different ? > > On Thu, Aug 12, 2010 at 4:23 PM, wrote: > >> Author: jcompagner >> Date: Thu

Re: Update examples at wicketstuff.org

2010-08-12 Thread Johan Compagner
2, 2010 at 16:55, Martin Grigorov wrote: > Here is a URL to latest build at Hudson: > http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.4.x/ws/wicket-1.4.x/wicket-examples/target/wicket-examples.war > I think this is a stable URL so we can use it. > > On Thu, Aug 1

Re: Can jjava 5 update 22 be installed on the wicketstuff.org server?

2010-08-12 Thread Johan Compagner
i think i can get _16 on it if i get it right.. But not sure if that would fix your compile problem On Thu, Aug 12, 2010 at 15:55, Johan Compagner wrote: > at the moment "1.5.0_13-p7" does run there. > And i dont know how to update that under freebsd. > > > On T

Re: Can jjava 5 update 22 be installed on the wicketstuff.org server?

2010-08-12 Thread Johan Compagner
at the moment "1.5.0_13-p7" does run there. And i dont know how to update that under freebsd. On Thu, Aug 12, 2010 at 14:53, Michael O'Cleirigh wrote: > Hello, > > With the version of java 5 currently installed on wicketstuff.org hudson > gives build errors with one of the jwicket projects (rela

Re: Update examples at wicketstuff.org

2010-08-12 Thread Johan Compagner
i see that teamcity is gone now, and we use hudson, but that doesnt build wicket-examples So the easy copy file that i have doesnt work anymore.. On Thu, Aug 12, 2010 at 15:09, Martin Grigorov wrote: > Hi, > > I would like to ask wicketstuff.org maintainers to update the examples > deployed at t

Re: Build Wicket 1.4.10 soon?

2010-08-11 Thread Johan Compagner
a very old java 5 version?? Java version: 1.5.0_06 thats old.. On Tue, Aug 10, 2010 at 18:56, Martin Grigorov wrote: > I still don't understand why only Igor had these problems. > > On Tue, Aug 10, 2010 at 6:50 PM, Jeremy Thomerson > wrote: > >> Nevermind - just saw commits 983268 and 983292.

Re: [vote] release wicket 1.4.10

2010-08-09 Thread Johan Compagner
+1 On Sat, Aug 7, 2010 at 20:23, Igor Vaynberg wrote: > This vote is to release wicket 1.4.10 > > Branch: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.10/ > Artifacts: > http://people.apache.org/~ivaynberg/wicket-1.4.10/dist > Maven repo: > http://people.apache.org/~ivaynberg/wicket

Re: remove oninitialize/onconfigure from 1.4.x?

2010-07-24 Thread Johan Compagner
; >> On Fri, Jul 23, 2010 at 1:50 AM, Martijn Dashorst >> wrote: >> > +1 for Johan's changes to make the surface area of the change smaller. >> > >> > I didn't find onInitialize and onConfigure in our code base as well. >> > >> > The

Re: remove oninitialize/onconfigure from 1.4.x?

2010-07-23 Thread Johan Compagner
e test. But the described problem remains. I > attached in the Jira another test case, in another package... > > On Fri, Jul 23, 2010 at 9:06 AM, Johan Compagner wrote: > >> yes if you use the package org.apache.wicket!!! >> But that is something i definitely dont see as a prob

Re: remove oninitialize/onconfigure from 1.4.x?

2010-07-23 Thread Johan Compagner
han, actually it is 2 overridable protected methods that can execute an > rule already implemented by some custom component. > I attached an test to via Jira site showing the possible problem. > > https://issues.apache.org/jira/browse/WICKET-2960 > > On Fri, Jul 23, 2010 at 5:38 AM,

Re: remove oninitialize/onconfigure from 1.4.x?

2010-07-23 Thread Johan Compagner
we (servoy) dont care much about those changes, they can be left in (we dont use it and they also dont give us a problem (after my fix ;) ) the only problem is by the way onInitialize and onConfigure() Because initialize and also doInitialize() are package scope so they are not a problem as far

Re: Wicket stuff server maintenance

2010-07-21 Thread Johan Compagner
Why do we want already tomcat 7, which is still in a first? beta? Why not the latest stable 6? Is it really faster and better? (I havent really looked into 7 yet will do asap) - Original message - > OK seems to be a tomcat 7 incompatibility of hudson... > > Martijn > > On Wed, Jul 21, 2

Re: [proposal] Replace TeamCity on wicketstuff.org with Hudson for building wicketstuff projects

2010-07-21 Thread Johan Compagner
ng+Hudson#InstallingHudson-Unix%2FLinuxInstallation > > You *can* just do: > > java -jar hudson.war > > and it'll run.  That's just a quick way to get it up and running to > play around with it. > > On Wed, Jul 21, 2010 at 9:11 AM, Johan Compagner wrote: >>

Re: [proposal] Replace TeamCity on wicketstuff.org with Hudson for building wicketstuff projects

2010-07-21 Thread Johan Compagner
wrote: > Security needs to be enabled and other stuff. Deploying as a war does > have some drawbacks: restarting using the UI won't work, > installing/updating plugins/new versions of hudson is enabled by > default. > > Martijn > > On Wed, Jul 21, 2010 at 2:46 PM, Joha

Re: [proposal] Replace TeamCity on wicketstuff.org with Hudson for building wicketstuff projects

2010-07-21 Thread Johan Compagner
hudson is just a war right? so that can be dumped by anybody of the wicket devs to onto the tomcat webapp dir. What more does hudson need? On Wed, Jul 21, 2010 at 11:14, Martijn Dashorst wrote: > My little bird told me that no build server is part of the new deal > which is slated to be announc

Re: [vote] Revert WICKET-2846

2010-05-22 Thread Johan Compagner
+1 revert it, i dont see a big pro in having it anyway On Sat, May 22, 2010 at 09:22, Jeremy Thomerson wrote: > As you may have noticed over the past couple of days (ha), there has been > quite a bit of discussion over what seemed at the time like a very trivial > change in WICKET-2846 [*]. The

Re: [vote] Release Wicket 1.4.9

2010-05-21 Thread Johan Compagner
or this problem, I'm very open to > see it. > > Alex > > > On 21 May 2010 00:21, Johan Compagner wrote: > >> But this is a very bad design you should use a thread pool for this and >> not just start new threads when a button is pressed. >> >> So

Re: [vote] Release Wicket 1.4.9

2010-05-21 Thread Johan Compagner
which leaks? give use a real wicket example where it leaks, which isnt the thread itself thats the leak. On Fri, May 21, 2010 at 12:49, Adriano dos Santos Fernandes < adrian...@gmail.com> wrote: > On 20/05/2010 19:14, Jeremy Thomerson wrote: > >> But it also don't break anything with the ITL, an

Re: [vote] Release Wicket 1.4.9

2010-05-21 Thread Johan Compagner
+1 (i dont care about the InheritableThreadLocal, if there are really problems with it we could back it out in the next release) On Wed, May 19, 2010 at 09:35, Jeremy Thomerson wrote: > This vote is to release wicket 1.4.9 > > Branch: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.9

Re: [vote] Release Wicket 1.4.9

2010-05-20 Thread Johan Compagner
Exactly... the InheritableThreadLocal is never a problem, its the thread itself not what it possess in the other thread this example is given: final Application application = Application.get(); new Thread(new Runnable() { run() {application.xxx} }).start(); if that thread doesnt die on a re

Re: WICKET-2846 - Store Application in InheritableThreadLocal instead of ThreadLocal

2010-05-20 Thread Johan Compagner
i still dont see your solution about the wicket thread class. What should that one do??? give an example. The best solution is to use a threadpool like a described above. And yes that InheritableThreadLocal isnt needed then. But using final Application app = Application.get() // start thread i

Re: WICKET-2846 - Store Application in InheritableThreadLocal instead of ThreadLocal

2010-05-19 Thread Johan Compagner
If you where using threads in your application Then i would do it this way: Your WebApplication class has a method: getExecutor() that returns a ThreadPoolExecutor That threadpoolexecutor (that you extend) overrides 2 methods protected void beforeExecute(Thread t, Runnable r) { } that sets the

Re: WICKET-2846 - Store Application in InheritableThreadLocal instead of ThreadLocal

2010-05-19 Thread Johan Compagner
- Original message - > On 19/05/2010 13:06, Alex Objelean wrote: > This currently make web-classloader leaks. If you start using > InheritableThreadLocal's with arbitrary objects, you're going to make > even more leaks. > > Also note, there is something not good here. AFAIK, Wicket sets th

Re: [vote] release wicket 1.4.8

2010-04-27 Thread Johan Compagner
I checked today 2 little things in that i would like to have in the next build one of this is a small regression from: WICKET-1825 The other is a small fix for the patch that i did yesterday for modal window. On Mon, Apr 26, 2010 at 19:12, Igor Vaynberg wrote: > this vote is to release wicket

Re: Future of wicketstuff.org

2010-04-19 Thread Johan Compagner
Don't know about the tooling of git not in eclipse i am monitoring it a bit, but as long as that is not the same as SVN (or better cvs) i will not use it. That sf.net outage is already there since pretty much day 1.. Then it works then it doesnt. very weird. For example wicket-security-1.4 did wor

Re: Wicket stuff disk usages

2010-04-19 Thread Johan Compagner
i cleaned out /var will talk to seb to just kill those stupid mod_jk logs and httpd-access i just deleted some log files and now on 22% is used... On Mon, Apr 19, 2010 at 16:45, Martijn Dashorst wrote: > The volume says it's out of diskspace. The following usages are recorded: > > 0BTeamC

Re: Future of wicketstuff.org

2010-04-19 Thread Johan Compagner
problem is that we need to roll those var logs better. With those latest maven fixes for this unique version number problems did fix most of the hd problems only var is now an issue because of those logs that are just appending and appending. that will not solve even if we just host the examples be

  1   2   3   4   5   6   >