hi
i get it for:
SEVERE: Servlet.service() for servlet default threw exception
java.lang.ClassNotFoundException: POOLED
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at
com.ibatis.common.resources.Resources.classForName(Resources.java:267)
at com.ibatis.common.resources.Resources.instantiate(Resources.java:283)
at
com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser$9.process(SqlMapConfigParser.java:218)
at
com.ibatis.common.xml.NodeletParser.processNodelet(NodeletParser.java:121)
in what JAR does the POOLED class appear?
Guy Rouillier-2 wrote:
>
> Ron H wrote:
>> hi
>>
>> i am using ibatis2
>>
>> and get classnotfound error
>>
>> how can i deal with it?
>
> Put the required JAR file containing the missing class into your runtime
> classpath.
>
> --
> Guy Rouillier
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://old.nabble.com/Broken-pipe-and-how-to-recycle-dead-connections-tp26226564p26249926.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]