wicketopia-user Mailing List for wicketopia
Brought to you by:
jwcarman
You can subscribe to this list here.
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|
From: Joan M. M. N. <mjo...@gm...> - 2011-09-23 21:10:36
|
Hi wicketopia mail list, Does wicketopia has support for wicket 1.5.0?, I'm really interested on using this framework. Thanks in advance Greets -- Joan Mendoza. Software Developer Engineer, Jr. c: +1 (829) 977 3858 e: mjo...@gm... |
From: David H. <wic...@un...> - 2011-05-03 18:03:59
|
Hi, wicketopia defines it's own set of dependencies, which is fine but since it's exporting them too I end up with a lot of redundant jars on my tomcat, like a whole Spring 3.05 release (which my applications doesn't use), wicket 1.4.17 (I still at 1.4.15), hibernate-annotations 3.4.0.GA (I'm at 3.5.6-Final), hibernate-core-3.3.2.GA (I'm at 3.6.3.Final) and a lot of others. These seem to work out ok but slf4j isn't. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:[tomcat-dir]/temp/4-gwa/WEB-INF/lib/slf4j-jcl-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:[tomcat-dir]/temp/4-gwa/WEB-INF/lib/slf4j-log4j12-1.4.2.jar!/org/slf4j/impl/StaticLoggerBinder.class] and in turn to java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple; which prevents the application from starting... additionaly having wicketopia in the pom-file prevents c3p0 from starting, probably due to version conflicts. removing wicketopia from the pom fixes this... Any Ideas? David Hendrix |