You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Ganath Rathnayaka <ga...@gmail.com> on 2011/06/24 21:33:15 UTC

package not found error: org.enhydra.jdbc.pool

Hi Devs,
After test code separation of some modules in framework when I run the ant
run-install it gave me the followig error.
ofbiz/framework/entity/src/main/java/org/ofbiz/entity/connection/XaPoolConnectionFactory.java:28:
package org.enhydra.jdbc.pool does not exist
import org.enhydra.jdbc.pool.StandardXAPoolDataSource;

What can be the reason for this?
-- 
thanks
Ganath

Re: package not found error: org.enhydra.jdbc.pool

Posted by Ganath Rathnayaka <ga...@gmail.com>.
Problem solved. I included some exclude files which gives the compile
errors.

-- 
thanks
Ganath