I faced the similar problem. It looks the DBCP jar is not in the classpath.
It seems it happens due the the DBCP jar not in the class path. You can update the classpath throught Project Properties -> Buid Path -> Add jar. You may also need to add the xpool jar
Thanks, Raj [EMAIL PROTECTED] wrote:
Hi I am trying to import the ofbiz project to the eclipse workspace Getting lot of errors 1. LocalXAConnectionFactory cannot be resolved to a type Resource-- DBCPConnectionFactory.java Path --ofbiz/framework/entity/src/org/ofbiz/entity/connection 2.ManagedDataSource cannot be resolved to a type DBCPConnectionFactory.java ofbiz/framework/entity/src/org/ofbiz/entity/connection How should this be fixed? What is the starting point for looking into the ofbiz code Have had a look at the application browsing thro' the webtools URL Regards Sreevani
