Re: [Wicket-user] Wicket 1.3 Javadoc

2007-07-25 Thread Bjön Limell
hi Im using this one: http://wicketstuff.org/wicket13doc/ On 7/25/07, NateBot2000 <[EMAIL PROTECTED]> wrote: > > Can someone tell me where a public 1.3-beta2 Javadoc is located? or do I > need to pull from SVN and build it myself? I can only find older versions. > It would be really sweet if th

Re: [Wicket-user] SLF4J and wicket

2007-04-25 Thread Bjön Limell
my previous comment. Eelco [1] http://www.slf4j.org/api/org/apache/commons/logging/impl/SLF4JLocationAwareLog.html On 4/25/07, Bjön Limell < [EMAIL PROTECTED]> wrote: > > here's the trace: > > ERROR org.apache.wicket.util.lang.Objects > "Error serializing

Re: [Wicket-user] SLF4J and wicket

2007-04-25 Thread Bjön Limell
choose the latter, be sure to always do the null check, as serializaing/ deserializing will null the reference. Eelco On 4/25/07, Bjön Limell <[EMAIL PROTECTED]> wrote: > > Maybe I was a bit unclear. > > The problem only occurs when you're using jcl104-over-slf4j (JCL

Re: [Wicket-user] SLF4J and wicket

2007-04-25 Thread Bjön Limell
system. So far I really like slf4j, BTW. - Justin *"Bjön Limell" <[EMAIL PROTECTED]>* Sent by: [EMAIL PROTECTED] 04/25/2007 11:57 AM Please respond to wicket-user@lists.sourceforge.net To wicket-user@lists.sourceforge.net cc Subject Re: [Wicket-user] SLF4J and wicket

Re: [Wicket-user] SLF4J and wicket

2007-04-25 Thread Bjön Limell
Thats what i have heard too. At least JCL isnt thread-safe. Dont really know about slf4j On 4/25/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > On 4/25/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > > Why would you want to serializable a log?! > > Isn't the recommendation of one of the logging gu

Re: [Wicket-user] SLF4J and wicket

2007-04-25 Thread Bjön Limell
btw, im using 1.3.0-incubating-SNAPSHOT On 4/25/07, Bjön Limell <[EMAIL PROTECTED]> wrote: > Sure! > > ERROR org.apache.wicket.util.lang.Objects > "Error serializing object class test.page.SignInPage [object=[Page > class = test.page.SignI

Re: [Wicket-user] SLF4J and wicket

2007-04-25 Thread Bjön Limell
lease? > > Eelco > > On 4/25/07, Bjön Limell <[EMAIL PROTECTED]> wrote: > > Hi. > > > > Anyone had success with slf4j and wicket pages? > > > > Im getting serializeable exceptions with jcl104-over-slf4j-1.3.1.jar: > >org.apache.wicket.util.i

[Wicket-user] SLF4J and wicket

2007-04-25 Thread Bjön Limell
Hi. Anyone had success with slf4j and wicket pages? Im getting serializeable exceptions with jcl104-over-slf4j-1.3.1.jar: org.apache.wicket.util.io.WicketSerializeableException: No Serializable constructor found for class org.apache.commons.logging.impl.SLF4JLocationAwareLog At the moment I d

Re: [Wicket-user] extra SNAPSHOT-tests.jar file in lib when using Maven

2007-04-22 Thread Bjön Limell
icket On 4/22/07, Bjön Limell <[EMAIL PROTECTED]> wrote: > Just found out that this is only happening when im using > wicket-extensions (1.3.0-incubating-SNAPSHOT) > > On 4/22/07, Bjön Limell <[EMAIL PROTECTED]> wrote: > > Im having this problem too >

Re: [Wicket-user] extra SNAPSHOT-tests.jar file in lib when using Maven

2007-04-22 Thread Bjön Limell
Just found out that this is only happening when im using wicket-extensions (1.3.0-incubating-SNAPSHOT) On 4/22/07, Bjön Limell <[EMAIL PROTECTED]> wrote: > Im having this problem too > > On 4/21/07, Peter Thomas <[EMAIL PROTECTED]> wrote: > > Hi, > > > >

Re: [Wicket-user] extra SNAPSHOT-tests.jar file in lib when using Maven

2007-04-22 Thread Bjön Limell
Im having this problem too On 4/21/07, Peter Thomas <[EMAIL PROTECTED]> wrote: > Hi, > > Just trying the latest 1.3.0-incubating-SNAPSHOT and I am using > wicket-extensions also. > > I see an additional file called > wicket-1.3.0-incubating-SNAPSHOT-tests.jar which wasn't > there before. > > What