Org.springframework.beans.factory.BeanCreationException: Error creating bean with name?

You need to add jar file in your build path.

You need to add jar file in your build path.. commons-dbcp-1.1-RC2. Jar or any version of that..! ADDED : also make sure you have commons-pool-1.1. Jar too in your build path. ADDED: sorry saw complete list of jar late... may be version clashes might be there.. better check out..! just an assumption.

I mean if you don't have any constraints.. coz it'll simplify a lot to debug..! – indyaah Aug 11 at 14:35 there's no prob, but it could be a litle difficult to send it by here. It has 13,5 MB – Bierbatovsky Aug 11 at 14:38 mail it if possible on [email protected] and as m leaving for the day from office.. you ll need to wait till tomorrow.. :( – indyaah Aug 11 at 14:40.

According to the stack trace, your issue is that your app cannot find org.apache.commons.dbcp" rel="nofollow">org.apache.commons.dbcp. BasicDataSource, as per this line: java.lang. ClassNotFoundException: org.apache.commons.dbcp" rel="nofollow">org.apache.commons.dbcp.

BasicDataSource I see that you have commons-dbcp in your list of jars, but for whatever reason, your app is not finding the BasicDataSource class in it.

– Bierbatovsky Aug 11 at 14:29 It could be, but it is more likely that something is set up incorrectly on your machine. – nicholas. Hauschild Aug 11 at 14:46 I thought about that, but what could it be?

– Bierbatovsky Aug 11 at 14:48 If you right click on your project and select Build Path -> Configure Build Path, you should see what Eclipse thinks you have on your classpath. Take a look at the libraries tab, if you do not see your commons-dbcp, then it is not finding it. If that is the case, click the Add JARs... button, and navigate to the path that contains the JARs you need.

Add it, and clean/build your project and try again. – nicholas. Hauschild Aug 11 at 14:56.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions