Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I imported the project in the netbeans with some external packages but I am not able to solve two problem in package connectionManager.java & log.java. when I Open the file ConnectionManager.java
.................................
Java
DBPool pool = DBPool.getPool(dbAlias);

Error:method getPool in class com.caucho.sql.DBPool cannot be applied to given types; required: no arguments found: java.lang.String
reason: actual and formal argument lists differ in length

..................................
similarly when I open the log.java

Java
PropertyConfigurator.resetConfiguration();

Error:cannot find symbol symbol: method resetConfiguration()

location: class org.apache.log4j.PropertyConfigurator
Posted
Updated 18-Jun-13 5:02am
v3

1 solution

Looks like you got the answer here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900