您的位置:首页 > Web前端

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

2013-12-20 12:53 567 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐