paip.proxool连接池 :Attempt to refer to a unregistered pool by its alias 'xx'



paip.proxool连接池 :Attempt to refer to a unregistered pool by its alias 'xx'


作者Attilax  艾龙,  EMAIL:1466519819@qq.com 
来源:attilax的专栏
地址:http://blog.csdn.net/attilax


 
proxool-0.9.1
resin4
原因,没有加载proxool.xml
   try {
JAXPConfigurator.configure("C:\Users\Administrator\Workspaces\MyEclipse 8.5\homiSearchServer\resource\proxool.xml", false);
} catch (ProxoolException e1) {
 
e1.printStackTrace();

ApplicationContext act=new FileSystemXmlApplicationContext("classpath:applicationContext.xml"); 
MoodUserIndexService moodUserService=  (MoodUserIndexService) act.getBean("moodUserIndexService"); 
System.out.println(moodUserService);



参考
读取WEB.XML中的参数值总结
proxool连接池问题解决方案:Attempt to refer to a unregistered pool by its alias 'test'(test是连接池的别名) - 靠天靠地不如靠自己 - 博客频道 - CSDN.NET.htm
Java应用中使用Proxool - 熔 岩 - 51CTO技术博客.htm
原文地址:https://www.cnblogs.com/attilax/p/5964127.html