I am getting this error using the Spring In Action book Poker app.
Exception in thread "main" org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'webServiceTemplate' defined in class path resource [com/springinaction/ws/client/poker-ws-client.xml]: Cannot resolve reference to bean 'urlMessageSender' while setting bean property 'messageSender'; nested exception is org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'urlMessageSender' defined in class path resource [com/springinaction/ws/client/poker-ws-client.xml]: Initialization of bean failed; nested exception is org.springframework.beans.InvalidPropertyException : Invalid property 'url' of bean class [org.springframework.ws.transport.http.HttpUrlConne ctionMessageSender]: No property 'url' found
Caused by: org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'urlMessageSender' defined in class path resource [com/springinaction/ws/client/poker-ws-client.xml]: Initialization of bean failed; nested exception is org.springframework.beans.InvalidPropertyException : Invalid property 'url' of bean class
Anyone have any idea why I am getting this error in eclipse? I am using Tomcat 6 as my container. help would be greatly appreciated.


Reply With Quote