Proxool Provider Unable to load JAXP configurator file:proxool.xml

Source: Internet
Author: User
The recent use of Hibernate+proxool connection pool, always reported an exception:
Proxool Provider Unable to load JAXP configurator file:proxool.xml
Org.logicalcobwebs.proxool.ProxoolException:Parsing failed.

I searched the internet for more than n articles, always can not solve the problem. Finally put the following configuration in the Web.xml to delete, unexpectedly good, I do not know what the reason. Have a friend who knows why, please leave a message! Thanks for the first!

<servlet>
<servlet-name>ServletConfigurator</servlet-name>
<servlet-class>
Org.logicalcobwebs.proxool.configuration.ServletConfigurator
</servlet-class>
<init-param>
<param-name>xmlFile</param-name>
<param-value>WEB-INF/classes/proxool.xml</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>


Add:
Troubleshoot problems where Hibernate and JDBC cannot use Proxool at the same time:
<property name= "Hibernate.proxool.xml" >proxool.xml</property>
<property name= "dialect" >org.hibernate.dialect.MySQLDialect</property>
<property name= "Hibernate.proxool.existing_pool" >true</property>//mainly plus this trip can be
<property name= "Show_sql" >true</property>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.