Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-05 Thread landry soules
Hello guys I finally won't take your time anymore with my problem of dependencies : it was a simple PEBCAK ! I got the following error : Exception in thread ModificationWatcher Task java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z It was coming from log4j.Logger, not from

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-05 Thread Eelco Hillenius
I finally won't take your time anymore with my problem of dependencies : it was a simple PEBCAK ! I got the following error : Exception in thread ModificationWatcher Task java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z It was coming from log4j.Logger, not from

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-04 Thread Johan Compagner
no i don't think Al lost, 1.4.2 or 1.4.3 that shouldn't matter But somewhere in your classpath you have and old version of 1 of the jars Please start the java process up with -verbose:gc and see what jar file it gives for org.slf4j.Logger johan On 11/4/07, landry soules [EMAIL PROTECTED]

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-04 Thread landry soules
Actually, it seems that the option class is useful in my case, not gc I couldn't find yet slf4j.Logger among the thousands lines generated(eclipse only retains the newer lines, erasing the olders), but i found something interesting : log4j.Logger is loaded from cayenne.jar... I'm quite puzzled :

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-04 Thread Frank Bille
On 11/4/07, landry soules [EMAIL PROTECTED] wrote: (eclipse only retains the newer lines, erasing the olders) Preferences - Run/Debug - Console - Limit console output Frank

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-04 Thread Al Maw
landry soules wrote: Sorry Al, but you lost your money ;-) I put back slf4j-api-1.4.2.jar , and still the same problem... Using the jars suggested by Cristi doesn't help either. But since it seems i'm the only one to still have the problem, must be a problem with my classpath. I will recheck

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-03 Thread Johan Compagner
are you really sure that you dont have also an older version somewhere in the classpath? you can try to start java with -verbose:gc On 11/2/07, landry soules [EMAIL PROTECTED] wrote: Actually, i didn't go on with maven, since my project is already quite advanced now, i don't want to reconfigure

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-03 Thread Erik van Oosten
And what is the version of your slfj-api.jar? Erik. landry soules wrote: Thanks for your answers, but still no success : I tried (once again) to use maven to generate a brand new project, but eclipse freezes when i import the project generated with mvn eclipse:eclipse

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-03 Thread Al Maw
landry soules wrote: Actually, i didn't go on with maven, since my project is already quite advanced now, i don't want to reconfigure it to use maven. I just tried to create a sample project to figure out what is the correct combination of slf4j/log4j to use (bad idea, since it appears to be

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-03 Thread landry soules
Sorry Al, but you lost your money ;-) I put back slf4j-api-1.4.2.jar , and still the same problem... Using the jars suggested by Cristi doesn't help either. But since it seems i'm the only one to still have the problem, must be a problem with my classpath. I will recheck after deploying the

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-02 Thread Erik van Oosten
Hi, You mostly get NoSuchMethodErrors if one of the slf4j jars on your classpath is too old. But I guess you already knew that. You may find more help on the sl4j site. Regards, Erik. PS. on the dev list there was a vote with the result that Wicket 1.3 RC1 will be build (not

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-02 Thread Gerolf Seitz
you have to use slf4j version 1.4.2 (instead of 1.0.x) in your pom file Gerolf On Nov 2, 2007 8:11 PM, landry soules [EMAIL PROTECTED] wrote: Hello Please Al, what is the fix for this problem with slf4j ? I spent half a day trying every possible combination between log4j and slf4j, and got

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-02 Thread landry soules
Thanks for your answers, but still no success : I tried (once again) to use maven to generate a brand new project, but eclipse freezes when i import the project generated with mvn eclipse:eclipse -DdownloadSources=true... Is there something i'm missing ? In my classpath, i have

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-02 Thread Gwyn Evans
Hi landry, Did you modify the SLF version specified in the created pom.xml before trying to import it? /Gwyn Friday, November 2, 2007, 8:36:37 PM, landry soules [EMAIL PROTECTED] wrote: ls Thanks for your answers, but still no success : ls I tried (once again) to use maven to generate a brand

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-02 Thread landry soules
Actually, i didn't go on with maven, since my project is already quite advanced now, i don't want to reconfigure it to use maven. I just tried to create a sample project to figure out what is the correct combination of slf4j/log4j to use (bad idea, since it appears to be broken in the original

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-10-30 Thread Johan Compagner
on disk for pages as simple as a WebMarkupcontainer and a Label is very scary thought. chris -- View this message in context: http://www.nabble.com/Is-Beta5-coming-soon---Beta4-has-caused-these-issues-for-us-tf4713647.html#a13473915 Sent from the Wicket - User mailing list

Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-10-29 Thread Chris Lintz
. chris -- View this message in context: http://www.nabble.com/Is-Beta5-coming-soon---Beta4-has-caused-these-issues-for-us-tf4713647.html#a13473915 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-10-29 Thread Eelco Hillenius
4) Pages are stateful now because of - http://www.nabble.com/Stateless-page-creating-session-tf4604432.html#a13147396 Ah, I missed this. I fixed the example yesterday, thinking I missed a deliberate change. But turns out it was a bug after all. Also here, we need to have a test case. Anyone

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-10-29 Thread Frank Bille
of generating some where in the neighborhood of hundreds of thousands session IDs on disk for pages as simple as a WebMarkupcontainer and a Label is very scary thought. chris -- View this message in context: http://www.nabble.com/Is-Beta5-coming-soon---Beta4-has-caused-these-issues-for-us

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-10-29 Thread Matej Knopp
Looks like the FormComponentFeedbackBorder is not fixed yet. Will fix today. -Matej On 10/29/07, Eelco Hillenius [EMAIL PROTECTED] wrote: 4) Pages are stateful now because of - http://www.nabble.com/Stateless-page-creating-session-tf4604432.html#a13147396 Ah, I missed this. I fixed the