Is there any particular reason that a dependency on log4j is hardcoded in the server side isomorphic code?
For a number of reasons we wish to use slf4j however removing the log4j jar results in the following
Obviously this class is not included in the log4j over slf4j binding (at least as of version 1.6.1)
Any suggestions?
SmartGWT Pro 2.3
TIA
Andreas
For a number of reasons we wish to use slf4j however removing the log4j jar results in the following
Code:
Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/spi/RootCategory at com.isomorphic.datasource.DSRequest.<clinit>(DSRequest.java:108) ~[isomorphic_core_rpc.jar:na]
Any suggestions?
SmartGWT Pro 2.3
TIA
Andreas
Comment