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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Ganath Rathnayake
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
Reply | Threaded
Open this post in threaded view
|

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

Ganath Rathnayake
Problem solved. I included some exclude files which gives the compile
errors.

--
thanks
Ganath