I am facing a problem when i startup the server with spring configuration. I am using spring with Zk -
i facing problem when startup server spring configuration. have got following error
i using spring zk , use zkspring-core 3.0rc
error: org.springframework.web.context.contextloader - context initialization failed org.springframework.beans.factory.beancreationexception: error creating bean name 'zktypepropertyeditor': initialization of bean failed; nested exception org.springframework.beans.conversionnotsupportedexception: failed convert property value of type 'java.util.hashmap' required type 'java.util.map' property 'customeditors'; nested exception java.lang.illegalstateexception: cannot convert value of type [java.lang.class] required type [java.lang.string] property 'customeditors[class java.lang.class]': no matching editors or conversion strategy found @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.docreatebean(abstractautowirecapablebeanfactory.java:527) ...
thanks
this known bug in zk spring 3.0 rc:
http://code.google.com/p/zkspring/issues/detail?id=3&can=1
it fixed. can download freshly version (aug. 10 version) try it:
http://code.google.com/p/zkspring/downloads/list
henri chen
zk team
http://www.zkoss.org
Comments
Post a Comment