| Getting BeanDefinitionStoreException Getting BeanDefinitionStoreException |
Praf

msg:4422213 | 12:33 pm on Feb 27, 2012 (gmt 0) | < moved here from our JavaScript forum > Hi All, I am getting below error while deploying application on Dev server --> Deployment failed: See base exception for details. Resolution: See base exception for details. Base Exception: com.evermind.server.rmi.OrionRemoteException Class not found: org.springframework.beans.factory.BeanDefinitionStoreException; nested exception is: java.lang.ClassNotFoundException: org.springframework.beans.factory.BeanDefinitionStoreException. Class not found: org.springframework.beans.factory.BeanDefinitionStoreException; nested exception is: java.lang.ClassNotFoundException: org.springframework.beans.factory.BeanDefinitionStoreException Please suggest possible solution for this. Thanks, Praf [edited by: tedster at 4:27 pm (utc) on Feb 27, 2012]
|
RonPK

msg:4422240 | 1:30 pm on Feb 27, 2012 (gmt 0) | That is a Java error, not a JavaScript error. I'd suggest to try a Java forum (there is none at WebmasterWorld).
|
eelixduppy

msg:4426115 | 5:23 pm on Mar 7, 2012 (gmt 0) | In addition to what RonPK suggested, you should check your spring context (.xml) file to make sure that the bean's class value is pointing to the correct, fully qualified class. Also, that your spring jar's are being compiled with your application correctly.
|
|
|