This blog solve the issues comes in daily programming practice.This blog also created for the users who want to brush up their knowledge before Interviews.
First ensure that you have included commons-collections and commons-dbcp jar in classpath. Click here to download commons-collections and commons-dbcp jar
If you are using maven then add following dependency in pom.xml
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/demo-servlet.xml]; nested exception is java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:412)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReade
First ensure that you have included aopalliance jar in classpath. Click here to download aopalliance-1.0.jar
If you are using maven then add following dependency in pom.xml
Caused by: java.lang.ClassNotFoundException: javassist.util.proxy.MethodFilter
Caused by: org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]
Caused by: org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
First ensure that you have included javassist jar in classpath.
Click here to download javassist jar
If you are using maven then add following dependency in pom.xml
Please ensure that you have included standred.jar in classpath.Click here to download standred.jar - See more at: http://makecodeeasy.blogspot.in/2014/07/javautilconcurrentexecutionexception.html#sthash.0Um7PGLr.dpuf
The Commons Logging provides a Log interface that is intended to be both light-weight and an independent abstraction of other logging toolkits. It provides the middleware/tooling developer with a simple logging abstraction, that allows the user (application developer) to plug in a specific logging implementation.
Using jQuery you can create simple Drag & Drop features easily and manage them well. jQuery UI provides with a vast suite of APIs that can create a UI with Drag Drop functionality.
Steps :- 1. Create a HTML file which includes css, jquery & javascript libraries .