Forráskód Böngészése

git-svn-id: https://192.168.57.71/svn/jsgkj@1053 931142cf-59ea-a443-aa0e-51397b428577

xt_yuanxd 8 éve
szülő
commit
c4c2e14c74
100 módosított fájl, 18469 hozzáadás és 0 törlés
  1. 53 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/pom.xml
  2. 267 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/BaseWebCtl.java
  3. 46 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/Constants.java
  4. 122 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/ExceptionResolver.java
  5. 43 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/GlobalData.java
  6. 39 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/InitServlet.java
  7. 24 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/system/ctl/LoginCtl.java
  8. 55 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/system/ctl/MainCtl.java
  9. 59 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/deployments/test.bpmn
  10. 14 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/ehcache/ehcache-local.xml
  11. 166 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/log4j/log4j.dtd
  12. 154 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/log4j/log4j.xml
  13. 34 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/spring/application.properties
  14. 45 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/spring/applicationContext-workflow.xml
  15. 131 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/spring/applicationContext.xml
  16. 42 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/spring/spring-mvc.xml
  17. 1 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/.gitignore
  18. 149 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/authz.tld
  19. 30 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/auth/roleAuth.jsp
  20. 53 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/code/detail.jsp
  21. 50 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/code/main.jsp
  22. 43 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/error/403.jsp
  23. 39 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/error/404.jsp
  24. 39 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/error/500.jsp
  25. 38 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/error/error.jsp
  26. 33 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/include/common.jsp
  27. 24 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/include/header-include-js-script.jsp
  28. 10 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/include/header.jsp
  29. 29 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/include/pageinfo.jsp
  30. 54 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/menu/btnDetail.jsp
  31. 62 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/menu/detail.jsp
  32. 44 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/menu/main.jsp
  33. 49 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/org/detail.jsp
  34. 51 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/org/main.jsp
  35. 10 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/org/poptree.jsp
  36. 29 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/qbgl/dbqb/detail.jsp
  37. 41 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/qbgl/dbqb/main.jsp
  38. 50 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/role/detail.jsp
  39. 62 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/role/main.jsp
  40. 30 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/changePwd.jsp
  41. 74 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/login.jsp
  42. 105 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/main.jsp
  43. 259 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/portal.jsp
  44. 13 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/todo.jsp
  45. 51 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/user/detail.jsp
  46. 82 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/user/main.jsp
  47. 28 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/user/roleManager.jsp
  48. 132 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/web.xml
  49. 5220 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_debug.log
  50. 537 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_error.log
  51. 224 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_everyday/everyday.log
  52. 245 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_everyday/everyday.log.2015-04-21
  53. 68 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_everyday/everyday.log.2015-04-22
  54. 301 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_everyday/everyday.log.2015-05-27
  55. 0 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_fatal.log
  56. 4224 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_info.log
  57. 449 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_warn.log
  58. 49 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/My97DatePicker.htm
  59. 47 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/WdatePicker.js
  60. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/calendar.js
  61. 12 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/config.js
  62. 14 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/lang/en.js
  63. 14 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/lang/zh-cn.js
  64. 14 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/lang/zh-tw.js
  65. 20 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/WdatePicker.css
  66. 297 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/blueFresh/datepicker.css
  67. BIN
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/blueFresh/img.gif
  68. BIN
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/datePicker.gif
  69. 246 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/default/datepicker.css
  70. BIN
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/default/img.gif
  71. BIN
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/whyGreen/bg.jpg
  72. 256 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/whyGreen/datepicker.css
  73. BIN
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/whyGreen/img.gif
  74. 612 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/CHANGES.md
  75. 1264 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/LICENSE.md
  76. 39 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/README.md
  77. 10 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/adapters/jquery.js
  78. 152 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/build-config.js
  79. 845 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/ckeditor.js
  80. 38 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/config.js
  81. 134 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/contents.css
  82. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/af.js
  83. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/ar.js
  84. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/bg.js
  85. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/bn.js
  86. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/bs.js
  87. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/ca.js
  88. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/cs.js
  89. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/cy.js
  90. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/da.js
  91. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/de.js
  92. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/el.js
  93. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/en-au.js
  94. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/en-ca.js
  95. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/en-gb.js
  96. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/en.js
  97. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/eo.js
  98. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/es.js
  99. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/et.js
  100. 4 0
      gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/eu.js

+ 53 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/pom.xml

@@ -0,0 +1,53 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>com.xtframe</groupId>
+		<artifactId>xtproject-oa</artifactId>
+		<version>0.1.3-SNAPSHOT</version>
+		<relativePath>../../</relativePath>
+	</parent>
+	<artifactId>xtadmin-oa</artifactId>
+	<packaging>war</packaging>
+	<dependencies>
+		<dependency>
+			<groupId>com.xtframe</groupId>
+			<artifactId>xtweb-oa</artifactId>
+		</dependency>
+		<!-- j2ee web spec -->
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>jstl</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>taglibs</groupId>
+			<artifactId>standard</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet.jsp</groupId>
+			<artifactId>jsp-api</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>com.oracle</groupId>
+			<artifactId>ojdbc6</artifactId>
+			<version>1.0</version>
+		</dependency>
+		<!-- test -->
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-test</artifactId>
+		</dependency>
+	</dependencies>
+</project>

+ 267 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/BaseWebCtl.java

@@ -0,0 +1,267 @@
+package com.xtframe.admin.common;
+
+import java.text.SimpleDateFormat;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.Date;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+import javax.persistence.criteria.CriteriaBuilder;
+import javax.persistence.criteria.CriteriaQuery;
+import javax.persistence.criteria.Predicate;
+import javax.persistence.criteria.Root;
+
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.beans.propertyeditors.CustomBooleanEditor;
+import org.springframework.beans.propertyeditors.CustomDateEditor;
+import org.springframework.data.domain.Page;
+import org.springframework.data.domain.PageRequest;
+import org.springframework.data.domain.Sort;
+import org.springframework.data.domain.Sort.Direction;
+import org.springframework.data.jpa.domain.Specification;
+import org.springframework.ui.Model;
+import org.springframework.web.bind.WebDataBinder;
+import org.springframework.web.bind.annotation.InitBinder;
+
+import com.fasterxml.jackson.core.JsonProcessingException;
+import com.fasterxml.jackson.databind.ObjectMapper;
+import com.xtframe.core.base.ctl.BaseCtl;
+import com.xtframe.core.base.vo.NodeVo;
+import com.xtframe.core.code.entity.Code;
+import com.xtframe.core.code.service.CodeService;
+import com.xtframe.core.data.entity.DataPerm;
+import com.xtframe.core.exception.BizException;
+import com.xtframe.core.org.entity.Org;
+import com.xtframe.core.support.SecurityMgr;
+import com.xtframe.core.user.entity.User;
+import com.xtframe.core.utils.CoreConstants;
+import com.xtframe.sec.common.QueryService;
+import com.xtframe.sec.common.SimplePageRequest;
+import com.xtframe.sec.data.entity.DataPermEntity;
+import com.xtframe.sec.org.entity.OrgEntity;
+import com.xtframe.util.DateTime;
+import com.xtframe.util.StringUtils;
+
+public class BaseWebCtl extends BaseCtl {
+    /**
+     * 安全服务接口
+     */
+    @Autowired
+    protected SecurityMgr securityMgr;
+    @Autowired
+    protected QueryService query;
+
+    @InitBinder
+    protected void initBinder(WebDataBinder binder) {
+        binder.registerCustomEditor(Date.class, new CustomDateEditor(
+                new SimpleDateFormat(DateTime.DATE_FORMAT_DATETIME), true));
+        binder.registerCustomEditor(Boolean.class, new CustomBooleanEditor(CoreConstants.CODE_TY_SF_YES,
+                CoreConstants.CODE_TY_SF_NO, true));
+    }
+
+    /**
+     * 对象转json
+     * 
+     * @param list
+     * @return
+     */
+    protected String convertToJsonData(Object list) {
+        try {
+            ObjectMapper mapper = new ObjectMapper();
+            mapper.setDateFormat(new SimpleDateFormat(DateTime.DATE_FORMAT_DATEONLY));
+            String liststr = mapper.writeValueAsString(list);
+            return liststr;
+        }
+        catch (JsonProcessingException jsone) {
+            throw new BizException(jsone);
+        }
+    }
+
+    /**
+     * 对象转json字符串
+     * 
+     * @param value
+     * @return
+     * @throws JsonProcessingException
+     * @author 袁晓冬
+     */
+    public String Object2JsonStr(Object value) {
+        ObjectMapper mapper = new ObjectMapper();
+        try {
+            return mapper.writeValueAsString(value);
+        }
+        catch (JsonProcessingException e) {
+            e.printStackTrace();
+            throw new BizException(e);
+        }
+    }
+
+    /**
+     * 获取下拉框公用代码
+     * 
+     * @param pcode
+     * @return
+     */
+    protected String getComboxCodes(String pcode) {
+        CodeService codeService = securityMgr.codeService();
+        List<Code> codes = codeService.findByPcode(pcode);
+        return convertToJsonData(codes);
+    }
+
+    /**
+     * 查询下级公用代码
+     * 
+     * @param pcode
+     * @return
+     */
+    protected List<Code> getSubCodes(String pcode) {
+        CodeService codeService = securityMgr.codeService();
+        List<Code> codes = codeService.findByPcode(pcode);
+        return codes;
+    }
+
+    /**
+     * 生成PageRequest对象
+     * 
+     * @return
+     */
+    public PageRequest toPageRequest(SimplePageRequest page) {
+        if (page.getPage() < 1) {
+            page.setPage(1);
+        }
+        if (page.getRows() < 10) {
+            page.setRows(10);
+        }
+        Sort newsort = new Sort(Direction.fromString(page.getOrder()), new String[] { page.getSort() });
+        // 页码从0开始
+        PageRequest pageable = new PageRequest(page.getPage() - 1, page.getRows(), newsort);
+        return pageable;
+    }
+
+    public void putPageInfo(Model model, SimplePageRequest page, Page<?> list) {
+        model.addAttribute("page", page);
+        model.addAttribute("pagesize", list.getContent().size());
+        model.addAttribute("totalpage", list.getTotalPages());
+        model.addAttribute("totalsize", list.getTotalElements());
+        model.addAttribute("sort", list.getSort());
+
+    }
+
+    /**
+     * 
+     * showUserTree:根据组织选择人员树
+     * 
+     * @author xuhx
+     * @param id
+     * @return
+     * @since JDK 1.7
+     */
+    public List<NodeVo> showUserTree(String id, String role) {
+        List<NodeVo> orgVos = new ArrayList<NodeVo>();
+        List<Org> orgs = securityMgr.orgService().findValidOrgsByPid(null == id ? BLANK_UUID : id);
+        // 循环生成节点对象
+        for (Org org : orgs) {
+            // 组织节点
+            if (org instanceof OrgEntity) {
+                NodeVo vo = new NodeVo();
+                vo.setId(org.getId());
+                vo.setText(org.getName());
+                vo.setParent(org.getPid());
+                vo.setState("closed");
+                Map<String, String> attr = new HashMap<String, String>();
+                attr.put("leaf", "false");
+                vo.setAttributes(attr);
+                orgVos.add(vo);
+            }
+        }
+        // 人员节点
+        if (null != id) {
+            List<User> users = null;
+            if (StringUtils.hasText(role)) {
+                users = securityMgr.userService().findByOrgAndRoleCode(id, Arrays.asList(role.split(";")));
+            }
+            else {
+                users = securityMgr.userService().findByOrg(id);
+            }
+            // 用户节点
+            for (User u : users) {
+                NodeVo vo = new NodeVo();
+                vo.setId(u.getId());
+                vo.setText(u.getName());
+                vo.setState("open");
+                Map<String, String> attr = new HashMap<String, String>();
+                attr.put("leaf", "true");
+                vo.setAttributes(attr);
+                orgVos.add(vo);
+            }
+        }
+        return orgVos;
+    }
+
+    /**
+     * 保存当前用户的数据权限  
+     * @param bussKey
+     */
+    protected void saveDataPerm(String bussKey,String userId,boolean isCurrent,String type,String step,String status) {
+//        isCurrent 标识是否是当前处理人还是选择的处理人
+        //如果是当前处理人就反转为已办,如果不是就新增为待办
+    	//如果是当前登陆人 理论上状态肯定是就绪状态
+        if(isCurrent){
+            List<DataPerm> list =  securityMgr.dataPermService().findByBusskeyAndUserId(bussKey, userId);
+            if(list!=null&&list.size()>0){
+                for (DataPerm dataPerm : list) {
+                    if(dataPerm.getOper().equals(Constants.STATE_TODO+"")&&dataPerm.getText2().equals(Constants.STATUS_READY)){
+                        dataPerm.setOper(Constants.STATE_DO+"");//设置为已办
+                        securityMgr.dataPermService().save(dataPerm);
+                    }
+                }
+            }
+        }else{
+            DataPerm dp = new DataPermEntity();
+            dp.setBusskey(bussKey);
+            dp.setText1(step);
+            dp.setText2(status);
+            dp.setUserId(userId);
+            dp.setOper(Constants.STATE_TODO+"");//设置为待办
+            dp.setDataType(type);
+            securityMgr.dataPermService().save(dp);
+        }
+    }
+    
+    /**
+     * 根据业务key
+     * 流程key
+     * 步骤
+     * 查找1、除了这个步骤意外是否还有待办的 flag true
+     * 2、查找是这个步骤且是待办的 flag false
+     * @param busskey
+     * @param dataType
+     * @param step
+     * @param flag
+     * @return
+     */
+    protected List<DataPermEntity> getList(final String busskey,final String dataType,final String step,final boolean flag){
+    	Specification<DataPermEntity> spec = new Specification<DataPermEntity>() {
+            @Override
+            public Predicate toPredicate(Root<DataPermEntity> root, CriteriaQuery<?> query, CriteriaBuilder cb) {
+                List<Predicate> list = new ArrayList<Predicate>();
+                list.add(cb.equal(root.get("busskey").as(String.class), busskey));
+                list.add(cb.equal(root.get("dataType").as(String.class), dataType));
+                if(flag){
+                	list.add(cb.notEqual(root.get("text1").as(String.class), step));
+                }else{
+                	list.add(cb.equal(root.get("text1").as(String.class), step));
+                }
+                list.add(cb.equal(root.get("oper").as(String.class), Constants.STATE_TODO+""));
+                return cb.and(list.toArray(new Predicate[] {}));
+            }
+        };
+        List<DataPermEntity> list=  query.findAll(spec, DataPermEntity.class);
+        return list;
+    }
+    
+    
+    
+}

+ 46 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/Constants.java

@@ -0,0 +1,46 @@
+package com.xtframe.admin.common;
+
+/**
+ * 常量定义
+ */
+public class Constants {
+	// **********************附件类型************************************
+	/** 发文 */
+	public static final String FJLX_FW = "fw";
+	/** 收文 */
+	public static final String FJLX_SW = "sw";
+	/** 内部邮件 */
+	public static final String FJLX_NBYJ = "nbyj";
+	/** 个人信息 */
+	public static final String FJLX_GRXX = "grxx";
+	/** 签报 */
+	public static final String FJLX_QB = "qb";
+	/** 发文正文 */
+    public static final String FJLX_FWZW = "fwzw";
+
+	// **********************流程key*************************************
+	/** 发文 */
+	public static final String PROCESS_KEY_FW = "fw";
+	/** 收文 */
+	public static final String PROCESS_KEY_SW = "sw";
+	/** 签报 */
+	public static final String PROCESS_KEY_QB = "qb";
+
+	// **********************查询流程*************************************
+	/** 待办办 */
+	public static final int STATE_TODO = 1;
+	/** 已办 */
+	public static final int STATE_DO = 2;
+	/** 所有 */
+	public static final int STATE_ALL = 0;
+	// **********************字典***************************************
+	/** 单位 **/
+	public static final String GLOBAL_CODE_DW = "DW";
+	/** 密级 **/
+	public static final String GLOBAL_CODE_MJ = "MJ";
+	
+	/**准备状态针对涉及工作流的*/
+	public static final String STATUS_PREPARE="prepare";
+	/**就绪状态针对涉及工作流的*/
+	public static final String STATUS_READY="ready";
+}

+ 122 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/ExceptionResolver.java

@@ -0,0 +1,122 @@
+package com.xtframe.admin.common;
+
+import java.io.IOException;
+import java.text.SimpleDateFormat;
+import java.util.Properties;
+
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+
+import org.springframework.web.multipart.MaxUploadSizeExceededException;
+import org.springframework.web.servlet.ModelAndView;
+import org.springframework.web.servlet.handler.SimpleMappingExceptionResolver;
+
+import com.fasterxml.jackson.databind.ObjectMapper;
+import com.xtframe.core.base.ctl.WebJsonResult;
+import com.xtframe.core.log.BizLogRecorder;
+import com.xtframe.core.log.BizLogRecorder.HandlerType;
+import com.xtframe.util.DateTime;
+import com.xtframe.web.support.WebUtils;
+
+/**
+ * 
+ * <p>
+ * {@link org.springframework.web.servlet.handler.SimpleMappingExceptionResolver} implementation that allows for mapping
+ * exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet.
+ * </p>
+ * 
+ */
+public class ExceptionResolver extends SimpleMappingExceptionResolver {
+    private BizLogRecorder bizLogRecorder = new BizLogRecorder() {
+
+        @Override
+        public void log(Object request, Object response, Object handler, HandlerType type, long cost) {
+
+        }
+    };
+
+    /**
+     * 日志记录服务
+     * 
+     * @return
+     */
+    public BizLogRecorder getBizLogRecorder() {
+        return bizLogRecorder;
+    }
+
+    /**
+     * 日志记录服务
+     * 
+     * @param bizLogRecorder
+     */
+    public void setBizLogRecorder(BizLogRecorder bizLogRecorder) {
+        this.bizLogRecorder = bizLogRecorder;
+    }
+
+    @Override
+    public ModelAndView resolveException(HttpServletRequest request, HttpServletResponse response, Object handler,
+            Exception ex) {
+        // TODO Auto-generated method stub
+        return super.resolveException(request, response, handler, ex);
+    }
+
+    @Override
+    protected ModelAndView doResolveException(HttpServletRequest request, HttpServletResponse response, Object handler,
+            Exception ex) {
+        if (null != ex) {
+            ex.printStackTrace();
+            bizLogRecorder.log(request, ex, handler, HandlerType.Exception, -1);
+        }
+        if(ex instanceof MaxUploadSizeExceededException ){
+            WebJsonResult res = new WebJsonResult();
+            res.setSuccess(false);
+            res.setMessage("附件大小不能超过"+GlobalData.UPLOAD_FILE_SIZE+"M!");
+            ObjectMapper mapper = new ObjectMapper();
+            mapper.setDateFormat(new SimpleDateFormat(DateTime.DATE_FORMAT_DATETIME));
+            try {
+                response.setCharacterEncoding("utf-8");
+                response.setContentType("text/html;charset=utf-8");
+                response.getWriter().write(mapper.writeValueAsString(res));
+            }
+            catch (IOException e) {
+                e.printStackTrace();
+            }
+            return new ModelAndView();
+        }
+        // Expose ModelAndView for chosen error view.  
+        String viewName = determineViewName(ex, request);
+        if (viewName != null) {//JSP格式返回  
+            if (!(WebUtils.isAjaxRequest(request))) {//如果不是异步请求  
+                // Apply HTTP status code for error views, if specified.  
+                // Only apply it if we're processing a top-level request.  
+                Integer statusCode = determineStatusCode(request, viewName);
+                if (statusCode != null) {
+                    applyStatusCodeIfPossible(request, response, statusCode);
+                    return getModelAndView(viewName, ex, request);
+                }
+            }
+            else {//JSON格式返回  
+                WebJsonResult res = new WebJsonResult();
+                res.setSuccess(false);
+                res.setMessage(ex.getMessage());
+                ObjectMapper mapper = new ObjectMapper();
+                mapper.setDateFormat(new SimpleDateFormat(DateTime.DATE_FORMAT_DATETIME));
+                try {
+                    response.getWriter().write(mapper.writeValueAsString(res));
+                }
+                catch (IOException e) {
+                    e.printStackTrace();
+                }
+                return new ModelAndView();
+            }
+            return null;
+        }
+        else {
+            return null;
+        }
+    }
+
+    public void setExceptionMappings(Properties mappings) {
+        super.setExceptionMappings(mappings);
+    }
+}

+ 43 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/GlobalData.java

@@ -0,0 +1,43 @@
+package com.xtframe.admin.common;
+
+
+import javax.servlet.ServletContext;
+
+import org.springframework.util.StringUtils;
+
+
+/**
+ * 全局信息设置
+ */
+public class GlobalData {
+	public static int UPLOAD_FILE_SIZE = 100;
+
+	public static void init(ServletContext sc) {
+		String strUploadFileSize = sc.getInitParameter("upload_file_size");
+		if (StringUtils.hasLength(strUploadFileSize))
+			UPLOAD_FILE_SIZE = Integer.parseInt(strUploadFileSize);
+		try {
+			GlobalData.initProperties();
+		} catch (Exception e) {
+			e.printStackTrace();
+		}
+
+	}
+
+	public static void initProperties() throws SecurityException,
+			NoSuchFieldException, IllegalArgumentException,
+			IllegalAccessException {
+		// 读取properties属性文件
+//		InputStream in = GlobalData.class
+//				.getResourceAsStream("/spring/application.properties");
+//		Properties p = new Properties();
+//		try {
+//			p.load(in);
+//		} catch (IOException e) {
+//			e.printStackTrace();
+//		}
+
+	}
+
+
+}

+ 39 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/common/InitServlet.java

@@ -0,0 +1,39 @@
+package com.xtframe.admin.common;
+
+import javax.servlet.ServletContext;
+import javax.servlet.ServletException;
+import javax.servlet.http.HttpServlet;
+
+import org.apache.log4j.Logger;
+import org.springframework.web.context.WebApplicationContext;
+import org.springframework.web.context.support.WebApplicationContextUtils;
+
+/**
+ * 系统初始化处理
+ * 
+ * @author 袁晓冬
+ */
+public class InitServlet extends HttpServlet {
+    protected Logger logger = Logger.getLogger(getClass());
+
+    private static final long serialVersionUID = 1L;
+
+
+    /**
+     * 系统初始化处理
+     */
+    @Override
+    public void init() throws ServletException {
+        super.init();
+        System.err.println("----------System Init------------");
+        try {
+            ServletContext servletContext = this.getServletContext();
+            WebApplicationContext wac = null;
+            wac = WebApplicationContextUtils.getRequiredWebApplicationContext(servletContext);
+        }
+        catch (Exception e) {
+            logger.error("", e);
+        }
+    }
+
+}

+ 24 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/system/ctl/LoginCtl.java

@@ -0,0 +1,24 @@
+package com.xtframe.admin.system.ctl;
+
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Controller;
+import org.springframework.web.bind.annotation.RequestMapping;
+
+import com.xtframe.core.base.ctl.BaseCtl;
+import com.xtframe.core.support.SecurityMgr;
+
+/**
+ * LoginController负责打开登录页面(GET请求)和登录出错页面(POST请求),
+ * 
+ * 真正登录的POST请求由Filter完成
+ * 
+ * @author 袁晓冬
+ */
+@Controller
+public class LoginCtl extends BaseCtl {
+
+	@RequestMapping(value = "/login")
+	public String login() {
+		return "redirect:/main";
+	}
+}

+ 55 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/java/com/xtframe/admin/system/ctl/MainCtl.java

@@ -0,0 +1,55 @@
+package com.xtframe.admin.system.ctl;
+
+import java.text.SimpleDateFormat;
+import java.util.ArrayList;
+import java.util.List;
+
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.data.domain.PageImpl;
+import org.springframework.stereotype.Controller;
+import org.springframework.ui.Model;
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.ResponseBody;
+
+import com.fasterxml.jackson.core.JsonProcessingException;
+import com.fasterxml.jackson.databind.ObjectMapper;
+import com.xtframe.admin.common.BaseWebCtl;
+import com.xtframe.core.exception.BizException;
+import com.xtframe.core.menu.entity.Menu;
+import com.xtframe.core.support.SecurityMgr;
+import com.xtframe.core.wf.WorkFlowEngineClient;
+import com.xtframe.core.wf.WorkItem;
+import com.xtframe.sec.common.SimplePageRequest;
+import com.xtframe.sec.utils.SecUtils;
+import com.xtframe.util.DateTime;
+
+/**
+ * LoginController负责打开登录页面(GET请求)和登录出错页面(POST请求),
+ * 
+ * 真正登录的POST请求由Filter完成
+ * 
+ * @author 袁晓冬
+ */
+@Controller
+public class MainCtl {
+
+	@RequestMapping(value = "/main")
+	public String main(Model model) {
+		return "sys/main";
+	}
+
+	@RequestMapping(value = "/portal")
+	public String portal(Model model) {
+		return "sys/portal";
+	}
+
+	@RequestMapping(value = "/todo")
+	public String todo(Model model) {
+		return "sys/todo";
+	}
+
+	@RequestMapping(value = "/changePwd")
+	public String changePwd() {
+		return "sys/changePwd";
+	}
+}

+ 59 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/deployments/test.bpmn

@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://activiti.org/bpmn20" id="adhoc-definitions">
+  <process id="wf2" name="wf2" isExecutable="true">
+    <startEvent id="startevent1" name="Start"></startEvent>
+    <userTask id="t1" name="User Task1" activiti:assignee="test"></userTask>
+    <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="t1"></sequenceFlow>
+    <userTask id="t3" name="User Task3" activiti:assignee="test"></userTask>
+    <endEvent id="endevent1" name="End"></endEvent>
+    <sequenceFlow id="flow5" sourceRef="t3" targetRef="endevent1"></sequenceFlow>
+    <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
+    <sequenceFlow id="flow6" sourceRef="t1" targetRef="exclusivegateway1"></sequenceFlow>
+    <sequenceFlow id="flow7" sourceRef="exclusivegateway1" targetRef="t1">
+      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${audit_pass}]]></conditionExpression>
+    </sequenceFlow>
+    <sequenceFlow id="flow8" sourceRef="exclusivegateway1" targetRef="t3">
+      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!audit_pass}]]></conditionExpression>
+    </sequenceFlow>
+  </process>
+  <bpmndi:BPMNDiagram id="BPMNDiagram_wf2">
+    <bpmndi:BPMNPlane bpmnElement="wf2" id="BPMNPlane_wf2">
+      <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
+        <omgdc:Bounds height="35.0" width="35.0" x="110.0" y="130.0"></omgdc:Bounds>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape bpmnElement="t1" id="BPMNShape_t1">
+        <omgdc:Bounds height="55.0" width="105.0" x="190.0" y="120.0"></omgdc:Bounds>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape bpmnElement="t3" id="BPMNShape_t3">
+        <omgdc:Bounds height="55.0" width="105.0" x="480.0" y="130.0"></omgdc:Bounds>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
+        <omgdc:Bounds height="35.0" width="35.0" x="630.0" y="140.0"></omgdc:Bounds>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
+        <omgdc:Bounds height="40.0" width="40.0" x="340.0" y="128.0"></omgdc:Bounds>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
+        <omgdi:waypoint x="145.0" y="147.0"></omgdi:waypoint>
+        <omgdi:waypoint x="190.0" y="147.0"></omgdi:waypoint>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
+        <omgdi:waypoint x="585.0" y="157.0"></omgdi:waypoint>
+        <omgdi:waypoint x="630.0" y="157.0"></omgdi:waypoint>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
+        <omgdi:waypoint x="295.0" y="147.0"></omgdi:waypoint>
+        <omgdi:waypoint x="340.0" y="148.0"></omgdi:waypoint>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
+        <omgdi:waypoint x="360.0" y="128.0"></omgdi:waypoint>
+        <omgdi:waypoint x="322.0" y="61.0"></omgdi:waypoint>
+        <omgdi:waypoint x="242.0" y="120.0"></omgdi:waypoint>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
+        <omgdi:waypoint x="380.0" y="148.0"></omgdi:waypoint>
+        <omgdi:waypoint x="480.0" y="157.0"></omgdi:waypoint>
+      </bpmndi:BPMNEdge>
+    </bpmndi:BPMNPlane>
+  </bpmndi:BPMNDiagram>
+</definitions>

+ 14 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/ehcache/ehcache-local.xml

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ehcache>
+
+   <defaultCache
+            maxElementsInMemory="10000"
+            eternal="false"
+            timeToIdleSeconds="120"
+            timeToLiveSeconds="120"
+            overflowToDisk="false"
+            diskPersistent="false"
+            diskExpiryThreadIntervalSeconds="120"
+            />
+
+</ehcache>

+ 166 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/log4j/log4j.dtd

@@ -0,0 +1,166 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<!-- Authors: Chris Taylor, Ceki Gulcu. -->
+
+<!-- Version: 1.2 -->
+
+<!-- A configuration element consists of optional renderer
+elements,appender elements, categories and an optional root
+element. -->
+
+<!ELEMENT log4j:configuration (renderer*, appender*,(category|logger)*,root?,
+                               categoryFactory?)>
+
+<!-- The "threshold" attribute takes a level value such that all -->
+<!-- logging statements with a level equal or below this value are -->
+<!-- disabled. -->
+
+<!-- Setting the "debug" enable the printing of internal log4j logging   -->
+<!-- statements.                                                         -->
+
+<!-- By default, debug attribute is "null", meaning that we not do touch -->
+<!-- internal log4j logging settings. The "null" value for the threshold -->
+<!-- attribute can be misleading. The threshold field of a repository	 -->
+<!-- cannot be set to null. The "null" value for the threshold attribute -->
+<!-- simply means don't touch the threshold field, the threshold field   --> 
+<!-- keeps its old value.                                                -->
+     
+<!ATTLIST log4j:configuration
+  xmlns:log4j              CDATA #FIXED "http://jakarta.apache.org/log4j/" 
+  threshold                (all|debug|info|warn|error|fatal|off|null) "null"
+  debug                    (true|false|null)  "null"
+>
+
+<!-- renderer elements allow the user to customize the conversion of  -->
+<!-- message objects to String.                                       -->
+
+<!ELEMENT renderer EMPTY>
+<!ATTLIST renderer
+  renderedClass  CDATA #REQUIRED
+  renderingClass CDATA #REQUIRED
+>
+
+<!-- Appenders must have a name and a class. -->
+<!-- Appenders may contain an error handler, a layout, optional parameters -->
+<!-- and filters. They may also reference (or include) other appenders. -->
+<!ELEMENT appender (errorHandler?, param*, layout?, filter*, appender-ref*)>
+<!ATTLIST appender
+  name 		ID 	#REQUIRED
+  class 	CDATA	#REQUIRED
+>
+
+<!ELEMENT layout (param*)>
+<!ATTLIST layout
+  class		CDATA	#REQUIRED
+>
+
+<!ELEMENT filter (param*)>
+<!ATTLIST filter
+  class		CDATA	#REQUIRED
+>
+
+<!-- ErrorHandlers can be of any class. They can admit any number of -->
+<!-- parameters. -->
+
+<!ELEMENT errorHandler (param*, root-ref?, logger-ref*,  appender-ref?)> 
+<!ATTLIST errorHandler
+   class        CDATA   #REQUIRED 
+>
+
+<!ELEMENT root-ref EMPTY>
+
+<!ELEMENT logger-ref EMPTY>
+<!ATTLIST logger-ref
+  ref IDREF #REQUIRED
+>
+
+<!ELEMENT param EMPTY>
+<!ATTLIST param
+  name		CDATA   #REQUIRED
+  value		CDATA	#REQUIRED
+>
+
+
+<!-- The priority class is org.apache.log4j.Level by default -->
+<!ELEMENT priority (param*)>
+<!ATTLIST priority
+  class   CDATA	#IMPLIED
+  value	  CDATA #REQUIRED
+>
+
+<!-- The level class is org.apache.log4j.Level by default -->
+<!ELEMENT level (param*)>
+<!ATTLIST level
+  class   CDATA	#IMPLIED
+  value	  CDATA #REQUIRED
+>
+
+
+<!-- If no level element is specified, then the configurator MUST not -->
+<!-- touch the level of the named category. -->
+<!ELEMENT category (param*,(priority|level)?,appender-ref*)>
+<!ATTLIST category
+  class         CDATA   #IMPLIED
+  name		CDATA	#REQUIRED
+  additivity	(true|false) "true"  
+>
+
+<!-- If no level element is specified, then the configurator MUST not -->
+<!-- touch the level of the named logger. -->
+<!ELEMENT logger (level?,appender-ref*)>
+<!ATTLIST logger
+  name		ID	#REQUIRED
+  additivity	(true|false) "true"  
+>
+
+
+<!ELEMENT categoryFactory (param*)>
+<!ATTLIST categoryFactory 
+   class        CDATA #REQUIRED>
+
+<!ELEMENT appender-ref EMPTY>
+<!ATTLIST appender-ref
+  ref IDREF #REQUIRED
+>
+
+<!-- If no priority element is specified, then the configurator MUST not -->
+<!-- touch the priority of root. -->
+<!-- The root category always exists and cannot be subclassed. -->
+<!ELEMENT root (param*, (priority|level)?, appender-ref*)>
+
+
+<!-- ==================================================================== -->
+<!--                       A logging event                                -->
+<!-- ==================================================================== -->
+<!ELEMENT log4j:eventSet (log4j:event*)>
+<!ATTLIST log4j:eventSet
+  xmlns:log4j             CDATA #FIXED "http://jakarta.apache.org/log4j/" 
+  version                (1.1|1.2) "1.2" 
+  includesLocationInfo   (true|false) "true"
+>
+
+
+
+<!ELEMENT log4j:event (log4j:message, log4j:NDC?, log4j:throwable?, 
+                       log4j:locationInfo?) >
+
+<!-- The timestamp format is application dependent. -->
+<!ATTLIST log4j:event
+    logger     CDATA #REQUIRED
+    level      CDATA #REQUIRED
+    thread     CDATA #REQUIRED
+    timestamp  CDATA #REQUIRED
+>
+
+<!ELEMENT log4j:message (#PCDATA)>
+<!ELEMENT log4j:NDC (#PCDATA)>
+
+<!ELEMENT log4j:throwable (#PCDATA)>
+
+<!ELEMENT log4j:locationInfo EMPTY>
+<!ATTLIST log4j:locationInfo
+  class  CDATA	#REQUIRED
+  method CDATA	#REQUIRED
+  file   CDATA	#REQUIRED
+  line   CDATA	#REQUIRED
+>

+ 154 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/log4j/log4j.xml

@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8"?> 
+<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>
+
+	<!-- org.apache.log4j.ConsoleAppender (输出到控制台) -->
+	<!-- org.apache.log4j.FileAppender (输出到文件) -->
+	<!-- org.apache.log4j.DailyRollingFileAppender (每天输出产生一个日志文件) -->
+	<!-- org.apache.log4j.RollingFileAppender (文件大小到达指定尺寸的时候产生一个新的文件), 可通过 log4j.appender.R.MaxFileSize=100KB 
+		设置文件大小, 还可通过 log4j.appender.R.MaxBackupIndex=1设置为保存一个备份文件。 -->
+	<!-- org.apache.log4j.WriterAppender (将日志信息以流格式发送到任意指定的地方) -->
+
+	<!--输出通道"STDOUT",输出所有信息到控制台 (也就是System.out.println()) -->
+	<appender name="STDOUT" class="org.apache.log4j.ConsoleAppender">
+		<!-- 输出自定义内容的LOG -->
+		<layout class="org.apache.log4j.PatternLayout">
+			<!-- 输出时Log内容的具体定义 -->
+			<param name="ConversionPattern" value="[%d{yyyy-MM-dd HH:mm:ss,SSS}][%c] %-5p %m%n" />
+		</layout>
+	</appender>
+
+	<!--输出通道"DEBUG",输出方式是:只输出DEBUG级别的LOG,并文件大小到达指定大小时产 生新的Log文件 -->
+	<appender name="DEBUG" class="org.apache.log4j.RollingFileAppender">
+		<!-- 输出Log文件的路径和文件名 -->
+		<param name="File" value="${app.root}/logs/app_debug.log" />
+
+		<!-- TOMCAT等WEB服务器重新启动时,是否插入到原有的LOG文件里,true 插入false 新 建 -->
+		<param name="Append" value="true" />
+
+		<!-- 只输出定义的级别以上的LOG,因为在下面过滤LOG信息所以屏蔽 -->
+		<!-- param name="Threshold" value="info"/ -->
+
+		<!-- 因选择了RollingFileAppender了才有下面两个 MaxFileSize,MaxBackupIndex 选项 -->
+		<!-- MaxFileSize是一个LOG文件的最大的文件大小,当LOG文件超过这个值时,自动转成 *.log.1的LOG文件 -->
+		<param name="MaxFileSize" value="5000KB" />
+
+		<!-- MaxBackupIndex生成自动转成 *.log.1的LOG文件的个数,设置3时最多生成3个LOG 备份文件,它们是[*.log.1][*.log.2][*.log.3] -->
+		<param name="MaxBackupIndex" value="3" />
+
+		<!-- 输出时Log内容的具体定义 -->
+		<layout class="org.apache.log4j.PatternLayout">
+			<param name="ConversionPattern" value="[%d{yyyy-MM-dd HH:mm:ss,SSS}][%-20c{1}] %-5p %m%n" />
+		</layout>
+
+		<!-- 过滤输出时Log内容,在这里,LevelMin,LevelMax都定义了DEBUG, 所以只输出DEBUG 级别LOG的数据 -->
+		<filter class="org.apache.log4j.varia.LevelRangeFilter">
+			<param name="LevelMin" value="DEBUG" />
+			<param name="LevelMax" value="DEBUG" />
+		</filter>
+	</appender>
+
+	<!-- 输出通道"INFO",输出方式是:只输出INFO级别的LOG,并文件大小到达指定大小时产生 新的Log文件 -->
+	<appender name="INFO" class="org.apache.log4j.RollingFileAppender">
+		<param name="File" value="${app.root}/logs/app_info.log" />
+		<param name="Append" value="true" />
+		<param name="MaxFileSize" value="5000KB" />
+		<param name="MaxBackupIndex" value="3" />
+		<layout class="org.apache.log4j.PatternLayout">
+			<param name="ConversionPattern" value="[%d{yyyy-MM-dd HH:mm:ss,SSS}][%-20c{1}] %-5p %m%n" />
+		</layout>
+		<filter class="org.apache.log4j.varia.LevelRangeFilter">
+			<param name="LevelMin" value="INFO" />
+			<param name="LevelMax" value="INFO" />
+		</filter>
+	</appender>
+
+	<!-- 输出通道"WARN",输出方式是:只输出WARN级别的LOG,并文件大小到达指定大小时产 生新的Log文件 -->
+	<appender name="WARN" class="org.apache.log4j.RollingFileAppender">
+		<param name="File" value="${app.root}/logs/app_warn.log" />
+		<param name="Append" value="true" />
+		<param name="MaxFileSize" value="5000KB" />
+		<param name="MaxBackupIndex" value="3" />
+		<layout class="org.apache.log4j.PatternLayout">
+			<param name="ConversionPattern" value="[%d{yyyy-MM-dd HH:mm:ss,SSS}][%-20c{1}] %-5p %m%n" />
+		</layout>
+		<filter class="org.apache.log4j.varia.LevelRangeFilter">
+			<param name="LevelMin" value="WARN" />
+			<param name="LevelMax" value="WARN" />
+		</filter>
+	</appender>
+
+	<!-- 输出通道"ERROR",输出方式是:只输出ERROR级别的LOG,并文件大小到达指定大小时 产生新的Log文件 -->
+	<appender name="ERROR" class="org.apache.log4j.RollingFileAppender">
+		<param name="File" value="${app.root}/logs/app_error.log" />
+		<param name="Append" value="true" />
+		<param name="MaxFileSize" value="5000KB" />
+		<param name="MaxBackupIndex" value="3" />
+		<layout class="org.apache.log4j.PatternLayout">
+			<param name="ConversionPattern" value="[%d{yyyy-MM-dd HH:mm:ss,SSS}][%-20c{1}] %-5p %m%n" />
+		</layout>
+		<filter class="org.apache.log4j.varia.LevelRangeFilter">
+			<param name="LevelMin" value="ERROR" />
+			<param name="LevelMax" value="ERROR" />
+		</filter>
+	</appender>
+
+	<!-- 输出通道"FATAL",输出方式是:只输出INFO级别的LOG,并文件大小到达指定大小时产生 新的Log文件 -->
+	<appender name="FATAL" class="org.apache.log4j.RollingFileAppender">
+		<param name="File" value="${app.root}/logs/app_fatal.log" />
+		<param name="Append" value="true" />
+		<param name="MaxFileSize" value="5000KB" />
+		<param name="MaxBackupIndex" value="3" />
+		<layout class="org.apache.log4j.PatternLayout">
+			<param name="ConversionPattern" value="[%d{yyyy-MM-dd HH:mm:ss,SSS}][%-20c{1}] %-5p %m%n" />
+		</layout>
+		<filter class="org.apache.log4j.varia.LevelRangeFilter">
+			<param name="LevelMin" value="FATAL" />
+			<param name="LevelMax" value="FATAL" />
+		</filter>
+	</appender>
+
+	<!-- 输出通道"EVERYDAY",输出方式是:输出所有级别的LOG,并每天一个日志文件 -->
+	<appender name="EVERYDAY" class="org.apache.log4j.DailyRollingFileAppender">
+		<param name="File" value="${app.root}/logs/app_everyday/everyday.log" />
+		<param name="Append" value="true" />
+		<!-- 以日为单位输出LOG文件,每日输出一个LOG文件 -->
+		<param name="DatePattern" value="'.'yyyy-MM-dd" />
+		<layout class="org.apache.log4j.PatternLayout">
+			<param name="ConversionPattern" value="[%d{yyyy-MM-dd HH:mm:ss,SSS}][%-20c{1}] %-5p %m%n" />
+		</layout>
+		<!-- 过滤输出时Log内容,在这里,LevelMin是DEBUG,LevelMax都FATAL, 所以输出DEBUG 级别到FATAL级别的LOG数据 -->
+		<filter class="org.apache.log4j.varia.LevelRangeFilter">
+			<param name="LevelMin" value="ERROR" />
+			<param name="LevelMax" value="FATAL" />
+		</filter>
+	</appender>
+
+	<logger name="org.hibernate.SQL">
+		<level value="trace" />
+	</logger>
+	<logger name="org.hibernate.type">
+		<level value="trace" />
+	</logger>
+	<logger name="org.hibernate.tool.hbm2ddl">
+		<level value="WARN" />
+	</logger>
+	<logger name="org.activiti.engine.impl.persistence.entity.TaskEntity">
+		<level value="WARN" />
+	</logger>
+	<logger name="com.xtframe">
+		<level value="DEBUG" />
+	</logger>
+	<root>
+		<!-- 设置输出范围,默认只输出ERROR以上的,ERROR级别, FATAL级别的LOG -->
+		<priority value="INFO" />
+		<!-- 上边设置的输出通道,使用的在这里定义 -->
+		<appender-ref ref="STDOUT" />
+		<appender-ref ref="DEBUG" />
+		<appender-ref ref="INFO" />
+		<appender-ref ref="WARN" />
+		<appender-ref ref="ERROR" />
+		<appender-ref ref="FATAL" />
+		<appender-ref ref="EVERYDAY" />
+	</root>
+</log4j:configuration>

+ 34 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/spring/application.properties

@@ -0,0 +1,34 @@
+#****************************************  h2  ***********************************************#
+#jdbc.driver			=	org.h2.Driver
+#jdbc.url					=	jdbc:h2:~/oa;AUTO_SERVER=TRUE
+#jdbc.username			=	sa
+#jdbc.password			=
+#hibernate.dialect		=	org.hibernate.dialect.H2Dialect
+
+#***************************************  jdbc info  ********************************************#
+jdbc.driver                 = oracle.jdbc.driver.OracleDriver
+#xt
+jdbc.url                      = jdbc:oracle:thin:@192.168.57.83:1521:gk
+#ldns
+#jdbc.url                      = jdbc:oracle:thin:@sd5-hse-win7:1521:orcl
+jdbc.username           = gkoa_cy
+jdbc.password            = gkoa
+hibernate.dialect        = com.xtframe.sec.common.MyOracleDialect
+
+
+#dbcp settings
+dbcp.maxIdle=5
+dbcp.maxActive=40
+
+sms.id=modem.com1
+sms.comPort=COM1
+sms.baudRate=115200
+sms.manufacturer=nokia
+sms.smscNumber=
+sms.model=1010
+sms.simPin=0000
+
+cas.localIp=localhost
+cas.localPort=8080
+cas.serverIp=localhost
+cas.serverPort=9000

+ 45 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/spring/applicationContext-workflow.xml

@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
+    xmlns:aop="http://www.springframework.org/schema/aop" xmlns:p="http://www.springframework.org/schema/p"
+    xsi:schemaLocation="http://www.springframework.org/schema/beans
+	http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
+	http://www.springframework.org/schema/context 
+	http://www.springframework.org/schema/context/spring-context-3.0.xsd
+	http://www.springframework.org/schema/aop
+	http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
+    <bean id="processEngineConfiguration"
+        class="com.xtframe.wf.support.XtWorkflowProcessEngineConfiguration"
+        depends-on="securityMgr">
+        <property name="dataSource" ref="dataSource" />
+        <property name="transactionManager" ref="transactionManager" />
+        <property name="databaseSchemaUpdate" value="" />
+        <property name="jobExecutorActivate" value="false" />
+        <property name="history" value="full" />
+        <property name="securityMgr" ref="securityMgr" />
+        <property name="deploymentResources">
+            <list>
+                <!--  --> <value>classpath*:/deployments/*</value>
+            </list>
+        </property>
+    </bean>
+    <bean id="processEngine" class="org.activiti.spring.ProcessEngineFactoryBean">
+        <property name="processEngineConfiguration" ref="processEngineConfiguration" />
+    </bean>
+
+    <bean id="repositoryService" factory-bean="processEngine"
+        factory-method="getRepositoryService" />
+    <bean id="client" factory-bean="processEngine" factory-method="getWorkFlowEngineClient" />
+    <bean id="runtimeService" factory-bean="processEngine"
+        factory-method="getRuntimeService" />
+    <bean id="formService" factory-bean="processEngine"
+        factory-method="getFormService" />
+    <bean id="identityService" factory-bean="processEngine"
+        factory-method="getIdentityService" />
+    <bean id="taskService" factory-bean="processEngine"
+        factory-method="getTaskService" />
+    <bean id="historyService" factory-bean="processEngine"
+        factory-method="getHistoryService" />
+    <bean id="managementService" factory-bean="processEngine"
+        factory-method="getManagementService" />
+</beans>

+ 131 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/spring/applicationContext.xml

@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:jee="http://www.springframework.org/schema/jee" xmlns:tx="http://www.springframework.org/schema/tx"
+    xmlns:context="http://www.springframework.org/schema/context" xmlns:jpa="http://www.springframework.org/schema/data/jpa"
+    xmlns:jdbc="http://www.springframework.org/schema/jdbc" xmlns:util="http://www.springframework.org/schema/util"
+    xmlns:repository="http://www.springframework.org/schema/data/repository" xmlns:mvc="http://www.springframework.org/schema/mvc"
+    xsi:schemaLocation="
+        http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd
+        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd
+        http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.1.xsd
+        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
+        http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd
+        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.1.xsd
+        http://www.springframework.org/schema/data/jpa http://www.springframework.org/schema/data/jpa/spring-jpa.xsd
+        http://www.springframework.org/schema/data/repository http://www.springframework.org/schema/data/repository/spring-repository.xsd"
+    default-lazy-init="true">
+
+    <description>Spring公共配置 </description>
+    <context:property-placeholder ignore-resource-not-found="true" location="classpath*:spring/application.properties" />
+
+    <!-- 使用annotation 自动注册bean, 并保证@Required、@Autowired的属性被注入. @Controller的Bean注入在spring-mvc.xml中自动注册 -->
+    <context:component-scan base-package="com.xtframe.admin">
+        <context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" />
+    </context:component-scan>
+
+    <!-- Jpa Entity Manager 配置 -->
+    <bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
+        <property name="persistenceUnitName" value="persistence_unit_1" />
+        <property name="dataSource" ref="dataSource" />
+        <property name="jpaVendorAdapter" ref="hibernateJpaVendorAdapter" />
+        <property name="packagesToScan" value="com.xtframe" />
+        <property name="jpaProperties">
+            <props>
+                <prop key="hibernate.dialect">${hibernate.dialect}</prop>
+                <prop key="hibernate.ejb.naming_strategy">org.hibernate.cfg.ImprovedNamingStrategy
+                </prop>
+                <prop key="hibernate.show_sql">true</prop>
+                <prop key="hibernate.format_sql">true</prop>
+            </props>
+        </property>
+    </bean>
+
+    <bean id="hibernateConfuration" class="org.hibernate.cfg.Configuration">
+        <property name="properties">
+            <props>
+                <prop key="hibernate.dialect">${hibernate.dialect}</prop>
+                <prop key="hibernate.connection.driver_class">${jdbc.driver}</prop>
+                <prop key="hibernate.connection.url">${jdbc.url}</prop>
+                <prop key="hibernate.connection.username">${jdbc.username}</prop>
+                <prop key="hibernate.connection.password">${jdbc.password}</prop>
+            </props>
+        </property>
+    </bean>
+
+    <bean id="hibernateJpaVendorAdapter" class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter" />
+
+    <!-- Spring Data Jpa配置 -->
+    <jpa:repositories base-package="com.xtframe.admin,com.xtframe.sec" transaction-manager-ref="transactionManager"
+        entity-manager-factory-ref="entityManagerFactory" factory-class="com.xtframe.sec.common.SecRepositoryFactoryBean" />
+
+    <!-- JPA 事务配置 -->
+    <bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager">
+        <property name="entityManagerFactory" ref="entityManagerFactory" />
+    </bean>
+    <!-- Hibernate事务配置 -->
+    <bean id="hibernate-transactionManager" class="org.springframework.orm.hibernate4.HibernateTransactionManager">
+        <property name="sessionFactory" ref="sessionFactory" />
+    </bean>
+    <!-- 使用annotation定义事务 -->
+    <tx:annotation-driven transaction-manager="transactionManager" proxy-target-class="true" />
+
+    <bean id="sessionFactory" class="org.springframework.orm.hibernate4.LocalSessionFactoryBean">
+        <property name="dataSource" ref="dataSource" />
+        <property name="mappingLocations" value="classpath:*.hbm.xml" />
+        <property name="hibernateProperties">
+            <props>
+                <prop key="hibernate.dialect">${hibernate.dialect}</prop>
+                <prop key="hibernate.show_sql">true</prop>
+                <prop key="hibernate.format_sql">true</prop>
+                <prop key="hibernate.jdbc.fetch_size">50</prop>
+                <prop key="hibernate.jdbc.batch_size">25</prop>
+                <prop key="hibernate.temp.use_jdbc_metadata_defaults">false</prop>
+            </props>
+        </property>
+    </bean>
+    <bean id="jdbcTemplate" class="org.springframework.jdbc.core.JdbcTemplate">
+        <property name="dataSource" ref="dataSource" />
+    </bean>
+    <bean id="webConfiguration" class="com.xtframe.web.support.XtWebConfiguration">
+        <property name="entityManagerFactory" ref="entityManagerFactory" />
+        <property name="entityManager">
+            <bean class="org.springframework.orm.jpa.support.SharedEntityManagerBean">
+                <property name="persistenceUnitName" value="persistence_unit_1" />
+            </bean>
+        </property>
+    </bean>
+    <!-- 调度器 -->
+    <bean name="schedulerFactoryBean" class="org.springframework.scheduling.quartz.SchedulerFactoryBean">
+        <!-- 通过applicationContextSchedulerContextKey属性配置spring上下文 -->
+        <property name="applicationContextSchedulerContextKey">
+            <value>applicationContext</value>
+        </property>
+    </bean>
+    <bean id="webContext" class="com.xtframe.web.support.XtWebContextFactoryBean">
+        <property name="webConfiguration" ref="webConfiguration" />
+        <property name="scheduler" ref="schedulerFactoryBean" />
+    </bean>
+    <bean id="securityContext" factory-bean="webContext" factory-method="getSecurityContext" />
+    <bean id="bizLogRecorder" factory-bean="securityContext" factory-method="getBizLogRecorder" />
+    <bean id="queryService" factory-bean="securityContext" factory-method="getQueryService" />
+    <bean id="menuService" factory-bean="securityContext" factory-method="getMenuService" />
+    <bean id="securityMgr" factory-bean="securityContext" factory-method="getSecurityMgr" />
+
+    <!-- 数据源配置,使用应用内的DBCP数据库连接池 -->
+    <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close" lazy-init="false">
+        <!-- Connection Info -->
+        <property name="driverClassName" value="${jdbc.driver}" />
+        <property name="url" value="${jdbc.url}" />
+        <property name="username" value="${jdbc.username}" />
+        <property name="password" value="${jdbc.password}" />
+
+        <!-- Connection Pooling Info -->
+        <property name="maxIdle" value="${dbcp.maxIdle}" />
+        <property name="maxActive" value="${dbcp.maxActive}" />
+        <property name="defaultAutoCommit" value="false" />
+        <property name="timeBetweenEvictionRunsMillis" value="3600000" />
+        <property name="minEvictableIdleTimeMillis" value="3600000" />
+    </bean>
+</beans>
+

+ 42 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/resources/spring/spring-mvc.xml

@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:context="http://www.springframework.org/schema/context" xmlns:mvc="http://www.springframework.org/schema/mvc"
+    xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd
+        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
+
+    <!-- 自动扫描且只扫描@Controller -->
+    <context:component-scan base-package="com.xtframe.admin" use-default-filters="false">
+        <context:include-filter type="annotation" expression="org.springframework.stereotype.Controller" />
+    </context:component-scan>
+
+    <mvc:annotation-driven >
+    	<mvc:message-converters>
+    		<!-- 避免IE执行AJAX时,返回JSON出现下载文件 -->
+			<bean id="mappingJacksonHttpMessageConverter"
+				class="org.springframework.http.converter.json.MappingJackson2HttpMessageConverter">
+				<property name="supportedMediaTypes">
+					<list>
+						<value>text/html;charset=UTF-8</value>
+					</list>
+				</property>
+			</bean>
+    	</mvc:message-converters>
+    </mvc:annotation-driven>
+
+    <mvc:view-controller path="/" view-name="redirect:/main" />
+
+    <mvc:resources mapping="/favicon.ico" location="/favicon.ico" />
+    <mvc:resources mapping="/static/**" location="/static/" />
+
+    <mvc:default-servlet-handler />
+
+    <bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
+        <property name="prefix" value="/WEB-INF/pages/" />
+        <property name="suffix" value=".jsp" />
+    </bean>
+    <!-- AOP式方法级权限检查 -->
+    <bean class="org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator" >
+        <property name="proxyTargetClass" value="true" />
+    </bean>
+</beans>

+ 1 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/.gitignore

@@ -0,0 +1 @@
+/logs/

+ 149 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/authz.tld

@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
+  "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
+
+<taglib>
+
+  <tlib-version>1.1.2</tlib-version>
+
+  <jsp-version>1.2</jsp-version>
+
+  <short-name>xtframe authz</short-name>
+
+  <uri>/authz-tags</uri>
+
+  <description>新通框架权限控制JSP标签库</description>
+
+  <tag>
+    <name>hasPermission</name>
+    <tag-class>com.xtframe.web.tags.HasPermissionTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays body content only if the current Subject (user)
+      'has' (implies) the specified permission (i.e the user has the specified ability).
+    </description>
+    <attribute>
+      <name>name</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+  </tag>
+
+  <tag>
+    <name>lacksPermission</name>
+    <tag-class>com.xtframe.web.tags.LacksPermissionTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays body content only if the current Subject (user) does
+      NOT have (not imply) the specified permission (i.e. the user lacks the specified ability)
+    </description>
+    <attribute>
+      <name>name</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+  </tag>
+
+  <tag>
+    <name>hasRole</name>
+    <tag-class>com.xtframe.web.tags.HasRoleTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays body content only if the current user has the specified role.</description>
+    <attribute>
+      <name>name</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+  </tag>
+
+
+  <tag>
+    <name>hasAnyRoles</name>
+    <tag-class>com.xtframe.web.tags.HasAnyRolesTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays body content only if the current user has one of the specified roles from a
+      comma-separated list of role names.
+    </description>
+    <attribute>
+      <name>name</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+  </tag>
+
+  <tag>
+    <name>lacksRole</name>
+    <tag-class>com.xtframe.web.tags.LacksRoleTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays body content only if the current user does NOT have the specified role
+      (i.e. they explicitly lack the specified role)
+    </description>
+    <attribute>
+      <name>name</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+  </tag>
+
+  <tag>
+    <name>authenticated</name>
+    <tag-class>com.xtframe.web.tags.AuthenticatedTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays body content only if the current user has successfully authenticated
+      _during their current session_. It is more restrictive than the 'user' tag.
+      It is logically opposite to the 'notAuthenticated' tag.
+    </description>
+  </tag>
+
+  <tag>
+    <name>notAuthenticated</name>
+    <tag-class>com.xtframe.web.tags.NotAuthenticatedTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays body content only if the current user has NOT succesfully authenticated
+      _during their current session_. It is logically opposite to the 'authenticated' tag.
+    </description>
+  </tag>
+
+  <tag>
+    <name>user</name>
+    <tag-class>com.xtframe.web.tags.UserTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays body content only if the current Subject has a known identity, either
+      from a previous login or from 'RememberMe' services. Note that this is semantically different
+      from the 'authenticated' tag, which is more restrictive. It is logically
+      opposite to the 'guest' tag.
+    </description>
+  </tag>
+
+  <tag>
+    <name>guest</name>
+    <tag-class>com.xtframe.web.tags.GuestTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays body content only if the current Subject IS NOT known to the system, either
+      because they have not logged in or they have no corresponding 'RememberMe' identity. It is logically
+      opposite to the 'user' tag.
+    </description>
+  </tag>
+
+  <tag>
+    <name>principal</name>
+    <tag-class>com.xtframe.web.tags.PrincipalTag</tag-class>
+    <body-content>JSP</body-content>
+    <description>Displays the user's principal or a property of the user's principal.</description>
+    <attribute>
+      <name>type</name>
+      <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+    <attribute>
+      <name>property</name>
+      <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+    <attribute>
+      <name>defaultValue</name>
+      <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+  </tag>
+
+</taglib>

+ 30 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/auth/roleAuth.jsp

@@ -0,0 +1,30 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>角色授权</title>
+<%@ include file="../include/common.jsp"%>
+<script type="text/javascript" src="${ctx}/static/xt/js/auth/roleAuth.js"></script>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        auth.roleAuth.init();
+    });
+</script>
+</head>
+<body class="easyui-layout" fit="true" border="false" >
+    <div region="north" border="true" style="padding:5px;background-color: #E7F0FF;height: 40px;" >
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-save'" onclick="auth.roleAuth.save()">保存</a>
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-reload'" onclick="auth.roleAuth.refreshMenuTree()">刷新</a>
+    </div>
+    <div region="center" title="功能菜单"   style="width: 100%; height: 100%;border: 2px;">
+        <ul id="menuTree" class="easyui-tree"></ul>
+    </div>
+    <div region="west" border="true" split="true" title="角色树" data-options="iconCls:'icon-roletree'" style="width: 250px; padding: 0px;">
+        <ul id="roleTree" class="easyui-tree"></ul>
+    </div>
+    <div id="popWin" class="easyui-dialog" title="" style="width: 350px; height: 350px;" data-options="modal:true,closed:true"></div>
+</body>
+</html>

+ 53 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/code/detail.jsp

@@ -0,0 +1,53 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../include/header.jsp"%>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        code.detail.sfCodeArray = '${ty_sf}';
+        if (code.detail.sfCodeArray) {
+            code.detail.sfCodeArray = $.parseJSON(code.detail.sfCodeArray);
+        }
+        code.detail.data = '${data}';
+        code.detail.init();
+    });
+</script>
+<div class="easyui-layout" fit="true" >
+    <div style="padding: 2px 5px; text-align: left;" class="dialog-button">
+        <a href="#" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-save'" onclick="code.detail.save()">保存</a>
+    </div>
+    <div class="editform">
+        <form id="rform" method="post" novalidate>
+            <input name="id" type="hidden" value="${record.id }" /> 
+            <input name="pid" type="hidden" value="${precord.id }" /> 
+            <input name="pcode" type="hidden" value="${precord.code }" /> 
+            <table>
+                <tbody>
+                    <tr>
+                        <td class="label">上级名称:</td>
+						<td>
+                            <input id="pname" name="pname" class="easyui-validatebox" required="true" value="${precord.text }" size="25" disabled="disabled" />
+						</td>
+                    </tr>
+                    <tr>
+                        <td class="label">编码名称:</td>
+                        <td>
+                            <input id="text" name="text" class="easyui-validatebox" required="true" value="${record.text }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>编码:</label></td>
+                        <td><input name="code" value="${record.code}" size="25" data-options=''  /></td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>是否末级:</label></td>
+                        <td><input name="leaf" id="leaf" style="width:190px"/></td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>是否有效:</label></td>
+                        <td><input name="valid" id="valid" style="width:190px"/></td>
+                    </tr>
+				</tbody>
+			</table>
+		</form>
+	</div>
+</div>

+ 50 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/code/main.jsp

@@ -0,0 +1,50 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>字典维护</title>
+<%@ include file="../include/common.jsp"%>
+<script type="text/javascript" src="${ctx}/static/xt/js/code/main.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/code/detail.js"></script>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+    	code.main.sfCodeArray = '${ty_sf}';
+        if (code.main.sfCodeArray) {
+            code.main.sfCodeArray = $.parseJSON(code.main.sfCodeArray);
+        }
+        code.main.init();
+    });
+</script>
+</head>
+<body class="easyui-layout" fit="true" border="false" >
+    <div region="center"  style="width: 100%; height: 100%;border: 2px;" >
+	    <div class="easyui-layout" fit=true>
+	        <div region="north" id="sysFunctoolbar" border="true" style="padding:5px;background-color: #E7F0FF;">
+	            <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="code.main.doAdd()">新增</a>
+	            <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-edit'" onclick="code.main.doEdit()">修改</a>
+	            <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-remove'" onclick="code.main.doDel()">删除</a>
+	        </div>
+	         <div region="center" >
+		        <table id="grid"  pagination="true" pagePosition="bottom" rownumbers="true" fit="true" border="false" singleSelect="false" striped="true" fitColumns="true" SelectOnCheck="true" checkOnSelect="true">
+		            <thead>
+		                <tr>
+		                    <th data-options="field:'id',checkbox:true"></th>
+		                    <th data-options="field:'text',sortable:true,halign:'center'">名称</th>
+		                    <th data-options="field:'code',sortable:true,halign:'center'">编码</th>
+		                    <th data-options="field:'leaf',align:'center',halign:'center'" formatter='sfFormatter'>是否末级节点</th>
+		                    <th data-options="field:'valid',align:'center',halign:'center'" formatter='sfFormatter'>是否有效</th>
+		                </tr>
+		            </thead>
+		        </table>
+	        </div>
+	    </div>
+    </div>
+    <div id="popWin" class="easyui-dialog" title='' style="width: 350px; height: 350px;" data-options="modal:true,closed:true"></div>
+    <div region="west" border="true" split="true" title="字典树" data-options="iconCls:'icon-rainbow'" style="width: 250px; padding: 0px;"> 
+        <ul id="codeTree" class="easyui-tree"></ul>
+    </div>
+</body>
+</html>

+ 43 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/error/403.jsp

@@ -0,0 +1,43 @@
+<%@page import="com.xtframe.sec.user.entity.UserEntity"%>
+<%@page contentType="text/html;charset=UTF-8" isErrorPage="true"%>
+<%@page import="org.apache.shiro.SecurityUtils"%>
+<%@page import="org.apache.shiro.subject.Subject"%>
+<%@page import="org.slf4j.Logger,org.slf4j.LoggerFactory"%>
+<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@ taglib prefix="authz" uri="/authz-tags"%>
+<c:set var="ctx" value="${pageContext.request.contextPath}" />
+<%
+	//记录日志
+	Logger logger = LoggerFactory.getLogger(this.getClass());
+	UserEntity user =(UserEntity)SecurityUtils.getSubject().getPrincipal();
+	logger.warn("用户[" +user.getName() + "]无此功能的操作权限");
+%>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>403-无操作权限</title>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<meta http-equiv="Cache-Control" content="no-store" />
+<meta http-equiv="Pragma" content="no-cache" />
+<meta http-equiv="Expires" content="0" />
+</head>
+<%
+	response.setStatus(200);
+%>
+<script type="text/javascript">
+function toMain(){
+    window.top.location="${ctx}/main";  
+}
+</script>
+<body>
+	<div class="hero-unit well" style="overflow: auto">
+		<h2>403 - 无操作权限</h2>
+
+		<div class="alert-error">
+			用户[<authz:principal property="name" />] 无此功能的操作权限
+		</div>
+		<a class="btn btn-primary" href="#" onclick="toMain()">返回首页</a>
+
+	</div>
+</body>
+</html>

+ 39 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/error/404.jsp

@@ -0,0 +1,39 @@
+<%@page contentType="text/html;charset=UTF-8" isErrorPage="true"%>
+<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<c:set var="ctx" value="${pageContext.request.contextPath}" />
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>404-页面无法访问</title>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<meta http-equiv="Cache-Control" content="no-store" />
+<meta http-equiv="Pragma" content="no-cache" />
+<meta http-equiv="Expires" content="0" />
+<link rel="stylesheet" type="text/css" href="${ctx}/static/xt/css/style.css"/>
+</head>
+<%
+    response.setStatus(200);
+%>
+<script type="text/javascript">
+    function toMain() {
+        window.top.location = "${ctx}/main";
+    }
+</script>
+<style type="text/css">
+</style>
+<body BGCOLOR=#CFE1FF>
+    <div style="top: 50%; position: absolute; left: 50%; margin: -123px 0 0 -225px;">
+        <IMG SRC="${ctx}/static/xt/images/error/404.png" ALT="">
+    </div>
+    <div style="top: 50%; position: absolute; left: 50%; margin: -123px 0 0 -45px;">
+        <span style="font-family: ''微软雅黑'';">您访问的页面不存在!</span>
+    </div>
+    <div class="btn_left_2" style="top: 50%; position: absolute; left: 50%; margin: 20px 0 0 -90px;" >
+        <input type="button"  value="返回首页" onclick="toMain()" class="btn_blue"/>
+    </div>
+    <div class="btn_left_2" style="top: 50%; position: absolute; left: 50%; margin: 20px 0 0 40px;" >
+        <input type="button"  value="刷新"  onclick="refresh()" class="btn_blue"/>
+    </div>
+       
+</body>
+</html>

+ 39 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/error/500.jsp

@@ -0,0 +1,39 @@
+<%@page contentType="text/html;charset=UTF-8" isErrorPage="true"%>
+<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<c:set var="ctx" value="${pageContext.request.contextPath}" />
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>404-页面无法访问</title>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<meta http-equiv="Cache-Control" content="no-store" />
+<meta http-equiv="Pragma" content="no-cache" />
+<meta http-equiv="Expires" content="0" />
+<link rel="stylesheet" type="text/css" href="${ctx}/static/xt/css/style.css"/>
+</head>
+<%
+    response.setStatus(200);
+%>
+<script type="text/javascript">
+    function toMain() {
+        window.top.location = "${ctx}/main";
+    }
+</script>
+<style type="text/css">
+</style>
+<body BGCOLOR=#CFE1FF>
+    <div style="top: 50%; position: absolute; left: 50%; margin: -123px 0 0 -225px;">
+        <IMG SRC="${ctx}/static/xt/images/error/500.png" ALT="">
+    </div>
+    <div style="top: 50%; position: absolute; left: 50%; margin: -123px 0 0 -45px;">
+        <span style="font-family: ''微软雅黑'';">服务器异常!</span>
+    </div>
+    <div class="btn_left_2" style="top: 50%; position: absolute; left: 50%; margin: 20px 0 0 -90px;" >
+        <input type="button"  value="返回首页" onclick="toMain()" class="btn_blue"/>
+    </div>
+    <div class="btn_left_2" style="top: 50%; position: absolute; left: 50%; margin: 20px 0 0 40px;" >
+        <input type="button"  value="刷新"  onclick="refresh()" class="btn_blue"/>
+    </div>
+       
+</body>
+</html>

+ 38 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/error/error.jsp

@@ -0,0 +1,38 @@
+<%@page contentType="text/html;charset=UTF-8" isErrorPage="true"%>
+<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@page import="org.slf4j.Logger,org.slf4j.LoggerFactory"%>
+<%@page import="java.io.*"%>
+<c:set var="ctx" value="${pageContext.request.contextPath}" />
+<%
+	response.setStatus(200);
+	Throwable ex = null;
+	if (exception != null)
+		ex = exception;
+	if (request.getAttribute("javax.servlet.error.exception") != null)
+		ex = (Throwable) request.getAttribute("javax.servlet.error.exception");
+
+	//记录日志
+	Logger logger = LoggerFactory.getLogger("500.jsp");
+	logger.error(ex.getMessage(), ex);
+%>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>系统内部错误</title>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<meta http-equiv="Cache-Control" content="no-store" />
+<meta http-equiv="Pragma" content="no-cache" />
+<meta http-equiv="Expires" content="0" />
+</head>
+
+<body>
+	<div style="overflow: auto">
+		<h2>500 - 系统发生内部错误</h2>
+		<br />
+		<div>错误详细信息:</div>
+		<div class="alert-error">
+			<%=ex.getMessage()%><br />
+		</div>
+	</div>
+</body>
+</html>

+ 33 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/include/common.jsp

@@ -0,0 +1,33 @@
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@ taglib prefix="authz" uri="/authz-tags"%>
+<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
+<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
+<META HTTP-EQUIV="Expires" CONTENT="0">
+<% String userAgent = request.getHeader("user-agent"); %>
+<% if (userAgent.indexOf("MSIE") > -1) {
+        if(userAgent.indexOf("MSIE 8.0")>-1){
+%><meta http-equiv="X-UA-Compatible" content="IE=IE8" /><%
+		}
+    }%>
+<c:set var="ctx" value="${pageContext.request.contextPath}" />
+<c:set var="app" value="gkoa" />
+<script type="text/javascript" src="${ctx}/static/easyui/jquery-1.11.1.js"></script>
+<!-- 
+<script type="text/javascript" src="${ctx}/static/easyui/jquery.min.js"></script>
+ -->
+<script type="text/javascript" src="${ctx}/static/easyui/jquery.easyui.min.js"></script>
+<script type="text/javascript" src="${ctx}/static/easyui/locale/easyui-lang-zh_CN.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/common/common.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/common/constants.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/common/orgTree.js"></script>
+<script type="text/javascript" src="${ctx}/static/DatePicker/WdatePicker.js"></script>
+<link href="${ctx}/static/easyui/themes/xt/easyui.css" rel="stylesheet" />
+<link type="text/css" href="${ctx}/static/easyui/themes/icon.css" rel="stylesheet">
+<link type="text/css" href="${ctx}/static/xt/css/icon.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="${ctx}/static/xt/css/reset.css"/>
+<link rel="stylesheet" type="text/css" href="${ctx}/static/xt/css/common.css"/>
+<link rel="stylesheet" type="text/css" href="${ctx}/static/xt/css/style.css"/>
+<link rel="stylesheet" type="text/css" href="${ctx}/static/DatePicker/skin/WdatePicker.css"/>
+<script type="text/javascript" >
+$.ctx='${ctx}';
+</script>

+ 24 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/include/header-include-js-script.jsp

@@ -0,0 +1,24 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ page import="org.apache.shiro.SecurityUtils"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
+<%@ taglib prefix="authz" uri="/authz-tags"%>
+<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
+<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
+<META HTTP-EQUIV="Expires" CONTENT="0">
+<c:set var="ctx" value="${pageContext.request.contextPath}" />
+<head>
+<script type="text/javascript" src="${ctx}/static/easyui/jquery.min.js"></script>
+<script type="text/javascript" src="${ctx}/static/easyui/jquery.easyui.min.js"></script>
+<script type="text/javascript" src="${ctx}/static/easyui/locale/easyui-lang-zh_CN.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/common/common.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/common/constants.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/common/orgTree.js"></script>
+
+<link type="text/css" href="${ctx}/static/easyui/themes/xt/easyui.css" rel="stylesheet" />
+<link type="text/css" href="${ctx}/static/easyui/themes/icon.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="${ctx}/static/xt/css/reset.css"/>
+<link rel="stylesheet" type="text/css" href="${ctx}/static/xt/css/common.css"/>
+<link rel="stylesheet" type="text/css" href="${ctx}/static/xt/css/style.css"/>
+</head>

+ 10 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/include/header.jsp

@@ -0,0 +1,10 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ page import="org.apache.shiro.SecurityUtils"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
+<%@ taglib prefix="authz" uri="/authz-tags"%>
+<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
+<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
+<META HTTP-EQUIV="Expires" CONTENT="0">
+<c:set var="ctx" value="${pageContext.request.contextPath}" />

+ 29 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/include/pageinfo.jsp

@@ -0,0 +1,29 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<c:set var="ctx" value="${pageContext.request.contextPath}" />
+<ul class="gwgl_table_page" id="pagebar">
+	<li class="btn_deleted_gwgl" id="pagetools">
+		<button class="btn_gwgl_delete" type="button"><span>删除</span></button>
+	</li>
+	<li class="page_btn" id="pagesizeset"><select id="pagesize"
+		name="rows" num="${page.rows}"><option value="10">10</option>
+			<option value="20">20</option></select></li>
+	<li class="gwgl_table_page_a"><a href="#" id="pagefirst"><img
+			src="${ctx}/static/xt/images/gwgl_icon_9.png"></a></li>
+	<li class="gwgl_table_page_a"><a href="#" id="pageprev"><img
+			src="${ctx}/static/xt/images/gwgl_icon_10.png" class="gwgl_icon_10"></a></li>
+	<li class="page_number">第<input type="text" value="${totalpage==0?0:page.page}"
+		id="pagejump" name="page"><input type="text"
+		style="display: none">页<span>共 ${totalpage} 页<input
+			type="hidden" value="${page.page}" id="pagecur"><input
+			type="hidden" value="${totalpage}" id="pagetotal"></span></li>
+	<li class="gwgl_table_page_a"><a href="#" id="pagenext"><img
+			src="${ctx}/static/xt/images/gwgl_icon_11.png" class="gwgl_icon_11"></a></li>
+	<li class="gwgl_table_page_a"><a href="#" id="pagelast"><img
+			src="${ctx}/static/xt/images/gwgl_icon_12.png"></a></li>
+	<input type="hidden" value="${page.sort}" id="pagesort" name="sort">
+	<input type="hidden" value="${page.order}" id="pageorder" name="order">
+</ul>
+<p>
+	<span class="now_show">当前显示 ${page.rows==0?0:(page.rows*(page.page-1)+1)}-${page.page*page.rows-(page.rows-pagesize)} 条记录</span><span class="all_page">共 ${totalsize}条记录</span>
+</p>

+ 54 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/menu/btnDetail.jsp

@@ -0,0 +1,54 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../include/header.jsp"%>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        menu.btn.sfCodeArray = '${ty_sf}';
+        if (menu.btn.sfCodeArray) {
+            menu.btn.sfCodeArray = $.parseJSON(menu.btn.sfCodeArray);
+        }
+        menu.btn.data = '${data}';
+        menu.btn.init();
+    });
+</script>
+<div class="easyui-layout"  fit="true" >
+    <div style="padding: 2px 5px; text-align: left;" class="dialog-button">
+        <a href="#" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-save'" onclick="menu.btn.save()">保存</a>
+    </div>
+    <div class="editform">
+        <form id="rform" method="post" novalidate>
+            <input name="mid" type="hidden" value="${precord.id }" /> 
+            <input name="id" type="hidden" value="${record.id }" /> 
+            <table>
+                <tbody>
+                    <tr>
+                        <td class="label">菜单名称:</td>
+						<td>
+                            <input id="pname" name="pname" class="easyui-validatebox" required="true" value="${precord.name }" size="25" disabled="disabled" />
+						</td>
+                    </tr>
+                    <tr>
+                        <td class="label">按钮名称:</td>
+                        <td>
+                            <input id="funcname" name="name" class="easyui-validatebox" required="true" value="${record.name }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label">按钮编码:</td>
+                        <td>
+                            <input id="funcCode" name="code" class="easyui-validatebox" required="true" value="${record.code }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>排序号:</label></td>
+                        <td><input name="sortno" value="${record.sortno}" size="25"  class="easyui-numberbox" /></td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>是否有效:</label></td>
+                        <td><input name="valid" id="valid" style="width:190px"/></td>
+                    </tr>
+				</tbody>
+			</table>
+		</form>
+	</div>
+</div>

+ 62 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/menu/detail.jsp

@@ -0,0 +1,62 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../include/header.jsp"%>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        menu.detail.sfCodeArray = '${ty_sf}';
+        if (menu.detail.sfCodeArray) {
+            menu.detail.sfCodeArray = $.parseJSON(menu.detail.sfCodeArray);
+        }
+        menu.detail.data = '${data}';
+        menu.detail.init();
+    });
+</script>
+<div class="easyui-layout"  fit="true" >
+    <div style="padding: 2px 5px; text-align: left;" class="dialog-button">
+        <a href="#" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-save'" onclick="menu.detail.save()">保存</a>
+    </div>
+    <div class="editform">
+        <form id="rform" method="post" novalidate>
+            <input name="pid" type="hidden" value="${precord.id }" /> 
+            <input name="id" type="hidden" value="${record.id }" /> 
+            <table>
+                <tbody>
+                    <tr>
+                        <td class="label">上级名称:</td>
+						<td>
+                            <input id="pname" name="pname" class="easyui-validatebox" required="true" value="${precord.name }" size="25" disabled="disabled" />
+						</td>
+                    </tr>
+                    <tr>
+                        <td class="label">菜单名称:</td>
+                        <td>
+                            <input id="funcname" name="name" class="easyui-validatebox" required="true" value="${record.name }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label">菜单编码:</td>
+                        <td>
+                            <input id="funcCode" name="code" class="easyui-validatebox" required="true" value="${record.code }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>功能链接:</label></td>
+                        <td><input name="url" value="${record.url}" size="25"  /></td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>排序号:</label></td>
+                        <td><input name="sortno" value="${record.sortno}" size="25"  class="easyui-numberbox" /></td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>是否末级:</label></td>
+                        <td><input name="leaf" id="leaf" style="width:190px"/></td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>是否有效:</label></td>
+                        <td><input name="valid" id="valid" style="width:190px"/></td>
+                    </tr>
+				</tbody>
+			</table>
+		</form>
+	</div>
+</div>

+ 44 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/menu/main.jsp

@@ -0,0 +1,44 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>菜单维护</title>
+<%@ include file="../include/common.jsp"%>
+<script type="text/javascript" src="${ctx}/static/xt/js/menu/main.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/menu/detail.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/menu/btnDetail.js"></script>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        menu.main.init();
+    });
+</script>
+</head>
+<body class="easyui-layout" fit="true" border="false" >
+    <div region="center"  style="width: 100%; height: 100%;border: 2px;" class="easyui-layout" >
+        <div class="easyui-layout" fit=true>
+            <div region="north" id="sysFunctoolbar" border="true" style="padding:5px;background-color: #E7F0FF;" >
+                <shiro:hasPermission name="${app}:menu:add">
+                    <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="menu.main.doAdd()">新增</a>
+                </shiro:hasPermission>
+                <shiro:hasPermission name="${app}:menu:edit">
+                    <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-edit'" onclick="menu.main.doEdit()">修改</a>
+                </shiro:hasPermission>
+                <shiro:hasPermission name="xtweb:menu:delete">
+                    <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-remove'" onclick="menu.main.doDel()">删除</a>
+                </shiro:hasPermission>
+            </div>
+            <div region="center" >
+	            <table  id="grid" pagination="true" sortName="sortno" sortOrder="asc" pagePosition="bottom" rownumbers="true" fit="true" border="false" singleSelect="false" striped="true" fitColumns="true" SelectOnCheck="true" checkOnSelect="true">
+	            </table>
+            </div>
+        </div>
+        <div id="popWin" class="easyui-dialog" title="" style="width: 350px; height: 350px;" data-options="modal:true,closed:true"></div>
+    </div>
+    <div region="west" border="true" split="true" title="功能菜单树" data-options="iconCls:'icon-menutree'" style="width: 250px; padding: 0px;">
+        <ul id="menuTree" class="easyui-tree"></ul>
+    </div>
+</body>
+</html>

+ 49 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/org/detail.jsp

@@ -0,0 +1,49 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../include/header.jsp"%>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        org.detail.sfCodeArray = '${ty_sf}';
+        if (org.detail.sfCodeArray) {
+            org.detail.sfCodeArray = $.parseJSON(org.detail.sfCodeArray);
+        }
+        org.detail.data = '${data}';
+        org.detail.init();
+    });
+</script>
+<div class="easyui-layout" fit="true" >
+    <div style="padding: 2px 5px; text-align: left;" class="dialog-button">
+        <a href="#" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-save'" onclick="org.detail.save()">保存</a>
+    </div>
+    <div class="editform">
+        <form id="rform" method="post" novalidate>
+            <input name="id" type="hidden" value="${record.id }" /> 
+            <input name="pid" type="hidden" value="${precord.id }" /> 
+            <input name="pcode" type="hidden" value="${precord.code }" /> 
+            <table>
+                <tbody>
+                    <tr>
+                        <td class="label">上级名称:</td>
+						<td>
+                            <input  name="pname" class="easyui-validatebox" required="true" value="${precord.name }" size="25" disabled="disabled" />
+						</td>
+                    </tr>
+                    <tr>
+                        <td class="label">组织名称:</td>
+                        <td>
+                            <input name="name" class="easyui-validatebox" required="true" value="${record.name }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>组织编码:</label></td>
+                        <td><input name="code" value="${record.code}" size="25" data-options=''  /></td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>是否有效:</label></td>
+                        <td><input name="valid" id="valid" style="width:190px"/></td>
+                    </tr>
+				</tbody>
+			</table>
+		</form>
+	</div>
+</div>

+ 51 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/org/main.jsp

@@ -0,0 +1,51 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>组织维护</title>
+<%@ include file="../include/common.jsp"%>
+<script type="text/javascript" src="${ctx}/static/xt/js/org/main.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/org/detail.js"></script>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+    	org.main.sfCodeArray = '${ty_sf}';
+        if (org.main.sfCodeArray) {
+            org.main.sfCodeArray = $.parseJSON(org.main.sfCodeArray);
+        }
+        org.main.init();
+    });
+</script>
+</head>
+<body class="easyui-layout" fit="true" border="false" >
+    <div region="center"  style="width: 100%; height: 100%;border: 2px;" >
+	    <div class="easyui-layout" fit=true>
+	        <div region="north" id="sysFunctoolbar" border="true" style="padding:5px;background-color: #E7F0FF;">
+	            <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="org.main.doAdd()">新增</a>
+	            <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-edit'" onclick="org.main.doEdit()">修改</a>
+                <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-remove'" onclick="org.main.doDel()">删除</a>
+                <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="org.main.attrManeger()">组织性质维护</a>
+	        </div>
+	         <div region="center" >
+		        <table id="grid"  pagination="true" pagePosition="bottom" rownumbers="true" fit="true" border="false" singleSelect="false" striped="true" fitColumns="true" SelectOnCheck="true" checkOnSelect="true">
+		            <thead>
+		                <tr>
+		                    <th data-options="field:'id',checkbox:true"></th>
+		                    <th data-options="field:'name',sortable:true,halign:'center'">组织名称</th>
+		                    <th data-options="field:'code',sortable:true,halign:'center'">组织编码</th>
+		                    <th data-options="field:'valid',align:'center',halign:'center'" formatter='sfFormatter'>是否有效</th>
+		                </tr>
+		            </thead>
+		        </table>
+	        </div>
+	    </div>
+    </div>
+    <div region="west" border="true" split="true" title="组织树" data-options="iconCls:'icon-orgtree'" style="width: 250px; padding: 0px;"> 
+        <ul id="orgTree" class="easyui-tree"></ul>
+    </div>
+    <div id="popWin" class="easyui-dialog" title='' style="width: 350px; height: 350px;" data-options="modal:true,closed:true"></div>
+    <div id="orgWin" class="easyui-dialog" title='' style="width: 350px; height: 350px;" data-options="modal:true,closed:true"></div>
+</body>
+</html>

+ 10 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/org/poptree.jsp

@@ -0,0 +1,10 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../include/header.jsp"%>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+    });
+</script>
+<div fit="true" >
+   <ul id="orgTree" class="easyui-tree"></ul>
+</div>

+ 29 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/qbgl/dbqb/detail.jsp

@@ -0,0 +1,29 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../../include/header.jsp"%>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        qbgl.dbqb.detail.data = '${data}';
+        qbgl.dbqb.detail.init();
+    });
+</script>
+<div class="easyui-layout" fit="true" >
+    <div style="padding: 2px 5px; text-align: left;" class="dialog-button">
+        <a href="#" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-save'" onclick="qbgl.dbqb.detail.submit()">提交</a>
+    </div>
+    <div class="editform">
+        <form id="rform" method="post" novalidate>
+            <input name="id" type="hidden" value="${record.id }" /> 
+            <table>
+                <tbody>
+                    <tr>
+                        <td class="label">文件标题:</td>
+                        <td>
+                            <input id="title" name="title" class="easyui-validatebox" required="true" value="${record.title }" size="25" />
+                        </td>
+                    </tr>
+                </tbody>
+            </table>
+        </form>
+    </div>
+</div>

+ 41 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/qbgl/dbqb/main.jsp

@@ -0,0 +1,41 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>待办签报</title>
+<%@ include file="../../include/common.jsp"%>
+<script type="text/javascript" src="${ctx}/static/xt/js/qbgl/dbqb/detail.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/qbgl/dbqb/main.js"></script>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        qbgl.dbqb.main.init();
+    });
+</script>
+</head>
+<body class="easyui-layout" fit="true" border="false" >
+    <div region="north" border="true" style="padding:5px;background-color: #E7F0FF;height: 40px;" >
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="qbgl.dbqb.main.doAdd()">新增</a>
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-edit'" onclick="qbgl.dbqb.main.doEdit()">修改</a>
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-remove'" onclick="qbgl.dbqb.main.doDel()">删除</a>
+    </div>
+    <div region="center"  style="width: 100%; height: 100%;border: 2px;" class="easyui-layout" >
+        <div class="easyui-layout" fit=true>
+            <div region="center" >
+	            <table  id="grid" pagination="true" pagePosition="bottom" rownumbers="true" fit="true" border="false" singleSelect="false" striped="true" fitColumns="true" SelectOnCheck="true" checkOnSelect="true">
+	                <thead>
+	                    <tr>
+	                        <th data-options="field:'id',checkbox:true"></th>
+	                        <th data-options="field:'title',sortable:true,halign:'center'">文件标题</th>
+	                        <th data-options="field:'status',sortable:true,halign:'center'">状态</th>
+	                    </tr>
+	                </thead>
+	            </table>
+            </div>
+        </div>
+    </div>
+    <div id="popWin" class="easyui-dialog" title="" style="width: 350px; height: 120px;" data-options="modal:true,closed:true"></div>
+</body>
+</html>

+ 50 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/role/detail.jsp

@@ -0,0 +1,50 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../include/header.jsp"%>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        role.detail.sfCodeArray = '${ty_sf}';
+        if (role.detail.sfCodeArray) {
+            role.detail.sfCodeArray = $.parseJSON(role.detail.sfCodeArray);
+        }        
+        role.detail.data = '${data}';
+        role.detail.init();
+    });
+</script>
+<div class="easyui-layout" fit="true" >
+    <div style="padding: 2px 5px; text-align: left;" class="dialog-button">
+        <a href="#" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-save'" onclick="role.detail.save()">保存</a>
+    </div>
+    <div class="editform">
+        <form id="rform" method="post" novalidate>
+            <input name="id" type="hidden" value="${record.id }" /> 
+            <input name="orgid" type="hidden" value="${org.id }" /> 
+            <table>
+                <tbody>
+                    <tr>
+                        <td class="label">所在组织:</td>
+                        <td>
+                            <input name="orgname" class="easyui-validatebox" required="true" value="${org.name}" size="25" disabled="disabled" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label">角色名称:</td>
+                        <td>
+                            <input id="name" name="name" class="easyui-validatebox" required="true" value="${record.name }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label">角色编码:</td>
+                        <td>
+                            <input id="code" name="code" class="easyui-validatebox" required="true" value="${record.code }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label"><label>是否有效:</label></td>
+                        <td><input name="valid"  id="valid" style="width:190px"/></td>
+                    </tr>
+                </tbody>
+            </table>
+        </form>
+    </div>
+</div>

+ 62 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/role/main.jsp

@@ -0,0 +1,62 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>角色维护</title>
+<%@ include file="../include/common.jsp"%>
+<script type="text/javascript" src="${ctx}/static/xt/js/role/main.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/role/detail.js"></script>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        role.main.sfCodeArray = '${ty_sf}';
+        if (role.main.sfCodeArray) {
+            role.main.sfCodeArray = $.parseJSON(role.main.sfCodeArray);
+        }        
+        role.main.init();
+    });
+</script>
+</head>
+<body class="easyui-layout" fit="true" border="false" >
+    <div region="north" border="true" style="padding:5px;background-color: #E7F0FF;height: 40px;" >
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="role.main.doAdd()">新增</a>
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-edit'" onclick="role.main.doEdit()">修改</a>
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-remove'" onclick="role.main.doDel()">删除</a>
+    </div>
+    <div region="center"  style="width: 100%; height: 100%;border: 2px;" class="easyui-layout" >
+        <div class="easyui-layout" fit=true>
+	        <div region="north"  border="true" style="padding:5px;background-color: #E7F0FF;height: 45px;" >
+		        <table>
+	                <tr>
+	                    <td>关键字:</td>
+	                    <td><input id="qrolename" type="text" name="qrolename" class="inputtext" onkeyup="value=value.replace(/\s+/g,'')"></td>
+	                    <td>是否有效:</td>
+	                    <td><input name="qvalid" id="qvalid" style="width:190px;cursor:hand"  /></td>
+	                    <td><a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-search'" onclick="role.main.refreshGrid()">查询</a>
+	                    </td>
+	                </tr>
+	            </table>
+	        </div>
+            <div region="center" >
+	            <table  id="grid" pagination="true" pagePosition="bottom" rownumbers="true" fit="true" border="false" singleSelect="false" striped="true" fitColumns="true" SelectOnCheck="true" checkOnSelect="true">
+	                <thead>
+	                    <tr>
+	                        <th data-options="field:'id',checkbox:true"></th>
+	                        <th data-options="field:'name',sortable:true,halign:'center'">名称</th>
+	                        <th data-options="field:'code',sortable:true,halign:'center'">编码</th>
+	                        <th data-options="field:'valid',align:'center',halign:'center'" formatter='sfFormatter'>是否有效</th>
+	                    </tr>
+	                </thead>
+	            </table>
+            </div>
+        </div>
+    </div>
+    <div region="west" border="true" split="true" title="组织树" data-options="iconCls:'icon-orgtree'" style="width: 250px; padding: 0px;">
+        <ul id="orgTree" class="easyui-tree"></ul>
+    </div>
+    <div id="popWin" class="easyui-dialog" title="" style="width: 350px; height: 350px;" data-options="modal:true,closed:true"></div>
+    <div id="userWin" class="easyui-dialog" title="" style="width: 350px; height: 350px;" data-options="modal:true,closed:true"></div>
+</body>
+</html>

+ 30 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/changePwd.jsp

@@ -0,0 +1,30 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../include/header.jsp"%>
+<script type="text/javascript" 
+     src="${ctx}/static/xt/js/grsw/grxx/main.js"></script>
+	<table style="margin: auto; margin-top: 20px">
+		<tbody><tr>
+			<td><label>旧密码<span style="color: red;padding-left:5px;padding-right:5px;">*</span></label></td>
+			<td>
+				<div style="padding: 10px 0">
+				<input name="oldPassword" id="oldPassword"   size="25" type="password"/>
+				</div>
+			</td>
+		</tr>
+		<tr>
+			<td><label>新密码<span style="color: red;padding-left:5px;padding-right:5px;">*</span></label></td>
+			<td>
+				<div style="padding: 10px 0">
+				<input name="newPassword" id="newPassword"  size="25" type="password"/>
+				</div>
+			</td>
+		</tr>
+		<tr>
+			<td><label>确认密码<span style="color: red;padding-left:5px;padding-right:5px;">*</span></label></td>
+			<td>
+				<div style="padding: 10px 0">
+				<input name="copyPassword" id="copyPassword"  size="25" type="password"/>
+				</div>
+			</td>
+		</tr>
+	</tbody></table>

+ 74 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/login.jsp

@@ -0,0 +1,74 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ page import="org.apache.shiro.web.filter.authc.FormAuthenticationFilter"%>
+<%@ page import="org.apache.shiro.authc.ExcessiveAttemptsException"%>
+<%@ page import="org.apache.shiro.authc.IncorrectCredentialsException"%>
+
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
+<c:set var="ctx" value="${pageContext.request.contextPath}" />
+<!DOCTYPE html>
+<html>
+<head>
+<title>登录</title>
+<%@ include file="../include/common.jsp"%>
+<link rel="icon" href="${ctx}/favicon.ico" type="image/x-icon" />
+<link rel="shortcut icon" href="${ctx}/favicon.ico" type="image/x-icon" />
+<script>
+
+</script>
+</head>
+
+<body class="login_bg">
+
+<img src="${ctx}/static/xt/images/login_bg.png" width="100%" class="login_bg_img">
+<form id="loginForm" action="${ctx}/login" method="post" >
+<div class="login_box">
+	<img src="${ctx}/static/xt/images/logo_3.png" class="logo_3">
+    <div class="login_input_box">
+    	<div class="testdiv">
+ 			<div class="testIMG"><img src="${ctx}/static/xt/images/login_icon_1.png" class="login_icon_1"></div>
+ 			<div class="testTXT"><input type="text" id="username" name="username" class="login_admin" placeholder="请输入用户名" ></div>
+		</div>
+    	<div class="testdiv">
+ 			<div class="testIMG"><img src="${ctx}/static/xt/images/login_icon_2.png" class="login_icon_2"></div>
+ 			<div class="testTXT">
+ 			<input type="password" id="password" name="password" class="login_password" placeholder="请输入密码">
+ 			</div>
+ 			<div class="testIMG">
+ 			<img src="${ctx}/static/xt/images/login_icon_4.png" class="login_icon_4">
+       		 <span class="login_forget_password">忘记密码</span>
+ 			</div>
+		</div>
+        <div class="testdiv">
+ 			<div class="testIMG"><img src="${ctx}/static/xt/images/login_icon_3.png" class="login_icon_3"></div>
+ 			<div class="testTXT"><input type="text" class="login_code"  placeholder="验证码"></div>
+ 			<div class="testIMG"><img src="${ctx}/static/xt/images/login_icon_5.png" class="login_icon_5"></div>
+		</div>
+    </div>
+    <button value="" name="" type="submit" class="login_btn_login">登录</button>
+</div>
+</form>
+
+<div class="login_footer">
+	<p><%-- <img src="${ctx}/static/xt/images/logo_2.png"> --%>Copyright 2015 江苏省新通智能交通科技发展有限公司 版权所有</p>
+</div>
+<script>
+$(document).ready(function(){
+	/*$('login_icon_4').mouseover(function(){
+		alert(1)
+		$('.login_forget_password').show();			
+	})
+	$('login_icon_4').mouseout(function(){
+		alert(2)
+		$('.login_forget_password').hide();			
+	})*/
+	$(".login_icon_4").hover(function(){ 
+		$(".login_forget_password").show(); 
+		}, 
+		function(){ 
+		$(".login_forget_password").hide(); 
+	}) 	
+})	
+</script>
+</body>
+</html>

+ 105 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/main.jsp

@@ -0,0 +1,105 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%@ page import="org.apache.shiro.SecurityUtils"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>港口局办公自动化系统</title>
+<%@ include file="../include/common.jsp"%>
+<link rel="icon" href="${ctx}/favicon.ico" type="image/x-icon" />
+<link rel="shortcut icon" href="${ctx}/favicon.ico" type="image/x-icon" />
+<script type="text/javascript" src="${ctx}/static/xt/js/ScrollPic.js"></script>
+
+<script type="text/javascript" src="${ctx}/static/xt/js/sys/main.js"></script>
+<style type="text/css">
+#topmenu a:hover {
+    text-decoration: underline;
+}
+</style>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        sys.main.init();
+    });
+</script>
+</head>
+<body >
+<div class="easyui-layout" fit="true" border="false" style="padding: 0;">
+    <!-- 上部标题 -->
+    <div region="north" border="false" style="padding:0px;width:100%;min-width:1024px;height:90px;">
+        <div style="padding:0px;width:328px;height:75px;background:url(${ctx}/static/xt/images/head_left_bg.png);float:left;position:absolute;z-index:2;overflow: hidden;">
+            <img src="${ctx}/static/xt/images/logo.png" style="margin:10px 0 0 15px;">
+        </div>
+        <div style="padding:0px;float:left;width:100%;height:40px;background:url(${ctx}/static/xt/images/head_right_bg.png) repeat-x;position:absolute;z-index:1;">
+            <ul class="function_box">
+            	<li><a href="#" onclick="sys.main.showhome()"><img src="${ctx}/static/xt/images/icon_home.png" class="icon_home"></a></li>
+                <%-- <li><a href="${ctx}/accessory/downloadguide"><img src="${ctx}/static/xt/images/icon_info.png" class="icon_info"></a></li> --%>
+                <li><a href="#" onclick="sys.main.showsjx()"><img src="${ctx}/static/xt/images/icon_mail.png" class="icon_mail"><span class="notice">${num }</span></a></li>
+                <%-- <li><a href="#" onclick="sys.main.showMng()"><img src="${ctx}/static/xt/images/icon_lock.png" class="icon_lock"></a></li> --%>
+                <li><a href="#" onclick="sys.main.showConf()"><img src="${ctx}/static/xt/images/icon_power.png" class="icon_power"></a></li>
+            </ul>
+        </div>
+        <div class="rollphotos">
+            <div class="blk_29">
+                <div class="LeftBotton" id="LeftArr"></div>
+                <div class="Cont" id="ISL_Cont_1">
+                <!-- 图片列表 begin -->
+                <c:forEach items="${accordion}" var="menu">
+                    <div class="box">
+                        <a class="${menu.icon2}" href="#" onclick="sys.main.getSEmenu('${menu.id}');"></a> 
+                        <p nowrap><a  href="#" onclick="sys.main.getSEmenu('${menu.id}');" >${menu.name}</p></a>
+                    </div>
+                </c:forEach>
+                </div>
+               <div class="RightBotton" id="RightArr"></div> 
+            </div>
+        </div>
+        <div class="easyui-layout"  border="false"  style="padding: 0px;width: 100%;height: 90px;">
+            <div region="west" border="false" style="width:143px;border-right:0px solid #d5d8dc;float:left;background:#e3e6eb;margin-top:0px;overflow:hidden;">
+                    <IMG SRC="${ctx}/static/xt/images/main/space_bg_01.gif" ALT=""  style="border:none;width: 100%;height: 90px;" >
+            </div>
+            <div  region="center"  style="width:100%;overflow: hidden;" border="false" >
+                    <IMG SRC="${ctx}/static/xt/images/main/space_bg_02.gif" width="100%" HEIGHT=90 ALT=""  style="border:none;width: 100%" >
+            </div>
+        </div>
+    </div>
+    <!-- 下部导航和一览 -->
+    <div region="center"  style="width: 100%; height: 100%;" border="false" >
+        <div fit="true" class="easyui-layout"  border="false"  style=" padding: 0px;">
+            <!-- 左侧导航 -->
+            <div region="west" border="false" style="width:143px;border-right:1px solid #d5d8dc;float:left;background:#e3e6eb;margin-top:0px;overflow-y:auto;">
+                <div style="padding:0px;float:left;width:100%;height:29px;background:url(${ctx}/static/xt/images/main/space_bg_03.gif) no-repeat;position:absolute;z-index:1;">
+                    <span style="position:relative;z-index:999;font-size:12px;color:#deae70;margin:0 0 10px 20px;display:block;">欢迎您,</span>
+                </div>
+                 <h1 class="navigation_menu" style="padding-top: 30px;"><img src="${ctx}/static/xt/images/menu_logo.png">功能导航</h1>
+                 <div class="menu_list">
+                        <div class="menu_list_top"></div>
+                        <div class="menu_list_content">
+                            <ul class="menu_nav_1">
+                            </ul>
+                        </div>
+                        <div class="memi_list_bottom"></div>
+                    </div>
+            </div>
+            <!-- 右侧一览 -->
+            <div region="center"   border="false" class="xttab">
+                    <div id="maintab" class="xttabb easyui-tabs" fit="true" border="false" plain="true" style="padding: 0px; width: 100%; height: 100%" data-options="tools:'#tab-tools'"></div>
+            </div>
+        </div>
+    </div>
+    <div border="false"  region="south"  style="width:100%;height:32px;background:#333;clear:both;">
+        <p style="font-size:14px;text-align:center;color:#fff;line-height:32px;">Copyright 2015 江苏省新通智能交通科技发展有限公司 版权所有</p>
+    </div>
+    <div id="passwordMngWin" class="easyui-dialog" title="密码修改"
+        style="width: 430px; height: 330px;z-index: 88888"
+        data-options="modal:true,closed:true">
+    </div>
+    <div id="tabsMenu" class="easyui-menu" style="width: 120px;">
+        <div id="tabsMenu-tabclose">关闭</div>
+        <div id="tabsMenu-tabcloseother">关闭其他</div>
+        <div id="tabsMenu-tabcloseall">关闭全部</div>
+    </div>
+</body>
+</html>

+ 259 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/portal.jsp

@@ -0,0 +1,259 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>首页</title>
+<%@ include file="../include/common.jsp"%>
+<script type="text/javascript" src="${ctx}/static/xt/js/sys/portal.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/sys/main.js"></script>
+<script type="text/javascript">
+// 页面加载完成后执行
+$(document).ready(function() {
+    //sys.portal.init();
+});
+
+function godbfw(){
+    parent.sys.main.addmaintab('待办发文', $.ctx + '/dbfw/main', true);
+}
+
+function goaddfw(){
+    parent.sys.main.addmaintab('待办发文', $.ctx + '/dbfw/add', true);
+}
+
+function godbsw(){
+    parent.sys.main.addmaintab('待办收文', $.ctx + '/dbsw/main', true);
+}
+function goaddsw(){
+    parent.sys.main.addmaintab('待办收文', $.ctx + '/dbsw/add', true);
+}
+
+function godbqb(){
+    parent.sys.main.addmaintab('待办签报', $.ctx + '/dbqb/main', true);
+}
+function goaddqb(){
+    parent.sys.main.addmaintab('待办签报', $.ctx + '/dbqb/add', true);
+}
+
+function fwview(id){
+    parent.sys.main.addmaintab('待办发文', $.ctx+"/dbfw/view?id="+id, true);
+}
+
+function swview(id){
+    parent.sys.main.addmaintab('待办收文', $.ctx + '/dbsw/view?flag=0&rflag=0&id='+id, true);
+}
+
+function qbview(id){
+    parent.sys.main.addmaintab('待办签报', $.ctx + '/dbqb/view?flag=0&rflag=0&id='+id, true);
+}
+</script>
+</head>
+<body border="false" >
+ <div class="work_box" style="height:650px;">
+
+            <div class="work_list">
+            	<div class="work_box_1">
+                	<h1 class="work_box_title">
+                    	<span>待办发文</span>
+                    	  <ul>
+                        	<li style="	margin-top: -5px;"><a href="#" onclick="goaddfw()"><img src="${ctx}/static/xt/images/icon_add.png"></a></li>
+                          </ul>
+                    </h1>
+                    <ul class="worl_box_detail">
+                   <c:forEach items="${fwlist}" var="fw"  varStatus="id" end="5">
+                    	<li onclick="fwview('${fw.id}')">
+                        	<a href="#" >
+                            	<span class="link" title="${fw.title }"> ${id.count}. ${fw.cxtitle }</span>
+                                <span class="data">${fn:substring(fw.fwdate,0,10) }</span>
+                                <span class="review">${fw.status }</span>
+                            </a>
+                        </li>
+                      </c:forEach >
+                    <c:if test="${fwcount ==6}">	
+                     <c:forEach items="${c}" var="fwc" begin="0" end="${fwcount}">
+                     	<li>
+                        </li>
+                     </c:forEach>
+                     </c:if>	
+                     <c:if test="${fwcount>0 && fwcount <6}">	
+                     <c:forEach items="${c}" var="fwc" begin="1" end="${fwcount}">
+                     	<li>
+                        </li>
+                     </c:forEach>
+                     </c:if>	
+                      
+                        <li style="text-align:center;">
+                        	<a href="#" onclick="godbfw()">
+                            	<span class="read_more">查看更多</span>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+                <div class="work_box_2">
+                	<h1 class="work_box_title">
+                    	<span>待办收文</span>
+                    	<ul>
+                        	<li style="	margin-top: -5px;"><a href="#" onclick="goaddsw()"><img src="${ctx}/static/xt/images/icon_add.png"></a></li>
+                          </ul>
+                    </h1>
+                    <ul class="worl_box_detail">
+                      
+                      <c:forEach items="${swlist}" var="sw"  varStatus="id" end="5">
+                    	<li onclick="swview('${sw.id}')">
+                        	<a href="#">
+                            	<span class="link" title="${sw.title }"> ${id.count}. ${sw.cxtitle }</span>
+                                <span class="data">${fn:substring(sw.addDate,0,10) }</span>
+                                <span class="review">${sw.status }</span>
+                            </a>
+                        </li>
+                      </c:forEach >
+                    <c:if test="${swcount ==6}">	
+	                     <c:forEach items="${c}" var="fwc" begin="0" end="${swcount}">
+	                     	<li>
+	                        </li>
+	                     </c:forEach>
+                     </c:if>	
+                      <c:if test="${swcount>0 && swcount <6}">
+                     <c:forEach items="${c}" var="swc" begin="1" end="${swcount}">
+                      	<li>
+                        </li>
+                     </c:forEach>
+                     </c:if>
+                        <li style="text-align:center;">
+                        	<a href="#" onclick="godbsw()">
+                            	<span class="read_more">查看更多</span>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+            <div class="work_list">
+            	<div class="work_box_1">
+                	<h1 class="work_box_title">
+                    	<span>待办签报</span>
+                       <ul>
+                        	<li style="	margin-top: -5px;"><a href="#" onclick="goaddqb()"><img src="${ctx}/static/xt/images/icon_add.png"></a></li>
+                          </ul>
+                    </h1>
+                    <ul class="worl_box_detail">
+                    	<c:forEach items="${qblist}" var="qb"  varStatus="id" end="5">
+                    	<li onclick="qbview('${qb.id}')">
+                        	<a href="#" >
+                            	<span class="link" title="${qb.title }"> ${id.count}. ${qb.cxtitle }</span>
+                                <span class="data">${fn:substring(qb.addDate,0,10) }</span>
+                                <span class="review">${qb.status }</span>
+                            </a>
+                        </li>
+                      </c:forEach >
+                    <c:if test="${qbcount ==6}">	
+                     <c:forEach items="${c}" var="fwc" begin="0" end="${qbcount}">
+                     	<li>
+                        </li>
+                     </c:forEach>
+                     </c:if>	
+                     <c:if test="${qbcount>0 && qbcount <6}">	
+                     <c:forEach items="${c}" var="fwc" begin="1" end="${qbcount}">
+                     	<li>
+                        </li>
+                     </c:forEach>
+                     </c:if>	
+                        <li style="text-align:center;">
+                        	<a href="#" onclick="godbqb()">
+                            	<span class="read_more">查看更多</span>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+                <div class="work_box_2">
+                	<h1 class="work_box_title">
+                    	<span>其他待办</span>
+                        <!--<ul>
+                        	<li><a href="#"><img src="images/work_icon_tool.png"></a></li>
+                            <li><a href="#"><img src="images/work_icon_min.png"></a></li>
+                            <li><a href="#"><img src="images/work_icon_close.png"></a></li>
+                        </ul>-->
+                    </h1>
+                    <ul class="worl_box_detail">
+                    	<li>
+                        	<!-- <a href="#">
+                            	<span class="link">1. 第86次厅务会议纪要(13)...</span>
+                                
+                                <span class="data">2014/10/01</span>
+                                <span class="review">部门审核</span>
+                            </a> -->
+                        </li>
+                        <li>
+                        	<!-- <a href="#">
+                            	<span class="link">2. 第86次厅务会议纪要(13)...</span>
+                                
+                                <span class="data">2014/10/01</span>
+                                <span class="review">部门审核</span>
+                            </a> -->
+                        </li>
+                        <li>
+                        	<!-- <a href="#">
+                            	<span class="link">3. 第86次厅务会议纪要(13)...</span>
+                                
+                                <span class="data">2014/10/01</span>
+                                <span class="review">部门审核</span>
+                            </a> -->
+                        </li>
+                        <li>
+                        	<!-- <a href="#">
+                            	<span class="link">4. 第86次厅务会议纪要(13)...</span>
+                                
+                                <span class="data">2014/10/01</span>
+                                <span class="review">部门审核</span>
+                            </a> -->
+                        </li>
+                        <li>
+                        	<!-- <a href="#">
+                            	<span class="link">5. 第86次厅务会议纪要(13)...</span>
+                                
+                                <span class="data">2014/10/01</span>
+                                <span class="review">部门审核</span>
+                            </a> -->
+                        </li>
+                        <li>
+                        	<!-- <a href="#">
+                            	<span class="link">6. 第86次厅务会议纪要(13)...</span>
+                                
+                                <span class="data">2014/10/01</span>
+                                <span class="review">部门审核</span>
+                            </a> -->
+                        </li>
+                        <li style="text-align:center;">
+                        	<a href="#">
+                            	<span class="read_more">查看更多</span>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+
+
+
+    <!--<div region="north" border="true" style="padding:5px;background-color: #E7F0FF;height: 40px;" >
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-ok'" onclick="">处理</a>
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-search'" onclick="">查看</a>
+    </div>
+    
+     <div region="center"  style="width: 100%; height: 100%;border: 2px;" title="待办任务">
+            <table  id="grid" pagination="true" pagePosition="bottom" rownumbers="true" fit="true" border="false" singleSelect="true" striped="true" fitColumns="true" SelectOnCheck="true" checkOnSelect="true">
+                <thead>
+                    <tr>
+                        <th data-options="field:'bizName',sortable:false,align:'center',width:100">业务名称</th>
+                        <th data-options="field:'processName',sortable:false,align:'center',width:40">实例名称</th>
+                        <th data-options="field:'stepName',sortable:false,align:'center',width:40">流程步骤</th>
+                        <th data-options="field:'senderName',sortable:false,align:'center',width:60">发送人</th>
+                        <th data-options="field:'senderTime',sortable:false,align:'center',width:40">发送时间</th>
+                        <th data-options="field:'senderOrgName',sortable:false,align:'center',width:100">发送人机构</th>
+                    </tr>
+                </thead>
+            </table>
+    </div> -->
+</body>
+</html>

+ 13 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/sys/todo.jsp

@@ -0,0 +1,13 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>建设中</title>
+</head>
+<body>
+功能建设中……
+敬请期待……
+</body>
+</html>

+ 51 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/user/detail.jsp

@@ -0,0 +1,51 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../include/header.jsp"%>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        user.detail.sfCodeArray = '${ty_sf}';
+        if (user.detail.sfCodeArray) {
+            user.detail.sfCodeArray = $.parseJSON(user.detail.sfCodeArray);
+        }        
+        user.detail.data = '${data}';
+        // 转换数据字符串为对象
+        if (user.detail.data) {
+            user.detail.data = $.parseJSON(user.detail.data);
+        }
+        user.detail.init();
+    });
+</script>
+<div class="easyui-layout" fit="true" >
+    <div style="padding: 2px 5px; text-align: left;" class="dialog-button">
+        <a href="#" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-save'" onclick="user.detail.save()">保存</a>
+    </div>
+    <div class="editform">
+        <form id="rform" method="post" novalidate>
+            <input name="id" type="hidden" value="${record.id }" /> 
+            <input name="org" type="hidden" value="${record.org }" /> 
+            <table>
+                <tbody>
+                    <tr>
+                        <td class="label">姓名:</td>
+                        <td>
+                            <input id="name" name="name" class="easyui-validatebox" required="true" value="${record.name }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label">账号:</td>
+                        <td>
+                            <input id="uname" name="uname" class="easyui-validatebox" required="true" value="${record.uname }" size="25" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="label">所在组织:</td>
+                        <td><input name="orgName" class="easyui-validatebox" required="true" value="${record.orgName}" size="25" disabled="disabled" /></td>
+                    </tr>                    <tr>
+                        <td class="label"><label>是否有效:</label></td>
+                        <td><input name="valid"  id="valid" style="width:190px"/></td>
+                    </tr>
+                </tbody>
+            </table>
+        </form>
+    </div>
+</div>

+ 82 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/user/main.jsp

@@ -0,0 +1,82 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+    pageEncoding="UTF-8"%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>用户维护</title>
+<%@ include file="../include/common.jsp"%>
+<script type="text/javascript" src="${ctx}/static/xt/js/user/main.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/user/detail.js"></script>
+<script type="text/javascript" src="${ctx}/static/xt/js/user/roleManager.js"></script>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        user.main.sfCodeArray = '${ty_sf}';
+        if (user.main.sfCodeArray) {
+            user.main.sfCodeArray = $.parseJSON(user.main.sfCodeArray);
+        }        
+        user.main.init();
+    });
+</script>
+</head>
+<body class="easyui-layout" fit="true" border="false" >
+    <div region="north" border="true" style="padding:5px;background-color: #E7F0FF;height: 40px;" >
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="user.main.doAdd()">新增</a>
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-edit'" onclick="user.main.doEdit()">修改</a>
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-remove'" onclick="user.main.doDel()">删除</a>
+        <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-edit'" onclick="user.main.roleManager()">关联角色</a>
+    </div>
+    <div region="center"  style="width: 100%; height: 100%;border: 2px;" class="easyui-layout"  fit=true>
+        <div region="north"  border="true" style="padding:5px;background-color: #E7F0FF;height: 45px;" >
+         <table>
+                <tr>
+                    <td>用户名:</td>
+                    <td><input id="qusername" type="text" name="qusername" class="inputtext" onkeyup="value=value.replace(/\s+/g,'')"></td>
+                    <td>是否有效:</td>
+                    <td><input name="qvalid" id="qvalid" style="width:190px;cursor:hand"  /></td>
+                    <td><a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-search'" onclick="user.main.refreshGrid()">查询</a>
+                    </td>
+                </tr>
+            </table>
+        </div>
+           <div region="center" >
+            <table  id="grid" pagination="true" pagePosition="bottom" rownumbers="true" fit="true" border="false" singleSelect="false" striped="true" fitColumns="true" SelectOnCheck="true" checkOnSelect="true">
+                <thead>
+                    <tr>
+                        <th data-options="field:'id',checkbox:true"></th>
+                        <th data-options="field:'name',sortable:true,halign:'center'">名称</th>
+                           <th data-options="field:'uname',sortable:true,halign:'center'">账号</th>
+                           <th data-options="field:'orgName',sortable:true,halign:'center'">组织名称</th>
+                        <th data-options="field:'valid',align:'center',halign:'center'" formatter='sfFormatter'>是否有效</th>
+                    </tr>
+                </thead>
+            </table>
+           </div>
+    </div>
+    <div region="west" border="true" split="true" title="组织树" data-options="iconCls:'icon-orgtree'" style="width: 250px; padding: 0px;">
+        <ul id="orgTree" class="easyui-tree"></ul>
+    </div>
+    <div id="popWin" class="easyui-dialog" title="" style="width: 350px; height: 350px;" data-options="modal:true,closed:true"></div>
+    <div id="roleWin" class="easyui-dialog" title="" style="width: 350px; height: 350px;" data-options="modal:true,closed:true"></div>
+    <div id="roleListWin" class="easyui-dialog" title="选择角色" style="width: 350px; height: 350px;" data-options="modal:true,closed:true,toolbar: '#dlg-toolbar'">
+	    <table  id="roleListGrid" pagination="false" rownumbers="true" fit="true" border="false" singleSelect="false" striped="true" fitColumns="true" SelectOnCheck="true" checkOnSelect="true">
+	        <thead>
+	            <tr>
+	                <th data-options="field:'id',checkbox:true"></th>
+	                <th data-options="field:'name',sortable:true,halign:'center'">角色名称</th>
+	            </tr>
+	        </thead>
+	    </table>
+    </div>
+        <div id="dlg-toolbar" style="padding:2px 0">
+        <table cellpadding="0" cellspacing="0" style="width:100%">
+            <tr>
+                <td style="padding-left:2px">
+                    <a href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-edit',plain:true" onclick="user.role.ok()" >确定</a>
+                </td>
+            </tr>
+        </table>
+    </div>
+</body>
+</html>

+ 28 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/pages/user/roleManager.jsp

@@ -0,0 +1,28 @@
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ include file="../include/header.jsp"%>
+<script type="text/javascript">
+    // 页面加载完成后执行
+    $(document).ready(function() {
+        user.role.data = '${data}';
+        if (user.role.data) {
+            user.role.data = $.parseJSON(user.role.data);
+        }
+        user.role.init();
+    });
+</script>
+<div class="easyui-layout"  fit="true" >
+    <div region="north"  style="padding: 2px 5px; text-align: left;" class="dialog-button">
+        <a href="#" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-add'" onclick="user.role.add()">关联角色</a>
+        <a href="#" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-remove'" onclick="user.role.remove()">取消关联</a>
+    </div>
+    <div region="center" >
+        <table  id="roleGrid" name="roleGrid" pagination="true" pagePosition="bottom" rownumbers="true" fit="true" border="false" singleSelect="false" striped="true" fitColumns="true" SelectOnCheck="true" checkOnSelect="true">
+            <thead>
+                <tr>
+                    <th data-options="field:'id',checkbox:true"></th>
+                    <th data-options="field:'name',sortable:true,halign:'center'">角色名称</th>
+                </tr>
+            </thead>
+        </table>
+    </div>
+</div>

+ 132 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/WEB-INF/web.xml

@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xmlns="http://java.sun.com/xml/ns/javaee"
+	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
+	id="WebApp_ID" version="3.0">
+	<display-name>新通开发框架</display-name>
+
+	<!-- Spring ApplicationContext配置文件的路径,可使用通配符,多个路径用,号分隔 此参数用于后面的Spring Context 
+		Loader -->
+	<context-param>
+		<param-name>contextConfigLocation</param-name>
+		<param-value>
+			classpath*:/spring/applicationContext*.xml
+		</param-value>
+	</context-param>
+	<context-param>
+		<param-name>log4jConfigLocation</param-name>
+		<param-value>classpath:/log4j/log4j.xml</param-value>
+	</context-param>
+	<context-param>
+		<param-name>webAppRootKey</param-name>
+		<param-value>app.root</param-value>
+	</context-param>
+	<context-param>
+		<param-name>log4jRefreshInterval</param-name>
+		<param-value>3000</param-value>
+	</context-param>
+	<context-param>
+		<param-name>resourceCacheTime</param-name>
+		<param-value>3600</param-value>
+	</context-param>
+	<listener>
+		<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
+	</listener>
+	<!--Spring的ApplicationContext 载入 -->
+	<listener>
+		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
+	</listener>
+	<!-- To allow session-scoped beans in Spring 【SystemAuthenticationListener】 -->
+	<listener>
+		<listener-class>org.springframework.web.context.request.RequestContextListener</listener-class>
+	</listener>
+	<!-- Filter 定义 -->
+	<!-- Character Encoding filter -->
+	<filter>
+		<filter-name>encodingFilter</filter-name>
+		<filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>
+		<init-param>
+			<param-name>encoding</param-name>
+			<param-value>UTF-8</param-value>
+		</init-param>
+		<init-param>
+			<param-name>forceEncoding</param-name>
+			<param-value>true</param-value>
+		</init-param>
+	</filter>
+	<filter-mapping>
+		<filter-name>encodingFilter</filter-name>
+		<url-pattern>/*</url-pattern>
+	</filter-mapping>
+	<!-- Open Entity Manager in View filter -->
+	<filter>
+		<filter-name>openEntityManagerInViewFilter</filter-name>
+		<filter-class>org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter</filter-class>
+	</filter>
+	<filter-mapping>
+		<filter-name>openEntityManagerInViewFilter</filter-name>
+		<url-pattern>/*</url-pattern>
+	</filter-mapping>
+	<filter>
+		<filter-name>openSessionInViewFilter</filter-name>
+		<filter-class>org.springframework.orm.hibernate4.support.OpenSessionInViewFilter</filter-class>
+	</filter>
+	<filter-mapping>
+		<filter-name>openSessionInViewFilter</filter-name>
+		<url-pattern>/*</url-pattern>
+	</filter-mapping>
+	<servlet>
+		<servlet-name>InitServlet</servlet-name>
+		<servlet-class>com.xtframe.admin.common.InitServlet</servlet-class>
+		<init-param>
+			<param-name>initSystem</param-name>
+			<param-value>false</param-value>
+		</init-param>
+		<load-on-startup>99</load-on-startup>
+	</servlet>
+	<!-- Spring MVC Servlet -->
+	<servlet>
+		<servlet-name>springServlet</servlet-name>
+		<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
+		<init-param>
+			<param-name>contextConfigLocation</param-name>
+			<param-value>classpath*:/spring/spring-mvc.xml</param-value>
+		</init-param>
+		<load-on-startup>2</load-on-startup>
+	</servlet>
+	<servlet-mapping>
+		<servlet-name>springServlet</servlet-name>
+		<url-pattern>/</url-pattern>
+	</servlet-mapping>
+	<!-- session超时定义,单位为分钟 -->
+	<session-config>
+		<session-timeout>20</session-timeout>
+	</session-config>
+	<jsp-config>
+		<taglib id="TagLibRef_1086328608417">
+			<taglib-uri>/authz-tags</taglib-uri>
+			<taglib-location>/WEB-INF/authz.tld</taglib-location>
+		</taglib>
+	</jsp-config>
+	<error-page>
+		<error-code>404</error-code>
+		<location>/WEB-INF/pages/error/404.jsp</location>
+	</error-page>
+	<error-page>
+		<error-code>500</error-code>
+		<location>/WEB-INF/pages/error/500.jsp</location>
+	</error-page>
+	<error-page>
+		<error-code>403</error-code>
+		<location>/WEB-INF/pages/error/403.jsp</location>
+	</error-page>
+
+	<welcome-file-list>
+		<welcome-file>index.html</welcome-file>
+		<welcome-file>index.htm</welcome-file>
+		<welcome-file>index.jsp</welcome-file>
+		<welcome-file>default.html</welcome-file>
+		<welcome-file>default.htm</welcome-file>
+		<welcome-file>default.jsp</welcome-file>
+	</welcome-file-list>
+</web-app>

+ 5220 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_debug.log

@@ -0,0 +1,5220 @@
+[2015-04-21 17:24:00,864][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@629192
+[2015-04-21 17:24:00,864][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@629192
+[2015-04-21 17:24:00,865][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@629192
+[2015-04-21 17:24:00,867][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@6c8123
+[2015-04-21 17:24:00,869][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@5f7467
+[2015-04-21 17:24:00,870][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1b26864
+[2015-04-21 17:24:00,873][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ce18c
+[2015-04-21 17:24:00,874][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ce18c
+[2015-04-21 17:24:00,874][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1ce18c
+[2015-04-21 17:24:00,876][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@bb5ec0
+[2015-04-21 17:24:00,876][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@bb5ec0
+[2015-04-21 17:24:00,876][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@bb5ec0
+[2015-04-21 17:24:00,879][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@128c7ce
+[2015-04-21 17:24:00,879][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@128c7ce
+[2015-04-21 17:24:00,879][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@128c7ce
+[2015-04-21 17:24:00,881][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1da6308
+[2015-04-21 17:24:00,882][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1da6308
+[2015-04-21 17:24:00,882][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1da6308
+[2015-04-21 17:24:00,884][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@18a9f36
+[2015-04-21 17:24:00,885][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@18a9f36
+[2015-04-21 17:24:00,885][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@18a9f36
+[2015-04-21 17:24:00,889][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@bafc4c
+[2015-04-21 17:24:00,890][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@bafc4c
+[2015-04-21 17:24:00,890][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@bafc4c
+[2015-04-21 17:24:00,892][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1f8883a
+[2015-04-21 17:24:00,892][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1f8883a
+[2015-04-21 17:24:00,893][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1f8883a
+[2015-04-21 17:24:00,896][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1e93c14
+[2015-04-21 17:24:00,896][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1e93c14
+[2015-04-21 17:24:00,898][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1162077
+[2015-04-21 17:24:00,899][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1162077
+[2015-04-21 17:24:00,901][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@11a6cf
+[2015-04-21 17:24:00,901][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@11a6cf
+[2015-04-21 17:24:00,903][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@8085ef
+[2015-04-21 17:24:00,905][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1e801f4
+[2015-04-21 17:24:00,906][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@15e8b58
+[2015-04-21 17:24:00,907][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@15e8b58
+[2015-04-21 17:24:00,910][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@25d936
+[2015-04-21 17:24:00,911][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@25d936
+[2015-04-21 17:24:00,914][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@9501e2
+[2015-04-21 17:24:00,914][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@9501e2
+[2015-04-21 17:24:00,917][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@10f2e02
+[2015-04-21 17:24:00,917][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@10f2e02
+[2015-04-21 17:24:00,917][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@10f2e02
+[2015-04-21 17:24:00,920][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@57e272
+[2015-04-21 17:24:00,923][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@1d15244
+[2015-04-21 17:24:00,923][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1d15244
+[2015-04-21 17:24:00,923][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1d15244
+[2015-04-21 17:24:00,924][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@b9b6a7
+[2015-04-21 17:24:00,927][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1dceace
+[2015-04-21 17:24:00,927][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1dceace
+[2015-04-21 17:24:00,929][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@19a5197
+[2015-04-21 17:24:00,929][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@19a5197
+[2015-04-21 17:24:00,931][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@1b5cf07
+[2015-04-21 17:24:00,931][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@1b5cf07
+[2015-04-21 17:24:00,933][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@1b24f6f
+[2015-04-21 17:24:00,933][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1b24f6f
+[2015-04-21 17:24:00,936][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@77d7ba
+[2015-04-21 17:24:00,936][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@77d7ba
+[2015-04-21 17:24:00,937][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1692556
+[2015-04-21 17:24:00,939][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1467e74
+[2015-04-21 17:24:00,942][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@17ffa55
+[2015-04-21 17:24:00,942][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@17ffa55
+[2015-04-21 17:24:00,942][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@17ffa55
+[2015-04-21 17:24:00,944][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@bc0896
+[2015-04-21 17:24:00,944][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@bc0896
+[2015-04-21 17:24:00,945][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@bc0896
+[2015-04-21 17:24:00,946][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@8a8eb3
+[2015-04-21 17:24:00,955][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@1d5691a
+[2015-04-21 17:24:00,955][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@1d5691a
+[2015-04-21 17:24:00,955][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@1d5691a
+[2015-04-21 17:24:00,958][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@41a150
+[2015-04-21 17:24:00,958][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@41a150
+[2015-04-21 17:24:00,958][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@41a150
+[2015-04-21 17:24:00,960][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@e3c0e3
+[2015-04-21 17:24:00,961][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@fb6dcb
+[2015-04-21 17:24:00,974][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@129977a
+[2015-04-21 17:24:00,975][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@129977a
+[2015-04-21 17:24:00,976][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@17d089c
+[2015-04-21 17:24:00,985][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@16f6c5b
+[2015-04-21 17:24:00,986][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@16f6c5b
+[2015-04-21 17:24:00,994][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1a31895
+[2015-04-21 17:24:00,995][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1a31895
+[2015-04-21 17:24:00,996][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@129f514
+[2015-04-21 17:24:00,997][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1266aa7
+[2015-04-21 17:24:00,999][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@15dfcbc
+[2015-04-21 17:24:01,005][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@19f17b1
+[2015-04-21 17:24:01,005][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@19f17b1
+[2015-04-21 17:24:01,006][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@13eb56c
+[2015-04-21 17:24:01,006][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1f8e5e4
+[2015-04-21 17:24:01,006][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1bcf350
+[2015-04-21 17:24:01,006][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@a21ac
+[2015-04-21 17:24:01,007][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@128b29c
+[2015-04-21 17:24:01,007][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@e635e6
+[2015-04-21 17:24:01,007][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1dccf19
+[2015-04-21 17:24:01,007][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1a0aaa8
+[2015-04-21 17:24:04,528][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-21 17:29:33,703][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@f26f23
+[2015-04-21 17:29:33,703][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@f26f23
+[2015-04-21 17:29:33,703][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@f26f23
+[2015-04-21 17:29:33,705][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@50c570
+[2015-04-21 17:29:33,708][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@17f3214
+[2015-04-21 17:29:33,709][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1167c35
+[2015-04-21 17:29:33,711][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@5c6936
+[2015-04-21 17:29:33,712][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@5c6936
+[2015-04-21 17:29:33,712][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@5c6936
+[2015-04-21 17:29:33,715][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@6b28b4
+[2015-04-21 17:29:33,715][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@6b28b4
+[2015-04-21 17:29:33,715][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@6b28b4
+[2015-04-21 17:29:33,718][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1512b6c
+[2015-04-21 17:29:33,718][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1512b6c
+[2015-04-21 17:29:33,719][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1512b6c
+[2015-04-21 17:29:33,721][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@88b14b
+[2015-04-21 17:29:33,721][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@88b14b
+[2015-04-21 17:29:33,721][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@88b14b
+[2015-04-21 17:29:33,724][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1547bae
+[2015-04-21 17:29:33,724][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1547bae
+[2015-04-21 17:29:33,724][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1547bae
+[2015-04-21 17:29:33,728][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1f8da16
+[2015-04-21 17:29:33,728][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1f8da16
+[2015-04-21 17:29:33,728][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@1f8da16
+[2015-04-21 17:29:33,731][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@877316
+[2015-04-21 17:29:33,731][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@877316
+[2015-04-21 17:29:33,732][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@877316
+[2015-04-21 17:29:33,736][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@19bd8aa
+[2015-04-21 17:29:33,736][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@19bd8aa
+[2015-04-21 17:29:33,738][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@7ab707
+[2015-04-21 17:29:33,738][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@7ab707
+[2015-04-21 17:29:33,740][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@92d51f
+[2015-04-21 17:29:33,740][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@92d51f
+[2015-04-21 17:29:33,742][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@419d65
+[2015-04-21 17:29:33,744][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@2ad641
+[2015-04-21 17:29:33,746][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@11adeef
+[2015-04-21 17:29:33,746][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@11adeef
+[2015-04-21 17:29:33,750][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@6c5609
+[2015-04-21 17:29:33,751][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@6c5609
+[2015-04-21 17:29:33,754][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@af100d
+[2015-04-21 17:29:33,754][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@af100d
+[2015-04-21 17:29:33,757][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@1711727
+[2015-04-21 17:29:33,757][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1711727
+[2015-04-21 17:29:33,757][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1711727
+[2015-04-21 17:29:33,760][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@84e63b
+[2015-04-21 17:29:33,763][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@16066a0
+[2015-04-21 17:29:33,763][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@16066a0
+[2015-04-21 17:29:33,763][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@16066a0
+[2015-04-21 17:29:33,764][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@cd2d4a
+[2015-04-21 17:29:33,766][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@b12a2d
+[2015-04-21 17:29:33,766][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@b12a2d
+[2015-04-21 17:29:33,768][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@4a689c
+[2015-04-21 17:29:33,768][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@4a689c
+[2015-04-21 17:29:33,770][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@15b7436
+[2015-04-21 17:29:33,770][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@15b7436
+[2015-04-21 17:29:33,772][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@160b402
+[2015-04-21 17:29:33,772][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@160b402
+[2015-04-21 17:29:33,776][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1a0784f
+[2015-04-21 17:29:33,777][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1a0784f
+[2015-04-21 17:29:33,778][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@b8ec86
+[2015-04-21 17:29:33,779][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@749ed3
+[2015-04-21 17:29:33,782][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@168ae23
+[2015-04-21 17:29:33,782][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@168ae23
+[2015-04-21 17:29:33,782][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@168ae23
+[2015-04-21 17:29:33,785][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@10099e7
+[2015-04-21 17:29:33,785][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@10099e7
+[2015-04-21 17:29:33,785][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@10099e7
+[2015-04-21 17:29:33,787][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@4d9531
+[2015-04-21 17:29:33,789][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@882718
+[2015-04-21 17:29:33,790][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@882718
+[2015-04-21 17:29:33,790][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@882718
+[2015-04-21 17:29:33,792][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@e8310d
+[2015-04-21 17:29:33,792][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@e8310d
+[2015-04-21 17:29:33,792][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@e8310d
+[2015-04-21 17:29:33,802][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@10fe1de
+[2015-04-21 17:29:33,804][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@e05d33
+[2015-04-21 17:29:33,817][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@af4009
+[2015-04-21 17:29:33,817][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@af4009
+[2015-04-21 17:29:33,818][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@328fff
+[2015-04-21 17:29:33,827][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@81ac78
+[2015-04-21 17:29:33,828][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@81ac78
+[2015-04-21 17:29:33,837][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@6d86a5
+[2015-04-21 17:29:33,837][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@6d86a5
+[2015-04-21 17:29:33,839][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@170f73f
+[2015-04-21 17:29:33,840][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@888fd4
+[2015-04-21 17:29:33,842][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@bdcf4a
+[2015-04-21 17:29:33,848][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@41dd07
+[2015-04-21 17:29:33,848][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@41dd07
+[2015-04-21 17:29:33,850][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@114a6ed
+[2015-04-21 17:29:33,850][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@db3d3e
+[2015-04-21 17:29:33,850][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@191d1af
+[2015-04-21 17:29:33,850][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@5d4e81
+[2015-04-21 17:29:33,851][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1cd31cf
+[2015-04-21 17:29:33,851][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@8133ea
+[2015-04-21 17:29:33,851][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@774e0f
+[2015-04-21 17:29:33,851][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@a5f78c
+[2015-04-21 17:29:38,023][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-21 17:29:38,285][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-21 17:41:58,127][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@5e6665
+[2015-04-21 17:41:58,127][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@5e6665
+[2015-04-21 17:41:58,127][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@5e6665
+[2015-04-21 17:41:58,129][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@d26127
+[2015-04-21 17:41:58,131][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1b0fd5d
+[2015-04-21 17:41:58,132][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@13495c7
+[2015-04-21 17:41:58,135][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@ff8dc1
+[2015-04-21 17:41:58,135][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@ff8dc1
+[2015-04-21 17:41:58,135][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@ff8dc1
+[2015-04-21 17:41:58,137][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@13d7a0e
+[2015-04-21 17:41:58,137][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@13d7a0e
+[2015-04-21 17:41:58,138][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@13d7a0e
+[2015-04-21 17:41:58,140][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1f9d297
+[2015-04-21 17:41:58,140][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1f9d297
+[2015-04-21 17:41:58,141][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1f9d297
+[2015-04-21 17:41:58,143][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@2fe15c
+[2015-04-21 17:41:58,143][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@2fe15c
+[2015-04-21 17:41:58,143][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@2fe15c
+[2015-04-21 17:41:58,146][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@184138e
+[2015-04-21 17:41:58,146][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@184138e
+[2015-04-21 17:41:58,146][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@184138e
+[2015-04-21 17:41:58,149][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@b60da0
+[2015-04-21 17:41:58,150][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@b60da0
+[2015-04-21 17:41:58,150][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@b60da0
+[2015-04-21 17:41:58,152][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@94b1d4
+[2015-04-21 17:41:58,153][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@94b1d4
+[2015-04-21 17:41:58,153][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@94b1d4
+[2015-04-21 17:41:58,156][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@adc04c
+[2015-04-21 17:41:58,156][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@adc04c
+[2015-04-21 17:41:58,158][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@862fe3
+[2015-04-21 17:41:58,158][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@862fe3
+[2015-04-21 17:41:58,160][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1e5fa01
+[2015-04-21 17:41:58,160][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1e5fa01
+[2015-04-21 17:41:58,161][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1c477f9
+[2015-04-21 17:41:58,163][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@588202
+[2015-04-21 17:41:58,165][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@12250c4
+[2015-04-21 17:41:58,165][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@12250c4
+[2015-04-21 17:41:58,169][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@8480ae
+[2015-04-21 17:41:58,169][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@8480ae
+[2015-04-21 17:41:58,172][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@146fe40
+[2015-04-21 17:41:58,172][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@146fe40
+[2015-04-21 17:41:58,175][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@1a73993
+[2015-04-21 17:41:58,175][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1a73993
+[2015-04-21 17:41:58,175][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1a73993
+[2015-04-21 17:41:58,178][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1276326
+[2015-04-21 17:41:58,180][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@1f1d3b5
+[2015-04-21 17:41:58,180][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1f1d3b5
+[2015-04-21 17:41:58,180][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1f1d3b5
+[2015-04-21 17:41:58,181][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@5855af
+[2015-04-21 17:41:58,183][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@147f7e4
+[2015-04-21 17:41:58,183][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@147f7e4
+[2015-04-21 17:41:58,185][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@11a135c
+[2015-04-21 17:41:58,185][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@11a135c
+[2015-04-21 17:41:58,187][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@12aaffb
+[2015-04-21 17:41:58,187][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@12aaffb
+[2015-04-21 17:41:58,189][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@1ca0380
+[2015-04-21 17:41:58,189][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1ca0380
+[2015-04-21 17:41:58,192][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@3a928c
+[2015-04-21 17:41:58,192][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@3a928c
+[2015-04-21 17:41:58,193][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@b07eeb
+[2015-04-21 17:41:58,195][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@676d73
+[2015-04-21 17:41:58,197][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@180a075
+[2015-04-21 17:41:58,197][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@180a075
+[2015-04-21 17:41:58,198][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@180a075
+[2015-04-21 17:41:58,199][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@781d9e
+[2015-04-21 17:41:58,200][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@781d9e
+[2015-04-21 17:41:58,200][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@781d9e
+[2015-04-21 17:41:58,201][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@17de6ff
+[2015-04-21 17:41:58,203][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@beb399
+[2015-04-21 17:41:58,203][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@beb399
+[2015-04-21 17:41:58,203][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@beb399
+[2015-04-21 17:41:58,205][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1ec6697
+[2015-04-21 17:41:58,208][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1ec6697
+[2015-04-21 17:41:58,208][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1ec6697
+[2015-04-21 17:41:58,214][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1b5c5c0
+[2015-04-21 17:41:58,216][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@6de7e
+[2015-04-21 17:41:58,225][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@1953a4e
+[2015-04-21 17:41:58,225][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1953a4e
+[2015-04-21 17:41:58,226][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@18be9f2
+[2015-04-21 17:41:58,236][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@161fd9e
+[2015-04-21 17:41:58,237][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@161fd9e
+[2015-04-21 17:41:58,245][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@a2c72a
+[2015-04-21 17:41:58,245][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@a2c72a
+[2015-04-21 17:41:58,246][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@1785311
+[2015-04-21 17:41:58,247][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@19ab2da
+[2015-04-21 17:41:58,249][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@17403a7
+[2015-04-21 17:41:58,254][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@160823
+[2015-04-21 17:41:58,254][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@160823
+[2015-04-21 17:41:58,255][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@db3d3e
+[2015-04-21 17:41:58,255][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@191d1af
+[2015-04-21 17:41:58,255][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@5d4e81
+[2015-04-21 17:41:58,256][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1cd31cf
+[2015-04-21 17:41:58,256][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@8133ea
+[2015-04-21 17:41:58,256][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@774e0f
+[2015-04-21 17:41:58,256][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@a5f78c
+[2015-04-21 17:41:58,256][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1f11e4
+[2015-04-21 17:42:02,336][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-21 17:42:02,581][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 08:47:40,889][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@160cb8d
+[2015-04-22 08:47:40,905][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@160cb8d
+[2015-04-22 08:47:40,905][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@160cb8d
+[2015-04-22 08:47:40,905][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@103d8f1
+[2015-04-22 08:47:40,921][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@9e3c1d
+[2015-04-22 08:47:40,921][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@133a040
+[2015-04-22 08:47:40,921][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d2b352
+[2015-04-22 08:47:40,921][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d2b352
+[2015-04-22 08:47:40,921][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1d2b352
+[2015-04-22 08:47:40,921][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1797680
+[2015-04-22 08:47:40,921][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1797680
+[2015-04-22 08:47:40,921][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1797680
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@e4ac25
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@e4ac25
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@e4ac25
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1d0bb5e
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1d0bb5e
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1d0bb5e
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1c3f229
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1c3f229
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1c3f229
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@ad0abe
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@ad0abe
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@ad0abe
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1c45e8a
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1c45e8a
+[2015-04-22 08:47:40,937][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1c45e8a
+[2015-04-22 08:47:40,953][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@150730d
+[2015-04-22 08:47:40,953][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@150730d
+[2015-04-22 08:47:40,953][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@a484ca
+[2015-04-22 08:47:40,953][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@a484ca
+[2015-04-22 08:47:40,953][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@15e657f
+[2015-04-22 08:47:40,953][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@15e657f
+[2015-04-22 08:47:40,953][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1c0394c
+[2015-04-22 08:47:40,968][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@11c6aab
+[2015-04-22 08:47:40,968][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@8b3f2a
+[2015-04-22 08:47:40,968][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@8b3f2a
+[2015-04-22 08:47:41,000][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@66fa76
+[2015-04-22 08:47:41,000][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@66fa76
+[2015-04-22 08:47:41,000][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@2c2f2c
+[2015-04-22 08:47:41,000][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@2c2f2c
+[2015-04-22 08:47:41,015][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@1c7f0e8
+[2015-04-22 08:47:41,015][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1c7f0e8
+[2015-04-22 08:47:41,015][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1c7f0e8
+[2015-04-22 08:47:41,015][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@b851b9
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@1e26864
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1e26864
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1e26864
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@150266d
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1d3676a
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1d3676a
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@14bc050
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@14bc050
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@18b4dc0
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@18b4dc0
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@c6079f
+[2015-04-22 08:47:41,031][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@c6079f
+[2015-04-22 08:47:41,046][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@18ab9b2
+[2015-04-22 08:47:41,046][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@18ab9b2
+[2015-04-22 08:47:41,046][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@e8310d
+[2015-04-22 08:47:41,046][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@19cc8fd
+[2015-04-22 08:47:41,046][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@a9ac09
+[2015-04-22 08:47:41,046][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@a9ac09
+[2015-04-22 08:47:41,046][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@a9ac09
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@961606
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@961606
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@961606
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@5c70ca
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@13c783d
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@13c783d
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@13c783d
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1670068
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1670068
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1670068
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@fd91d6
+[2015-04-22 08:47:41,062][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1953a4e
+[2015-04-22 08:47:41,078][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@10cbd21
+[2015-04-22 08:47:41,078][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@10cbd21
+[2015-04-22 08:47:41,078][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@88b2fa
+[2015-04-22 08:47:41,093][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@7ac641
+[2015-04-22 08:47:41,093][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@7ac641
+[2015-04-22 08:47:41,093][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@24469c
+[2015-04-22 08:47:41,093][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@24469c
+[2015-04-22 08:47:41,093][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@129a9f5
+[2015-04-22 08:47:41,093][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@d9e87f
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@703b1b
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@18a6420
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@18a6420
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4cc2a3
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@17e6be6
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@ddd0fc
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@c36b81
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1c70a8c
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@85aedd
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@9b62ba
+[2015-04-22 08:47:41,109][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@16ea3b2
+[2015-04-22 08:47:46,151][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 08:47:46,447][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 08:49:02,770][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@704b6
+[2015-04-22 08:49:02,770][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@704b6
+[2015-04-22 08:49:02,770][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@704b6
+[2015-04-22 08:49:02,770][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@323fee
+[2015-04-22 08:49:02,770][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1edff89
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@7cc9a3
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@5e6665
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@5e6665
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@5e6665
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@15c7fee
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@15c7fee
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@15c7fee
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@3ed7c9
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@3ed7c9
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3ed7c9
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1b37f8b
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1b37f8b
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1b37f8b
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19b8e82
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19b8e82
+[2015-04-22 08:49:02,786][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@19b8e82
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@16986e6
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@16986e6
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@16986e6
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@7db3
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@7db3
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@7db3
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1673ee6
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1673ee6
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@7d95ed
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@7d95ed
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1510b6
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1510b6
+[2015-04-22 08:49:02,803][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@d05ec3
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@adc04c
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@862fe3
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@862fe3
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1a089a6
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1a089a6
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@14d2741
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@14d2741
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@14550bb
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@14550bb
+[2015-04-22 08:49:02,818][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@14550bb
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@10c19c9
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@109b5c9
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@109b5c9
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@109b5c9
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@47df10
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@149eb8c
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@149eb8c
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@de587b
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@de587b
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@16066a0
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@16066a0
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@1f07729
+[2015-04-22 08:49:02,834][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1f07729
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@b7446f
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@b7446f
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@12aaffb
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1ba5846
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@5639bd
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@5639bd
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@5639bd
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@688800
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@688800
+[2015-04-22 08:49:02,849][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@688800
+[2015-04-22 08:49:02,865][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@1ecff21
+[2015-04-22 08:49:02,865][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@482805
+[2015-04-22 08:49:02,865][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@482805
+[2015-04-22 08:49:02,865][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@482805
+[2015-04-22 08:49:02,865][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@702ee
+[2015-04-22 08:49:02,865][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@702ee
+[2015-04-22 08:49:02,865][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@702ee
+[2015-04-22 08:49:02,865][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@c4740
+[2015-04-22 08:49:02,865][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@6c17fd
+[2015-04-22 08:49:02,881][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@f0ffcf
+[2015-04-22 08:49:02,881][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@f0ffcf
+[2015-04-22 08:49:02,881][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1a06d64
+[2015-04-22 08:49:02,896][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@e3957d
+[2015-04-22 08:49:02,896][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@e3957d
+[2015-04-22 08:49:02,912][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@347151
+[2015-04-22 08:49:02,912][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@347151
+[2015-04-22 08:49:02,912][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@2b213f
+[2015-04-22 08:49:02,912][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@16ac13
+[2015-04-22 08:49:02,927][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1cfdbdb
+[2015-04-22 08:49:02,927][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@2219ac
+[2015-04-22 08:49:02,927][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@2219ac
+[2015-04-22 08:49:02,927][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@2835e4
+[2015-04-22 08:49:02,927][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1ea4128
+[2015-04-22 08:49:02,927][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@5bbd91
+[2015-04-22 08:49:02,927][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@fa7cd3
+[2015-04-22 08:49:02,927][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1191295
+[2015-04-22 08:49:02,943][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1132b21
+[2015-04-22 08:49:02,943][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@174a1d3
+[2015-04-22 08:49:02,943][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@2c58b5
+[2015-04-22 08:49:06,940][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 08:49:07,174][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 09:18:08,962][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@704b6
+[2015-04-22 09:18:08,963][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@704b6
+[2015-04-22 09:18:08,964][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@704b6
+[2015-04-22 09:18:08,964][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@323fee
+[2015-04-22 09:18:08,964][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1edff89
+[2015-04-22 09:18:08,965][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@7cc9a3
+[2015-04-22 09:18:08,965][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@5e6665
+[2015-04-22 09:18:08,965][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@5e6665
+[2015-04-22 09:18:08,966][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@5e6665
+[2015-04-22 09:18:08,966][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@15c7fee
+[2015-04-22 09:18:08,966][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@15c7fee
+[2015-04-22 09:18:08,967][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@15c7fee
+[2015-04-22 09:18:08,967][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@3ed7c9
+[2015-04-22 09:18:08,967][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@3ed7c9
+[2015-04-22 09:18:08,968][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3ed7c9
+[2015-04-22 09:18:08,968][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1b37f8b
+[2015-04-22 09:18:08,969][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1b37f8b
+[2015-04-22 09:18:08,969][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1b37f8b
+[2015-04-22 09:18:08,970][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19b8e82
+[2015-04-22 09:18:08,971][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19b8e82
+[2015-04-22 09:18:08,971][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@19b8e82
+[2015-04-22 09:18:08,971][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@16986e6
+[2015-04-22 09:18:08,971][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@16986e6
+[2015-04-22 09:18:08,972][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@16986e6
+[2015-04-22 09:18:08,972][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@7db3
+[2015-04-22 09:18:08,972][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@7db3
+[2015-04-22 09:18:08,972][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@7db3
+[2015-04-22 09:18:08,973][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1673ee6
+[2015-04-22 09:18:08,973][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1673ee6
+[2015-04-22 09:18:08,973][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@7d95ed
+[2015-04-22 09:18:08,973][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@7d95ed
+[2015-04-22 09:18:08,974][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1510b6
+[2015-04-22 09:18:08,974][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1510b6
+[2015-04-22 09:18:08,974][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@d05ec3
+[2015-04-22 09:18:08,974][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@adc04c
+[2015-04-22 09:18:08,975][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@862fe3
+[2015-04-22 09:18:08,975][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@862fe3
+[2015-04-22 09:18:08,975][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1a089a6
+[2015-04-22 09:18:08,976][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1a089a6
+[2015-04-22 09:18:08,976][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@14d2741
+[2015-04-22 09:18:08,976][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@14d2741
+[2015-04-22 09:18:08,977][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@14550bb
+[2015-04-22 09:18:08,977][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@14550bb
+[2015-04-22 09:18:08,977][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@14550bb
+[2015-04-22 09:18:08,978][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@10c19c9
+[2015-04-22 09:18:08,978][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@109b5c9
+[2015-04-22 09:18:08,978][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@109b5c9
+[2015-04-22 09:18:08,979][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@109b5c9
+[2015-04-22 09:18:08,979][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@47df10
+[2015-04-22 09:18:08,979][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@149eb8c
+[2015-04-22 09:18:08,980][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@149eb8c
+[2015-04-22 09:18:08,980][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@de587b
+[2015-04-22 09:18:08,981][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@de587b
+[2015-04-22 09:18:08,981][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@16066a0
+[2015-04-22 09:18:08,981][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@16066a0
+[2015-04-22 09:18:08,982][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@1f07729
+[2015-04-22 09:18:08,982][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1f07729
+[2015-04-22 09:18:08,982][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@b7446f
+[2015-04-22 09:18:08,983][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@b7446f
+[2015-04-22 09:18:08,983][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@12aaffb
+[2015-04-22 09:18:08,983][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1ba5846
+[2015-04-22 09:18:08,984][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@5639bd
+[2015-04-22 09:18:08,984][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@5639bd
+[2015-04-22 09:18:08,984][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@5639bd
+[2015-04-22 09:18:08,984][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@688800
+[2015-04-22 09:18:08,984][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@688800
+[2015-04-22 09:18:08,985][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@688800
+[2015-04-22 09:18:08,985][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@1ecff21
+[2015-04-22 09:18:08,985][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@482805
+[2015-04-22 09:18:08,985][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@482805
+[2015-04-22 09:18:08,986][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@482805
+[2015-04-22 09:18:08,986][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@702ee
+[2015-04-22 09:18:08,986][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@702ee
+[2015-04-22 09:18:08,986][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@702ee
+[2015-04-22 09:18:08,987][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@c4740
+[2015-04-22 09:18:08,987][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@6c17fd
+[2015-04-22 09:18:08,987][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@f0ffcf
+[2015-04-22 09:18:08,987][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@f0ffcf
+[2015-04-22 09:18:08,989][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1a06d64
+[2015-04-22 09:18:08,989][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@e3957d
+[2015-04-22 09:18:08,989][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@e3957d
+[2015-04-22 09:18:08,990][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@347151
+[2015-04-22 09:18:08,990][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@347151
+[2015-04-22 09:18:08,991][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@2b213f
+[2015-04-22 09:18:08,991][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@16ac13
+[2015-04-22 09:18:08,991][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1cfdbdb
+[2015-04-22 09:18:08,991][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@2219ac
+[2015-04-22 09:18:08,992][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@2219ac
+[2015-04-22 09:18:08,992][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1a7fc5d
+[2015-04-22 09:18:08,992][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1a943a5
+[2015-04-22 09:18:09,015][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@3d1e03
+[2015-04-22 09:18:09,019][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@7d5e42
+[2015-04-22 09:18:09,019][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@b76750
+[2015-04-22 09:18:09,019][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@dfb9a8
+[2015-04-22 09:18:09,025][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@15e5de
+[2015-04-22 09:18:09,025][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1a66246
+[2015-04-22 09:18:48,228][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@30fba7
+[2015-04-22 09:18:48,229][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@30fba7
+[2015-04-22 09:18:48,229][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@30fba7
+[2015-04-22 09:18:48,234][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@e84d37
+[2015-04-22 09:18:48,240][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1531635
+[2015-04-22 09:18:48,243][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@15aba6c
+[2015-04-22 09:18:48,250][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1fd9439
+[2015-04-22 09:18:48,251][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1fd9439
+[2015-04-22 09:18:48,252][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1fd9439
+[2015-04-22 09:18:48,257][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@131d67
+[2015-04-22 09:18:48,257][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@131d67
+[2015-04-22 09:18:48,258][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@131d67
+[2015-04-22 09:18:48,265][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@af7d77
+[2015-04-22 09:18:48,265][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@af7d77
+[2015-04-22 09:18:48,266][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@af7d77
+[2015-04-22 09:18:48,273][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@ad0abe
+[2015-04-22 09:18:48,274][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@ad0abe
+[2015-04-22 09:18:48,274][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@ad0abe
+[2015-04-22 09:18:48,281][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1e49858
+[2015-04-22 09:18:48,282][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1e49858
+[2015-04-22 09:18:48,282][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1e49858
+[2015-04-22 09:18:48,291][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@b16b91
+[2015-04-22 09:18:48,292][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@b16b91
+[2015-04-22 09:18:48,292][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@b16b91
+[2015-04-22 09:18:48,300][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@146fe40
+[2015-04-22 09:18:48,301][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@146fe40
+[2015-04-22 09:18:48,302][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@146fe40
+[2015-04-22 09:18:48,309][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1a7f2d5
+[2015-04-22 09:18:48,310][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1a7f2d5
+[2015-04-22 09:18:48,315][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@47df10
+[2015-04-22 09:18:48,315][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@47df10
+[2015-04-22 09:18:48,320][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1adc141
+[2015-04-22 09:18:48,321][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1adc141
+[2015-04-22 09:18:48,325][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@84e63b
+[2015-04-22 09:18:48,330][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1082033
+[2015-04-22 09:18:48,334][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@5855af
+[2015-04-22 09:18:48,335][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@5855af
+[2015-04-22 09:18:48,344][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@4a689c
+[2015-04-22 09:18:48,345][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@4a689c
+[2015-04-22 09:18:48,355][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@101661c
+[2015-04-22 09:18:48,356][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@101661c
+[2015-04-22 09:18:48,363][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@1553bd8
+[2015-04-22 09:18:48,363][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1553bd8
+[2015-04-22 09:18:48,364][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1553bd8
+[2015-04-22 09:18:48,372][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@12b7943
+[2015-04-22 09:18:48,377][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@f55979
+[2015-04-22 09:18:48,378][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@f55979
+[2015-04-22 09:18:48,378][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@f55979
+[2015-04-22 09:18:48,381][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@9d4e7a
+[2015-04-22 09:18:48,386][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@c4740
+[2015-04-22 09:18:48,386][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@c4740
+[2015-04-22 09:18:48,393][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@199b411
+[2015-04-22 09:18:48,393][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@199b411
+[2015-04-22 09:18:48,398][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@a59375
+[2015-04-22 09:18:48,398][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@a59375
+[2015-04-22 09:18:48,403][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@a0b717
+[2015-04-22 09:18:48,403][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@a0b717
+[2015-04-22 09:18:48,412][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@195de2f
+[2015-04-22 09:18:48,413][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@195de2f
+[2015-04-22 09:18:48,416][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@14d75bf
+[2015-04-22 09:18:48,421][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@6d3947
+[2015-04-22 09:18:48,427][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@104e432
+[2015-04-22 09:18:48,428][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@104e432
+[2015-04-22 09:18:48,428][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@104e432
+[2015-04-22 09:18:48,447][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1167add
+[2015-04-22 09:18:48,448][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1167add
+[2015-04-22 09:18:48,448][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1167add
+[2015-04-22 09:18:48,453][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@29c4a4
+[2015-04-22 09:18:48,457][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@1a73c61
+[2015-04-22 09:18:48,458][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@1a73c61
+[2015-04-22 09:18:48,458][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@1a73c61
+[2015-04-22 09:18:48,463][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@36d2c3
+[2015-04-22 09:18:48,464][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@36d2c3
+[2015-04-22 09:18:48,464][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@36d2c3
+[2015-04-22 09:18:48,468][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@2f19a7
+[2015-04-22 09:18:48,473][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1c0f238
+[2015-04-22 09:18:48,505][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@19ab2da
+[2015-04-22 09:18:48,506][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@19ab2da
+[2015-04-22 09:18:48,509][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1345419
+[2015-04-22 09:18:48,533][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@fa7cd3
+[2015-04-22 09:18:48,534][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@fa7cd3
+[2015-04-22 09:18:48,558][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1f51d05
+[2015-04-22 09:18:48,558][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1f51d05
+[2015-04-22 09:18:48,560][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@18638d9
+[2015-04-22 09:18:48,564][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@a50905
+[2015-04-22 09:18:48,572][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1e743a3
+[2015-04-22 09:18:48,592][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1be97ae
+[2015-04-22 09:18:48,592][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1be97ae
+[2015-04-22 09:18:48,596][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@59effa
+[2015-04-22 09:18:48,597][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@9a3a95
+[2015-04-22 09:18:48,598][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@17c19d8
+[2015-04-22 09:18:48,598][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@84b5b1
+[2015-04-22 09:18:48,599][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@b49ca9
+[2015-04-22 09:18:48,599][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1991b9b
+[2015-04-22 09:18:48,600][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@e386f7
+[2015-04-22 09:18:48,600][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1b1cfeb
+[2015-04-22 09:18:58,693][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 09:18:59,294][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 09:19:24,750][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@30fba7
+[2015-04-22 09:19:24,751][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@30fba7
+[2015-04-22 09:19:24,752][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@30fba7
+[2015-04-22 09:19:24,752][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@e84d37
+[2015-04-22 09:19:24,753][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1531635
+[2015-04-22 09:19:24,753][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@15aba6c
+[2015-04-22 09:19:24,753][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1fd9439
+[2015-04-22 09:19:24,753][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1fd9439
+[2015-04-22 09:19:24,754][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1fd9439
+[2015-04-22 09:19:24,754][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@131d67
+[2015-04-22 09:19:24,754][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@131d67
+[2015-04-22 09:19:24,754][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@131d67
+[2015-04-22 09:19:24,755][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@af7d77
+[2015-04-22 09:19:24,755][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@af7d77
+[2015-04-22 09:19:24,755][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@af7d77
+[2015-04-22 09:19:24,755][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@ad0abe
+[2015-04-22 09:19:24,756][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@ad0abe
+[2015-04-22 09:19:24,756][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@ad0abe
+[2015-04-22 09:19:24,756][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1e49858
+[2015-04-22 09:19:24,757][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1e49858
+[2015-04-22 09:19:24,758][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1e49858
+[2015-04-22 09:19:24,758][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@b16b91
+[2015-04-22 09:19:24,758][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@b16b91
+[2015-04-22 09:19:24,758][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@b16b91
+[2015-04-22 09:19:24,763][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@146fe40
+[2015-04-22 09:19:24,763][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@146fe40
+[2015-04-22 09:19:24,764][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@146fe40
+[2015-04-22 09:19:24,764][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1a7f2d5
+[2015-04-22 09:19:24,764][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1a7f2d5
+[2015-04-22 09:19:24,764][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@47df10
+[2015-04-22 09:19:24,765][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@47df10
+[2015-04-22 09:19:24,765][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1adc141
+[2015-04-22 09:19:24,765][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1adc141
+[2015-04-22 09:19:24,765][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@84e63b
+[2015-04-22 09:19:24,766][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1082033
+[2015-04-22 09:19:24,766][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@5855af
+[2015-04-22 09:19:24,766][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@5855af
+[2015-04-22 09:19:24,766][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@4a689c
+[2015-04-22 09:19:24,767][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@4a689c
+[2015-04-22 09:19:24,767][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@101661c
+[2015-04-22 09:19:24,767][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@101661c
+[2015-04-22 09:19:24,767][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@1553bd8
+[2015-04-22 09:19:24,768][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1553bd8
+[2015-04-22 09:19:24,768][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1553bd8
+[2015-04-22 09:19:24,768][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@12b7943
+[2015-04-22 09:19:24,768][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@f55979
+[2015-04-22 09:19:24,769][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@f55979
+[2015-04-22 09:19:24,769][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@f55979
+[2015-04-22 09:19:24,769][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@9d4e7a
+[2015-04-22 09:19:24,769][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@c4740
+[2015-04-22 09:19:24,769][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@c4740
+[2015-04-22 09:19:24,770][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@199b411
+[2015-04-22 09:19:24,770][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@199b411
+[2015-04-22 09:19:24,770][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@a59375
+[2015-04-22 09:19:24,771][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@a59375
+[2015-04-22 09:19:24,771][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@a0b717
+[2015-04-22 09:19:24,771][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@a0b717
+[2015-04-22 09:19:24,771][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@195de2f
+[2015-04-22 09:19:24,772][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@195de2f
+[2015-04-22 09:19:24,772][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@14d75bf
+[2015-04-22 09:19:24,772][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@6d3947
+[2015-04-22 09:19:24,772][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@104e432
+[2015-04-22 09:19:24,773][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@104e432
+[2015-04-22 09:19:24,773][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@104e432
+[2015-04-22 09:19:24,773][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1167add
+[2015-04-22 09:19:24,773][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1167add
+[2015-04-22 09:19:24,774][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1167add
+[2015-04-22 09:19:24,774][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@29c4a4
+[2015-04-22 09:19:24,774][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@1a73c61
+[2015-04-22 09:19:24,774][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@1a73c61
+[2015-04-22 09:19:24,775][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@1a73c61
+[2015-04-22 09:19:24,775][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@36d2c3
+[2015-04-22 09:19:24,775][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@36d2c3
+[2015-04-22 09:19:24,776][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@36d2c3
+[2015-04-22 09:19:24,776][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@2f19a7
+[2015-04-22 09:19:24,777][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1c0f238
+[2015-04-22 09:19:24,777][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@19ab2da
+[2015-04-22 09:19:24,777][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@19ab2da
+[2015-04-22 09:19:24,777][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1345419
+[2015-04-22 09:19:24,778][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@fa7cd3
+[2015-04-22 09:19:24,778][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@fa7cd3
+[2015-04-22 09:19:24,778][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1f51d05
+[2015-04-22 09:19:24,778][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1f51d05
+[2015-04-22 09:19:24,779][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@18638d9
+[2015-04-22 09:19:24,779][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@a50905
+[2015-04-22 09:19:24,779][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1e743a3
+[2015-04-22 09:19:24,780][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1be97ae
+[2015-04-22 09:19:24,780][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1be97ae
+[2015-04-22 09:19:24,780][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1a1c8d6
+[2015-04-22 09:19:24,780][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@888fc7
+[2015-04-22 09:19:24,781][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@19791b0
+[2015-04-22 09:19:24,781][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1ddeff8
+[2015-04-22 09:19:24,781][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1b5b2ed
+[2015-04-22 09:19:24,782][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1f5f0bd
+[2015-04-22 09:19:24,782][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1902f40
+[2015-04-22 09:19:24,782][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@10e542d
+[2015-04-22 09:22:11,047][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@e6ec63
+[2015-04-22 09:22:11,048][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@e6ec63
+[2015-04-22 09:22:11,050][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@e6ec63
+[2015-04-22 09:22:11,054][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@14dab69
+[2015-04-22 09:22:11,061][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@798fb4
+[2015-04-22 09:22:11,063][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@fa7cd3
+[2015-04-22 09:22:11,071][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ed7afd
+[2015-04-22 09:22:11,071][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ed7afd
+[2015-04-22 09:22:11,072][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1ed7afd
+[2015-04-22 09:22:11,077][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1b8eebd
+[2015-04-22 09:22:11,077][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1b8eebd
+[2015-04-22 09:22:11,078][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1b8eebd
+[2015-04-22 09:22:11,085][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@b4eea5
+[2015-04-22 09:22:11,086][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@b4eea5
+[2015-04-22 09:22:11,087][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@b4eea5
+[2015-04-22 09:22:11,092][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@205329
+[2015-04-22 09:22:11,093][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@205329
+[2015-04-22 09:22:11,093][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@205329
+[2015-04-22 09:22:11,100][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1606afe
+[2015-04-22 09:22:11,101][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1606afe
+[2015-04-22 09:22:11,101][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1606afe
+[2015-04-22 09:22:11,129][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@85aedd
+[2015-04-22 09:22:11,130][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@85aedd
+[2015-04-22 09:22:11,130][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@85aedd
+[2015-04-22 09:22:11,139][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1407408
+[2015-04-22 09:22:11,139][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1407408
+[2015-04-22 09:22:11,140][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1407408
+[2015-04-22 09:22:11,148][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@b49ca9
+[2015-04-22 09:22:11,149][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@b49ca9
+[2015-04-22 09:22:11,155][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1b9ab03
+[2015-04-22 09:22:11,156][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1b9ab03
+[2015-04-22 09:22:11,162][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@9c717f
+[2015-04-22 09:22:11,163][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@9c717f
+[2015-04-22 09:22:11,167][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1ce5a49
+[2015-04-22 09:22:11,172][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1f43da0
+[2015-04-22 09:22:11,176][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@10bd07
+[2015-04-22 09:22:11,176][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@10bd07
+[2015-04-22 09:22:11,190][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@105292f
+[2015-04-22 09:22:11,190][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@105292f
+[2015-04-22 09:22:11,199][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@15d3b17
+[2015-04-22 09:22:11,200][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@15d3b17
+[2015-04-22 09:22:11,207][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@10d4ed2
+[2015-04-22 09:22:11,208][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@10d4ed2
+[2015-04-22 09:22:11,208][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@10d4ed2
+[2015-04-22 09:22:11,217][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@ad8437
+[2015-04-22 09:22:11,223][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@814446
+[2015-04-22 09:22:11,223][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@814446
+[2015-04-22 09:22:11,224][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@814446
+[2015-04-22 09:22:11,227][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@17de43d
+[2015-04-22 09:22:11,232][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1ab77f8
+[2015-04-22 09:22:11,232][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1ab77f8
+[2015-04-22 09:22:11,237][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@1fa9fa6
+[2015-04-22 09:22:11,237][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1fa9fa6
+[2015-04-22 09:22:11,242][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@1b8e38e
+[2015-04-22 09:22:11,243][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@1b8e38e
+[2015-04-22 09:22:11,247][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@1830b05
+[2015-04-22 09:22:11,248][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1830b05
+[2015-04-22 09:22:11,261][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@b078b0
+[2015-04-22 09:22:11,265][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@b078b0
+[2015-04-22 09:22:11,268][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1d39f3b
+[2015-04-22 09:22:11,274][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@799f44
+[2015-04-22 09:22:11,280][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@a25fa3
+[2015-04-22 09:22:11,281][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@a25fa3
+[2015-04-22 09:22:11,281][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@a25fa3
+[2015-04-22 09:22:11,287][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1c21328
+[2015-04-22 09:22:11,287][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1c21328
+[2015-04-22 09:22:11,288][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1c21328
+[2015-04-22 09:22:11,294][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@14ddd64
+[2015-04-22 09:22:11,299][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@d52551
+[2015-04-22 09:22:11,300][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@d52551
+[2015-04-22 09:22:11,300][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@d52551
+[2015-04-22 09:22:11,306][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1e03842
+[2015-04-22 09:22:11,306][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1e03842
+[2015-04-22 09:22:11,307][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1e03842
+[2015-04-22 09:22:11,311][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@5a67df
+[2015-04-22 09:22:11,315][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1136b1d
+[2015-04-22 09:22:11,344][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@9983f3
+[2015-04-22 09:22:11,345][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@9983f3
+[2015-04-22 09:22:11,347][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1e37bfe
+[2015-04-22 09:22:11,390][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@1b016f5
+[2015-04-22 09:22:11,391][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1b016f5
+[2015-04-22 09:22:11,413][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1f7bfb6
+[2015-04-22 09:22:11,413][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1f7bfb6
+[2015-04-22 09:22:11,415][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@153f366
+[2015-04-22 09:22:11,418][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@16b60ab
+[2015-04-22 09:22:11,424][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@17a5bf7
+[2015-04-22 09:22:11,441][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1fd2f18
+[2015-04-22 09:22:11,441][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1fd2f18
+[2015-04-22 09:22:11,444][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@154504e
+[2015-04-22 09:22:11,444][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@64450e
+[2015-04-22 09:22:11,444][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@f1a28a
+[2015-04-22 09:22:11,445][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1e625ff
+[2015-04-22 09:22:11,445][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@c8aa25
+[2015-04-22 09:22:11,446][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1a9aee
+[2015-04-22 09:22:11,446][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@b1b5ad
+[2015-04-22 09:22:11,447][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@10eaec2
+[2015-04-22 09:22:21,617][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 09:22:22,220][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 09:22:55,289][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@e6ec63
+[2015-04-22 09:22:55,289][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@e6ec63
+[2015-04-22 09:22:55,290][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@e6ec63
+[2015-04-22 09:22:55,290][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@14dab69
+[2015-04-22 09:22:55,291][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@798fb4
+[2015-04-22 09:22:55,291][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@fa7cd3
+[2015-04-22 09:22:55,291][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ed7afd
+[2015-04-22 09:22:55,292][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ed7afd
+[2015-04-22 09:22:55,292][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1ed7afd
+[2015-04-22 09:22:55,292][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1b8eebd
+[2015-04-22 09:22:55,293][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1b8eebd
+[2015-04-22 09:22:55,293][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1b8eebd
+[2015-04-22 09:22:55,293][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@b4eea5
+[2015-04-22 09:22:55,294][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@b4eea5
+[2015-04-22 09:22:55,294][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@b4eea5
+[2015-04-22 09:22:55,294][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@205329
+[2015-04-22 09:22:55,295][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@205329
+[2015-04-22 09:22:55,295][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@205329
+[2015-04-22 09:22:55,296][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1606afe
+[2015-04-22 09:22:55,296][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1606afe
+[2015-04-22 09:22:55,296][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1606afe
+[2015-04-22 09:22:55,299][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@85aedd
+[2015-04-22 09:22:55,302][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@85aedd
+[2015-04-22 09:22:55,302][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@85aedd
+[2015-04-22 09:22:55,302][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1407408
+[2015-04-22 09:22:55,303][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1407408
+[2015-04-22 09:22:55,303][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1407408
+[2015-04-22 09:22:55,303][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@b49ca9
+[2015-04-22 09:22:55,304][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@b49ca9
+[2015-04-22 09:22:55,304][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1b9ab03
+[2015-04-22 09:22:55,304][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1b9ab03
+[2015-04-22 09:22:55,305][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@9c717f
+[2015-04-22 09:22:55,305][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@9c717f
+[2015-04-22 09:22:55,306][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1ce5a49
+[2015-04-22 09:22:55,307][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1f43da0
+[2015-04-22 09:22:55,307][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@10bd07
+[2015-04-22 09:22:55,308][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@10bd07
+[2015-04-22 09:22:55,308][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@105292f
+[2015-04-22 09:22:55,308][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@105292f
+[2015-04-22 09:22:55,309][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@15d3b17
+[2015-04-22 09:22:55,309][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@15d3b17
+[2015-04-22 09:22:55,309][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@10d4ed2
+[2015-04-22 09:22:55,310][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@10d4ed2
+[2015-04-22 09:22:55,310][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@10d4ed2
+[2015-04-22 09:22:55,310][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@ad8437
+[2015-04-22 09:22:55,311][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@814446
+[2015-04-22 09:22:55,311][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@814446
+[2015-04-22 09:22:55,312][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@814446
+[2015-04-22 09:22:55,312][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@17de43d
+[2015-04-22 09:22:55,312][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1ab77f8
+[2015-04-22 09:22:55,312][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1ab77f8
+[2015-04-22 09:22:55,313][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@1fa9fa6
+[2015-04-22 09:22:55,313][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1fa9fa6
+[2015-04-22 09:22:55,313][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@1b8e38e
+[2015-04-22 09:22:55,313][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@1b8e38e
+[2015-04-22 09:22:55,313][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@1830b05
+[2015-04-22 09:22:55,314][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1830b05
+[2015-04-22 09:22:55,314][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@b078b0
+[2015-04-22 09:22:55,314][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@b078b0
+[2015-04-22 09:22:55,314][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1d39f3b
+[2015-04-22 09:22:55,315][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@799f44
+[2015-04-22 09:22:55,315][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@a25fa3
+[2015-04-22 09:22:55,315][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@a25fa3
+[2015-04-22 09:22:55,315][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@a25fa3
+[2015-04-22 09:22:55,315][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1c21328
+[2015-04-22 09:22:55,316][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1c21328
+[2015-04-22 09:22:55,317][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1c21328
+[2015-04-22 09:22:55,317][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@14ddd64
+[2015-04-22 09:22:55,317][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@d52551
+[2015-04-22 09:22:55,318][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@d52551
+[2015-04-22 09:22:55,318][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@d52551
+[2015-04-22 09:22:55,318][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1e03842
+[2015-04-22 09:22:55,319][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1e03842
+[2015-04-22 09:22:55,319][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1e03842
+[2015-04-22 09:22:55,319][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@5a67df
+[2015-04-22 09:22:55,320][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1136b1d
+[2015-04-22 09:22:55,320][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@9983f3
+[2015-04-22 09:22:55,320][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@9983f3
+[2015-04-22 09:22:55,321][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1e37bfe
+[2015-04-22 09:22:55,321][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@1b016f5
+[2015-04-22 09:22:55,321][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1b016f5
+[2015-04-22 09:22:55,322][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1f7bfb6
+[2015-04-22 09:22:55,322][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1f7bfb6
+[2015-04-22 09:22:55,322][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@153f366
+[2015-04-22 09:22:55,323][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@16b60ab
+[2015-04-22 09:22:55,323][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@17a5bf7
+[2015-04-22 09:22:55,324][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1fd2f18
+[2015-04-22 09:22:55,324][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1fd2f18
+[2015-04-22 09:22:55,327][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@8dab0f
+[2015-04-22 09:22:55,327][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@d97260
+[2015-04-22 09:22:55,328][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1e43ca9
+[2015-04-22 09:22:55,328][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@14a8fb4
+[2015-04-22 09:22:55,328][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@20b0a2
+[2015-04-22 09:22:55,329][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@2c62ed
+[2015-04-22 09:22:55,329][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@12b7be
+[2015-04-22 09:22:55,329][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@dd5b9b
+[2015-04-22 09:23:03,723][SQL                 ] DEBUG 
+    select
+        userentity0_.id as id1_13_,
+        userentity0_.name as name2_13_,
+        userentity0_.org as org3_13_,
+        userentity0_.org_name as org_name4_13_,
+        userentity0_.password as password5_13_,
+        userentity0_.uname as uname6_13_,
+        userentity0_.valid as valid7_13_ 
+    from
+        t_xtframe_user userentity0_ 
+    where
+        userentity0_.uname=?
+[2015-04-22 09:23:03,922][SQL                 ] DEBUG 
+    select
+        orgentity0_.id as id1_6_0_,
+        orgentity0_.code as code2_6_0_,
+        orgentity0_.name as name3_6_0_,
+        orgentity0_.pid as pid4_6_0_,
+        orgentity0_.valid as valid5_6_0_ 
+    from
+        t_xtframe_org orgentity0_ 
+    where
+        orgentity0_.id=?
+[2015-04-22 09:23:04,145][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 09:23:04,269][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 09:23:06,654][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 09:23:06,686][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 09:23:06,717][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 09:23:06,746][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 09:23:06,784][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 09:23:06,794][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 09:23:06,805][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 09:23:06,820][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 09:23:06,834][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 09:23:06,873][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 09:23:06,888][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 09:23:06,895][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 09:23:07,262][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 09:23:07,335][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 13:49:28,823][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@347151
+[2015-04-22 13:49:28,841][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@347151
+[2015-04-22 13:49:28,842][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@347151
+[2015-04-22 13:49:28,845][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@1af8fd8
+[2015-04-22 13:49:28,848][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1f8ee8b
+[2015-04-22 13:49:28,849][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1cfdbdb
+[2015-04-22 13:49:28,853][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@176ff44
+[2015-04-22 13:49:28,853][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@176ff44
+[2015-04-22 13:49:28,853][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@176ff44
+[2015-04-22 13:49:28,856][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@d886cd
+[2015-04-22 13:49:28,856][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@d886cd
+[2015-04-22 13:49:28,856][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@d886cd
+[2015-04-22 13:49:28,861][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1915e83
+[2015-04-22 13:49:28,862][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1915e83
+[2015-04-22 13:49:28,862][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1915e83
+[2015-04-22 13:49:28,864][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@24b71c
+[2015-04-22 13:49:28,865][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@24b71c
+[2015-04-22 13:49:28,865][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@24b71c
+[2015-04-22 13:49:28,868][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d91af7
+[2015-04-22 13:49:28,868][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d91af7
+[2015-04-22 13:49:28,868][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d91af7
+[2015-04-22 13:49:28,871][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@2efecc
+[2015-04-22 13:49:28,875][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@2efecc
+[2015-04-22 13:49:28,875][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@2efecc
+[2015-04-22 13:49:28,887][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@fe5966
+[2015-04-22 13:49:28,887][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@fe5966
+[2015-04-22 13:49:28,887][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@fe5966
+[2015-04-22 13:49:28,898][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@999e0
+[2015-04-22 13:49:28,898][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@999e0
+[2015-04-22 13:49:28,900][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@116b1d9
+[2015-04-22 13:49:28,901][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@116b1d9
+[2015-04-22 13:49:28,903][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@a366b
+[2015-04-22 13:49:28,903][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@a366b
+[2015-04-22 13:49:28,906][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@2a6e05
+[2015-04-22 13:49:28,911][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@184816b
+[2015-04-22 13:49:28,913][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@151190a
+[2015-04-22 13:49:28,914][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@151190a
+[2015-04-22 13:49:28,919][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@118104f
+[2015-04-22 13:49:28,919][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@118104f
+[2015-04-22 13:49:28,923][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1c4a37b
+[2015-04-22 13:49:28,924][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1c4a37b
+[2015-04-22 13:49:28,930][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@16b1937
+[2015-04-22 13:49:28,930][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@16b1937
+[2015-04-22 13:49:28,932][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@16b1937
+[2015-04-22 13:49:28,938][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@897cd2
+[2015-04-22 13:49:28,944][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@7366ef
+[2015-04-22 13:49:28,945][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@7366ef
+[2015-04-22 13:49:28,945][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@7366ef
+[2015-04-22 13:49:28,947][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@166035d
+[2015-04-22 13:49:28,951][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1788153
+[2015-04-22 13:49:28,951][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1788153
+[2015-04-22 13:49:28,955][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@10d4ed2
+[2015-04-22 13:49:28,956][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@10d4ed2
+[2015-04-22 13:49:28,959][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@3eb952
+[2015-04-22 13:49:28,959][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@3eb952
+[2015-04-22 13:49:28,962][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@c181f0
+[2015-04-22 13:49:28,962][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@c181f0
+[2015-04-22 13:49:28,967][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@11d2d04
+[2015-04-22 13:49:28,967][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@11d2d04
+[2015-04-22 13:49:28,970][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@a96577
+[2015-04-22 13:49:28,972][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@16c889
+[2015-04-22 13:49:28,976][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@517f0c
+[2015-04-22 13:49:28,976][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@517f0c
+[2015-04-22 13:49:28,976][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@517f0c
+[2015-04-22 13:49:28,979][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1f7bd7b
+[2015-04-22 13:49:28,979][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1f7bd7b
+[2015-04-22 13:49:28,979][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1f7bd7b
+[2015-04-22 13:49:28,981][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@bbafc7
+[2015-04-22 13:49:28,984][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@19ede0e
+[2015-04-22 13:49:28,984][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@19ede0e
+[2015-04-22 13:49:28,984][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@19ede0e
+[2015-04-22 13:49:28,986][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1819f3c
+[2015-04-22 13:49:28,986][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1819f3c
+[2015-04-22 13:49:28,987][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1819f3c
+[2015-04-22 13:49:28,988][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@183c2d9
+[2015-04-22 13:49:28,990][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@e78d87
+[2015-04-22 13:49:29,002][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@be10d7
+[2015-04-22 13:49:29,003][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@be10d7
+[2015-04-22 13:49:29,004][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4e48f0
+[2015-04-22 13:49:29,028][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@55001
+[2015-04-22 13:49:29,029][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@55001
+[2015-04-22 13:49:29,046][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@17a9b94
+[2015-04-22 13:49:29,046][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@17a9b94
+[2015-04-22 13:49:29,048][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@74ef58
+[2015-04-22 13:49:29,049][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@16a5cb8
+[2015-04-22 13:49:29,054][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1d5c063
+[2015-04-22 13:49:29,065][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@c2de88
+[2015-04-22 13:49:29,065][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@c2de88
+[2015-04-22 13:49:29,068][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@126ac06
+[2015-04-22 13:49:29,068][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1e7cde4
+[2015-04-22 13:49:29,068][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@17e4626
+[2015-04-22 13:49:29,068][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@12f8d75
+[2015-04-22 13:49:29,068][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@f01693
+[2015-04-22 13:49:29,069][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@5a49e6
+[2015-04-22 13:49:29,069][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1a9a15f
+[2015-04-22 13:49:29,069][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1a1a366
+[2015-04-22 13:49:34,622][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 13:49:34,943][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@347151
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@347151
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@347151
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@1af8fd8
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1f8ee8b
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1cfdbdb
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@176ff44
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@176ff44
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@176ff44
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@d886cd
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@d886cd
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@d886cd
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1915e83
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1915e83
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1915e83
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@24b71c
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@24b71c
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@24b71c
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d91af7
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d91af7
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d91af7
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@2efecc
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@2efecc
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@2efecc
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@fe5966
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@fe5966
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@fe5966
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@999e0
+[2015-04-22 14:10:36,023][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@999e0
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@116b1d9
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@116b1d9
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@a366b
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@a366b
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@2a6e05
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@184816b
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@151190a
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@151190a
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@118104f
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@118104f
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1c4a37b
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1c4a37b
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@16b1937
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@16b1937
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@16b1937
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@897cd2
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@7366ef
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@7366ef
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@7366ef
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@166035d
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1788153
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1788153
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@10d4ed2
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@10d4ed2
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@3eb952
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@3eb952
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@c181f0
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@c181f0
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@11d2d04
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@11d2d04
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@a96577
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@16c889
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@517f0c
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@517f0c
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@517f0c
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1f7bd7b
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1f7bd7b
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1f7bd7b
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@bbafc7
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@19ede0e
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@19ede0e
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@19ede0e
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1819f3c
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1819f3c
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1819f3c
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@183c2d9
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@e78d87
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@be10d7
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@be10d7
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4e48f0
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@55001
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@55001
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@17a9b94
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@17a9b94
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@74ef58
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@16a5cb8
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1d5c063
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@c2de88
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@c2de88
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1dce4ff
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@13e58ab
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@2f7da9
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1e2e35d
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@bd2e35
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@24d158
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@12c2607
+[2015-04-22 14:10:36,039][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@174b2e4
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@13dd90
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@eb8271
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@16ffc2a
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:26:49,375][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:26:49,391][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:26:49,391][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:26:49,391][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:26:49,391][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:26:49,391][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:26:49,391][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:26:49,391][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:26:49,391][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:26:49,391][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@102148f
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@102148f
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@389d21
+[2015-04-22 14:26:49,408][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@389d21
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@e7d685
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@e7d685
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@16202c2
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@18bbbf9
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@ce5b80
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@ce5b80
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1e0521c
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1e0521c
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1a7c7db
+[2015-04-22 14:26:49,423][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1a7c7db
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@16de93
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@187cd6a
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@491adf
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@491adf
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@a35529
+[2015-04-22 14:26:49,439][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a35529
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@14f6dfa
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@14f6dfa
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@22338b
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@22338b
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1ee2516
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1ee2516
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@539802
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@18eb326
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:26:49,454][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:26:49,470][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@aa1e07
+[2015-04-22 14:26:49,470][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:26:49,470][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:26:49,470][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:26:49,470][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:26:49,470][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:26:49,470][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:26:49,470][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@363587
+[2015-04-22 14:26:49,470][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1fca12c
+[2015-04-22 14:26:49,486][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@c7d5cf
+[2015-04-22 14:26:49,486][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@c7d5cf
+[2015-04-22 14:26:49,486][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@12807f5
+[2015-04-22 14:26:49,486][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@177a8d8
+[2015-04-22 14:26:49,501][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@177a8d8
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@abb1b
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@abb1b
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@cf0d68
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@cc15f7
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@14f62a8
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1f83606
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1f83606
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1217a79
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@efd3db
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@13dd99a
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1991440
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@100a2ae
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@b84f0c
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@4dac95
+[2015-04-22 14:26:49,517][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@17d9677
+[2015-04-22 14:26:53,634][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:26:53,869][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@13dd90
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@eb8271
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@16ffc2a
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:27:01,659][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@102148f
+[2015-04-22 14:27:01,674][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@102148f
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@389d21
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@389d21
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@e7d685
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@e7d685
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@16202c2
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@18bbbf9
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@ce5b80
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@ce5b80
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1e0521c
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1e0521c
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1a7c7db
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1a7c7db
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@16de93
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@187cd6a
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@491adf
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@491adf
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@a35529
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a35529
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@14f6dfa
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@14f6dfa
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@22338b
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@22338b
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1ee2516
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1ee2516
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@539802
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@18eb326
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@aa1e07
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@363587
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1fca12c
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@c7d5cf
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@c7d5cf
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@12807f5
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@177a8d8
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@177a8d8
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@abb1b
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@abb1b
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@cf0d68
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@cc15f7
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@14f62a8
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1f83606
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1f83606
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1f8aba
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@ccc094
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@7751ae
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1937be0
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1a9bf52
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@14fa679
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@3a6d47
+[2015-04-22 14:27:01,690][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1dc506e
+[2015-04-22 14:30:03,232][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@375479
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1c0f238
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1144af6
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:30:03,247][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:30:03,263][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:30:03,263][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:30:03,263][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:30:03,263][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1890988
+[2015-04-22 14:30:03,263][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1890988
+[2015-04-22 14:30:03,263][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1890988
+[2015-04-22 14:30:03,263][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@30b9bd
+[2015-04-22 14:30:03,263][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@30b9bd
+[2015-04-22 14:30:03,263][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@30b9bd
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1132b21
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1132b21
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1132b21
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@193f867
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@193f867
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@d3e3b1
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@d3e3b1
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@b4eea5
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@b4eea5
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1a33b5f
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@e1da40
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1d93818
+[2015-04-22 14:30:03,279][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1d93818
+[2015-04-22 14:30:03,295][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@2edf7e
+[2015-04-22 14:30:03,295][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@2edf7e
+[2015-04-22 14:30:03,295][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@31fbb6
+[2015-04-22 14:30:03,295][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@31fbb6
+[2015-04-22 14:30:03,295][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@87e56
+[2015-04-22 14:30:03,295][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@87e56
+[2015-04-22 14:30:03,295][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@87e56
+[2015-04-22 14:30:03,295][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@16eb006
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@191d1c9
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@191d1c9
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@191d1c9
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@bf08ae
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1833c29
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1833c29
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@12bfb2d
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@12bfb2d
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@1bd7026
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@1bd7026
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@166035d
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@166035d
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1c503d6
+[2015-04-22 14:30:03,311][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1c503d6
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@20cd52
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@193aea5
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@15dd886
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@15dd886
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@15dd886
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@140eadf
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@140eadf
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@140eadf
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@996930
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@1c7ace1
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@1c7ace1
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@1c7ace1
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6c11eb
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6c11eb
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6c11eb
+[2015-04-22 14:30:03,326][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@f46577
+[2015-04-22 14:30:03,342][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@b98610
+[2015-04-22 14:30:03,342][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@1a612aa
+[2015-04-22 14:30:03,342][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1a612aa
+[2015-04-22 14:30:03,342][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1226771
+[2015-04-22 14:30:03,357][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@e1836e
+[2015-04-22 14:30:03,357][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@e1836e
+[2015-04-22 14:30:03,373][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@820b7c
+[2015-04-22 14:30:03,373][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@820b7c
+[2015-04-22 14:30:03,373][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@17937ab
+[2015-04-22 14:30:03,373][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@b62114
+[2015-04-22 14:30:03,373][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@d62a38
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@a2dd8b
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@a2dd8b
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@efd3db
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@13dd99a
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1991440
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@100a2ae
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@b84f0c
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4dac95
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@17d9677
+[2015-04-22 14:30:03,389][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@216171
+[2015-04-22 14:30:07,463][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:30:43,676][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:30:43,676][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:30:43,676][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:30:43,676][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@375479
+[2015-04-22 14:30:43,676][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1c0f238
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1144af6
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:30:43,692][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1890988
+[2015-04-22 14:30:43,707][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1890988
+[2015-04-22 14:30:43,707][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1890988
+[2015-04-22 14:30:43,708][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@30b9bd
+[2015-04-22 14:30:43,708][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@30b9bd
+[2015-04-22 14:30:43,708][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@30b9bd
+[2015-04-22 14:30:43,708][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1132b21
+[2015-04-22 14:30:43,708][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1132b21
+[2015-04-22 14:30:43,708][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1132b21
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@193f867
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@193f867
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@d3e3b1
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@d3e3b1
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@b4eea5
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@b4eea5
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1a33b5f
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@e1da40
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1d93818
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1d93818
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@2edf7e
+[2015-04-22 14:30:43,724][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@2edf7e
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@31fbb6
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@31fbb6
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@87e56
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@87e56
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@87e56
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@16eb006
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@191d1c9
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@191d1c9
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@191d1c9
+[2015-04-22 14:30:43,740][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@bf08ae
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1833c29
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1833c29
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@12bfb2d
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@12bfb2d
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@1bd7026
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@1bd7026
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@166035d
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@166035d
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1c503d6
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1c503d6
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@20cd52
+[2015-04-22 14:30:43,755][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@193aea5
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@15dd886
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@15dd886
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@15dd886
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@140eadf
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@140eadf
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@140eadf
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@996930
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@1c7ace1
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@1c7ace1
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@1c7ace1
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6c11eb
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6c11eb
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6c11eb
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@f46577
+[2015-04-22 14:30:43,771][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@b98610
+[2015-04-22 14:30:43,786][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@1a612aa
+[2015-04-22 14:30:43,786][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1a612aa
+[2015-04-22 14:30:43,786][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1226771
+[2015-04-22 14:30:43,802][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@ee2bd2
+[2015-04-22 14:30:43,802][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@ee2bd2
+[2015-04-22 14:30:43,818][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@820b7c
+[2015-04-22 14:30:43,818][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@820b7c
+[2015-04-22 14:30:43,818][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@17937ab
+[2015-04-22 14:30:43,818][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@b62114
+[2015-04-22 14:30:43,818][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@d62a38
+[2015-04-22 14:30:43,818][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@a2dd8b
+[2015-04-22 14:30:43,818][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@a2dd8b
+[2015-04-22 14:30:43,833][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@efd3db
+[2015-04-22 14:30:43,833][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@13dd99a
+[2015-04-22 14:30:43,833][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1991440
+[2015-04-22 14:30:43,833][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@100a2ae
+[2015-04-22 14:30:43,833][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@b84f0c
+[2015-04-22 14:30:43,833][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4dac95
+[2015-04-22 14:30:43,833][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@17d9677
+[2015-04-22 14:30:43,833][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@216171
+[2015-04-22 14:30:47,793][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:30:48,045][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:31:59,853][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:31:59,854][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:31:59,854][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:31:59,856][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@8af6ec
+[2015-04-22 14:31:59,859][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@5e45b0
+[2015-04-22 14:31:59,861][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1456c6a
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:31:59,863][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:31:59,878][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:31:59,878][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:31:59,878][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:31:59,878][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:31:59,878][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:31:59,878][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1993c3b
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1993c3b
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1098a4d
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1098a4d
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@9faeb2
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@9faeb2
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@18f0d13
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1bfc628
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1f1b6c2
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1f1b6c2
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@152d7a6
+[2015-04-22 14:31:59,894][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@152d7a6
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@184816b
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@184816b
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1e66f2a
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:31:59,910][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1d300ec
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@e2bafc
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@e2bafc
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@77554a
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@77554a
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@e0d3b
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@e0d3b
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@66d9a4
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@66d9a4
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@17f0acc
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@17f0acc
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@188032f
+[2015-04-22 14:31:59,925][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@aef238
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@1c90d31
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@131798e
+[2015-04-22 14:31:59,941][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@10a9bd
+[2015-04-22 14:31:59,956][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@139758
+[2015-04-22 14:31:59,956][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@139758
+[2015-04-22 14:31:59,956][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1b54905
+[2015-04-22 14:31:59,972][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@17bab35
+[2015-04-22 14:31:59,972][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@17bab35
+[2015-04-22 14:31:59,988][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1c02228
+[2015-04-22 14:31:59,988][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1c02228
+[2015-04-22 14:31:59,988][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@135f9db
+[2015-04-22 14:31:59,988][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@135c72f
+[2015-04-22 14:31:59,988][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@6de7e3
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@7ee063
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7ee063
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@13dd99a
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1991440
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@100a2ae
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@b84f0c
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@4dac95
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@17d9677
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@216171
+[2015-04-22 14:32:00,003][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1847f54
+[2015-04-22 14:32:03,975][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:32:04,209][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@8af6ec
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@5e45b0
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1456c6a
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1993c3b
+[2015-04-22 14:32:22,119][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1993c3b
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1098a4d
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1098a4d
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@9faeb2
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@9faeb2
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@18f0d13
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1bfc628
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1f1b6c2
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1f1b6c2
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@152d7a6
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@152d7a6
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@184816b
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@184816b
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1e66f2a
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1d300ec
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@e2bafc
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@e2bafc
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@77554a
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@77554a
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@e0d3b
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@e0d3b
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@66d9a4
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@66d9a4
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@17f0acc
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@17f0acc
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@188032f
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@aef238
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@1c90d31
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@131798e
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@10a9bd
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@139758
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@139758
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1b54905
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@17bab35
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@17bab35
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1c02228
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1c02228
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@135f9db
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@135c72f
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@6de7e3
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@7ee063
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7ee063
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1c8e772
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@d307ed
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@ad7efb
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@6bc460
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1299896
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1e0ddff
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@e9d9e
+[2015-04-22 14:32:22,135][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@18e2eac
+[2015-04-22 14:37:24,557][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:37:24,557][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:37:24,557][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@13dd90
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@eb8271
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@16ffc2a
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:37:24,572][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:37:24,589][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:37:24,589][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:37:24,589][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:37:24,589][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:37:24,589][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:37:24,589][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@102148f
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@102148f
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@389d21
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@389d21
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@e7d685
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@e7d685
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@16202c2
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@18bbbf9
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@ce5b80
+[2015-04-22 14:37:24,604][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@ce5b80
+[2015-04-22 14:37:24,620][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1e0521c
+[2015-04-22 14:37:24,620][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1e0521c
+[2015-04-22 14:37:24,620][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1a7c7db
+[2015-04-22 14:37:24,620][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1a7c7db
+[2015-04-22 14:37:24,620][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:37:24,620][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:37:24,620][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:37:24,620][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@16de93
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@187cd6a
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@491adf
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@491adf
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@a35529
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a35529
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@14f6dfa
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@14f6dfa
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@22338b
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@22338b
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1ee2516
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1ee2516
+[2015-04-22 14:37:24,636][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@539802
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@18eb326
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@aa1e07
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@363587
+[2015-04-22 14:37:24,651][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1fca12c
+[2015-04-22 14:37:24,667][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@c7d5cf
+[2015-04-22 14:37:24,667][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@c7d5cf
+[2015-04-22 14:37:24,667][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@12807f5
+[2015-04-22 14:37:24,682][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@c9c5ed
+[2015-04-22 14:37:24,682][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@c9c5ed
+[2015-04-22 14:37:24,698][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@abb1b
+[2015-04-22 14:37:24,698][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@abb1b
+[2015-04-22 14:37:24,698][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@cf0d68
+[2015-04-22 14:37:24,698][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@cc15f7
+[2015-04-22 14:37:24,698][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@14f62a8
+[2015-04-22 14:37:24,698][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1f83606
+[2015-04-22 14:37:24,698][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1f83606
+[2015-04-22 14:37:24,714][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1217a79
+[2015-04-22 14:37:24,714][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@efd3db
+[2015-04-22 14:37:24,714][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@13dd99a
+[2015-04-22 14:37:24,714][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1991440
+[2015-04-22 14:37:24,714][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@100a2ae
+[2015-04-22 14:37:24,714][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@b84f0c
+[2015-04-22 14:37:24,714][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@4dac95
+[2015-04-22 14:37:24,714][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@17d9677
+[2015-04-22 14:37:28,790][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:37:29,024][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4fc1a2
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@13dd90
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@eb8271
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@16ffc2a
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1d1cb6a
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@39f41
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@13821a6
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1571a58
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@171ba77
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@14dab69
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1191295
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@102148f
+[2015-04-22 14:37:36,105][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@102148f
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@389d21
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@389d21
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@e7d685
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@e7d685
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@16202c2
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@18bbbf9
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@ce5b80
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@ce5b80
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1e0521c
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1e0521c
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1a7c7db
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1a7c7db
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@183dc9b
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@16de93
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@156b531
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@187cd6a
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@491adf
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@491adf
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@a35529
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a35529
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@14f6dfa
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@14f6dfa
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@22338b
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@22338b
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1ee2516
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1ee2516
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@539802
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@18eb326
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@d83862
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@8db46f
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@aa1e07
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@16c889
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@517f0c
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@363587
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1fca12c
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@c7d5cf
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@c7d5cf
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@12807f5
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@c9c5ed
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@c9c5ed
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@abb1b
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@abb1b
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@cf0d68
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@cc15f7
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@14f62a8
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1f83606
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1f83606
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@14fa679
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3a6d47
+[2015-04-22 14:37:36,120][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1dc506e
+[2015-04-22 14:37:36,137][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@df7afb
+[2015-04-22 14:37:36,137][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@30dce
+[2015-04-22 14:37:36,137][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@7f5fcd
+[2015-04-22 14:37:36,137][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@6aa080
+[2015-04-22 14:37:36,137][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@4f5590
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@375479
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1c0f238
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1144af6
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:38:44,936][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:38:44,952][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:38:44,952][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:38:44,953][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:38:44,954][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@d3ee56
+[2015-04-22 14:38:44,954][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@d3ee56
+[2015-04-22 14:38:44,954][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@d3ee56
+[2015-04-22 14:38:44,954][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@13b081c
+[2015-04-22 14:38:44,954][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@13b081c
+[2015-04-22 14:38:44,954][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@13b081c
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@2c58b5
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@2c58b5
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2c58b5
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@141726b
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@141726b
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@156e175
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@156e175
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@18638d9
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@18638d9
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@a394a3
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@16a859c
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@159325
+[2015-04-22 14:38:44,970][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@159325
+[2015-04-22 14:38:44,985][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1cbf8e5
+[2015-04-22 14:38:44,985][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1cbf8e5
+[2015-04-22 14:38:44,985][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@4cc2a3
+[2015-04-22 14:38:44,985][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@4cc2a3
+[2015-04-22 14:38:44,985][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@190eca6
+[2015-04-22 14:38:44,985][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@190eca6
+[2015-04-22 14:38:44,985][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@190eca6
+[2015-04-22 14:38:44,985][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@18c3fc9
+[2015-04-22 14:38:44,985][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@1c4bd09
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1c4bd09
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1c4bd09
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1e19d74
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1621ccc
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1621ccc
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@80a0cd
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@80a0cd
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@869e91
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@869e91
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@5acd60
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@5acd60
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@19e0d30
+[2015-04-22 14:38:45,001][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@19e0d30
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@8910c7
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1a0506c
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1dc2929
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1dc2929
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1dc2929
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1b0afa9
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1b0afa9
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1b0afa9
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@814446
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@13fe7d6
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@13fe7d6
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@13fe7d6
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@a9a6a1
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@a9a6a1
+[2015-04-22 14:38:45,016][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@a9a6a1
+[2015-04-22 14:38:45,032][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1238868
+[2015-04-22 14:38:45,032][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1f7bd7b
+[2015-04-22 14:38:45,032][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@3523e2
+[2015-04-22 14:38:45,032][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@3523e2
+[2015-04-22 14:38:45,032][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@cce823
+[2015-04-22 14:38:45,063][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@e1836e
+[2015-04-22 14:38:45,063][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@e1836e
+[2015-04-22 14:38:45,063][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@820b7c
+[2015-04-22 14:38:45,063][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@820b7c
+[2015-04-22 14:38:45,063][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@17937ab
+[2015-04-22 14:38:45,063][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@b62114
+[2015-04-22 14:38:45,063][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@d62a38
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@a2dd8b
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@a2dd8b
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@efd3db
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@13dd99a
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1991440
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@100a2ae
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@b84f0c
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4dac95
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@17d9677
+[2015-04-22 14:38:45,079][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@216171
+[2015-04-22 14:38:49,187][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:38:49,452][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@318e89
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@375479
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1c0f238
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1144af6
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@81ac78
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1cc8c6a
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@292740
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@182a3ca
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@d3ee56
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@d3ee56
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@d3ee56
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@13b081c
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@13b081c
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@13b081c
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@2c58b5
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@2c58b5
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2c58b5
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@141726b
+[2015-04-22 14:39:07,970][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@141726b
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@156e175
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@156e175
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@18638d9
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@18638d9
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@a394a3
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@16a859c
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@159325
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@159325
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1cbf8e5
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1cbf8e5
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@4cc2a3
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@4cc2a3
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@190eca6
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@190eca6
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@190eca6
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@18c3fc9
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@1c4bd09
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1c4bd09
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1c4bd09
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1e19d74
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1621ccc
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1621ccc
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@80a0cd
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@80a0cd
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@869e91
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@869e91
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@5acd60
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@5acd60
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@19e0d30
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@19e0d30
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@8910c7
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1a0506c
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1dc2929
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1dc2929
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1dc2929
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1b0afa9
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1b0afa9
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1b0afa9
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@814446
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@13fe7d6
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@13fe7d6
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@13fe7d6
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@a9a6a1
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@a9a6a1
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@a9a6a1
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1238868
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1f7bd7b
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@3523e2
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@3523e2
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@cce823
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@e1836e
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@e1836e
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@820b7c
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@820b7c
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@17937ab
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@b62114
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@d62a38
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@a2dd8b
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@a2dd8b
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@7a9569
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1e75301
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1fa96d0
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@c3724d
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@18545a1
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@9e4dce
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1063ac8
+[2015-04-22 14:39:07,985][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1fd5448
+[2015-04-22 14:52:25,173][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:52:25,173][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:52:25,173][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:52:25,173][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@8af6ec
+[2015-04-22 14:52:25,173][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@5e45b0
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1456c6a
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:52:25,188][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:52:25,205][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:52:25,205][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:52:25,205][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:52:25,206][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:52:25,206][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:52:25,206][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:52:25,206][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:52:25,206][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:52:25,206][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1993c3b
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1993c3b
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1098a4d
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1098a4d
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@9faeb2
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@9faeb2
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@18f0d13
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1bfc628
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1f1b6c2
+[2015-04-22 14:52:25,221][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1f1b6c2
+[2015-04-22 14:52:25,237][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@152d7a6
+[2015-04-22 14:52:25,237][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@152d7a6
+[2015-04-22 14:52:25,237][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@184816b
+[2015-04-22 14:52:25,237][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@184816b
+[2015-04-22 14:52:25,237][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:52:25,237][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:52:25,237][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:52:25,237][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1e66f2a
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1d300ec
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@e2bafc
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@e2bafc
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@77554a
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@77554a
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@e0d3b
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@e0d3b
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@66d9a4
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@66d9a4
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@17f0acc
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@17f0acc
+[2015-04-22 14:52:25,253][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@188032f
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@aef238
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@1c90d31
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:52:25,268][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@131798e
+[2015-04-22 14:52:25,284][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@10a9bd
+[2015-04-22 14:52:25,284][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@139758
+[2015-04-22 14:52:25,284][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@139758
+[2015-04-22 14:52:25,284][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1b54905
+[2015-04-22 14:52:25,299][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@17bab35
+[2015-04-22 14:52:25,299][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@17bab35
+[2015-04-22 14:52:25,315][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1c02228
+[2015-04-22 14:52:25,315][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1c02228
+[2015-04-22 14:52:25,315][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@135f9db
+[2015-04-22 14:52:25,315][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@135c72f
+[2015-04-22 14:52:25,315][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@6de7e3
+[2015-04-22 14:52:25,315][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@7ee063
+[2015-04-22 14:52:25,331][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7ee063
+[2015-04-22 14:52:25,331][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@13dd99a
+[2015-04-22 14:52:25,331][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1991440
+[2015-04-22 14:52:25,331][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@100a2ae
+[2015-04-22 14:52:25,331][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@b84f0c
+[2015-04-22 14:52:25,331][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@4dac95
+[2015-04-22 14:52:25,331][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@17d9677
+[2015-04-22 14:52:25,331][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@216171
+[2015-04-22 14:52:25,331][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1847f54
+[2015-04-22 14:52:29,339][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:52:29,582][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@184dc10
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@8af6ec
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@5e45b0
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1456c6a
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@161fd9e
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@16ac13
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1cfdbdb
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1cf3f3e
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d0c395
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@f23be8
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@174a1d3
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1993c3b
+[2015-04-22 14:53:15,486][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1993c3b
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1098a4d
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1098a4d
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@9faeb2
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@9faeb2
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@18f0d13
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1bfc628
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1f1b6c2
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1f1b6c2
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@152d7a6
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@152d7a6
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@184816b
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@184816b
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@19e4438
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1e66f2a
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@6409e1
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1d300ec
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@e2bafc
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@e2bafc
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@77554a
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@77554a
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@e0d3b
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@e0d3b
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@66d9a4
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@66d9a4
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@17f0acc
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@17f0acc
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@188032f
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@aef238
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@325aa1
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@fc14aa
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@1c90d31
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@2712bf
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@10c8bbb
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@131798e
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@10a9bd
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@139758
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@139758
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1b54905
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@17bab35
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@17bab35
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1c02228
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1c02228
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@135f9db
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@135c72f
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@6de7e3
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@7ee063
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7ee063
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1394ed8
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@16756eb
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@17b9563
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@8cbe52
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@23312b
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@710446
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1cfbe0d
+[2015-04-22 14:53:15,502][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1c66107
+[2015-04-22 14:56:19,814][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@8a4f89
+[2015-04-22 14:56:19,814][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@8a4f89
+[2015-04-22 14:56:19,814][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@8a4f89
+[2015-04-22 14:56:19,814][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@c254ce
+[2015-04-22 14:56:19,814][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@18060f4
+[2015-04-22 14:56:19,814][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@12a1355
+[2015-04-22 14:56:19,814][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@121ed47
+[2015-04-22 14:56:19,814][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@121ed47
+[2015-04-22 14:56:19,814][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@121ed47
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@747db9
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@747db9
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@747db9
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@140aab2
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@140aab2
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@140aab2
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1f0b4da
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1f0b4da
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1f0b4da
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@13709b3
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@13709b3
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@13709b3
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@9d9e37
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@9d9e37
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@9d9e37
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1a762bc
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1a762bc
+[2015-04-22 14:56:19,830][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1a762bc
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1fdcfb
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1fdcfb
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@eb4f20
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@eb4f20
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@19b6377
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@19b6377
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1edf564
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1e1c25d
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@84e343
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@84e343
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@148b3b8
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@148b3b8
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1bfc699
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1bfc699
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@166c4da
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@166c4da
+[2015-04-22 14:56:19,845][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@166c4da
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@157ab5a
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@487dfa
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@487dfa
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@487dfa
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@b5797a
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@d60567
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@d60567
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@19f8f0
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@19f8f0
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@14a8d33
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@14a8d33
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@1725455
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1725455
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1a0b93e
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1a0b93e
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1d311d8
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@169982c
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@110bd74
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@110bd74
+[2015-04-22 14:56:19,861][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@110bd74
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@6c7bdc
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@6c7bdc
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@6c7bdc
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@56a5b
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@5e79fc
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@5e79fc
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@5e79fc
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@35eb8d
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@35eb8d
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@35eb8d
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@3f8418
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@14a1c3c
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@1ed92ae
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1ed92ae
+[2015-04-22 14:56:19,876][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@d3d3fe
+[2015-04-22 14:56:19,892][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@1effe24
+[2015-04-22 14:56:19,892][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1effe24
+[2015-04-22 14:56:19,892][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@4befbe
+[2015-04-22 14:56:19,892][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@4befbe
+[2015-04-22 14:56:19,892][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@b16ed4
+[2015-04-22 14:56:19,892][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@24309f
+[2015-04-22 14:56:19,892][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@6c5712
+[2015-04-22 14:56:19,892][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@426f80
+[2015-04-22 14:56:19,892][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@426f80
+[2015-04-22 14:56:19,908][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4f642c
+[2015-04-22 14:56:19,908][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@39912c
+[2015-04-22 14:56:19,908][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@169e1de
+[2015-04-22 14:56:19,908][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@6be6c2
+[2015-04-22 14:56:19,908][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1fadb2f
+[2015-04-22 14:56:19,908][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4bf0ce
+[2015-04-22 14:56:19,908][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1ae658f
+[2015-04-22 14:56:19,908][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@8db40d
+[2015-04-22 14:56:22,702][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:56:22,827][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:56:38,936][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@195b0f5
+[2015-04-22 14:56:38,936][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@195b0f5
+[2015-04-22 14:56:38,936][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@195b0f5
+[2015-04-22 14:56:38,936][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@186a79a
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@8c8a96
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@7ce842
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@318d7f
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@318d7f
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@318d7f
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1f16dd3
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1f16dd3
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1f16dd3
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13709b3
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13709b3
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@13709b3
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1164deb
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1164deb
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1164deb
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@9278d5
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@9278d5
+[2015-04-22 14:56:38,952][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@9278d5
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@46f82b
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@46f82b
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@46f82b
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@d4f204
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@d4f204
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@d4f204
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@171ce5d
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@171ce5d
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1e1c25d
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1e1c25d
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1c2a4e9
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1c2a4e9
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@a77b84
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@8d5fa
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@106b208
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@106b208
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1ef77c2
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1ef77c2
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@47f1b
+[2015-04-22 14:56:38,967][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@47f1b
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@146a6af
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@146a6af
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@146a6af
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@17f6a92
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@1dc21a7
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1dc21a7
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1dc21a7
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@bbaf09
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1e43b5e
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1e43b5e
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@149cc16
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@149cc16
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@765135
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@765135
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@11603fe
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@11603fe
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@360655
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@360655
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1a88c6c
+[2015-04-22 14:56:38,983][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1a588eb
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@fdac14
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@fdac14
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@fdac14
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@29cbc3
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@29cbc3
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@29cbc3
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@184f8dc
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@14a1c3c
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@14a1c3c
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@14a1c3c
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6d9c81
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6d9c81
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6d9c81
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@f2c80
+[2015-04-22 14:56:38,998][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@a744be
+[2015-04-22 14:56:39,014][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@15e5a21
+[2015-04-22 14:56:39,014][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@15e5a21
+[2015-04-22 14:56:39,014][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1befaf1
+[2015-04-22 14:56:39,014][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@7360e7
+[2015-04-22 14:56:39,014][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@7360e7
+[2015-04-22 14:56:39,014][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@15fe2d8
+[2015-04-22 14:56:39,014][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@15fe2d8
+[2015-04-22 14:56:39,014][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@1e8b9e2
+[2015-04-22 14:56:39,014][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@115f3c5
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@769c7
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@909a0e
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@909a0e
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@12b2af5
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1117b06
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@a3d5d2
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@2b02a3
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1ba2299
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1358035
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@17456c4
+[2015-04-22 14:56:39,030][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@ec9a1a
+[2015-04-22 14:56:41,621][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:56:41,762][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@195b0f5
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@195b0f5
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@195b0f5
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@186a79a
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@8c8a96
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@7ce842
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@318d7f
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@318d7f
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@318d7f
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1f16dd3
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1f16dd3
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1f16dd3
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13709b3
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@13709b3
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@13709b3
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1164deb
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1164deb
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1164deb
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@9278d5
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@9278d5
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@9278d5
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@46f82b
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@46f82b
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@46f82b
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@d4f204
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@d4f204
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@d4f204
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@171ce5d
+[2015-04-22 14:57:21,235][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@171ce5d
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1e1c25d
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1e1c25d
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1c2a4e9
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1c2a4e9
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@a77b84
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@8d5fa
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@106b208
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@106b208
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1ef77c2
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1ef77c2
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@47f1b
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@47f1b
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@146a6af
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@146a6af
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@146a6af
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@17f6a92
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@1dc21a7
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1dc21a7
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1dc21a7
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@bbaf09
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1e43b5e
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1e43b5e
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@149cc16
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@149cc16
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@765135
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@765135
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@11603fe
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@11603fe
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@360655
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@360655
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1a88c6c
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1a588eb
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@fdac14
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@fdac14
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@fdac14
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@29cbc3
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@29cbc3
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@29cbc3
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@184f8dc
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@14a1c3c
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@14a1c3c
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@14a1c3c
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6d9c81
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6d9c81
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6d9c81
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@f2c80
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@a744be
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@15e5a21
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@15e5a21
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1befaf1
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@7360e7
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@7360e7
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@15fe2d8
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@15fe2d8
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@1e8b9e2
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@115f3c5
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@769c7
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@909a0e
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@909a0e
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@aed0b9
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1095f95
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@623e17
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1da8242
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@9dd399
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1aefbc5
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1134ea8
+[2015-04-22 14:57:21,250][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@912962
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@6849b9
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@6849b9
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@6849b9
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@90103a
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@113cd14
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1f9405f
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d2abf5
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d2abf5
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1d2abf5
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1ecbafa
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1ecbafa
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1ecbafa
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@ee791d
+[2015-04-22 14:58:13,841][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@ee791d
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@ee791d
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1a64f71
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1a64f71
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1a64f71
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@9e4e49
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@9e4e49
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@9e4e49
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1334d7f
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1334d7f
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@1334d7f
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@e71bb9
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@e71bb9
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@e71bb9
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@195819
+[2015-04-22 14:58:13,857][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@195819
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@17c112
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@17c112
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@109b8c0
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@109b8c0
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@10ef717
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1e46f2
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@990b1f
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@990b1f
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@119847
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@119847
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1788ef8
+[2015-04-22 14:58:13,872][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1788ef8
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@9300c
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@9300c
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@9300c
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@513f84
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@441883
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@441883
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@441883
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@125732
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1277b49
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1277b49
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@fb69da
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@fb69da
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@10fbc7e
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@10fbc7e
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@17fe7dc
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@17fe7dc
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1b57669
+[2015-04-22 14:58:13,888][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1b57669
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1761366
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@461014
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1a0b7ca
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1a0b7ca
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1a0b7ca
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@9485d
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@9485d
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@9485d
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@677535
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@190c6f
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@190c6f
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@190c6f
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1dc968f
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1dc968f
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1dc968f
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@9b0f82
+[2015-04-22 14:58:13,904][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@60c26b
+[2015-04-22 14:58:13,919][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@96c1fc
+[2015-04-22 14:58:13,919][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@96c1fc
+[2015-04-22 14:58:13,919][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1823f04
+[2015-04-22 14:58:13,919][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@25fbfa
+[2015-04-22 14:58:13,919][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@25fbfa
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@4a2ad8
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@4a2ad8
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@fc01db
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@13b4609
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@38c785
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@17d18c8
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@17d18c8
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4d3dc3
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@111dbb9
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1705876
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@bfe943
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@16b4de4
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1c6c8fa
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1b4b7d9
+[2015-04-22 14:58:13,935][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1922007
+[2015-04-22 14:58:16,793][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:58:17,042][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@6849b9
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@6849b9
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@6849b9
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@90103a
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@113cd14
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1f9405f
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d2abf5
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d2abf5
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1d2abf5
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1ecbafa
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1ecbafa
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1ecbafa
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@ee791d
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@ee791d
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@ee791d
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1a64f71
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1a64f71
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1a64f71
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@9e4e49
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@9e4e49
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@9e4e49
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1334d7f
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1334d7f
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@1334d7f
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@e71bb9
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@e71bb9
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@e71bb9
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@195819
+[2015-04-22 14:58:29,028][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@195819
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@17c112
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@17c112
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@109b8c0
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@109b8c0
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@10ef717
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1e46f2
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@990b1f
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@990b1f
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@119847
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@119847
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1788ef8
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1788ef8
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@9300c
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@9300c
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@9300c
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@513f84
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@441883
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@441883
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@441883
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@125732
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1277b49
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1277b49
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@fb69da
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@fb69da
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@10fbc7e
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@10fbc7e
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@17fe7dc
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@17fe7dc
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1b57669
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1b57669
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1761366
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@461014
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1a0b7ca
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1a0b7ca
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1a0b7ca
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@9485d
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@9485d
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@9485d
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@677535
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@190c6f
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@190c6f
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@190c6f
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1dc968f
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1dc968f
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1dc968f
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@9b0f82
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@60c26b
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@96c1fc
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@96c1fc
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1823f04
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@25fbfa
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@25fbfa
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@4a2ad8
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@4a2ad8
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@fc01db
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@13b4609
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@38c785
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@17d18c8
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@17d18c8
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@e5a688
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1183362
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1d59293
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@8a0553
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@163a81e
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1b259ab
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1d0e53
+[2015-04-22 14:58:29,044][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1977262
+[2015-04-22 14:59:38,344][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@b15265
+[2015-04-22 14:59:38,344][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@b15265
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@b15265
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@d939b5
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@456721
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1abb1fb
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1b2947f
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1b2947f
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1b2947f
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@161cf73
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@161cf73
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@161cf73
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@101846d
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@101846d
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@101846d
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@11737cd
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@11737cd
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@11737cd
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1960044
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1960044
+[2015-04-22 14:59:38,360][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1960044
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1243f31
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1243f31
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@1243f31
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@16dbdf4
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@16dbdf4
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@16dbdf4
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@177e34
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@177e34
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@50c651
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@50c651
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1e476fc
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1e476fc
+[2015-04-22 14:59:38,375][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@9842c2
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@ac5f11
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@56e5d8
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@56e5d8
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@8deca3
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@8deca3
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1c97413
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1c97413
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@47c8ac
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@47c8ac
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@47c8ac
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@47040
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@b414ca
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@b414ca
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@b414ca
+[2015-04-22 14:59:38,391][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1c8607d
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@bdfcd0
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@bdfcd0
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@15b8941
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@15b8941
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@a5bbf5
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@a5bbf5
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@14c0017
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@14c0017
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@afbf38
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@afbf38
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@b69448
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@51813f
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1aa1c60
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1aa1c60
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1aa1c60
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@14bc639
+[2015-04-22 14:59:38,406][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@14bc639
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@14bc639
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@14e30c7
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@9bec85
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@9bec85
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@9bec85
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@137cc67
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@137cc67
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@137cc67
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1006ab6
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1191f35
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@83f05
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@83f05
+[2015-04-22 14:59:38,422][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1f23fa8
+[2015-04-22 14:59:38,438][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@23db87
+[2015-04-22 14:59:38,438][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@23db87
+[2015-04-22 14:59:38,438][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@6bd255
+[2015-04-22 14:59:38,438][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@6bd255
+[2015-04-22 14:59:38,438][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@f5fb01
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@dca1b0
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@14e607a
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@11677a6
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@11677a6
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@601e55
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@677535
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@4018f1
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@259624
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1a447d3
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@6776b1
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@a17b65
+[2015-04-22 14:59:38,453][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1ac2c6a
+[2015-04-22 14:59:41,279][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 14:59:41,561][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@b15265
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@b15265
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@b15265
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@d939b5
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@456721
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1abb1fb
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1b2947f
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1b2947f
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1b2947f
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@161cf73
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@161cf73
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@161cf73
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@101846d
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@101846d
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@101846d
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@11737cd
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@11737cd
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@11737cd
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1960044
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1960044
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1960044
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1243f31
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1243f31
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@1243f31
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@16dbdf4
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@16dbdf4
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@16dbdf4
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@177e34
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@177e34
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@50c651
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@50c651
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1e476fc
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1e476fc
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@9842c2
+[2015-04-22 14:59:48,803][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@ac5f11
+[2015-04-22 14:59:48,819][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@56e5d8
+[2015-04-22 14:59:48,819][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@56e5d8
+[2015-04-22 14:59:48,819][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@8deca3
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@8deca3
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1c97413
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1c97413
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@47c8ac
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@47c8ac
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@47c8ac
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@47040
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@b414ca
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@b414ca
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@b414ca
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1c8607d
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@bdfcd0
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@bdfcd0
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@15b8941
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@15b8941
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@a5bbf5
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@a5bbf5
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@14c0017
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@14c0017
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@afbf38
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@afbf38
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@b69448
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@51813f
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1aa1c60
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1aa1c60
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1aa1c60
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@14bc639
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@14bc639
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@14bc639
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@14e30c7
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@9bec85
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@9bec85
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@9bec85
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@137cc67
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@137cc67
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@137cc67
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1006ab6
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1191f35
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@83f05
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@83f05
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1f23fa8
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@23db87
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@23db87
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@6bd255
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@6bd255
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@f5fb01
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@dca1b0
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@14e607a
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@11677a6
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@11677a6
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@14a2044
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@18c6690
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@a17fe9
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@d4c046
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@19b4cb5
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@c9301c
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@75a5a6
+[2015-04-22 14:59:48,834][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1ce4c17
+[2015-04-22 15:08:49,228][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@c03bfa
+[2015-04-22 15:08:49,229][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@c03bfa
+[2015-04-22 15:08:49,229][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@c03bfa
+[2015-04-22 15:08:49,230][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@19639d
+[2015-04-22 15:08:49,232][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@fceaf5
+[2015-04-22 15:08:49,233][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@f1231d
+[2015-04-22 15:08:49,235][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@177f7b
+[2015-04-22 15:08:49,235][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@177f7b
+[2015-04-22 15:08:49,235][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@177f7b
+[2015-04-22 15:08:49,237][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@e78062
+[2015-04-22 15:08:49,237][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@e78062
+[2015-04-22 15:08:49,237][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@e78062
+[2015-04-22 15:08:49,239][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@51813f
+[2015-04-22 15:08:49,240][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@51813f
+[2015-04-22 15:08:49,240][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@51813f
+[2015-04-22 15:08:49,242][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1a9a042
+[2015-04-22 15:08:49,242][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1a9a042
+[2015-04-22 15:08:49,242][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1a9a042
+[2015-04-22 15:08:49,244][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@125a42b
+[2015-04-22 15:08:49,244][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@125a42b
+[2015-04-22 15:08:49,245][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@125a42b
+[2015-04-22 15:08:49,248][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@124ffba
+[2015-04-22 15:08:49,248][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@124ffba
+[2015-04-22 15:08:49,248][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@124ffba
+[2015-04-22 15:08:49,253][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@158dcff
+[2015-04-22 15:08:49,254][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@158dcff
+[2015-04-22 15:08:49,254][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@158dcff
+[2015-04-22 15:08:49,256][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1e6ee15
+[2015-04-22 15:08:49,256][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1e6ee15
+[2015-04-22 15:08:49,258][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@184b70e
+[2015-04-22 15:08:49,258][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@184b70e
+[2015-04-22 15:08:49,260][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1406fd7
+[2015-04-22 15:08:49,260][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1406fd7
+[2015-04-22 15:08:49,261][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@180461f
+[2015-04-22 15:08:49,263][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1c3d185
+[2015-04-22 15:08:49,264][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1a92bd0
+[2015-04-22 15:08:49,264][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1a92bd0
+[2015-04-22 15:08:49,267][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@12499df
+[2015-04-22 15:08:49,267][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@12499df
+[2015-04-22 15:08:49,270][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1f27a15
+[2015-04-22 15:08:49,270][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1f27a15
+[2015-04-22 15:08:49,272][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@1316b06
+[2015-04-22 15:08:49,272][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1316b06
+[2015-04-22 15:08:49,272][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1316b06
+[2015-04-22 15:08:49,275][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@210cea
+[2015-04-22 15:08:49,276][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@a54ce7
+[2015-04-22 15:08:49,277][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@a54ce7
+[2015-04-22 15:08:49,277][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@a54ce7
+[2015-04-22 15:08:49,278][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1ab167
+[2015-04-22 15:08:49,280][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@10efc5e
+[2015-04-22 15:08:49,280][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@10efc5e
+[2015-04-22 15:08:49,281][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@1e2a543
+[2015-04-22 15:08:49,281][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1e2a543
+[2015-04-22 15:08:49,283][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@1ff7d1
+[2015-04-22 15:08:49,283][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@1ff7d1
+[2015-04-22 15:08:49,286][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@4f4029
+[2015-04-22 15:08:49,286][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@4f4029
+[2015-04-22 15:08:49,289][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@710411
+[2015-04-22 15:08:49,289][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@710411
+[2015-04-22 15:08:49,290][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@f3c7bb
+[2015-04-22 15:08:49,291][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1c9912f
+[2015-04-22 15:08:49,293][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@82462d
+[2015-04-22 15:08:49,293][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@82462d
+[2015-04-22 15:08:49,293][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@82462d
+[2015-04-22 15:08:49,295][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@16dd2b6
+[2015-04-22 15:08:49,295][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@16dd2b6
+[2015-04-22 15:08:49,296][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@16dd2b6
+[2015-04-22 15:08:49,297][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@4018f1
+[2015-04-22 15:08:49,299][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@7f6728
+[2015-04-22 15:08:49,299][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@7f6728
+[2015-04-22 15:08:49,299][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@7f6728
+[2015-04-22 15:08:49,301][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@120c1b6
+[2015-04-22 15:08:49,301][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@120c1b6
+[2015-04-22 15:08:49,301][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@120c1b6
+[2015-04-22 15:08:49,302][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@173294
+[2015-04-22 15:08:49,303][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@7c376a
+[2015-04-22 15:08:49,310][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@199c22a
+[2015-04-22 15:08:49,310][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@199c22a
+[2015-04-22 15:08:49,311][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1f7423c
+[2015-04-22 15:08:49,317][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@1c2074c
+[2015-04-22 15:08:49,317][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1c2074c
+[2015-04-22 15:08:49,325][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@142ce21
+[2015-04-22 15:08:49,325][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@142ce21
+[2015-04-22 15:08:49,326][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@ddf859
+[2015-04-22 15:08:49,327][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7330e5
+[2015-04-22 15:08:49,329][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1b317f5
+[2015-04-22 15:08:49,333][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1e633db
+[2015-04-22 15:08:49,333][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1e633db
+[2015-04-22 15:08:49,334][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@111dbb9
+[2015-04-22 15:08:49,335][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1705876
+[2015-04-22 15:08:49,335][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@bfe943
+[2015-04-22 15:08:49,335][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@16b4de4
+[2015-04-22 15:08:49,335][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1c6c8fa
+[2015-04-22 15:08:49,335][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1b4b7d9
+[2015-04-22 15:08:49,336][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1922007
+[2015-04-22 15:08:49,336][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@74ac5f
+[2015-04-22 15:08:52,288][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 15:08:52,458][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 15:09:05,005][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@c03bfa
+[2015-04-22 15:09:05,006][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@c03bfa
+[2015-04-22 15:09:05,006][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@c03bfa
+[2015-04-22 15:09:05,006][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@19639d
+[2015-04-22 15:09:05,006][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@fceaf5
+[2015-04-22 15:09:05,006][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@f1231d
+[2015-04-22 15:09:05,006][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@177f7b
+[2015-04-22 15:09:05,006][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@177f7b
+[2015-04-22 15:09:05,007][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@177f7b
+[2015-04-22 15:09:05,007][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@e78062
+[2015-04-22 15:09:05,007][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@e78062
+[2015-04-22 15:09:05,007][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@e78062
+[2015-04-22 15:09:05,007][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@51813f
+[2015-04-22 15:09:05,007][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@51813f
+[2015-04-22 15:09:05,007][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@51813f
+[2015-04-22 15:09:05,007][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1a9a042
+[2015-04-22 15:09:05,008][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1a9a042
+[2015-04-22 15:09:05,008][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1a9a042
+[2015-04-22 15:09:05,008][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@125a42b
+[2015-04-22 15:09:05,008][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@125a42b
+[2015-04-22 15:09:05,008][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@125a42b
+[2015-04-22 15:09:05,008][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@124ffba
+[2015-04-22 15:09:05,008][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@124ffba
+[2015-04-22 15:09:05,008][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@124ffba
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@158dcff
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@158dcff
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@158dcff
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1e6ee15
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1e6ee15
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@184b70e
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@184b70e
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1406fd7
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1406fd7
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@180461f
+[2015-04-22 15:09:05,009][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1c3d185
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1a92bd0
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1a92bd0
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@12499df
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@12499df
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1f27a15
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1f27a15
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@1316b06
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1316b06
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1316b06
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@210cea
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@a54ce7
+[2015-04-22 15:09:05,010][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@a54ce7
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@a54ce7
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1ab167
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@10efc5e
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@10efc5e
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@1e2a543
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1e2a543
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@1ff7d1
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@1ff7d1
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@4f4029
+[2015-04-22 15:09:05,011][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@4f4029
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@710411
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@710411
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@f3c7bb
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1c9912f
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@82462d
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@82462d
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@82462d
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@16dd2b6
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@16dd2b6
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@16dd2b6
+[2015-04-22 15:09:05,012][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@4018f1
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@7f6728
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@7f6728
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@7f6728
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@120c1b6
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@120c1b6
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@120c1b6
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@173294
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@7c376a
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@199c22a
+[2015-04-22 15:09:05,013][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@199c22a
+[2015-04-22 15:09:05,015][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1f7423c
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@1c2074c
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1c2074c
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@142ce21
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@142ce21
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@ddf859
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7330e5
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1b317f5
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1e633db
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1e633db
+[2015-04-22 15:09:05,016][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@cc4401
+[2015-04-22 15:09:05,017][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@84cc39
+[2015-04-22 15:09:05,017][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@7bbec2
+[2015-04-22 15:09:05,017][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@28ce7f
+[2015-04-22 15:09:05,017][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@10d3073
+[2015-04-22 15:09:05,017][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@e80801
+[2015-04-22 15:09:05,017][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@165866d
+[2015-04-22 15:09:05,017][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@5c7356
+[2015-04-22 15:11:05,107][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@a16a10
+[2015-04-22 15:11:05,108][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@a16a10
+[2015-04-22 15:11:05,108][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@a16a10
+[2015-04-22 15:11:05,111][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@8d4e97
+[2015-04-22 15:11:05,114][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@19c745a
+[2015-04-22 15:11:05,115][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@a97e14
+[2015-04-22 15:11:05,119][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1fb1192
+[2015-04-22 15:11:05,119][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1fb1192
+[2015-04-22 15:11:05,120][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1fb1192
+[2015-04-22 15:11:05,122][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@37140d
+[2015-04-22 15:11:05,123][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@37140d
+[2015-04-22 15:11:05,123][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@37140d
+[2015-04-22 15:11:05,126][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1213f2b
+[2015-04-22 15:11:05,126][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1213f2b
+[2015-04-22 15:11:05,127][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1213f2b
+[2015-04-22 15:11:05,129][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@bd148c
+[2015-04-22 15:11:05,129][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@bd148c
+[2015-04-22 15:11:05,130][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@bd148c
+[2015-04-22 15:11:05,133][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@16a735a
+[2015-04-22 15:11:05,133][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@16a735a
+[2015-04-22 15:11:05,133][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@16a735a
+[2015-04-22 15:11:05,145][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1ecde5f
+[2015-04-22 15:11:05,145][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1ecde5f
+[2015-04-22 15:11:05,146][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@1ecde5f
+[2015-04-22 15:11:05,150][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1043ad5
+[2015-04-22 15:11:05,150][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1043ad5
+[2015-04-22 15:11:05,151][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1043ad5
+[2015-04-22 15:11:05,156][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1898ae8
+[2015-04-22 15:11:05,156][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1898ae8
+[2015-04-22 15:11:05,159][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@f9bc78
+[2015-04-22 15:11:05,159][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@f9bc78
+[2015-04-22 15:11:05,162][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@e1c759
+[2015-04-22 15:11:05,162][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@e1c759
+[2015-04-22 15:11:05,165][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@116f155
+[2015-04-22 15:11:05,169][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@163cee2
+[2015-04-22 15:11:05,171][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@2b76a8
+[2015-04-22 15:11:05,172][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@2b76a8
+[2015-04-22 15:11:05,178][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@119fe97
+[2015-04-22 15:11:05,178][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@119fe97
+[2015-04-22 15:11:05,181][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1151d52
+[2015-04-22 15:11:05,181][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1151d52
+[2015-04-22 15:11:05,185][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@121abd1
+[2015-04-22 15:11:05,185][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@121abd1
+[2015-04-22 15:11:05,185][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@121abd1
+[2015-04-22 15:11:05,189][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@161a4ef
+[2015-04-22 15:11:05,192][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@64dae9
+[2015-04-22 15:11:05,193][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@64dae9
+[2015-04-22 15:11:05,193][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@64dae9
+[2015-04-22 15:11:05,195][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@7110d4
+[2015-04-22 15:11:05,197][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1353b38
+[2015-04-22 15:11:05,197][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1353b38
+[2015-04-22 15:11:05,200][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@1357096
+[2015-04-22 15:11:05,200][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1357096
+[2015-04-22 15:11:05,202][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@17cf38f
+[2015-04-22 15:11:05,203][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@17cf38f
+[2015-04-22 15:11:05,205][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@8ff4f3
+[2015-04-22 15:11:05,205][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@8ff4f3
+[2015-04-22 15:11:05,209][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1149371
+[2015-04-22 15:11:05,209][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1149371
+[2015-04-22 15:11:05,210][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@195cc92
+[2015-04-22 15:11:05,213][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1e2b711
+[2015-04-22 15:11:05,216][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1d8cfb
+[2015-04-22 15:11:05,216][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1d8cfb
+[2015-04-22 15:11:05,217][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1d8cfb
+[2015-04-22 15:11:05,220][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@8e1f9f
+[2015-04-22 15:11:05,220][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@8e1f9f
+[2015-04-22 15:11:05,220][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@8e1f9f
+[2015-04-22 15:11:05,223][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@1f3ff7e
+[2015-04-22 15:11:05,226][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@8fa93c
+[2015-04-22 15:11:05,226][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@8fa93c
+[2015-04-22 15:11:05,226][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@8fa93c
+[2015-04-22 15:11:05,229][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@5a5d1c
+[2015-04-22 15:11:05,230][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@5a5d1c
+[2015-04-22 15:11:05,230][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@5a5d1c
+[2015-04-22 15:11:05,233][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1837926
+[2015-04-22 15:11:05,235][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@51460c
+[2015-04-22 15:11:05,248][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@1b16bd
+[2015-04-22 15:11:05,248][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1b16bd
+[2015-04-22 15:11:05,250][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@12e9a90
+[2015-04-22 15:11:05,270][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@719b4b
+[2015-04-22 15:11:05,270][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@719b4b
+[2015-04-22 15:11:05,281][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@bf5210
+[2015-04-22 15:11:05,281][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@bf5210
+[2015-04-22 15:11:05,282][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@133f2f3
+[2015-04-22 15:11:05,283][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@33225
+[2015-04-22 15:11:05,286][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@bde0e7
+[2015-04-22 15:11:05,294][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@674be7
+[2015-04-22 15:11:05,294][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@674be7
+[2015-04-22 15:11:05,295][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@136315d
+[2015-04-22 15:11:05,295][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@e2f010
+[2015-04-22 15:11:05,296][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@fec383
+[2015-04-22 15:11:05,296][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1d5cefe
+[2015-04-22 15:11:05,296][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@89813
+[2015-04-22 15:11:05,296][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@381cf4
+[2015-04-22 15:11:05,296][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1f4e49e
+[2015-04-22 15:11:05,297][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@cd6f35
+[2015-04-22 15:11:09,521][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-04-22 15:11:09,755][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-04-22 15:11:47,084][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@a16a10
+[2015-04-22 15:11:47,084][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@a16a10
+[2015-04-22 15:11:47,084][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@a16a10
+[2015-04-22 15:11:47,085][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@8d4e97
+[2015-04-22 15:11:47,085][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@19c745a
+[2015-04-22 15:11:47,085][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@a97e14
+[2015-04-22 15:11:47,085][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1fb1192
+[2015-04-22 15:11:47,085][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1fb1192
+[2015-04-22 15:11:47,085][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1fb1192
+[2015-04-22 15:11:47,085][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@37140d
+[2015-04-22 15:11:47,085][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@37140d
+[2015-04-22 15:11:47,086][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@37140d
+[2015-04-22 15:11:47,086][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1213f2b
+[2015-04-22 15:11:47,086][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1213f2b
+[2015-04-22 15:11:47,086][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1213f2b
+[2015-04-22 15:11:47,086][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@bd148c
+[2015-04-22 15:11:47,086][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@bd148c
+[2015-04-22 15:11:47,086][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@bd148c
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@16a735a
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@16a735a
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@16a735a
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1ecde5f
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@1ecde5f
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@1ecde5f
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1043ad5
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1043ad5
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1043ad5
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1898ae8
+[2015-04-22 15:11:47,087][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1898ae8
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@f9bc78
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@f9bc78
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@e1c759
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@e1c759
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@116f155
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@163cee2
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@2b76a8
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@2b76a8
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@119fe97
+[2015-04-22 15:11:47,088][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@119fe97
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1151d52
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1151d52
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@121abd1
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@121abd1
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@121abd1
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@161a4ef
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@64dae9
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@64dae9
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@64dae9
+[2015-04-22 15:11:47,089][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@7110d4
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1353b38
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1353b38
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@1357096
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1357096
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@17cf38f
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@17cf38f
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@8ff4f3
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@8ff4f3
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1149371
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1149371
+[2015-04-22 15:11:47,090][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@195cc92
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1e2b711
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1d8cfb
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1d8cfb
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1d8cfb
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@8e1f9f
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@8e1f9f
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@8e1f9f
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@1f3ff7e
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@8fa93c
+[2015-04-22 15:11:47,091][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@8fa93c
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@8fa93c
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@5a5d1c
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@5a5d1c
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@5a5d1c
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1837926
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@51460c
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@1b16bd
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1b16bd
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@12e9a90
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@719b4b
+[2015-04-22 15:11:47,092][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@719b4b
+[2015-04-22 15:11:47,093][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@bf5210
+[2015-04-22 15:11:47,093][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@bf5210
+[2015-04-22 15:11:47,093][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@133f2f3
+[2015-04-22 15:11:47,093][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@33225
+[2015-04-22 15:11:47,093][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@bde0e7
+[2015-04-22 15:11:47,093][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@674be7
+[2015-04-22 15:11:47,093][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@674be7
+[2015-04-22 15:11:47,094][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1ee6841
+[2015-04-22 15:11:47,094][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@fe8464
+[2015-04-22 15:11:47,094][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1a5e7b3
+[2015-04-22 15:11:47,094][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@10e9ebe
+[2015-04-22 15:11:47,094][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@d7e935
+[2015-04-22 15:11:47,094][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@10fcf6d
+[2015-04-22 15:11:47,095][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@fb0e10
+[2015-04-22 15:11:47,095][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@584732
+[2015-04-22 15:11:51,028][SQL                 ] DEBUG 
+    select
+        userentity0_.id as id1_13_,
+        userentity0_.name as name2_13_,
+        userentity0_.org as org3_13_,
+        userentity0_.org_name as org_name4_13_,
+        userentity0_.password as password5_13_,
+        userentity0_.uname as uname6_13_,
+        userentity0_.valid as valid7_13_ 
+    from
+        t_xtframe_user userentity0_ 
+    where
+        userentity0_.uname=?
+[2015-04-22 15:11:51,065][SQL                 ] DEBUG 
+    select
+        orgentity0_.id as id1_6_0_,
+        orgentity0_.code as code2_6_0_,
+        orgentity0_.name as name3_6_0_,
+        orgentity0_.pid as pid4_6_0_,
+        orgentity0_.valid as valid5_6_0_ 
+    from
+        t_xtframe_org orgentity0_ 
+    where
+        orgentity0_.id=?
+[2015-04-22 15:11:51,124][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 15:11:51,170][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 15:12:25,637][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 15:12:25,654][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 15:12:26,909][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 15:12:26,930][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-04-22 15:12:27,183][SQL                 ] DEBUG 
+    SELECT
+        DISTINCT RM.MID 
+    FROM
+        T_XTFRAME_ROLE_MENU  RM 
+    JOIN
+        T_XTFRAME_ROLE_USER RU 
+            ON RM.RID=RU.RID 
+    WHERE
+        RU.USERID=?
+[2015-04-22 15:12:27,212][SQL                 ] DEBUG 
+    select
+        menuentity0_.id as id1_5_,
+        menuentity0_.code as code2_5_,
+        menuentity0_.icon as icon3_5_,
+        menuentity0_.icon2 as icon4_5_,
+        menuentity0_.leaf as leaf5_5_,
+        menuentity0_.name as name6_5_,
+        menuentity0_.out_link as out_link7_5_,
+        menuentity0_.pid as pid8_5_,
+        menuentity0_.sortno as sortno9_5_,
+        menuentity0_.url as url10_5_,
+        menuentity0_.valid as valid11_5_ 
+    from
+        t_xtframe_menu menuentity0_ 
+    where
+        (
+            menuentity0_.id in (
+                ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
+            )
+        ) 
+        and menuentity0_.pid=? 
+    order by
+        menuentity0_.sortno asc
+[2015-05-04 09:19:47,911][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@41fdcf
+[2015-05-04 09:19:47,926][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@41fdcf
+[2015-05-04 09:19:47,926][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@41fdcf
+[2015-05-04 09:19:47,926][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@11b5c27
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@36ebaa
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@7aa0d3
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1f0ccbd
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1f0ccbd
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1f0ccbd
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@14bd814
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@14bd814
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@14bd814
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@bcf402
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@bcf402
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@bcf402
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@e886f9
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@e886f9
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@e886f9
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@3316b4
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@3316b4
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@3316b4
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@19a68cd
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@19a68cd
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@19a68cd
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@51c38b
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@51c38b
+[2015-05-04 09:19:47,942][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@51c38b
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1a4f49c
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1a4f49c
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@6048c0
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@6048c0
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1951e37
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1951e37
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@231a4
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1269e0c
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1939379
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1939379
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@15d5504
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@15d5504
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1a9e31c
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1a9e31c
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@77d241
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@77d241
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@77d241
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@4f4029
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@f39788
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@f39788
+[2015-05-04 09:19:47,957][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@f39788
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@c7dcbc
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@f3c7bb
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@f3c7bb
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@10bc9e9
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@10bc9e9
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@82462d
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@82462d
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@bfed9
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@bfed9
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@9a9d14
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@9a9d14
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1d9af09
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1dc968f
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1667de8
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1667de8
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1667de8
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1d7b56e
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1d7b56e
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1d7b56e
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@8e5268
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@b630d1
+[2015-05-04 09:19:47,973][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@b630d1
+[2015-05-04 09:19:47,989][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@b630d1
+[2015-05-04 09:19:47,989][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1ca0204
+[2015-05-04 09:19:47,989][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1ca0204
+[2015-05-04 09:19:47,989][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1ca0204
+[2015-05-04 09:19:47,989][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@4a70d
+[2015-05-04 09:19:47,989][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@158af45
+[2015-05-04 09:19:48,004][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@162d662
+[2015-05-04 09:19:48,004][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@162d662
+[2015-05-04 09:19:48,004][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@9b780d
+[2015-05-04 09:19:48,004][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@b6aca9
+[2015-05-04 09:19:48,004][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@b6aca9
+[2015-05-04 09:19:48,004][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1212f0f
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1212f0f
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@13d874e
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@d9d32d
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@13e1e64
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@ed69d9
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@ed69d9
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@b8a595
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@7edca5
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@c7f7c4
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@5b988d
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@17c5337
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@13b4cf3
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@38fec5
+[2015-05-04 09:19:48,020][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1de4e31
+[2015-05-04 09:19:50,299][SQL                 ] DEBUG 
+    select
+        systempara0_.id as id1_12_,
+        systempara0_.clazz as clazz2_12_,
+        systempara0_.disp as disp3_12_,
+        systempara0_.key as key4_12_,
+        systempara0_.valid as valid5_12_,
+        systempara0_.value as value6_12_ 
+    from
+        t_xtframe_sys_param systempara0_
+[2015-05-04 09:19:50,502][SQL                 ] DEBUG 
+    select
+        jobinfoent0_.id as id1_4_,
+        jobinfoent0_.circle as circle2_4_,
+        jobinfoent0_.clazz as clazz3_4_,
+        jobinfoent0_.create_time as create_time4_4_,
+        jobinfoent0_.cron_expression as cron_expression5_4_,
+        jobinfoent0_.disp as disp6_4_,
+        jobinfoent0_.end_time as end_time7_4_,
+        jobinfoent0_.interval as interval8_4_,
+        jobinfoent0_.param as param9_4_,
+        jobinfoent0_.result as result10_4_,
+        jobinfoent0_.start_time as start_time11_4_,
+        jobinfoent0_.status as status12_4_ 
+    from
+        t_xtframe_jobinfo jobinfoent0_
+[2015-05-04 19:21:26,481][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@1f7b082
+[2015-05-04 19:21:26,481][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@1f7b082
+[2015-05-04 19:21:26,481][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@1f7b082
+[2015-05-04 19:21:26,483][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@223373
+[2015-05-04 19:21:26,485][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1726d05
+[2015-05-04 19:21:26,486][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@35606a
+[2015-05-04 19:21:26,488][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1586d6a
+[2015-05-04 19:21:26,488][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1586d6a
+[2015-05-04 19:21:26,489][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1586d6a
+[2015-05-04 19:21:26,491][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@2ea207
+[2015-05-04 19:21:26,491][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@2ea207
+[2015-05-04 19:21:26,491][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@2ea207
+[2015-05-04 19:21:26,494][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@4cd423
+[2015-05-04 19:21:26,494][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@4cd423
+[2015-05-04 19:21:26,494][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@4cd423
+[2015-05-04 19:21:26,497][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1a2bef7
+[2015-05-04 19:21:26,497][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1a2bef7
+[2015-05-04 19:21:26,497][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1a2bef7
+[2015-05-04 19:21:26,500][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@142075b
+[2015-05-04 19:21:26,500][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@142075b
+[2015-05-04 19:21:26,500][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@142075b
+[2015-05-04 19:21:26,502][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@3f29ee
+[2015-05-04 19:21:26,502][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@3f29ee
+[2015-05-04 19:21:26,502][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3f29ee
+[2015-05-04 19:21:26,504][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@17ab823
+[2015-05-04 19:21:26,504][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@17ab823
+[2015-05-04 19:21:26,504][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@17ab823
+[2015-05-04 19:21:26,508][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@c5aa0c
+[2015-05-04 19:21:26,508][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@c5aa0c
+[2015-05-04 19:21:26,510][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@13e6479
+[2015-05-04 19:21:26,510][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@13e6479
+[2015-05-04 19:21:26,511][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1a26e2c
+[2015-05-04 19:21:26,511][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1a26e2c
+[2015-05-04 19:21:26,513][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@825030
+[2015-05-04 19:21:26,514][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@ee7d61
+[2015-05-04 19:21:26,516][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1789ec6
+[2015-05-04 19:21:26,516][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1789ec6
+[2015-05-04 19:21:26,537][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1f9be7f
+[2015-05-04 19:21:26,537][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1f9be7f
+[2015-05-04 19:21:26,542][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1301b69
+[2015-05-04 19:21:26,542][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1301b69
+[2015-05-04 19:21:26,544][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@71c265
+[2015-05-04 19:21:26,544][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@71c265
+[2015-05-04 19:21:26,544][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@71c265
+[2015-05-04 19:21:26,548][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1488a98
+[2015-05-04 19:21:26,550][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@1abb03
+[2015-05-04 19:21:26,550][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1abb03
+[2015-05-04 19:21:26,550][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1abb03
+[2015-05-04 19:21:26,551][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1d6f2be
+[2015-05-04 19:21:26,552][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@7f9cf6
+[2015-05-04 19:21:26,552][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7f9cf6
+[2015-05-04 19:21:26,554][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@14ec19
+[2015-05-04 19:21:26,554][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@14ec19
+[2015-05-04 19:21:26,555][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@170e348
+[2015-05-04 19:21:26,555][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@170e348
+[2015-05-04 19:21:26,556][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@184b7db
+[2015-05-04 19:21:26,556][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@184b7db
+[2015-05-04 19:21:26,558][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1286e01
+[2015-05-04 19:21:26,558][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1286e01
+[2015-05-04 19:21:26,559][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1e8a877
+[2015-05-04 19:21:26,560][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@1f35b01
+[2015-05-04 19:21:26,561][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@19fc16c
+[2015-05-04 19:21:26,562][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@19fc16c
+[2015-05-04 19:21:26,562][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@19fc16c
+[2015-05-04 19:21:26,564][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@17fe0e3
+[2015-05-04 19:21:26,565][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@17fe0e3
+[2015-05-04 19:21:26,565][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@17fe0e3
+[2015-05-04 19:21:26,568][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@167a0fe
+[2015-05-04 19:21:26,570][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@15fec1c
+[2015-05-04 19:21:26,570][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@15fec1c
+[2015-05-04 19:21:26,570][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@15fec1c
+[2015-05-04 19:21:26,572][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@ee28a9
+[2015-05-04 19:21:26,572][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@ee28a9
+[2015-05-04 19:21:26,573][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@ee28a9
+[2015-05-04 19:21:26,574][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1238b7c
+[2015-05-04 19:21:26,574][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@e30860
+[2015-05-04 19:21:26,594][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@1ba91e8
+[2015-05-04 19:21:26,595][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1ba91e8
+[2015-05-04 19:21:26,595][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@10a39cb
+[2015-05-04 19:21:26,600][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@19da18a
+[2015-05-04 19:21:26,601][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@19da18a
+[2015-05-04 19:21:26,604][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@110c73b
+[2015-05-04 19:21:26,604][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@110c73b
+[2015-05-04 19:21:26,605][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@52e3b1
+[2015-05-04 19:21:26,605][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1e8500a
+[2015-05-04 19:21:26,607][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1dc58f8
+[2015-05-04 19:21:26,611][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@15a083f
+[2015-05-04 19:21:26,611][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@15a083f
+[2015-05-04 19:21:26,611][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@9c7728
+[2015-05-04 19:21:26,611][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@53022e
+[2015-05-04 19:21:26,612][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1b43d0d
+[2015-05-04 19:21:26,612][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1433d1
+[2015-05-04 19:21:26,612][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@560d91
+[2015-05-04 19:21:26,612][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@194c468
+[2015-05-04 19:21:26,612][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1eaa03f
+[2015-05-04 19:21:26,612][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@beb116
+[2015-05-04 19:21:58,649][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@c9af86
+[2015-05-04 19:21:58,649][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@c9af86
+[2015-05-04 19:21:58,650][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@c9af86
+[2015-05-04 19:21:58,651][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@139ba37
+[2015-05-04 19:21:58,652][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@163470f
+[2015-05-04 19:21:58,653][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@ac2fa3
+[2015-05-04 19:21:58,655][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d60df3
+[2015-05-04 19:21:58,655][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d60df3
+[2015-05-04 19:21:58,655][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1d60df3
+[2015-05-04 19:21:58,656][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@18b011e
+[2015-05-04 19:21:58,657][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@18b011e
+[2015-05-04 19:21:58,657][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@18b011e
+[2015-05-04 19:21:58,658][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@7a5487
+[2015-05-04 19:21:58,659][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@7a5487
+[2015-05-04 19:21:58,659][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7a5487
+[2015-05-04 19:21:58,660][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@927b25
+[2015-05-04 19:21:58,660][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@927b25
+[2015-05-04 19:21:58,660][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@927b25
+[2015-05-04 19:21:58,662][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@29e55
+[2015-05-04 19:21:58,662][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@29e55
+[2015-05-04 19:21:58,662][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@29e55
+[2015-05-04 19:21:58,664][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@563d79
+[2015-05-04 19:21:58,664][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@563d79
+[2015-05-04 19:21:58,664][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@563d79
+[2015-05-04 19:21:58,665][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@10baff7
+[2015-05-04 19:21:58,666][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@10baff7
+[2015-05-04 19:21:58,666][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@10baff7
+[2015-05-04 19:21:58,668][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1f0e908
+[2015-05-04 19:21:58,668][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1f0e908
+[2015-05-04 19:21:58,669][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@cf76a0
+[2015-05-04 19:21:58,669][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@cf76a0
+[2015-05-04 19:21:58,670][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1c6b1b4
+[2015-05-04 19:21:58,671][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1c6b1b4
+[2015-05-04 19:21:58,672][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1cf1d43
+[2015-05-04 19:21:58,673][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@b6881e
+[2015-05-04 19:21:58,674][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@a66c2e
+[2015-05-04 19:21:58,674][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@a66c2e
+[2015-05-04 19:21:58,676][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1569f1
+[2015-05-04 19:21:58,676][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1569f1
+[2015-05-04 19:21:58,678][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1894aa0
+[2015-05-04 19:21:58,678][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1894aa0
+[2015-05-04 19:21:58,680][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@11765ae
+[2015-05-04 19:21:58,680][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@11765ae
+[2015-05-04 19:21:58,680][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@11765ae
+[2015-05-04 19:21:58,682][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@630208
+[2015-05-04 19:21:58,684][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@10f419c
+[2015-05-04 19:21:58,684][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@10f419c
+[2015-05-04 19:21:58,684][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@10f419c
+[2015-05-04 19:21:58,685][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@7971ee
+[2015-05-04 19:21:58,686][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@1a2b5ca
+[2015-05-04 19:21:58,686][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1a2b5ca
+[2015-05-04 19:21:58,687][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@48362f
+[2015-05-04 19:21:58,687][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@48362f
+[2015-05-04 19:21:58,688][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@164a171
+[2015-05-04 19:21:58,689][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@164a171
+[2015-05-04 19:21:58,691][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@1323829
+[2015-05-04 19:21:58,692][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1323829
+[2015-05-04 19:21:58,693][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1aaab5d
+[2015-05-04 19:21:58,694][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1aaab5d
+[2015-05-04 19:21:58,694][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@19874f1
+[2015-05-04 19:21:58,695][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@95a943
+[2015-05-04 19:21:58,696][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@5a6b91
+[2015-05-04 19:21:58,696][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@5a6b91
+[2015-05-04 19:21:58,697][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@5a6b91
+[2015-05-04 19:21:58,698][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@116b6cd
+[2015-05-04 19:21:58,698][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@116b6cd
+[2015-05-04 19:21:58,698][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@116b6cd
+[2015-05-04 19:21:58,699][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@197d508
+[2015-05-04 19:21:58,701][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@1b74334
+[2015-05-04 19:21:58,701][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@1b74334
+[2015-05-04 19:21:58,701][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@1b74334
+[2015-05-04 19:21:58,702][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6ec87f
+[2015-05-04 19:21:58,703][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6ec87f
+[2015-05-04 19:21:58,703][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6ec87f
+[2015-05-04 19:21:58,704][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1789983
+[2015-05-04 19:21:58,706][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1e13ac3
+[2015-05-04 19:21:58,713][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@135b5d9
+[2015-05-04 19:21:58,714][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@135b5d9
+[2015-05-04 19:21:58,715][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1d2c84f
+[2015-05-04 19:21:58,720][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@52b14b
+[2015-05-04 19:21:58,720][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@52b14b
+[2015-05-04 19:21:58,723][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@15e46fe
+[2015-05-04 19:21:58,723][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@15e46fe
+[2015-05-04 19:21:58,724][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@18ae191
+[2015-05-04 19:21:58,724][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1543ada
+[2015-05-04 19:21:58,726][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1b88d9e
+[2015-05-04 19:21:58,729][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@d51dc2
+[2015-05-04 19:21:58,729][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@d51dc2
+[2015-05-04 19:21:58,729][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@b61e92
+[2015-05-04 19:21:58,730][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@910ee4
+[2015-05-04 19:21:58,730][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@168a234
+[2015-05-04 19:21:58,730][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@712fba
+[2015-05-04 19:21:58,730][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@f4817d
+[2015-05-04 19:21:58,730][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@6176a8
+[2015-05-04 19:21:58,730][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@b5441b
+[2015-05-04 19:21:58,730][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@8a4d14
+[2015-05-04 19:22:29,998][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@19ab88b
+[2015-05-04 19:22:29,998][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@19ab88b
+[2015-05-04 19:22:29,999][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@19ab88b
+[2015-05-04 19:22:30,000][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@11471c6
+[2015-05-04 19:22:30,002][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@10d8fe9
+[2015-05-04 19:22:30,003][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@1c915a5
+[2015-05-04 19:22:30,005][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d0d70a
+[2015-05-04 19:22:30,005][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1d0d70a
+[2015-05-04 19:22:30,005][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1d0d70a
+[2015-05-04 19:22:30,006][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1446de5
+[2015-05-04 19:22:30,007][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1446de5
+[2015-05-04 19:22:30,007][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1446de5
+[2015-05-04 19:22:30,008][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@10ac6b0
+[2015-05-04 19:22:30,009][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@10ac6b0
+[2015-05-04 19:22:30,009][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@10ac6b0
+[2015-05-04 19:22:30,010][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@187868c
+[2015-05-04 19:22:30,010][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@187868c
+[2015-05-04 19:22:30,011][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@187868c
+[2015-05-04 19:22:30,012][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1ad3b17
+[2015-05-04 19:22:30,012][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@1ad3b17
+[2015-05-04 19:22:30,013][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@1ad3b17
+[2015-05-04 19:22:30,015][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@472af8
+[2015-05-04 19:22:30,016][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@472af8
+[2015-05-04 19:22:30,016][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@472af8
+[2015-05-04 19:22:30,017][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@129acbd
+[2015-05-04 19:22:30,018][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@129acbd
+[2015-05-04 19:22:30,018][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@129acbd
+[2015-05-04 19:22:30,019][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@142075b
+[2015-05-04 19:22:30,020][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@142075b
+[2015-05-04 19:22:30,021][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@db03b1
+[2015-05-04 19:22:30,021][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@db03b1
+[2015-05-04 19:22:30,022][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@98ec60
+[2015-05-04 19:22:30,022][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@98ec60
+[2015-05-04 19:22:30,023][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@17ab823
+[2015-05-04 19:22:30,024][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@328cbf
+[2015-05-04 19:22:30,025][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1f50338
+[2015-05-04 19:22:30,026][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1f50338
+[2015-05-04 19:22:30,027][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1c80a32
+[2015-05-04 19:22:30,028][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1c80a32
+[2015-05-04 19:22:30,030][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@89a850
+[2015-05-04 19:22:30,030][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@89a850
+[2015-05-04 19:22:30,032][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@509f7f
+[2015-05-04 19:22:30,032][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@509f7f
+[2015-05-04 19:22:30,032][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@509f7f
+[2015-05-04 19:22:30,034][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1e34760
+[2015-05-04 19:22:30,036][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@195b2d3
+[2015-05-04 19:22:30,036][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@195b2d3
+[2015-05-04 19:22:30,036][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@195b2d3
+[2015-05-04 19:22:30,037][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@5b469f
+[2015-05-04 19:22:30,038][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@fe6526
+[2015-05-04 19:22:30,038][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@fe6526
+[2015-05-04 19:22:30,039][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@1fc3a11
+[2015-05-04 19:22:30,039][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1fc3a11
+[2015-05-04 19:22:30,041][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@18326be
+[2015-05-04 19:22:30,041][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@18326be
+[2015-05-04 19:22:30,042][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@14f6bdb
+[2015-05-04 19:22:30,042][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@14f6bdb
+[2015-05-04 19:22:30,044][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1fb45e8
+[2015-05-04 19:22:30,044][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1fb45e8
+[2015-05-04 19:22:30,044][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@14ec19
+[2015-05-04 19:22:30,045][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@16ab511
+[2015-05-04 19:22:30,047][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@199484f
+[2015-05-04 19:22:30,047][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@199484f
+[2015-05-04 19:22:30,047][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@199484f
+[2015-05-04 19:22:30,048][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@10f5ade
+[2015-05-04 19:22:30,049][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@10f5ade
+[2015-05-04 19:22:30,049][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@10f5ade
+[2015-05-04 19:22:30,050][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@7001a
+[2015-05-04 19:22:30,051][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@4443ad
+[2015-05-04 19:22:30,051][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@4443ad
+[2015-05-04 19:22:30,052][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@4443ad
+[2015-05-04 19:22:30,053][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1ae9d
+[2015-05-04 19:22:30,054][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1ae9d
+[2015-05-04 19:22:30,054][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1ae9d
+[2015-05-04 19:22:30,055][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@6d3bea
+[2015-05-04 19:22:30,056][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@d4d8bc
+[2015-05-04 19:22:30,063][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@37bc75
+[2015-05-04 19:22:30,063][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@37bc75
+[2015-05-04 19:22:30,064][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@194760e
+[2015-05-04 19:22:30,069][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@11733ef
+[2015-05-04 19:22:30,070][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@11733ef
+[2015-05-04 19:22:30,073][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@1af79b0
+[2015-05-04 19:22:30,073][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1af79b0
+[2015-05-04 19:22:30,074][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@10619d8
+[2015-05-04 19:22:30,074][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1585962
+[2015-05-04 19:22:30,075][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@3ded93
+[2015-05-04 19:22:30,079][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@f7c5b5
+[2015-05-04 19:22:30,079][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@f7c5b5
+[2015-05-04 19:22:30,080][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@176c5d4
+[2015-05-04 19:22:30,080][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@b61e92
+[2015-05-04 19:22:30,080][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@910ee4
+[2015-05-04 19:22:30,080][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@168a234
+[2015-05-04 19:22:30,080][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@712fba
+[2015-05-04 19:22:30,081][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@f4817d
+[2015-05-04 19:22:30,081][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@6176a8
+[2015-05-04 19:22:30,081][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@b5441b
+[2015-05-04 19:25:12,466][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@b2e481
+[2015-05-04 19:25:12,466][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@b2e481
+[2015-05-04 19:25:12,466][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@b2e481
+[2015-05-04 19:25:12,468][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@129460
+[2015-05-04 19:25:12,469][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@19b9c35
+[2015-05-04 19:25:12,471][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@af80c6
+[2015-05-04 19:25:12,472][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@6914b7
+[2015-05-04 19:25:12,473][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@6914b7
+[2015-05-04 19:25:12,473][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6914b7
+[2015-05-04 19:25:12,474][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1dcea5b
+[2015-05-04 19:25:12,474][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1dcea5b
+[2015-05-04 19:25:12,475][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1dcea5b
+[2015-05-04 19:25:12,477][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@836bc5
+[2015-05-04 19:25:12,477][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@836bc5
+[2015-05-04 19:25:12,477][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@836bc5
+[2015-05-04 19:25:12,478][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1434058
+[2015-05-04 19:25:12,478][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1434058
+[2015-05-04 19:25:12,479][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1434058
+[2015-05-04 19:25:12,480][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@f12b66
+[2015-05-04 19:25:12,480][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@f12b66
+[2015-05-04 19:25:12,480][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@f12b66
+[2015-05-04 19:25:12,482][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@b75897
+[2015-05-04 19:25:12,482][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@b75897
+[2015-05-04 19:25:12,482][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@b75897
+[2015-05-04 19:25:12,484][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1afdbb8
+[2015-05-04 19:25:12,484][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@1afdbb8
+[2015-05-04 19:25:12,484][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@1afdbb8
+[2015-05-04 19:25:12,486][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@72e341
+[2015-05-04 19:25:12,487][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@72e341
+[2015-05-04 19:25:12,488][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1a44014
+[2015-05-04 19:25:12,488][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1a44014
+[2015-05-04 19:25:12,490][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@63d857
+[2015-05-04 19:25:12,490][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@63d857
+[2015-05-04 19:25:12,491][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@471d73
+[2015-05-04 19:25:12,492][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@2b6170
+[2015-05-04 19:25:12,493][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@141c758
+[2015-05-04 19:25:12,493][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@141c758
+[2015-05-04 19:25:12,495][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@10df431
+[2015-05-04 19:25:12,496][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@10df431
+[2015-05-04 19:25:12,497][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@595006
+[2015-05-04 19:25:12,498][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@595006
+[2015-05-04 19:25:12,499][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@164538f
+[2015-05-04 19:25:12,499][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@164538f
+[2015-05-04 19:25:12,500][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@164538f
+[2015-05-04 19:25:12,502][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1301b69
+[2015-05-04 19:25:12,504][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@165d2f8
+[2015-05-04 19:25:12,505][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@165d2f8
+[2015-05-04 19:25:12,505][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@165d2f8
+[2015-05-04 19:25:12,506][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@88e9ff
+[2015-05-04 19:25:12,507][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@12738a2
+[2015-05-04 19:25:12,507][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@12738a2
+[2015-05-04 19:25:12,508][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@e37db8
+[2015-05-04 19:25:12,509][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@e37db8
+[2015-05-04 19:25:12,510][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@1ca7a5b
+[2015-05-04 19:25:12,510][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@1ca7a5b
+[2015-05-04 19:25:12,511][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@db67f9
+[2015-05-04 19:25:12,511][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@db67f9
+[2015-05-04 19:25:12,512][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@6fd845
+[2015-05-04 19:25:12,513][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@6fd845
+[2015-05-04 19:25:12,513][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1fb45e8
+[2015-05-04 19:25:12,514][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@12c8ec
+[2015-05-04 19:25:12,515][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@6d18e
+[2015-05-04 19:25:12,515][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@6d18e
+[2015-05-04 19:25:12,515][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@6d18e
+[2015-05-04 19:25:12,517][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@9b8c6c
+[2015-05-04 19:25:12,517][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@9b8c6c
+[2015-05-04 19:25:12,517][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@9b8c6c
+[2015-05-04 19:25:12,519][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@4101a0
+[2015-05-04 19:25:12,520][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@16f0da4
+[2015-05-04 19:25:12,520][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@16f0da4
+[2015-05-04 19:25:12,520][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@16f0da4
+[2015-05-04 19:25:12,522][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@110a5ce
+[2015-05-04 19:25:12,522][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@110a5ce
+[2015-05-04 19:25:12,522][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@110a5ce
+[2015-05-04 19:25:12,523][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@183608e
+[2015-05-04 19:25:12,524][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1394a8d
+[2015-05-04 19:25:12,532][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@11bdf4d
+[2015-05-04 19:25:12,532][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@11bdf4d
+[2015-05-04 19:25:12,533][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4e0197
+[2015-05-04 19:25:12,537][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@9795ef
+[2015-05-04 19:25:12,538][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@9795ef
+[2015-05-04 19:25:12,541][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@9d92bf
+[2015-05-04 19:25:12,541][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@9d92bf
+[2015-05-04 19:25:12,542][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@14b861d
+[2015-05-04 19:25:12,542][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@a8ca58
+[2015-05-04 19:25:12,544][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@71cd96
+[2015-05-04 19:25:12,547][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1da7d56
+[2015-05-04 19:25:12,547][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1da7d56
+[2015-05-04 19:25:12,548][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@17e6e7c
+[2015-05-04 19:25:12,548][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@187b07b
+[2015-05-04 19:25:12,548][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1538614
+[2015-05-04 19:25:12,548][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@87c52c
+[2015-05-04 19:25:12,548][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1a1dd69
+[2015-05-04 19:25:12,548][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1cf59f5
+[2015-05-04 19:25:12,549][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1b12ea
+[2015-05-04 19:25:12,549][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@176c5d4
+[2015-05-04 19:27:11,126][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@11aabe8
+[2015-05-04 19:27:11,126][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@11aabe8
+[2015-05-04 19:27:11,126][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@11aabe8
+[2015-05-04 19:27:11,128][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@c963fd
+[2015-05-04 19:27:11,129][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1663452
+[2015-05-04 19:27:11,130][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@10d8fe9
+[2015-05-04 19:27:11,132][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@6f6cff
+[2015-05-04 19:27:11,132][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@6f6cff
+[2015-05-04 19:27:11,132][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6f6cff
+[2015-05-04 19:27:11,133][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@cd16a2
+[2015-05-04 19:27:11,133][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@cd16a2
+[2015-05-04 19:27:11,134][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@cd16a2
+[2015-05-04 19:27:11,136][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@117ee9e
+[2015-05-04 19:27:11,137][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@117ee9e
+[2015-05-04 19:27:11,137][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@117ee9e
+[2015-05-04 19:27:11,138][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@4ce4cc
+[2015-05-04 19:27:11,139][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@4ce4cc
+[2015-05-04 19:27:11,139][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@4ce4cc
+[2015-05-04 19:27:11,140][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@7771d1
+[2015-05-04 19:27:11,140][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@7771d1
+[2015-05-04 19:27:11,141][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@7771d1
+[2015-05-04 19:27:11,143][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@40df80
+[2015-05-04 19:27:11,143][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@40df80
+[2015-05-04 19:27:11,143][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@40df80
+[2015-05-04 19:27:11,145][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@34f7ea
+[2015-05-04 19:27:11,145][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@34f7ea
+[2015-05-04 19:27:11,145][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@34f7ea
+[2015-05-04 19:27:11,147][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1901239
+[2015-05-04 19:27:11,147][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1901239
+[2015-05-04 19:27:11,148][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@164784d
+[2015-05-04 19:27:11,149][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@164784d
+[2015-05-04 19:27:11,150][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@1273bd7
+[2015-05-04 19:27:11,150][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@1273bd7
+[2015-05-04 19:27:11,152][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@10d1462
+[2015-05-04 19:27:11,154][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1237e3f
+[2015-05-04 19:27:11,155][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@7f63b4
+[2015-05-04 19:27:11,156][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@7f63b4
+[2015-05-04 19:27:11,159][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@14fccd
+[2015-05-04 19:27:11,159][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@14fccd
+[2015-05-04 19:27:11,161][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@11cdf94
+[2015-05-04 19:27:11,161][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@11cdf94
+[2015-05-04 19:27:11,162][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@15c13db
+[2015-05-04 19:27:11,162][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@15c13db
+[2015-05-04 19:27:11,163][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@15c13db
+[2015-05-04 19:27:11,164][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@5f010f
+[2015-05-04 19:27:11,165][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@330ce6
+[2015-05-04 19:27:11,166][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@330ce6
+[2015-05-04 19:27:11,166][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@330ce6
+[2015-05-04 19:27:11,167][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@8e396
+[2015-05-04 19:27:11,170][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@10f4d43
+[2015-05-04 19:27:11,170][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@10f4d43
+[2015-05-04 19:27:11,171][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@d58298
+[2015-05-04 19:27:11,171][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@d58298
+[2015-05-04 19:27:11,172][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@459583
+[2015-05-04 19:27:11,172][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@459583
+[2015-05-04 19:27:11,173][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@1422cbf
+[2015-05-04 19:27:11,174][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1422cbf
+[2015-05-04 19:27:11,176][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@d0fbf2
+[2015-05-04 19:27:11,176][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@d0fbf2
+[2015-05-04 19:27:11,177][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1d8a512
+[2015-05-04 19:27:11,178][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@b4a576
+[2015-05-04 19:27:11,179][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@e9e162
+[2015-05-04 19:27:11,179][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@e9e162
+[2015-05-04 19:27:11,179][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@e9e162
+[2015-05-04 19:27:11,181][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@19bb90f
+[2015-05-04 19:27:11,181][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@19bb90f
+[2015-05-04 19:27:11,181][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@19bb90f
+[2015-05-04 19:27:11,183][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@ec9d26
+[2015-05-04 19:27:11,186][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@18c5a21
+[2015-05-04 19:27:11,186][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@18c5a21
+[2015-05-04 19:27:11,186][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@18c5a21
+[2015-05-04 19:27:11,188][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@bc6487
+[2015-05-04 19:27:11,188][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@bc6487
+[2015-05-04 19:27:11,188][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@bc6487
+[2015-05-04 19:27:11,189][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@1ed20be
+[2015-05-04 19:27:11,191][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1f450c4
+[2015-05-04 19:27:11,198][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@1220b45
+[2015-05-04 19:27:11,198][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1220b45
+[2015-05-04 19:27:11,199][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@37bc75
+[2015-05-04 19:27:11,203][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@a436ce
+[2015-05-04 19:27:11,203][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@a436ce
+[2015-05-04 19:27:11,206][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@15458df
+[2015-05-04 19:27:11,207][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@15458df
+[2015-05-04 19:27:11,207][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@1af79b0
+[2015-05-04 19:27:11,208][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@10619d8
+[2015-05-04 19:27:11,209][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1001fd2
+[2015-05-04 19:27:11,213][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@151de22
+[2015-05-04 19:27:11,213][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@151de22
+[2015-05-04 19:27:11,214][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1538614
+[2015-05-04 19:27:11,214][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@87c52c
+[2015-05-04 19:27:11,214][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1a1dd69
+[2015-05-04 19:27:11,214][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1cf59f5
+[2015-05-04 19:27:11,214][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1b12ea
+[2015-05-04 19:27:11,214][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@176c5d4
+[2015-05-04 19:27:11,214][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@b61e92
+[2015-05-04 19:27:11,214][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@910ee4
+[2015-05-04 19:27:48,476][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@a81bb4
+[2015-05-04 19:27:48,476][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@a81bb4
+[2015-05-04 19:27:48,476][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@a81bb4
+[2015-05-04 19:27:48,478][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@103ac05
+[2015-05-04 19:27:48,482][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1345875
+[2015-05-04 19:27:48,483][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@10fe5ac
+[2015-05-04 19:27:48,484][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@4c230
+[2015-05-04 19:27:48,485][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@4c230
+[2015-05-04 19:27:48,485][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@4c230
+[2015-05-04 19:27:48,486][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@c7c70c
+[2015-05-04 19:27:48,486][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@c7c70c
+[2015-05-04 19:27:48,487][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@c7c70c
+[2015-05-04 19:27:48,489][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@70b7d
+[2015-05-04 19:27:48,489][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@70b7d
+[2015-05-04 19:27:48,489][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@70b7d
+[2015-05-04 19:27:48,491][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@27cdf7
+[2015-05-04 19:27:48,491][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@27cdf7
+[2015-05-04 19:27:48,491][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@27cdf7
+[2015-05-04 19:27:48,493][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19aff55
+[2015-05-04 19:27:48,493][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19aff55
+[2015-05-04 19:27:48,494][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@19aff55
+[2015-05-04 19:27:48,497][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@c71701
+[2015-05-04 19:27:48,497][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@c71701
+[2015-05-04 19:27:48,497][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@c71701
+[2015-05-04 19:27:48,499][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@6f8d74
+[2015-05-04 19:27:48,500][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@6f8d74
+[2015-05-04 19:27:48,500][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@6f8d74
+[2015-05-04 19:27:48,502][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1fd1ce0
+[2015-05-04 19:27:48,502][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1fd1ce0
+[2015-05-04 19:27:48,503][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@15131eb
+[2015-05-04 19:27:48,503][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@15131eb
+[2015-05-04 19:27:48,504][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@e34b49
+[2015-05-04 19:27:48,505][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@e34b49
+[2015-05-04 19:27:48,506][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1496fbd
+[2015-05-04 19:27:48,507][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@8a1fc3
+[2015-05-04 19:27:48,508][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@1c384c5
+[2015-05-04 19:27:48,508][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@1c384c5
+[2015-05-04 19:27:48,510][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@1ebd19a
+[2015-05-04 19:27:48,510][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@1ebd19a
+[2015-05-04 19:27:48,513][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@1930991
+[2015-05-04 19:27:48,513][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1930991
+[2015-05-04 19:27:48,515][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@1698045
+[2015-05-04 19:27:48,515][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1698045
+[2015-05-04 19:27:48,515][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1698045
+[2015-05-04 19:27:48,517][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@be79d3
+[2015-05-04 19:27:48,518][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@140ec7c
+[2015-05-04 19:27:48,519][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@140ec7c
+[2015-05-04 19:27:48,519][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@140ec7c
+[2015-05-04 19:27:48,520][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@193e4a8
+[2015-05-04 19:27:48,521][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@9a1a18
+[2015-05-04 19:27:48,521][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@9a1a18
+[2015-05-04 19:27:48,522][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@b57441
+[2015-05-04 19:27:48,522][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@b57441
+[2015-05-04 19:27:48,523][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@d4a1cc
+[2015-05-04 19:27:48,523][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@d4a1cc
+[2015-05-04 19:27:48,524][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@17e25ac
+[2015-05-04 19:27:48,524][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@17e25ac
+[2015-05-04 19:27:48,526][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@13eb73c
+[2015-05-04 19:27:48,526][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@13eb73c
+[2015-05-04 19:27:48,527][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@928775
+[2015-05-04 19:27:48,527][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@bbc732
+[2015-05-04 19:27:48,529][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@1aadadc
+[2015-05-04 19:27:48,529][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@1aadadc
+[2015-05-04 19:27:48,529][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@1aadadc
+[2015-05-04 19:27:48,530][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@10a429d
+[2015-05-04 19:27:48,530][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@10a429d
+[2015-05-04 19:27:48,530][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@10a429d
+[2015-05-04 19:27:48,532][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@3b702a
+[2015-05-04 19:27:48,534][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@1405873
+[2015-05-04 19:27:48,534][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@1405873
+[2015-05-04 19:27:48,534][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@1405873
+[2015-05-04 19:27:48,536][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@bd31cd
+[2015-05-04 19:27:48,536][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@bd31cd
+[2015-05-04 19:27:48,536][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@bd31cd
+[2015-05-04 19:27:48,537][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@12d3734
+[2015-05-04 19:27:48,538][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@a6789f
+[2015-05-04 19:27:48,545][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@16b0519
+[2015-05-04 19:27:48,545][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@16b0519
+[2015-05-04 19:27:48,547][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1bdede7
+[2015-05-04 19:27:48,552][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@1c150ad
+[2015-05-04 19:27:48,552][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1c150ad
+[2015-05-04 19:27:48,556][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@13c09a6
+[2015-05-04 19:27:48,556][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@13c09a6
+[2015-05-04 19:27:48,557][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@e9cbee
+[2015-05-04 19:27:48,557][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@86e704
+[2015-05-04 19:27:48,559][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@131f3a0
+[2015-05-04 19:27:48,562][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@162ed8f
+[2015-05-04 19:27:48,563][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@162ed8f
+[2015-05-04 19:27:48,564][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@194b329
+[2015-05-04 19:27:48,564][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@17e6e7c
+[2015-05-04 19:27:48,564][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@187b07b
+[2015-05-04 19:27:48,564][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1538614
+[2015-05-04 19:27:48,565][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@87c52c
+[2015-05-04 19:27:48,565][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1a1dd69
+[2015-05-04 19:27:48,565][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1cf59f5
+[2015-05-04 19:27:48,565][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1b12ea
+[2015-05-04 19:28:20,534][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@17d0457
+[2015-05-04 19:28:20,534][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@17d0457
+[2015-05-04 19:28:20,535][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@17d0457
+[2015-05-04 19:28:20,536][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@1f6ff8d
+[2015-05-04 19:28:20,537][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1b74d4e
+[2015-05-04 19:28:20,538][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@f508b9
+[2015-05-04 19:28:20,540][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ee6473
+[2015-05-04 19:28:20,540][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ee6473
+[2015-05-04 19:28:20,540][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1ee6473
+[2015-05-04 19:28:20,542][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1b85c9b
+[2015-05-04 19:28:20,542][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1b85c9b
+[2015-05-04 19:28:20,543][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1b85c9b
+[2015-05-04 19:28:20,544][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1867b45
+[2015-05-04 19:28:20,544][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1867b45
+[2015-05-04 19:28:20,545][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1867b45
+[2015-05-04 19:28:20,546][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1942191
+[2015-05-04 19:28:20,546][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1942191
+[2015-05-04 19:28:20,546][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1942191
+[2015-05-04 19:28:20,548][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19a278e
+[2015-05-04 19:28:20,548][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19a278e
+[2015-05-04 19:28:20,549][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@19a278e
+[2015-05-04 19:28:20,551][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@12e5caf
+[2015-05-04 19:28:20,551][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@12e5caf
+[2015-05-04 19:28:20,552][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@12e5caf
+[2015-05-04 19:28:20,553][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@464932
+[2015-05-04 19:28:20,553][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@464932
+[2015-05-04 19:28:20,554][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@464932
+[2015-05-04 19:28:20,555][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1d91912
+[2015-05-04 19:28:20,555][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1d91912
+[2015-05-04 19:28:20,556][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1392f50
+[2015-05-04 19:28:20,557][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1392f50
+[2015-05-04 19:28:20,558][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@24dfd5
+[2015-05-04 19:28:20,559][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@24dfd5
+[2015-05-04 19:28:20,560][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1d648dc
+[2015-05-04 19:28:20,561][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1cf1d43
+[2015-05-04 19:28:20,562][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@13a3a35
+[2015-05-04 19:28:20,562][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@13a3a35
+[2015-05-04 19:28:20,564][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@e6ca4e
+[2015-05-04 19:28:20,564][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@e6ca4e
+[2015-05-04 19:28:20,567][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@14483e
+[2015-05-04 19:28:20,567][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@14483e
+[2015-05-04 19:28:20,569][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@ee7d61
+[2015-05-04 19:28:20,569][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@ee7d61
+[2015-05-04 19:28:20,569][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@ee7d61
+[2015-05-04 19:28:20,571][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@5e5389
+[2015-05-04 19:28:20,572][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@9192dd
+[2015-05-04 19:28:20,573][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@9192dd
+[2015-05-04 19:28:20,573][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@9192dd
+[2015-05-04 19:28:20,573][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@330ce6
+[2015-05-04 19:28:20,575][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@11910bd
+[2015-05-04 19:28:20,575][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@11910bd
+[2015-05-04 19:28:20,577][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@16d63d5
+[2015-05-04 19:28:20,577][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@16d63d5
+[2015-05-04 19:28:20,578][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@bd11b1
+[2015-05-04 19:28:20,578][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@bd11b1
+[2015-05-04 19:28:20,579][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@90b96e
+[2015-05-04 19:28:20,579][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@90b96e
+[2015-05-04 19:28:20,581][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@19e1e9
+[2015-05-04 19:28:20,581][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@19e1e9
+[2015-05-04 19:28:20,581][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@10810f9
+[2015-05-04 19:28:20,582][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@14f910c
+[2015-05-04 19:28:20,583][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@16dadc2
+[2015-05-04 19:28:20,584][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@16dadc2
+[2015-05-04 19:28:20,584][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@16dadc2
+[2015-05-04 19:28:20,585][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@a05094
+[2015-05-04 19:28:20,585][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@a05094
+[2015-05-04 19:28:20,585][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@a05094
+[2015-05-04 19:28:20,586][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@116b6cd
+[2015-05-04 19:28:20,587][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@e47ecb
+[2015-05-04 19:28:20,587][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@e47ecb
+[2015-05-04 19:28:20,587][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@e47ecb
+[2015-05-04 19:28:20,589][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@3ff442
+[2015-05-04 19:28:20,589][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@3ff442
+[2015-05-04 19:28:20,589][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@3ff442
+[2015-05-04 19:28:20,590][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@6ec87f
+[2015-05-04 19:28:20,591][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1789983
+[2015-05-04 19:28:20,599][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@18ba3d
+[2015-05-04 19:28:20,600][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@18ba3d
+[2015-05-04 19:28:20,600][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@121f31
+[2015-05-04 19:28:20,604][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@1ba91e8
+[2015-05-04 19:28:20,605][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1ba91e8
+[2015-05-04 19:28:20,610][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@bb8589
+[2015-05-04 19:28:20,610][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@bb8589
+[2015-05-04 19:28:20,610][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@96d6b4
+[2015-05-04 19:28:20,611][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@15e46fe
+[2015-05-04 19:28:20,612][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1fa88e6
+[2015-05-04 19:28:20,616][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1ba32e3
+[2015-05-04 19:28:20,616][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1ba32e3
+[2015-05-04 19:28:20,617][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@d51dc2
+[2015-05-04 19:28:20,617][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@194b329
+[2015-05-04 19:28:20,617][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@17e6e7c
+[2015-05-04 19:28:20,617][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@187b07b
+[2015-05-04 19:28:20,617][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1538614
+[2015-05-04 19:28:20,617][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@87c52c
+[2015-05-04 19:28:20,617][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1a1dd69
+[2015-05-04 19:28:20,617][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1cf59f5
+[2015-05-04 19:28:50,726][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@17d0457
+[2015-05-04 19:28:50,726][BasicTypeRegistry   ] DEBUG Adding type registration boolean -> org.hibernate.type.BooleanType@17d0457
+[2015-05-04 19:28:50,726][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@17d0457
+[2015-05-04 19:28:50,726][BasicTypeRegistry   ] DEBUG Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@1f6ff8d
+[2015-05-04 19:28:50,726][BasicTypeRegistry   ] DEBUG Adding type registration true_false -> org.hibernate.type.TrueFalseType@1b74d4e
+[2015-05-04 19:28:50,726][BasicTypeRegistry   ] DEBUG Adding type registration yes_no -> org.hibernate.type.YesNoType@f508b9
+[2015-05-04 19:28:50,726][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ee6473
+[2015-05-04 19:28:50,727][BasicTypeRegistry   ] DEBUG Adding type registration byte -> org.hibernate.type.ByteType@1ee6473
+[2015-05-04 19:28:50,727][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1ee6473
+[2015-05-04 19:28:50,727][BasicTypeRegistry   ] DEBUG Adding type registration character -> org.hibernate.type.CharacterType@1b85c9b
+[2015-05-04 19:28:50,727][BasicTypeRegistry   ] DEBUG Adding type registration char -> org.hibernate.type.CharacterType@1b85c9b
+[2015-05-04 19:28:50,727][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1b85c9b
+[2015-05-04 19:28:50,727][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1867b45
+[2015-05-04 19:28:50,727][BasicTypeRegistry   ] DEBUG Adding type registration short -> org.hibernate.type.ShortType@1867b45
+[2015-05-04 19:28:50,727][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1867b45
+[2015-05-04 19:28:50,727][BasicTypeRegistry   ] DEBUG Adding type registration integer -> org.hibernate.type.IntegerType@1942191
+[2015-05-04 19:28:50,728][BasicTypeRegistry   ] DEBUG Adding type registration int -> org.hibernate.type.IntegerType@1942191
+[2015-05-04 19:28:50,728][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1942191
+[2015-05-04 19:28:50,728][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19a278e
+[2015-05-04 19:28:50,728][BasicTypeRegistry   ] DEBUG Adding type registration long -> org.hibernate.type.LongType@19a278e
+[2015-05-04 19:28:50,728][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Long -> org.hibernate.type.LongType@19a278e
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@12e5caf
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration float -> org.hibernate.type.FloatType@12e5caf
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Float -> org.hibernate.type.FloatType@12e5caf
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@464932
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration double -> org.hibernate.type.DoubleType@464932
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@464932
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1d91912
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1d91912
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1392f50
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1392f50
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration string -> org.hibernate.type.StringType@24dfd5
+[2015-05-04 19:28:50,729][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.String -> org.hibernate.type.StringType@24dfd5
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1d648dc
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1cf1d43
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration url -> org.hibernate.type.UrlType@13a3a35
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration java.net.URL -> org.hibernate.type.UrlType@13a3a35
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration date -> org.hibernate.type.DateType@e6ca4e
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Date -> org.hibernate.type.DateType@e6ca4e
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration time -> org.hibernate.type.TimeType@14483e
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Time -> org.hibernate.type.TimeType@14483e
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration timestamp -> org.hibernate.type.TimestampType@ee7d61
+[2015-05-04 19:28:50,730][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@ee7d61
+[2015-05-04 19:28:50,731][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Date -> org.hibernate.type.TimestampType@ee7d61
+[2015-05-04 19:28:50,731][BasicTypeRegistry   ] DEBUG Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@5e5389
+[2015-05-04 19:28:50,731][BasicTypeRegistry   ] DEBUG Adding type registration calendar -> org.hibernate.type.CalendarType@9192dd
+[2015-05-04 19:28:50,731][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@9192dd
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@9192dd
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@330ce6
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration locale -> org.hibernate.type.LocaleType@11910bd
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@11910bd
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration currency -> org.hibernate.type.CurrencyType@16d63d5
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@16d63d5
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration timezone -> org.hibernate.type.TimeZoneType@bd11b1
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@bd11b1
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration class -> org.hibernate.type.ClassType@90b96e
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Class -> org.hibernate.type.ClassType@90b96e
+[2015-05-04 19:28:50,732][BasicTypeRegistry   ] DEBUG Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@19e1e9
+[2015-05-04 19:28:50,734][BasicTypeRegistry   ] DEBUG Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@19e1e9
+[2015-05-04 19:28:50,736][BasicTypeRegistry   ] DEBUG Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@10810f9
+[2015-05-04 19:28:50,736][BasicTypeRegistry   ] DEBUG Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@14f910c
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration binary -> org.hibernate.type.BinaryType@16dadc2
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration byte[] -> org.hibernate.type.BinaryType@16dadc2
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration [B -> org.hibernate.type.BinaryType@16dadc2
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@a05094
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@a05094
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@a05094
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration image -> org.hibernate.type.ImageType@116b6cd
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration characters -> org.hibernate.type.CharArrayType@e47ecb
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration char[] -> org.hibernate.type.CharArrayType@e47ecb
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration [C -> org.hibernate.type.CharArrayType@e47ecb
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@3ff442
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@3ff442
+[2015-05-04 19:28:50,737][BasicTypeRegistry   ] DEBUG Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@3ff442
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration text -> org.hibernate.type.TextType@6ec87f
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration ntext -> org.hibernate.type.NTextType@1789983
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration blob -> org.hibernate.type.BlobType@18ba3d
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@18ba3d
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@121f31
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration clob -> org.hibernate.type.ClobType@1ba91e8
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1ba91e8
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration nclob -> org.hibernate.type.NClobType@bb8589
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@bb8589
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@96d6b4
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@15e46fe
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration serializable -> org.hibernate.type.SerializableType@1fa88e6
+[2015-05-04 19:28:50,738][BasicTypeRegistry   ] DEBUG Adding type registration object -> org.hibernate.type.ObjectType@1ba32e3
+[2015-05-04 19:28:50,740][BasicTypeRegistry   ] DEBUG Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1ba32e3
+[2015-05-04 19:28:50,740][BasicTypeRegistry   ] DEBUG Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1ac4d6d
+[2015-05-04 19:28:50,740][BasicTypeRegistry   ] DEBUG Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@10f3932
+[2015-05-04 19:28:50,740][BasicTypeRegistry   ] DEBUG Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@740c6b
+[2015-05-04 19:28:50,740][BasicTypeRegistry   ] DEBUG Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@db525e
+[2015-05-04 19:28:50,740][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@fcb67b
+[2015-05-04 19:28:50,741][BasicTypeRegistry   ] DEBUG Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@13069a5
+[2015-05-04 19:28:50,741][BasicTypeRegistry   ] DEBUG Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1680dcb
+[2015-05-04 19:28:50,741][BasicTypeRegistry   ] DEBUG Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@61b848

+ 537 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_error.log

@@ -0,0 +1,537 @@
+[2015-04-21 17:24:04,531][SqlExceptionHelper  ] ERROR Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
+[2015-04-21 17:24:04,550][ContextLoader       ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webContext': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webContext': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 25 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webContext': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175)
+	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1514)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:313)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 35 more
+Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1763)
+	at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1677)
+	at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:458)
+	at org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:67)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
+	at java.lang.reflect.Method.invoke(Unknown Source)
+	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:362)
+	at com.sun.proxy.$Proxy44.getResultList(Unknown Source)
+	at com.xtframe.sec.support.QueryServiceImpl.findAll(QueryServiceImpl.java:36)
+	at com.xtframe.web.support.XtWebConfiguration.initSystemParam(XtWebConfiguration.java:110)
+	at com.xtframe.web.support.XtWebConfiguration.init(XtWebConfiguration.java:89)
+	at com.xtframe.web.support.XtWebConfiguration.buildFrameContext(XtWebConfiguration.java:67)
+	at com.xtframe.web.support.XtWebContextFactoryBean.getObject(XtWebContextFactoryBean.java:29)
+	at com.xtframe.web.support.XtWebContextFactoryBean.getObject(XtWebContextFactoryBean.java:1)
+	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
+	... 58 more
+Caused by: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:54)
+	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:126)
+	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:112)
+	at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:235)
+	at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.getConnection(LogicalConnectionImpl.java:171)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:63)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:162)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:186)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:160)
+	at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1885)
+	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862)
+	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839)
+	at org.hibernate.loader.Loader.doQuery(Loader.java:910)
+	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355)
+	at org.hibernate.loader.Loader.doList(Loader.java:2554)
+	at org.hibernate.loader.Loader.doList(Loader.java:2540)
+	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370)
+	at org.hibernate.loader.Loader.list(Loader.java:2365)
+	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497)
+	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387)
+	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236)
+	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264)
+	at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103)
+	at org.hibernate.jpa.internal.QueryImpl.list(QueryImpl.java:573)
+	at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:449)
+	... 72 more
+Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
+	at org.apache.commons.dbcp.BasicDataSource.createConnectionFactory(BasicDataSource.java:1429)
+	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1371)
+	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
+	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:139)
+	at org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:380)
+	at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:228)
+	... 93 more
+Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
+	at java.net.URLClassLoader$1.run(Unknown Source)
+	at java.net.URLClassLoader$1.run(Unknown Source)
+	at java.security.AccessController.doPrivileged(Native Method)
+	at java.net.URLClassLoader.findClass(Unknown Source)
+	at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:392)
+	at runjettyrun.ProjectClassLoader.loadClass(ProjectClassLoader.java:89)
+	at org.apache.commons.dbcp.BasicDataSource.createConnectionFactory(BasicDataSource.java:1420)
+	... 98 more
+[2015-04-21 17:29:38,309][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:29:38,322][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:29:38,323][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:29:38,324][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-21 17:29:38,375][ContextLoader       ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 25 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:552)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 35 more
+[2015-04-21 17:42:02,599][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:42:02,600][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:42:02,601][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:42:02,601][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-21 17:42:02,660][ContextLoader       ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 25 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:552)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 35 more
+[2015-04-22 08:47:46,463][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:47:46,494][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:47:46,494][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:47:46,494][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 08:49:07,189][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:49:07,189][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:49:07,189][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:49:07,189][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 09:18:59,363][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:18:59,366][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:18:59,368][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:18:59,369][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 09:22:22,260][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:22:22,263][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:22:22,264][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:22:22,266][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 13:49:34,975][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 13:49:34,976][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 13:49:34,977][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 13:49:34,979][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:26:53,884][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:26:53,884][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:26:53,884][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:26:53,884][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:30:48,061][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:30:48,061][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:30:48,061][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:30:48,061][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:32:04,225][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:32:04,225][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:32:04,225][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:32:04,225][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:37:29,039][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:37:29,039][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:37:29,039][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:37:29,055][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:38:49,468][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:38:49,468][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:38:49,468][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:38:49,468][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:52:29,598][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:52:29,598][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:52:29,614][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:52:29,614][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:56:22,858][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:22,858][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:22,858][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:22,858][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:56:41,777][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:41,777][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:41,777][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:41,777][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:58:17,058][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:58:17,058][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:58:17,058][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:58:17,058][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:59:41,576][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:59:41,576][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:59:41,576][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:59:41,576][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 15:08:52,473][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:08:52,474][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:08:52,475][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:08:52,475][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 15:11:09,772][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:11:09,773][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:11:09,774][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:11:09,775][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:com.xt.gkoa.job.ctl.TestJob
+[2015-05-04 19:22:32,534][DispatcherServlet   ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.xtframe.core.support.SecurityMgr com.xtframe.admin.system.ctl.LoginCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.xtframe.core.support.SecurityMgr com.xtframe.admin.system.ctl.LoginCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:22:32,537][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-04 19:25:14,928][DispatcherServlet   ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mainCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:25:14,931][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-04 19:27:13,571][DispatcherServlet   ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mainCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:27:13,574][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-04 19:27:51,960][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)

+ 224 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_everyday/everyday.log

@@ -0,0 +1,224 @@
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-05-04 19:22:32,534][DispatcherServlet   ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.xtframe.core.support.SecurityMgr com.xtframe.admin.system.ctl.LoginCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.xtframe.core.support.SecurityMgr com.xtframe.admin.system.ctl.LoginCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:22:32,537][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-04 19:25:14,928][DispatcherServlet   ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mainCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:25:14,931][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-04 19:27:13,571][DispatcherServlet   ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mainCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:27:13,574][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-04 19:27:51,960][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)

+ 245 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_everyday/everyday.log.2015-04-21

@@ -0,0 +1,245 @@
+[2015-04-21 17:24:04,531][SqlExceptionHelper  ] ERROR Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
+[2015-04-21 17:24:04,550][ContextLoader       ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webContext': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webContext': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 25 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webContext': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175)
+	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1514)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:313)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 35 more
+Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1763)
+	at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1677)
+	at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:458)
+	at org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:67)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
+	at java.lang.reflect.Method.invoke(Unknown Source)
+	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:362)
+	at com.sun.proxy.$Proxy44.getResultList(Unknown Source)
+	at com.xtframe.sec.support.QueryServiceImpl.findAll(QueryServiceImpl.java:36)
+	at com.xtframe.web.support.XtWebConfiguration.initSystemParam(XtWebConfiguration.java:110)
+	at com.xtframe.web.support.XtWebConfiguration.init(XtWebConfiguration.java:89)
+	at com.xtframe.web.support.XtWebConfiguration.buildFrameContext(XtWebConfiguration.java:67)
+	at com.xtframe.web.support.XtWebContextFactoryBean.getObject(XtWebContextFactoryBean.java:29)
+	at com.xtframe.web.support.XtWebContextFactoryBean.getObject(XtWebContextFactoryBean.java:1)
+	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
+	... 58 more
+Caused by: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:54)
+	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:126)
+	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:112)
+	at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:235)
+	at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.getConnection(LogicalConnectionImpl.java:171)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:63)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:162)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:186)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:160)
+	at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1885)
+	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862)
+	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839)
+	at org.hibernate.loader.Loader.doQuery(Loader.java:910)
+	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355)
+	at org.hibernate.loader.Loader.doList(Loader.java:2554)
+	at org.hibernate.loader.Loader.doList(Loader.java:2540)
+	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370)
+	at org.hibernate.loader.Loader.list(Loader.java:2365)
+	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497)
+	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387)
+	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236)
+	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264)
+	at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103)
+	at org.hibernate.jpa.internal.QueryImpl.list(QueryImpl.java:573)
+	at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:449)
+	... 72 more
+Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
+	at org.apache.commons.dbcp.BasicDataSource.createConnectionFactory(BasicDataSource.java:1429)
+	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1371)
+	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
+	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:139)
+	at org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:380)
+	at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:228)
+	... 93 more
+Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
+	at java.net.URLClassLoader$1.run(Unknown Source)
+	at java.net.URLClassLoader$1.run(Unknown Source)
+	at java.security.AccessController.doPrivileged(Native Method)
+	at java.net.URLClassLoader.findClass(Unknown Source)
+	at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:392)
+	at runjettyrun.ProjectClassLoader.loadClass(ProjectClassLoader.java:89)
+	at org.apache.commons.dbcp.BasicDataSource.createConnectionFactory(BasicDataSource.java:1420)
+	... 98 more
+[2015-04-21 17:29:38,309][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:29:38,322][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:29:38,323][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:29:38,324][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-21 17:29:38,375][ContextLoader       ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 25 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:552)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 35 more
+[2015-04-21 17:42:02,599][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:42:02,600][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:42:02,601][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-21 17:42:02,601][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-21 17:42:02,660][ContextLoader       ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 25 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:552)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 35 more

+ 68 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_everyday/everyday.log.2015-04-22

@@ -0,0 +1,68 @@
+[2015-04-22 08:47:46,463][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:47:46,494][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:47:46,494][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:47:46,494][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 08:49:07,189][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:49:07,189][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:49:07,189][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 08:49:07,189][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 09:18:59,363][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:18:59,366][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:18:59,368][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:18:59,369][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 09:22:22,260][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:22:22,263][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:22:22,264][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 09:22:22,266][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 13:49:34,975][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 13:49:34,976][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 13:49:34,977][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 13:49:34,979][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:26:53,884][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:26:53,884][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:26:53,884][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:26:53,884][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:30:48,061][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:30:48,061][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:30:48,061][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:30:48,061][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:32:04,225][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:32:04,225][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:32:04,225][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:32:04,225][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:37:29,039][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:37:29,039][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:37:29,039][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:37:29,055][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:38:49,468][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:38:49,468][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:38:49,468][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:38:49,468][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:52:29,598][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:52:29,598][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:52:29,614][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:52:29,614][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:56:22,858][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:22,858][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:22,858][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:22,858][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:56:41,777][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:41,777][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:41,777][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:a
+[2015-04-22 14:56:41,777][JobInfoServiceImpl  ] ERROR 瀹氭椂浠诲姟鍔犺浇绫绘壘涓嶅埌:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:58:17,058][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:58:17,058][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:58:17,058][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:58:17,058][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 14:59:41,576][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:59:41,576][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:59:41,576][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 14:59:41,576][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 15:08:52,473][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:08:52,474][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:08:52,475][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:08:52,475][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-04-22 15:11:09,772][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:11:09,773][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:11:09,774][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-04-22 15:11:09,775][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob

+ 301 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_everyday/everyday.log.2015-05-27

@@ -0,0 +1,301 @@
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:a
+[2015-05-04 09:19:50,549][JobInfoServiceImpl  ] ERROR 定时任务加载类找不到:com.xt.gkoa.job.ctl.TestJob
+[2015-05-04 19:22:32,534][DispatcherServlet   ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.xtframe.core.support.SecurityMgr com.xtframe.admin.system.ctl.LoginCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.xtframe.core.support.SecurityMgr com.xtframe.admin.system.ctl.LoginCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:22:32,537][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-04 19:25:14,928][DispatcherServlet   ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mainCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:25:14,931][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-04 19:27:13,571][DispatcherServlet   ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mainCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:27:13,574][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-04 19:27:51,960][InitServlet         ] ERROR 
+org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'securityMgr' is defined
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:694)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1157)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:280)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:956)
+	at com.xtframe.admin.common.InitServlet.init(InitServlet.java:39)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+[2015-05-08 13:59:52,082][ContextLoader       ] ERROR Context initialization failed
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\p\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\p\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityRealm' defined in file [E:\p\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.xtframe.sec.realm.SecurityRealm]: Factory method 'getSecurityRealm' threw exception; nested exception is java.lang.Error: Unresolved compilation problem: 
+	The type SecurityContextImpl must implement the inherited abstract method SecurityContext.getSecurityRealm()
+
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:764)
+	at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:406)
+	at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:756)
+	at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:242)
+	at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1221)
+	at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:699)
+	at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
+	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
+	at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:90)
+	at org.eclipse.jetty.server.Server.doStart(Server.java:263)
+	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:80)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\p\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityRealm' defined in file [E:\p\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.xtframe.sec.realm.SecurityRealm]: Factory method 'getSecurityRealm' threw exception; nested exception is java.lang.Error: Unresolved compilation problem: 
+	The type SecurityContextImpl must implement the inherited abstract method SecurityContext.getSecurityRealm()
+
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 27 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityRealm' defined in file [E:\p\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.xtframe.sec.realm.SecurityRealm]: Factory method 'getSecurityRealm' threw exception; nested exception is java.lang.Error: Unresolved compilation problem: 
+	The type SecurityContextImpl must implement the inherited abstract method SecurityContext.getSecurityRealm()
+
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:602)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 37 more
+Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.xtframe.sec.realm.SecurityRealm]: Factory method 'getSecurityRealm' threw exception; nested exception is java.lang.Error: Unresolved compilation problem: 
+	The type SecurityContextImpl must implement the inherited abstract method SecurityContext.getSecurityRealm()
+
+	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:591)
+	... 46 more
+Caused by: java.lang.Error: Unresolved compilation problem: 
+	The type SecurityContextImpl must implement the inherited abstract method SecurityContext.getSecurityRealm()
+
+	at com.xtframe.sec.support.impl.SecurityContextImpl.getSecurityRealm(SecurityContextImpl.java:13)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:606)
+	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
+	... 47 more

+ 0 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_fatal.log


+ 4224 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_info.log

@@ -0,0 +1,4224 @@
+[2015-04-21 17:23:58,022][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-21 17:23:58,179][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Tue Apr 21 17:23:58 CST 2015]; root of context hierarchy
+[2015-04-21 17:23:58,272][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-21 17:23:58,405][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-21 17:23:58,430][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-21 17:23:59,623][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-21 17:23:59,947][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:23:59,988][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:23:59,991][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:00,120][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:00,245][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-21 17:24:00,295][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-21 17:24:00,484][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-21 17:24:00,488][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-21 17:24:00,491][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-21 17:24:01,060][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-21 17:24:01,204][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-21 17:24:01,234][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-21 17:24:01,621][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-21 17:24:02,771][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:02,772][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:02,834][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#3c6143' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:02,835][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#3c6143' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:02,838][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:02,910][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-21 17:24:02,949][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-21 17:24:02,949][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-21 17:24:02,951][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-21 17:24:02,953][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-21 17:24:02,953][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-21 17:24:02,953][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-21 17:24:02,956][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@15c4b09
+[2015-04-21 17:24:02,957][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:02,959][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:02,962][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:03,060][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1aebf1f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:03,061][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1aebf1f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:03,074][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1eeb0d0' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:03,082][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1df5a0d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:03,109][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14b808d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:03,552][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:03,552][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,199][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,200][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,205][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3f712f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,205][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3f712f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,205][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e13c53' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,206][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bd2241' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,208][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#13fe32' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,220][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,221][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,226][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ac4c63' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,227][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ac4c63' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,228][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#dd7ad9' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,228][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b85467' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,230][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ad5763' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,259][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,259][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,269][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11316be' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,269][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11316be' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,269][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f3adbc' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,270][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9bcf17' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,279][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#138ef50' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,319][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,320][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,326][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#13700ac' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,326][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#13700ac' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,327][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#6da04c' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,327][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a859c7' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,329][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9e52a0' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,352][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,352][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,357][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#165093e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,357][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#165093e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,358][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#904bde' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,358][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e6c5f9' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,360][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1cf8142' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,412][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,413][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,417][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10df8e1' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,418][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10df8e1' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,418][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d9a99a' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,419][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#13b85f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,420][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ad88ea' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,430][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,430][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,434][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#822633' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,434][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#822633' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,435][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7fb5f2' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,435][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#166edf4' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,436][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#90415b' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,456][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19530aa' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,457][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19530aa' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,457][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d1433c' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,458][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#193de09' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,459][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d64cc3' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,472][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,472][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:24:04,547][XtWebContextFactoryBean] INFO  XtWebContextFactoryBean destroy
+[2015-04-21 17:24:04,547][SchedulerFactoryBean] INFO  Shutting down Quartz Scheduler
+[2015-04-21 17:24:04,547][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down.
+[2015-04-21 17:24:04,547][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
+[2015-04-21 17:24:04,548][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete.
+[2015-04-21 17:24:04,549][LocalContainerEntityManagerFactoryBean] INFO  Closing JPA EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-21 17:29:30,807][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-21 17:29:30,987][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Tue Apr 21 17:29:30 CST 2015]; root of context hierarchy
+[2015-04-21 17:29:31,094][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-21 17:29:31,209][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-21 17:29:31,238][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-21 17:29:32,285][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-21 17:29:32,780][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:32,823][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:32,827][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:32,921][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:33,066][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-21 17:29:33,116][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-21 17:29:33,311][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-21 17:29:33,314][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-21 17:29:33,317][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-21 17:29:33,904][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-21 17:29:34,812][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-21 17:29:35,217][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-21 17:29:36,173][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,175][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,245][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#c577cd' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,246][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#c577cd' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,248][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,405][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-21 17:29:36,441][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-21 17:29:36,442][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-21 17:29:36,444][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-21 17:29:36,446][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-21 17:29:36,446][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-21 17:29:36,446][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-21 17:29:36,450][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@799a6b
+[2015-04-21 17:29:36,450][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,455][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,555][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dcccac' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dcccac' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,567][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ff44a' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,577][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e740ee' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:36,591][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15952f3' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,054][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,054][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,697][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,698][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,708][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ecbb5' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,709][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ecbb5' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,709][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#104482e' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,709][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15ad986' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,719][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17f2dbc' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,733][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,733][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,737][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1cb7796' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,738][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1cb7796' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,739][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19ab4ab' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,739][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#40bc' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,741][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#99fbc5' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,768][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,770][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,774][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e8eec8' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,775][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e8eec8' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,775][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1da3184' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,776][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4b5219' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,777][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#fb0221' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,815][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,816][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,835][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dbec76' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,835][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dbec76' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,835][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a59124' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,836][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#dd1179' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,837][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a6289b' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,861][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,861][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,865][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#171f9b4' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,865][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#171f9b4' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,866][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fe684e' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,866][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d7747c' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,868][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1208fe3' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,905][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,905][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,911][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c7c9e5' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,911][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c7c9e5' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,912][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5ae26e' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,912][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fcb368' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,914][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#166a83b' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,923][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,923][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,934][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1929c7d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,934][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1929c7d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,934][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#540233' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,935][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#189ec5c' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,945][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fcbbfe' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,968][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,969][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,972][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d08bc3' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,973][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d08bc3' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,973][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18905a0' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,973][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1282c43' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,975][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#72127c' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,984][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:37,984][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:38,264][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:38,324][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-21 17:29:38,324][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:38,329][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:38,345][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:29:38,361][XtWebContextFactoryBean] INFO  XtWebContextFactoryBean destroy
+[2015-04-21 17:29:38,362][SchedulerFactoryBean] INFO  Shutting down Quartz Scheduler
+[2015-04-21 17:29:38,362][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down.
+[2015-04-21 17:29:38,362][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
+[2015-04-21 17:29:38,362][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete.
+[2015-04-21 17:29:38,363][LocalContainerEntityManagerFactoryBean] INFO  Closing JPA EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-21 17:41:55,601][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-21 17:41:55,753][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Tue Apr 21 17:41:55 CST 2015]; root of context hierarchy
+[2015-04-21 17:41:55,839][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-21 17:41:55,955][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-21 17:41:55,979][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-21 17:41:56,931][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-21 17:41:57,323][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:41:57,362][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:41:57,365][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:41:57,448][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:41:57,567][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-21 17:41:57,614][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-21 17:41:57,800][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-21 17:41:57,803][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-21 17:41:57,806][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-21 17:41:58,302][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-21 17:41:59,264][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-21 17:41:59,652][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-21 17:42:00,523][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,528][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,596][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#3c6143' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,597][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#3c6143' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,600][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,762][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-21 17:42:00,796][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-21 17:42:00,797][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-21 17:42:00,799][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-21 17:42:00,800][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-21 17:42:00,801][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-21 17:42:00,801][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-21 17:42:00,804][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@19021c5
+[2015-04-21 17:42:00,804][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,805][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,809][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,903][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2b4467' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,904][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2b4467' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,916][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#101cb88' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,925][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ddc5c0' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:00,938][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#52c2e1' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:01,371][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:01,371][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,004][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,005][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,010][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a7cd08' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,010][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a7cd08' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,015][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#125389d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,016][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#134f657' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18f98f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,040][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,040][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,044][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#104482e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,045][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#104482e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,045][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b2b6e0' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,046][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d00a66' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,047][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15ad986' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,079][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,080][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,085][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e86928' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,086][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e86928' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,086][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#74b063' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,087][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11e7017' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,089][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1513319' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,127][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,127][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,139][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1450185' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,140][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1450185' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,140][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2c2933' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,141][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#197b40d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,150][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#addcf7' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,178][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,178][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,182][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b4d632' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,182][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b4d632' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,183][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b32e8b' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,183][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10d6162' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#174a1e3' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,220][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,221][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,226][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b61dae' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,226][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b61dae' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,226][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#46465f' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,227][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#36b790' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,228][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4d770d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,237][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,238][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,241][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ed8df4' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,242][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ed8df4' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,242][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ae6ed1' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,242][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#47c8ea' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,244][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d7988a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,276][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,277][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,281][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10139a9' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,281][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10139a9' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,282][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#131f5d0' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,282][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#407a86' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12c02ee' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,293][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,293][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,560][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,602][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-21 17:42:02,602][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,620][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,641][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-21 17:42:02,655][XtWebContextFactoryBean] INFO  XtWebContextFactoryBean destroy
+[2015-04-21 17:42:02,655][SchedulerFactoryBean] INFO  Shutting down Quartz Scheduler
+[2015-04-21 17:42:02,655][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down.
+[2015-04-21 17:42:02,655][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
+[2015-04-21 17:42:02,656][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete.
+[2015-04-21 17:42:02,657][LocalContainerEntityManagerFactoryBean] INFO  Closing JPA EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 08:47:35,957][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 08:47:36,223][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 08:47:36 CST 2015]; root of context hierarchy
+[2015-04-22 08:47:36,348][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 08:47:36,566][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 08:47:36,582][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 08:47:38,126][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 08:47:38,876][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:38,907][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:38,923][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:39,110][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:39,890][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 08:47:40,047][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 08:47:40,406][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 08:47:40,406][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 08:47:40,406][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 08:47:41,156][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 08:47:42,466][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 08:47:43,013][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 08:47:44,230][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,230][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,340][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#881d59' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,340][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#881d59' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,340][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,496][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 08:47:44,558][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 08:47:44,558][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 08:47:44,558][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 08:47:44,558][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 08:47:44,558][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 08:47:44,558][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 08:47:44,574][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@1335100
+[2015-04-22 08:47:44,574][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,574][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,574][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,652][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#123b13c' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,652][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#123b13c' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,668][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#fda3ee' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,683][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#101cb88' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:44,683][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#195f05' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,042][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,042][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,806][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,806][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,822][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1910f1' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,822][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1910f1' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,822][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a15229' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,822][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a4b306' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,822][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e568e3' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,854][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,854][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,870][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1513bc' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,870][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1513bc' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,870][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#161aeb5' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,870][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18721e8' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,870][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c30827' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,885][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,901][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,901][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#69c24a' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,901][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#69c24a' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,901][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#164f274' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,901][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#559ce6' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,901][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#aff06c' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,932][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,932][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,948][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#172cca8' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,948][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#172cca8' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,948][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#124beed' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,948][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e8eec8' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,948][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1949ee3' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,979][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,979][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,995][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#51b02e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,995][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#51b02e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,995][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9018e2' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,995][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b799e' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:45,995][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15daf97' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,041][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15a8202' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,041][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15a8202' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,041][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b4d632' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,041][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#174a1e3' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,041][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#306af0' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,041][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,041][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,041][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a6d893' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,057][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a6d893' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,057][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b7c7ed' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,057][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c38101' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,057][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14a9734' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,088][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,088][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,088][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#25e0d8' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,088][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#25e0d8' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,088][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f59189' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,088][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#106054a' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,088][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#456cfc' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,104][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,104][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,416][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,494][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 08:47:46,494][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,494][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,509][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,541][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 08:47:46,541][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:46,587][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:47:48,834][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 08:47:48,944][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 08:47:48,944][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 12956 ms
+[2015-04-22 08:47:49,178][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 08:47:49,178][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 08:47:49 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 08:47:49,178][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 08:47:50,645][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 08:47:49 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 08:47:50,818][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 08:47:49 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 08:47:51,099][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 08:47:51,146][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 08:47:51,177][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 08:47:51,208][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 08:47:51,348][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 2170 ms
+[2015-04-22 08:49:00,007][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 08:49:00,180][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 08:49:00 CST 2015]; root of context hierarchy
+[2015-04-22 08:49:00,273][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 08:49:00,383][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 08:49:00,398][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 08:49:01,428][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 08:49:01,834][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:01,897][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:01,897][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:02,006][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:02,131][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 08:49:02,209][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 08:49:02,427][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 08:49:02,427][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 08:49:02,427][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 08:49:02,990][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 08:49:03,910][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 08:49:04,301][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 08:49:05,159][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,159][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,223][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#157bfb' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,223][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#157bfb' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,223][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,379][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 08:49:05,410][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 08:49:05,410][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 08:49:05,410][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 08:49:05,410][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 08:49:05,410][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 08:49:05,410][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 08:49:05,425][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@1fbba77
+[2015-04-22 08:49:05,425][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,425][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,425][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,519][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4026c1' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,519][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4026c1' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,535][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1450419' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,550][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14aa9c' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:05,550][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1752b9e' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,003][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,003][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,611][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,611][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,611][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#6d0169' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,611][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#6d0169' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,611][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c279e' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,611][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12294c0' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,611][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#153efc9' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,643][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,643][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,643][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ce0ae2' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,643][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ce0ae2' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,643][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#104bbee' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,643][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fc1c3d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,643][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a2202d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,674][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,674][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,690][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#40bc' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,690][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#40bc' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,690][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1182c3c' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,690][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1604e1a' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,690][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a7b9c6' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,737][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,737][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,752][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14b105' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,752][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14b105' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,752][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1800df6' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,752][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3f681f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,752][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ccd59b' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,784][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,784][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,784][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14dbaf9' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,784][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14dbaf9' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,784][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a31749' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,784][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#110e312' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,799][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1abdf66' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,830][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,830][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,830][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#171f9b4' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,830][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#171f9b4' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,830][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fe684e' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,830][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d7747c' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,830][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1208fe3' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,846][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,846][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,846][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7d434d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,846][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7d434d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,846][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b5701' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,846][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#105cb85' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,846][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#174bd9a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,877][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,877][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,893][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#156a81b' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,893][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#156a81b' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,893][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b61dae' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,893][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4d770d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,893][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c32d01' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,893][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:06,893][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:07,142][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:07,189][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 08:49:07,189][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:07,205][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:07,236][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:07,252][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 08:49:07,252][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:07,267][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:07,267][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:07,314][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 08:49:09,358][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 08:49:09,483][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 08:49:09,499][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 9492 ms
+[2015-04-22 08:49:09,717][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 08:49:09,717][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 08:49:09 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 08:49:09,717][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 08:49:11,472][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 08:49:09 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 08:49:11,690][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 08:49:09 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 08:49:12,023][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 08:49:12,100][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 08:49:12,169][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 08:49:12,210][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 08:49:12,425][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 2708 ms
+[2015-04-22 09:18:09,111][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 09:18:09,113][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 09:18:09,141][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 09:18:09,141][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 09:18:41,608][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 09:18:42,009][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 09:18:42 CST 2015]; root of context hierarchy
+[2015-04-22 09:18:42,250][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 09:18:42,563][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 09:18:42,639][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 09:18:45,168][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 09:18:46,176][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:46,272][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:46,280][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:46,499][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:46,795][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 09:18:46,935][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 09:18:47,405][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 09:18:47,415][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 09:18:47,422][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 09:18:48,733][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 09:18:50,811][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 09:18:51,811][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 09:18:54,062][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:54,067][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:54,239][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#20fcab' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:54,242][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#20fcab' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:54,251][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:54,614][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 09:18:54,700][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 09:18:54,702][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 09:18:54,707][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 09:18:54,711][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 09:18:54,712][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 09:18:54,712][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 09:18:54,722][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@19021c5
+[2015-04-22 09:18:54,722][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:54,726][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:54,737][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:54,991][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fad699' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:54,993][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fad699' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:55,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d07ac8' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:55,070][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18c8f09' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:55,109][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d0d06a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:56,272][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:56,273][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,850][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,852][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,863][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9f03e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,864][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9f03e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,865][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cab467' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,866][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10a0900' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,870][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d51e1b' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,907][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,908][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,932][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e6134d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,933][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e6134d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,935][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7bb20b' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,936][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#155a2e' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:57,958][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d3a3e7' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,040][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,041][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,053][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15a8202' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,053][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15a8202' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,055][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b4d632' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,056][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#174a1e3' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,061][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#306af0' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,167][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,168][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5ae26e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,186][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5ae26e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,187][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#640c2b' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,189][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#97e40b' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,193][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fcb368' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,281][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,282][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,294][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5c2142' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,295][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5c2142' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,296][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f3ca24' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,297][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#24652' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,302][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#156f21f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,406][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1347ae9' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,407][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1347ae9' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,408][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#86455f' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,409][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#105b473' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,413][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#189f7e1' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,435][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,436][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,444][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11f7810' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,444][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11f7810' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,445][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7730b7' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,446][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18f05ef' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,451][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cea754' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,535][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,536][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,549][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#175fc8f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,550][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#175fc8f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,552][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17c6b81' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,553][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cffe62' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,557][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#145e2b5' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,584][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:58,584][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:59,240][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:59,370][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 09:18:59,370][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:59,382][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:59,419][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:59,476][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 09:18:59,476][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:59,504][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:59,511][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:18:59,657][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:19:04,742][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 09:19:05,066][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 09:19:05,075][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 23465 ms
+[2015-04-22 09:19:05,422][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 09:19:05,433][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 09:19:05 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 09:19:05,435][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 09:19:08,422][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 09:19:05 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 09:19:08,942][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 09:19:05 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 09:19:09,734][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 09:19:09,917][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 09:19:10,110][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 09:19:10,208][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 09:19:10,602][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 5179 ms
+[2015-04-22 09:19:24,802][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 09:19:24,802][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 09:19:24,825][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 09:19:24,825][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 09:22:04,183][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 09:22:04,559][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 09:22:04 CST 2015]; root of context hierarchy
+[2015-04-22 09:22:04,774][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 09:22:05,056][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 09:22:05,132][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 09:22:07,995][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 09:22:09,037][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:09,110][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:09,118][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:09,332][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:09,588][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 09:22:09,712][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 09:22:10,201][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 09:22:10,212][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 09:22:10,219][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 09:22:11,552][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 09:22:13,665][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 09:22:14,650][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 09:22:16,925][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:16,929][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,281][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#134be9' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,285][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#134be9' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,296][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,451][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 09:22:17,559][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 09:22:17,561][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 09:22:17,566][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 09:22:17,569][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 09:22:17,569][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 09:22:17,570][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 09:22:17,578][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@1ef69d
+[2015-04-22 09:22:17,579][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,582][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,591][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,843][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d5a68d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,847][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d5a68d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,877][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4373a5' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,898][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a20763' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:17,937][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#196bcbd' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:19,153][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:19,153][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,751][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,754][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,769][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12e284b' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,769][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12e284b' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,770][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#698b24' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,772][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b0d0c5' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,777][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15a5006' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,818][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,820][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,833][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#197d0de' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,833][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#197d0de' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,834][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#106a66b' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,836][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#172af1f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,839][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#473074' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,925][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,926][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,941][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1cea13b' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,942][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1cea13b' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,943][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19e165e' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,944][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1eb8a16' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:20,948][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b6cf3d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,078][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,079][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,092][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b8e39d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,093][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b8e39d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,094][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ee5798' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,096][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ab862e' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,101][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f64ef8' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,164][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,165][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,179][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#159abca' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,179][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#159abca' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,180][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1307906' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,181][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a34e19' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5c65cb' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,279][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,280][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,293][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#16c22fe' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,294][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#16c22fe' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,296][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c89fb1' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,297][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1073a31' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,318][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17da81e' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,359][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,359][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,369][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#185d161' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,370][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#185d161' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,371][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1220156' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,373][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#db87f7' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,378][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bba40a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,434][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,435][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,445][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#82c1ed' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,445][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#82c1ed' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,446][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#518731' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,447][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10e16a4' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f09081' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,481][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:21,481][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:22,134][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:22,267][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 09:22:22,267][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:22,280][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:22,334][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:22,384][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 09:22:22,384][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:22,444][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:22,453][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:22,555][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 09:22:27,739][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 09:22:28,071][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 09:22:28,080][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 23895 ms
+[2015-04-22 09:22:28,419][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 09:22:28,430][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 09:22:28 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 09:22:28,432][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 09:22:31,362][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 09:22:31,366][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 09:22:31,367][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,368][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,369][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 09:22:31,369][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 09:22:31,370][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,371][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,383][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 09:22:31,383][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,386][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,387][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 09:22:31,388][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 09:22:31,389][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,389][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,390][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 09:22:31,391][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,392][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,392][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,393][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,394][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,394][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 09:22:31,395][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,401][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 09:22:31,402][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,403][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,403][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 09:22:31,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 09:22:31,405][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 09:22:31,406][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,406][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,406][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,407][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,412][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 09:22:31,413][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 09:22:31,414][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,414][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 09:22:31,415][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 09:22:31,415][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,416][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 09:22:31,417][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,418][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 09:22:31,422][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 09:22:31,422][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 09:22:31,423][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 09:22:31,423][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 09:22:31,424][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,438][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 09:22:31,438][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 09:22:31,439][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,440][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 09:22:31,440][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 09:22:31,441][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,441][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,442][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 09:22:31,443][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,443][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,444][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,445][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 09:22:31,449][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 09:22:31,450][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,450][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,451][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 09:22:31,456][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 09:22:31,456][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 09:22:31,457][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,457][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 09:22:31,457][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,458][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 09:22:31,458][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 09:22:31,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 09:22:31,464][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 09:22:31,464][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 09:22:31,464][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,465][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 09:22:31,465][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,466][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 09:22:31,466][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 09:22:31,467][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:31,468][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 09:22:32,912][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 09:22:28 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 09:22:33,414][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 09:22:28 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 09:22:34,183][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 09:22:34,391][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 09:22:34,533][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 09:22:34,619][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 09:22:35,011][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 6592 ms
+[2015-04-22 09:22:55,419][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 09:22:55,420][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 09:22:55,442][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 09:22:55,443][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 13:49:24,981][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 13:49:25,196][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 13:49:25 CST 2015]; root of context hierarchy
+[2015-04-22 13:49:25,310][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 13:49:25,506][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 13:49:25,538][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 13:49:26,933][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 13:49:27,596][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:27,631][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:27,635][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:27,763][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:27,895][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 13:49:27,968][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 13:49:28,280][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 13:49:28,293][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 13:49:28,298][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 13:49:29,141][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 13:49:30,421][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 13:49:30,930][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 13:49:32,140][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,143][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,335][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#e76893' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,336][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#e76893' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,341][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,429][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 13:49:32,521][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 13:49:32,522][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 13:49:32,524][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 13:49:32,526][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 13:49:32,526][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 13:49:32,526][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 13:49:32,531][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@160c30b
+[2015-04-22 13:49:32,531][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,534][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,540][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,654][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d7187f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,655][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d7187f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,674][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#de9d86' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,683][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#6aea22' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:32,710][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#118efe2' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:33,198][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:33,198][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,176][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,178][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,184][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14b8eac' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14b8eac' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cea754' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,186][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7414da' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,188][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1051752' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,203][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,204][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,214][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#93b05c' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,215][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#93b05c' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,216][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18120d9' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,216][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1885ad3' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,218][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1030eed' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,292][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2890fb' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,292][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2890fb' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,293][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a006f4' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,294][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ed46fd' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,296][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cfb924' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,338][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,340][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,356][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dd5c89' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,356][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dd5c89' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,357][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2680f9' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,358][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e995bf' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,360][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#16651f1' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,416][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,416][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,423][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bd03ec' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,424][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bd03ec' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,425][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1658bcc' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,425][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#711356' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,427][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1aca17d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,466][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,466][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,474][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#79671' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,475][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#79671' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,476][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#773c0d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,477][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#16016c6' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,481][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1775b50' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,494][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,494][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,501][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#94877c' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,502][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#94877c' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,503][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#81b8ef' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,503][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#83b92d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,506][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f2502f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,541][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,541][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,552][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#49056f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,553][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#49056f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,553][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4c8f22' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,554][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a37fd5' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,555][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d817b' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,577][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,577][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,920][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,979][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 13:49:34,979][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:34,988][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:35,013][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:35,033][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 13:49:35,033][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:35,051][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:35,056][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:35,119][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 13:49:38,017][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 13:49:38,177][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 13:49:38,181][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 13184 ms
+[2015-04-22 13:49:38,430][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 13:49:38,434][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 13:49:38 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 13:49:38,435][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 13:49:39,855][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 13:49:39,859][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 13:49:39,859][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,859][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,860][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 13:49:39,860][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 13:49:39,860][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,861][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,867][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 13:49:39,867][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,868][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,868][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 13:49:39,868][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 13:49:39,869][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,869][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,869][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,869][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 13:49:39,869][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,870][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,870][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,870][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,870][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,871][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 13:49:39,874][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 13:49:39,875][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,875][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,875][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 13:49:39,875][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 13:49:39,876][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 13:49:39,876][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,876][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,876][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,877][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,880][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 13:49:39,880][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 13:49:39,881][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,881][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 13:49:39,881][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 13:49:39,881][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,881][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 13:49:39,881][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,882][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 13:49:39,884][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 13:49:39,884][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 13:49:39,885][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 13:49:39,885][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 13:49:39,885][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,889][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 13:49:39,889][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 13:49:39,889][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,890][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 13:49:39,890][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 13:49:39,890][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,890][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,890][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 13:49:39,891][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,891][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,892][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,892][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 13:49:39,894][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 13:49:39,895][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,895][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 13:49:39,895][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,897][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 13:49:39,898][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,898][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 13:49:39,898][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 13:49:39,899][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 13:49:39,899][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,899][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 13:49:39,902][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 13:49:39,902][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 13:49:39,903][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 13:49:39,903][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,903][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 13:49:39,903][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,904][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 13:49:39,904][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 13:49:39,904][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:39,904][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 13:49:40,746][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 13:49:38 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 13:49:40,934][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 13:49:38 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 13:49:41,253][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 13:49:41,330][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 13:49:41,385][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 13:49:41,431][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 13:49:41,592][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 3161 ms
+[2015-04-22 14:10:36,055][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:10:36,055][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 14:10:36,055][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 14:10:36,055][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:26:46,655][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:26:46,797][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:26:46 CST 2015]; root of context hierarchy
+[2015-04-22 14:26:46,891][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:26:47,001][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:26:47,032][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:26:48,204][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:26:48,611][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:48,627][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:48,642][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:48,720][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:48,829][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:26:48,876][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:26:49,048][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:26:49,063][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:26:49,063][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:26:49,564][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:26:50,516][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:26:50,892][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:26:51,786][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:51,786][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:51,927][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#d984b4' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:51,927][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#d984b4' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:51,927][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:51,990][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:26:52,052][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:26:52,052][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:26:52,052][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:26:52,052][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:26:52,052][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:26:52,052][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:26:52,052][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@c6db9a
+[2015-04-22 14:26:52,052][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:52,068][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:52,068][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:52,161][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#172eab1' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:52,161][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#172eab1' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:52,161][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#348cf8' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:52,177][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b0b267' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:52,192][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#606a6a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:52,615][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:52,615][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,270][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,270][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,270][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11f6615' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,270][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11f6615' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,270][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#176620d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,270][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17e70e8' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,285][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#26c260' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,301][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,301][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,302][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#103736d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,302][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#103736d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,302][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#118cd44' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,302][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8afd51' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,302][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#fcedd7' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,349][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,349][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,349][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1138f0d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,349][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1138f0d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,349][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a26307' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,349][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ab7dc2' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,349][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cd5a42' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8f25b' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8f25b' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d6e3d9' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#166954' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15d0ade' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,427][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,427][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,442][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11fed52' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,442][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11fed52' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,442][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e5cda4' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,442][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#140b7d5' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,442][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e50197' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,505][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,505][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,505][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5d471e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,505][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5d471e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,505][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7ffb92' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,505][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#185ebe7' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,505][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#142b587' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,524][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,524][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,524][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#90a1ca' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,524][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#90a1ca' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,524][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f137f4' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,524][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b0e8c4' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,524][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#81b8ef' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a5e7fb' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a5e7fb' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14045ca' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f60390' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,556][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#640bf3' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,587][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,587][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,837][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,884][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:26:53,884][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,884][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,900][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,931][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:26:53,931][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,947][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,947][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:53,993][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:26:56,074][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:26:56,217][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:26:56,217][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 9562 ms
+[2015-04-22 14:26:56,326][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:26:56,341][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:26:56 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:26:56,341][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:26:57,441][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:26:57,457][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,473][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:26:57,488][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:26:57,488][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:26:57,488][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,489][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:57,505][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:26:58,054][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:26:56 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:26:58,241][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:26:56 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:26:58,522][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:26:58,585][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:26:58,632][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:26:58,680][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:26:58,820][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 2494 ms
+[2015-04-22 14:27:01,708][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:27:01,709][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 14:27:01,721][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 14:27:01,721][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:30:00,441][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:30:00,614][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:30:00 CST 2015]; root of context hierarchy
+[2015-04-22 14:30:00,708][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:30:00,817][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:30:00,848][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:30:02,040][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:30:02,447][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:02,478][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:02,478][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:02,557][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:02,682][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:30:02,728][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:30:02,920][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:30:02,935][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:30:02,935][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:30:03,420][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:30:04,357][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:30:04,746][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:30:05,649][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:05,649][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:05,806][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#97781f' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:05,806][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#97781f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:05,821][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:05,868][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:30:05,915][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:30:05,931][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:30:05,931][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:30:05,931][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:30:05,931][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:30:05,931][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:30:05,931][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@1958293
+[2015-04-22 14:30:05,931][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:05,931][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:05,931][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:06,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14d1093' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:06,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14d1093' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:06,040][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#94c035' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:06,055][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dab8e4' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:06,055][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#182807' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:06,509][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:06,509][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,135][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,135][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,135][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10f2e76' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,135][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10f2e76' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,135][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a32dba' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,135][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#54fed6' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,135][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#26c1ef' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,167][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,167][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,167][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cea754' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,167][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cea754' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,167][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18f05ef' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,167][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#183fd71' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,183][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7414da' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,214][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,214][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,214][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5cab9e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,214][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5cab9e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,214][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#122ee91' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,214][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9308e' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,214][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#152ca09' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,245][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,245][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,261][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b0d0c5' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,261][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b0d0c5' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,261][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1579007' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,261][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3bc8f8' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,261][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1071c28' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,307][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,307][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,307][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bd03ec' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,307][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bd03ec' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,307][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1658bcc' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,307][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#711356' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,307][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1aca17d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,339][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,339][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,354][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#79671' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,354][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#79671' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,354][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#773c0d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,354][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#16016c6' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,354][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1775b50' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,370][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,370][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,370][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#94877c' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,370][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#94877c' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,370][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#81b8ef' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,370][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#83b92d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,370][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f2502f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,401][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,401][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,401][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4c8f22' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,401][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4c8f22' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,401][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#640bf3' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,401][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a37fd5' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,417][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d817b' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,432][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:07,432][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:38,220][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:30:40,921][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:30:41,080][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:30:41 CST 2015]; root of context hierarchy
+[2015-04-22 14:30:41,173][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:30:41,282][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:30:41,314][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:30:42,485][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:30:42,892][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:42,926][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:42,926][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:43,020][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:43,115][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:30:43,177][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:30:43,349][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:30:43,364][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:30:43,364][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:30:43,864][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:30:44,786][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:30:45,162][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:30:46,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,042][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,188][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#97781f' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,188][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#97781f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,188][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,251][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:30:46,297][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:30:46,297][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:30:46,297][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:30:46,297][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:30:46,297][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:30:46,297][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:30:46,297][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@1ded533
+[2015-04-22 14:30:46,297][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,313][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,313][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,407][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#139ff01' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,407][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#139ff01' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,407][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1022ef9' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,422][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1703fc6' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,438][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#64f905' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,862][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:46,862][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,472][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,472][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,472][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17e70e8' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,472][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17e70e8' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,488][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#66f57b' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,488][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a32dba' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,488][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10f2e76' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,488][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,488][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,507][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7185c6' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,508][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7185c6' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,508][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1347ae9' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,509][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#189f7e1' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,510][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f0decc' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,542][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,542][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,557][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e1e592' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,557][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e1e592' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,557][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7b4c99' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,557][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f04a15' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,557][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8fde02' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,589][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,589][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,604][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f4bff5' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,604][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f4bff5' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,604][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5b22d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,604][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17b9411' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,604][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#36048c' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,620][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,620][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,635][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15d0ade' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,635][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15d0ade' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,635][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#166954' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,635][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#63860f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,635][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f65365' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,684][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,684][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,684][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#142b587' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,684][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#142b587' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,684][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#185ebe7' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,684][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4175fd' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,684][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a95a1a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,700][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,700][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,700][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1098e02' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,700][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1098e02' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,700][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#111e1f4' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,700][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c2e958' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,700][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#165914f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,731][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1342093' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,731][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1342093' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,731][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#baa341' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,731][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c10c14' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,731][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2084' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,762][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:47,762][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:48,029][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:48,061][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:30:48,061][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:48,077][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:48,077][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:48,124][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:30:48,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:48,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:48,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:48,171][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:30:50,218][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:30:50,362][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:30:50,362][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 9441 ms
+[2015-04-22 14:30:50,471][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:30:50,487][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:30:50 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:30:50,487][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:30:51,614][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:30:51,629][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,645][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:30:51,662][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:30:52,223][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:30:50 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:30:52,414][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:30:50 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:30:52,695][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:30:52,759][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:30:52,806][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:30:52,853][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:30:52,994][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 2523 ms
+[2015-04-22 14:31:57,194][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:31:57,336][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:31:57 CST 2015]; root of context hierarchy
+[2015-04-22 14:31:57,429][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:31:57,539][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:31:57,570][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:31:58,666][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:31:59,062][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:31:59,093][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:31:59,093][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:31:59,171][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:31:59,280][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:31:59,343][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:31:59,516][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:31:59,532][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:31:59,532][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:32:00,034][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:32:00,959][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:32:01,350][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:32:02,211][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,211][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,368][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#97781f' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,368][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#97781f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,368][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,430][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:32:02,477][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:32:02,477][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:32:02,477][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:32:02,477][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:32:02,477][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:32:02,477][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:32:02,477][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@1ded533
+[2015-04-22 14:32:02,477][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,477][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,477][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,571][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#139ff01' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,571][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#139ff01' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,586][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1022ef9' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,586][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1703fc6' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:02,602][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#64f905' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,650][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,650][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,666][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17e70e8' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,666][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17e70e8' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,666][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#66f57b' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,666][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a32dba' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,666][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10f2e76' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,683][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,683][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,687][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7185c6' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,688][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7185c6' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,688][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1347ae9' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,689][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#189f7e1' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,690][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f0decc' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,723][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,723][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,723][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cd5a42' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,723][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cd5a42' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,739][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ab7dc2' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,739][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#133b3a8' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,739][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#157fc09' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,770][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,770][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,770][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15d0ade' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,770][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15d0ade' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,770][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#166954' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,770][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#63860f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,770][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f65365' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,801][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,801][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,801][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e50197' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,801][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e50197' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,801][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#140b7d5' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,801][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19445a4' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,817][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1683de0' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,864][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,864][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,864][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#142b587' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,864][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#142b587' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,864][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#185ebe7' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,864][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4175fd' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,864][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a95a1a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,879][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,879][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,879][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1098e02' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,879][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1098e02' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,879][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#111e1f4' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,879][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c2e958' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,879][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#165914f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,895][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,895][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,911][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1342093' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,911][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1342093' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,911][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#baa341' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,911][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c10c14' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,911][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2084' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,939][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:03,939][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:04,178][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:04,225][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:32:04,225][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:04,241][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:04,256][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:04,287][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:32:04,287][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:04,287][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:04,303][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:04,334][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:32:06,385][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:32:06,511][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:32:06,511][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 9317 ms
+[2015-04-22 14:32:06,651][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:32:06,651][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:32:06 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:32:06,651][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:32:07,715][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:32:07,730][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:32:07,746][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,746][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:32:07,746][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:32:07,746][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,746][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:32:07,746][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:32:07,747][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:32:08,279][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:32:06 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:32:08,467][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:32:06 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:32:08,747][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:32:08,811][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:32:08,858][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:32:08,904][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:32:09,045][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 2394 ms
+[2015-04-22 14:32:22,135][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:32:22,150][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 14:32:22,151][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 14:32:22,151][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:37:21,889][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:37:22,046][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:37:22 CST 2015]; root of context hierarchy
+[2015-04-22 14:37:22,131][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:37:22,240][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:37:22,271][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:37:23,380][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:37:23,790][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:23,821][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:23,821][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:23,899][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:24,010][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:37:24,056][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:37:24,244][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:37:24,244][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:37:24,244][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:37:24,760][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:37:25,760][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:37:26,139][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:37:27,017][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,017][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,160][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#d984b4' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,160][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#d984b4' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,160][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,223][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:37:27,269][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:37:27,269][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:37:27,269][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:37:27,269][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:37:27,269][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:37:27,269][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:37:27,285][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@20e9ae
+[2015-04-22 14:37:27,285][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,285][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,285][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,379][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8966e6' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,379][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8966e6' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,394][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#137d31e' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,394][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#6aea22' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,410][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#118efe2' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,847][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:27,847][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,461][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,461][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,461][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b36b79' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,461][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b36b79' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,461][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10f2e76' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,461][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#26c1ef' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,477][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#863303' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,477][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,477][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,493][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b34776' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,493][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b34776' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,493][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f0decc' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,493][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14c5e2f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,493][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bb99c5' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,540][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,540][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,540][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#157fc09' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,540][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#157fc09' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,540][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#133b3a8' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,540][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e4801d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,540][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#970046' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,587][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,587][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,587][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f65365' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,602][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f65365' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,602][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#63860f' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,602][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a0d548' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,602][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#129b04' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,618][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,618][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,634][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b67b65' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,634][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b67b65' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,634][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1683de0' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,634][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1cb5843' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,649][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10f9bbb' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,680][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,680][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,696][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15a82a3' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,696][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15a82a3' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,696][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a95a1a' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,696][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14a1467' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,696][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#819cce' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,696][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,696][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,712][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#126ebb0' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,712][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#126ebb0' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,712][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#165914f' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,712][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f137f4' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,712][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#90a1ca' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,727][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,727][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,727][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a37fd5' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,727][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a37fd5' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,727][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3e8b7' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,727][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11fe282' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,727][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4ff7a5' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,758][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:28,758][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:29,008][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:29,055][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:37:29,055][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:29,055][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:29,070][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:29,102][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:37:29,102][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:29,120][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:29,121][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:29,152][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:37:31,180][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:37:31,322][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:37:31,322][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 9433 ms
+[2015-04-22 14:37:31,447][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:37:31,463][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:37:31 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:37:31,463][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:37:32,528][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:37:32,544][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:37:32,561][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:37:33,123][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:37:31 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:37:33,310][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:37:31 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:37:33,593][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:37:33,657][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:37:33,703][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:37:33,750][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:37:33,881][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 2434 ms
+[2015-04-22 14:37:36,152][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:37:36,152][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 14:37:36,152][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 14:37:36,168][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:38:42,131][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:38:42,288][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:38:42 CST 2015]; root of context hierarchy
+[2015-04-22 14:38:42,366][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:38:42,475][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:38:42,490][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:38:43,697][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:38:44,136][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:44,170][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:44,170][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:44,248][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:44,357][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:38:44,404][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:38:44,591][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:38:44,607][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:38:44,607][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:38:45,126][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:38:46,096][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:38:46,490][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:38:47,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,553][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#e76893' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,553][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#e76893' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,553][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,616][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:38:47,663][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:38:47,663][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:38:47,663][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:38:47,663][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:38:47,663][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:38:47,663][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:38:47,678][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@22b0de
+[2015-04-22 14:38:47,678][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,678][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,678][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,756][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#84ae71' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,756][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#84ae71' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,787][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1388423' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,787][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e6071f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:47,803][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#13acdcd' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,241][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,241][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,867][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,867][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,867][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f0decc' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,867][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f0decc' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,867][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#189f7e1' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,867][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#118cd44' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,867][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14c5e2f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,882][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,882][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,899][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#104747f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,899][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#104747f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,899][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1142ac7' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,899][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#175fc8f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,899][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#118279a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,930][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,930][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,946][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a006f4' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,946][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a006f4' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,946][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#198386b' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,946][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14679e7' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,946][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ed46fd' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,977][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,977][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,993][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2680f9' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,993][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2680f9' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,993][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15b0311' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,993][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e63de5' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:48,993][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e995bf' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f664ef' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f664ef' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b91495' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1658bcc' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,024][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bd03ec' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,071][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,071][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,089][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#51831' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,090][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#51831' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,091][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15dd009' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,091][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#79671' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,093][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#25e317' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,093][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,093][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,093][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f2502f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,109][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f2502f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,109][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14b0631' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,109][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ad7733' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,109][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#16cccb2' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a7f84' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a7f84' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b93a6' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cd64aa' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,124][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8bf208' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,140][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,140][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,436][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,468][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:38:49,468][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,483][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,499][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,530][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:38:49,530][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,561][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,561][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:49,608][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:38:51,731][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:38:51,856][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:38:51,872][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 9741 ms
+[2015-04-22 14:38:51,981][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:38:51,997][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:38:51 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:38:51,997][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:38:53,094][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:38:53,109][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:38:53,126][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:38:53,673][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:38:51 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:38:53,860][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:38:51 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:38:54,141][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:38:54,189][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:38:54,251][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:38:54,298][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:38:54,423][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 2442 ms
+[2015-04-22 14:39:08,001][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:39:08,001][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 14:39:08,002][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 14:39:08,002][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:52:22,504][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:52:22,645][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:52:22 CST 2015]; root of context hierarchy
+[2015-04-22 14:52:22,739][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:52:22,848][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:52:22,864][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:52:24,004][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:52:24,395][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:24,426][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:24,426][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:24,504][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:24,613][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:52:24,675][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:52:24,863][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:52:24,863][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:52:24,863][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:52:25,362][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:52:26,331][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:52:26,694][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:52:27,553][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,553][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,710][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#97781f' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,710][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#97781f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,710][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,773][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:52:27,819][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:52:27,819][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:52:27,819][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:52:27,819][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:52:27,819][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:52:27,819][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:52:27,819][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@160c30b
+[2015-04-22 14:52:27,819][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,819][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,835][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,929][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d7187f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,929][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d7187f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,929][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#de9d86' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,944][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1703fc6' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:27,960][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#64f905' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:28,384][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:28,384][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:28,994][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:28,994][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,010][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#26c260' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,010][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#26c260' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,010][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17e70e8' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,010][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10f2e76' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,010][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b36b79' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#105b473' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#105b473' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7185c6' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f0decc' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,026][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b34776' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,073][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,073][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,073][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a6f064' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,089][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a6f064' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,089][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e1e592' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,090][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8fde02' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,090][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1387ea0' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,121][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,121][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,137][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#166ab59' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,137][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#166ab59' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,137][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f4bff5' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,137][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#36048c' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,137][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#648cab' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,168][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,168][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,168][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1747bac' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,168][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1747bac' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,168][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15d0ade' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,168][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f65365' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,183][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#dd402f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,215][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,215][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,230][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#124e07f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,230][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#124e07f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,230][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1ddfd5c' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,230][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bc123f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,230][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1520332' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,246][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,246][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,246][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8775ca' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,246][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#8775ca' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,246][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9c878d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,246][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a95d71' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,246][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#35b6fa' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,261][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,261][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,261][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1098e02' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,277][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1098e02' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,277][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#111e1f4' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,277][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c2e958' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,277][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#165914f' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,293][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,293][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,567][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,614][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:52:29,614][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,614][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,645][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,676][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:52:29,676][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,692][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,692][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:29,738][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:52:31,978][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:52:32,104][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:52:32,104][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 9600 ms
+[2015-04-22 14:52:32,231][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:52:32,231][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:52:32 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:52:32,231][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:52:33,324][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:52:33,339][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,356][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:52:33,919][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:52:32 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:52:34,106][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:52:32 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:52:34,387][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:52:34,450][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:52:34,497][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:52:34,528][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:52:34,676][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 2445 ms
+[2015-04-22 14:53:15,534][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:53:15,534][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 14:53:15,549][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 14:53:15,549][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:56:17,940][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:56:18,035][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:56:18 CST 2015]; root of context hierarchy
+[2015-04-22 14:56:18,081][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:56:18,175][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:56:18,206][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:56:19,033][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:56:19,252][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:19,268][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:19,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:19,330][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:19,408][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:56:19,440][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:56:19,549][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:56:19,564][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:56:19,564][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:56:19,923][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:56:20,734][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:56:21,016][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:56:21,593][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,593][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy29] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,640][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#9973a4' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,640][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#9973a4' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,640][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,687][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:56:21,703][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:56:21,703][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:56:21,718][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:56:21,718][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:56:21,718][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:56:21,718][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:56:21,718][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@3bbf3e
+[2015-04-22 14:56:21,718][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,718][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,718][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,859][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1667308' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,859][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1667308' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,874][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#abcf2d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,874][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d39270' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:21,891][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bd8aa6' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,078][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,078][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,437][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,437][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9d5532' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9d5532' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b0001' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#659ae8' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9d2df7' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,468][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,468][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,468][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4dc18f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,468][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4dc18f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,468][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f6551c' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,468][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#940dc4' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,468][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#13f379' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,499][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,499][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,499][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b6e91d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,499][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b6e91d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,499][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dfac83' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,499][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5e2da9' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,515][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#107d342' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,530][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,530][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,546][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#192f1f8' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,546][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#192f1f8' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,546][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#82972c' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,546][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a4e66' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,546][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a115d7' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,562][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,562][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,577][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d6ddc5' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,577][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d6ddc5' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,577][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c6fc30' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,577][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f80a18' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,577][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5edf64' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,608][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,608][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,608][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1875190' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,608][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1875190' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,608][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bc16f5' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,608][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2d5545' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,608][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#394901' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,624][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,624][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,624][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f2947d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,624][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f2947d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,624][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f5a51' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,624][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e9753f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,624][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#108c7d' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,640][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,640][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,655][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9f276f' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,655][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9f276f' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,655][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#ed9823' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,655][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e45a36' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,655][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1deb7b0' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,655][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,655][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy44] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,811][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,858][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:56:22,858][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,858][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,874][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,874][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:56:22,874][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,889][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,889][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:22,921][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:24,466][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:56:24,545][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:56:24,545][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 6605 ms
+[2015-04-22 14:56:24,654][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:56:24,670][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:56:24 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:56:24,670][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:56:25,388][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:25,388][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,388][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,388][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,388][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:56:25,404][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:25,419][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:56:25,747][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:56:24 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:56:25,826][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:56:24 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:56:25,951][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:56:25,982][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:56:25,982][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:56:25,998][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:56:26,060][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 1406 ms
+[2015-04-22 14:56:37,078][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:56:37,172][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:56:37 CST 2015]; root of context hierarchy
+[2015-04-22 14:56:37,235][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:56:37,328][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:56:37,359][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:56:38,202][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:56:38,421][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:38,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:38,452][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:38,499][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:38,593][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:56:38,624][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:56:38,733][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:56:38,733][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:56:38,733][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:56:39,061][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:56:39,747][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:56:39,982][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:56:40,513][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,513][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy29] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,653][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#1607702' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,653][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#1607702' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,653][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,684][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:56:40,715][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:56:40,715][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:56:40,715][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:56:40,715][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:56:40,715][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:56:40,715][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:56:40,715][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@1724854
+[2015-04-22 14:56:40,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,731][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,731][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,778][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#51ef54' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,778][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#51ef54' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,793][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e04fe1' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,793][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d4f53d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,810][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#193c70' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,997][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:40,997][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,356][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,356][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,372][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dd66b6' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,372][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dd66b6' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,372][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2f00cc' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,372][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1485af' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,372][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#154a84d' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,387][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,387][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,387][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#77082c' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,387][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#77082c' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,387][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19c779' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,387][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f5e066' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,387][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5f5971' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,418][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,418][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,418][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d6d950' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,418][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d6d950' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,418][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e70093' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,418][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dffc71' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,418][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#369a25' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,450][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,450][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,465][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c643aa' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,465][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c643aa' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,465][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#16bedc1' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,465][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b6fd2b' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,465][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a71fc0' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,481][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,481][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,496][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19b756a' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,496][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19b756a' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,496][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bfaf81' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,496][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7d187' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,496][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14d19fc' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,528][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,528][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,528][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3fb96b' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,528][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3fb96b' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,528][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9a35c3' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,528][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#948e6d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,528][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#112b320' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#af7e5' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#af7e5' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#6d5d56' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#659995' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,559][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4610af' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,574][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,574][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12cb731' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12cb731' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f4e22c' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b65053' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#537c13' of type [class com.sun.proxy.$Proxy31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy44] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,746][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,777][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:56:41,777][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,777][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,793][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,808][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:56:41,808][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,824][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,824][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:41,841][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:56:43,416][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:56:43,511][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:56:43,511][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 6433 ms
+[2015-04-22 14:56:43,620][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:56:43,620][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:56:43 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:56:43,636][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:56:44,339][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:44,339][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,339][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,339][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,339][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:56:44,339][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:44,339][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:44,339][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,354][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:56:44,370][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:56:44,713][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:56:43 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:56:44,792][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:56:43 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:56:44,917][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:56:44,948][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:56:44,948][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:56:44,964][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:56:45,042][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 1422 ms
+[2015-04-22 14:57:21,266][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:57:21,266][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 14:57:21,267][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 14:57:21,267][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:58:11,484][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:58:11,656][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:58:11 CST 2015]; root of context hierarchy
+[2015-04-22 14:58:11,734][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:58:11,890][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:58:11,906][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:58:12,935][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:58:13,280][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:13,295][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:13,295][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:13,358][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:13,436][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:58:13,482][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:58:13,623][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:58:13,623][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:58:13,623][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:58:13,966][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:58:14,700][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:58:14,981][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:58:15,653][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,668][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#10163e1' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#10163e1' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,762][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:58:15,793][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:58:15,793][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:58:15,793][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:58:15,793][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:58:15,793][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:58:15,793][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:58:15,793][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@1443612
+[2015-04-22 14:58:15,793][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,793][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,809][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,871][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#963c74' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,871][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#963c74' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,887][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10adb0c' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,887][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:15,902][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#de8209' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,105][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,105][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,527][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,527][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17329a1' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17329a1' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f2fbd4' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#160e324' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,543][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e05e86' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,559][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,559][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,559][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c12e0e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,559][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c12e0e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,559][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1476ee3' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,559][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5c492d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,559][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c84850' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bed211' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bed211' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14e12f5' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#392c06' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,590][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17960e8' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,621][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,621][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,637][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18f546d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,637][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18f546d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,637][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#470e3' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,637][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#189de90' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,637][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#72f925' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,652][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,652][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,652][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19714ea' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,652][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19714ea' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,652][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#91e229' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,652][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bb0f89' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,668][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f91e02' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,699][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,699][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,699][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11b5df' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,699][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11b5df' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,699][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#130c9d0' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,699][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b82ec7' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,699][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#73645' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a3a83d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a3a83d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19d6258' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18bc4df' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,715][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12a2f1e' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,730][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,730][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,746][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#29d7cc' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,746][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#29d7cc' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,746][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e48640' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,746][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9f8450' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,746][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#a7bd3a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,761][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:16,761][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:17,027][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:17,058][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:58:17,058][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:17,073][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:17,073][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:17,089][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:58:17,089][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:17,105][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:17,105][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:17,120][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:58:18,525][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:58:18,729][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:58:18,745][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 7261 ms
+[2015-04-22 14:58:18,838][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:58:18,838][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:58:18 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:58:18,838][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:58:19,432][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:58:19,432][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,432][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,432][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,432][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:58:19,432][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:58:19,432][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:58:19,432][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:58:19,448][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:58:19,463][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:58:19,838][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:58:18 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:58:19,901][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:58:18 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:58:20,026][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:58:20,041][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:58:20,057][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:58:20,073][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:58:20,135][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 1297 ms
+[2015-04-22 14:58:29,060][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:58:29,060][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 14:58:29,060][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 14:58:29,060][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:59:36,314][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 14:59:36,423][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 14:59:36 CST 2015]; root of context hierarchy
+[2015-04-22 14:59:36,502][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 14:59:36,596][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 14:59:36,627][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 14:59:37,501][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 14:59:37,798][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:37,829][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:37,829][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:37,876][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:37,970][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 14:59:38,016][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 14:59:38,141][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 14:59:38,141][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 14:59:38,141][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 14:59:38,484][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 14:59:39,186][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:59:39,499][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 14:59:40,170][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,170][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,233][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#c6552a' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,233][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#c6552a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,233][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,280][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 14:59:40,312][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 14:59:40,312][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 14:59:40,312][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 14:59:40,312][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 14:59:40,312][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 14:59:40,312][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 14:59:40,312][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@dd0bd3
+[2015-04-22 14:59:40,312][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,312][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,312][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,374][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d504' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,374][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d504' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,390][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d03730' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,390][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#dcb7b7' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,405][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4340f2' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,592][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:40,592][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,014][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,014][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,014][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#185ec5d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,014][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#185ec5d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,014][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d538d4' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,014][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#688124' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,014][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f69d2a' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,029][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,029][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,029][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c2f4a' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,029][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c2f4a' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,029][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18d946f' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,045][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bb595c' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,045][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e7b7cd' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,060][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,060][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,076][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#26e9b2' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,076][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#26e9b2' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,076][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#9832ac' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,076][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f9886f' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,076][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#16c4f32' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,107][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,107][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,107][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#6dac12' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,107][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#6dac12' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,107][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3b8071' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,107][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#398323' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,107][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d07206' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,138][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,138][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,138][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4627b1' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,138][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4627b1' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,138][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14cf85f' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,138][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#108b201' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,138][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1de9379' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c5eee0' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c5eee0' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#114c1e6' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b9943a' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,185][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b2a524' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,201][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,201][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,201][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b4b3a9' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,201][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b4b3a9' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,201][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#835e8d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,201][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12dfd7c' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,201][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5cf63e' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,216][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,216][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,232][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d50bad' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,232][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d50bad' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,232][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cc4920' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,232][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#60d1f4' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,232][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#77f399' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,232][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,232][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,529][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,576][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 14:59:41,576][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,576][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,592][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,607][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 14:59:41,607][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,623][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,623][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:41,654][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 14:59:43,058][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 14:59:43,262][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 14:59:43,262][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 6948 ms
+[2015-04-22 14:59:43,356][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 14:59:43,356][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:59:43 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:59:43,371][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 14:59:43,965][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:59:43,965][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,965][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 14:59:43,981][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 14:59:43,996][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 14:59:44,355][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:59:43 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:59:44,434][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 14:59:43 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 14:59:44,559][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 14:59:44,574][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 14:59:44,590][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 14:59:44,606][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 14:59:44,668][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 1312 ms
+[2015-04-22 14:59:48,834][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 14:59:48,834][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 14:59:48,851][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 14:59:48,851][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 15:08:47,020][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 15:08:47,142][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 15:08:47 CST 2015]; root of context hierarchy
+[2015-04-22 15:08:47,206][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 15:08:47,338][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 15:08:47,363][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 15:08:48,304][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 15:08:48,667][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:48,688][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:48,691][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:48,746][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:48,841][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 15:08:48,880][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 15:08:49,005][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 15:08:49,011][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 15:08:49,014][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 15:08:49,366][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 15:08:50,064][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 15:08:50,350][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 15:08:51,052][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,054][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,102][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#445dcf' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,103][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#445dcf' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,105][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,153][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 15:08:51,175][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 15:08:51,176][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 15:08:51,178][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 15:08:51,179][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 15:08:51,179][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 15:08:51,179][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 15:08:51,182][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@369a8e
+[2015-04-22 15:08:51,182][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,183][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,186][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,250][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f5711e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,251][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f5711e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,260][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#4b61a4' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,271][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#dcb7b7' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,283][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15ce277' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,479][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,479][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,913][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,915][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,920][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f2fbd4' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,920][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f2fbd4' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,921][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1195462' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,922][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b2412a' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,923][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d43eb5' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,935][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,935][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,939][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10056df' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,940][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#10056df' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,941][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18b570d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,941][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c12e0e' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,943][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b69a8b' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,968][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,968][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,973][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14d0430' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,974][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14d0430' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,974][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1824439' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,975][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bed211' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:51,976][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d17c52' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,119][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,119][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,125][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#67c249' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,125][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#67c249' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,126][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#966f57' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,127][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#18f546d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,128][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#efcd37' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,148][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,149][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,153][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#91e229' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,153][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#91e229' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,154][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#af72ad' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,154][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1de3257' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,156][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bb0f89' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,187][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,187][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,192][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d20f7e' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,192][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d20f7e' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,193][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17bf021' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,193][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#31c2df' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,195][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#f0d523' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,204][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,204][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,216][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#57d478' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,217][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#57d478' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,217][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c19db1' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,218][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1436371' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,220][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#135b33d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,237][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,237][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,241][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#43fecc' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,242][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#43fecc' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,242][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e0d31c' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,243][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1902d1d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,245][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#81e03c' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,256][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,257][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,440][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,475][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 15:08:52,475][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,479][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,489][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,510][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 15:08:52,510][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,516][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,519][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:52,545][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:08:54,120][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 15:08:54,235][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 15:08:54,238][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 7218 ms
+[2015-04-22 15:08:54,323][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 15:08:54,326][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 15:08:54 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 15:08:54,327][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 15:08:54,947][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:08:54,949][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,949][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,950][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,950][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 15:08:54,950][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:08:54,950][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:08:54,950][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,953][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,954][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 15:08:54,954][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,954][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,954][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,954][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,955][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,955][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 15:08:54,955][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,955][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,955][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,956][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 15:08:54,956][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:08:54,956][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:08:54,956][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,958][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,958][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,958][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,959][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,959][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 15:08:54,959][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 15:08:54,959][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:08:54,959][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:08:54,960][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,960][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,962][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 15:08:54,962][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,962][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,962][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 15:08:54,963][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,963][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 15:08:54,963][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:08:54,963][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:08:54,964][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 15:08:54,964][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 15:08:54,965][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 15:08:54,965][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 15:08:54,965][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,965][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:08:54,967][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,967][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:08:54,967][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,968][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,968][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,968][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:08:54,968][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,969][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 15:08:54,969][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,969][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 15:08:54,969][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:08:54,969][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:08:54,970][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,970][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 15:08:54,971][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,971][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 15:08:54,972][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,972][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 15:08:54,972][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 15:08:54,973][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 15:08:54,973][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,973][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 15:08:54,973][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 15:08:54,975][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 15:08:54,975][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 15:08:54,975][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 15:08:54,975][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,976][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:08:54,976][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,976][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,976][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 15:08:54,976][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:08:54,976][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 15:08:55,343][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 15:08:54 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 15:08:55,427][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 15:08:54 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 15:08:55,734][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 15:08:55,755][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 15:08:55,767][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 15:08:55,778][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 15:08:55,847][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 1524 ms
+[2015-04-22 15:09:05,024][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 15:09:05,025][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 15:09:05,029][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 15:09:05,030][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 15:11:02,090][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-04-22 15:11:02,250][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Wed Apr 22 15:11:02 CST 2015]; root of context hierarchy
+[2015-04-22 15:11:02,346][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-04-22 15:11:02,481][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-04-22 15:11:02,506][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-04-22 15:11:03,787][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-04-22 15:11:04,235][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:04,267][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:04,272][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:04,364][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:04,479][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-04-22 15:11:04,538][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-04-22 15:11:04,751][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-04-22 15:11:04,757][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-04-22 15:11:04,760][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-04-22 15:11:05,341][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-04-22 15:11:06,306][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 15:11:06,739][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-04-22 15:11:07,791][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:07,794][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:07,875][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#45ea27' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:07,876][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#45ea27' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:07,879][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:07,939][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-04-22 15:11:07,989][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-04-22 15:11:07,990][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-04-22 15:11:07,992][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-04-22 15:11:07,994][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-04-22 15:11:07,994][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-04-22 15:11:07,994][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-04-22 15:11:07,998][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@6704ab
+[2015-04-22 15:11:07,998][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:07,999][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:08,003][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:08,096][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b4c1e2' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:08,097][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b4c1e2' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:08,108][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1c7921e' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:08,118][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e959fc' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:08,131][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e1b3fb' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:08,573][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:08,573][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,198][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,199][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,203][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dc4517' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,204][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1dc4517' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,204][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d80b84' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,205][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#189e397' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,207][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bce5dc' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,219][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,220][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,224][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17840ef' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,224][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#17840ef' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,225][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#2dbf83' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,225][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e5f7d5' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,227][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f1f9d4' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,255][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,256][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,262][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#333c48' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,262][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#333c48' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,263][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#154768d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,264][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#505bcd' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,265][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1bb1af9' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,314][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,315][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,323][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#128345a' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,323][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#128345a' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,324][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#e550fd' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,325][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#329d62' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,327][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#faacd4' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,352][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,352][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,356][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11b1ede' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,356][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11b1ede' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,357][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1f7f1ab' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,357][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#66f6c0' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,359][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1d1bea3' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,395][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,396][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,401][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e37953' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,402][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e37953' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,402][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#230038' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,403][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#439d7a' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,411][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#117ec1d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,428][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,428][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,433][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fef00d' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,433][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fef00d' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,434][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a0409' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,434][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d4797d' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,436][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#174290d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,453][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,454][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,458][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5c0beb' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,458][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#5c0beb' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,459][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1146e66' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,459][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#94d25a' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,460][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7e33d5' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,469][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,470][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,734][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,775][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-04-22 15:11:09,776][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,781][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,796][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,925][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-04-22 15:11:09,926][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,935][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,939][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:09,977][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-04-22 15:11:11,944][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-04-22 15:11:12,072][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-04-22 15:11:12,076][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 9985 ms
+[2015-04-22 15:11:12,211][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-04-22 15:11:12,216][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 15:11:12 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 15:11:12,217][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-04-22 15:11:13,299][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:11:13,301][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:11:13,302][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,302][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,302][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-04-22 15:11:13,302][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:11:13,303][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,303][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,307][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:11:13,307][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,308][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,308][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-04-22 15:11:13,308][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:11:13,308][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,309][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-04-22 15:11:13,309][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,309][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,309][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,309][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,310][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,310][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-04-22 15:11:13,310][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,310][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,313][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:11:13,313][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,314][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,314][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-04-22 15:11:13,314][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-04-22 15:11:13,314][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:11:13,315][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,315][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,315][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,315][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,317][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:11:13,318][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 15:11:13,318][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,318][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-04-22 15:11:13,318][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:11:13,319][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-04-22 15:11:13,319][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,319][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,319][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-04-22 15:11:13,321][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:11:13,321][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-04-22 15:11:13,321][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-04-22 15:11:13,321][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-04-22 15:11:13,322][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,324][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-04-22 15:11:13,324][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-04-22 15:11:13,325][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,325][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-04-22 15:11:13,325][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:11:13,325][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,325][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:11:13,325][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,326][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,326][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,326][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-04-22 15:11:13,326][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,328][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-04-22 15:11:13,328][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,328][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,328][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 15:11:13,330][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-04-22 15:11:13,331][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-04-22 15:11:13,331][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-04-22 15:11:13,331][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,331][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-04-22 15:11:13,331][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,331][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-04-22 15:11:13,333][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-04-22 15:11:13,334][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-04-22 15:11:13,334][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-04-22 15:11:13,334][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,334][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-04-22 15:11:13,334][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,335][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,335][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-04-22 15:11:13,335][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-04-22 15:11:13,335][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-04-22 15:11:13,883][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 15:11:12 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 15:11:14,047][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Wed Apr 22 15:11:12 CST 2015]; parent: Root WebApplicationContext
+[2015-04-22 15:11:14,341][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-04-22 15:11:14,402][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-04-22 15:11:14,452][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-04-22 15:11:14,482][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-04-22 15:11:14,634][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 2422 ms
+[2015-04-22 15:11:47,103][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-04-22 15:11:47,103][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-04-22 15:11:47,112][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-04-22 15:11:47,112][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-05-04 09:19:44,740][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-05-04 09:19:45,085][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Mon May 04 09:19:45 CST 2015]; root of context hierarchy
+[2015-05-04 09:19:45,662][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]
+[2015-05-04 09:19:46,099][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-workflow.xml]
+[2015-05-04 09:19:46,115][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-05-04 09:19:47,020][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-05-04 09:19:47,426][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:47,442][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:47,442][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:47,489][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'hibernateJpaVendorAdapter' of type [class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:47,567][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-05-04 09:19:47,599][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-05-04 09:19:47,692][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-05-04 09:19:47,692][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-05-04 09:19:47,692][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-05-04 09:19:48,051][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-05-04 09:19:48,722][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-05-04 09:19:48,926][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-05-04 09:19:49,440][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,440][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'entityManagerFactory' of type [class com.sun.proxy.$Proxy28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,487][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#1f1cf9' of type [class org.springframework.orm.jpa.support.SharedEntityManagerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,487][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'org.springframework.orm.jpa.support.SharedEntityManagerBean#1f1cf9' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,487][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webConfiguration' of type [class com.xtframe.web.support.XtWebConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,518][StdSchedulerFactory ] INFO  Using default implementation for ThreadExecutor
+[2015-05-04 09:19:49,550][SchedulerSignalerImpl] INFO  Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
+[2015-05-04 09:19:49,550][QuartzScheduler     ] INFO  Quartz Scheduler v.2.2.1 created.
+[2015-05-04 09:19:49,550][RAMJobStore         ] INFO  RAMJobStore initialized.
+[2015-05-04 09:19:49,550][QuartzScheduler     ] INFO  Scheduler meta-data: Quartz Scheduler (v2.2.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
+  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
+  NOT STARTED.
+  Currently in standby mode.
+  Number of jobs executed: 0
+  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
+  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
+
+[2015-05-04 09:19:49,550][StdSchedulerFactory ] INFO  Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
+[2015-05-04 09:19:49,550][StdSchedulerFactory ] INFO  Quartz scheduler version: 2.2.1
+[2015-05-04 09:19:49,550][QuartzScheduler     ] INFO  JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@195b5b0
+[2015-05-04 09:19:49,550][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.springframework.scheduling.quartz.SchedulerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,550][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'schedulerFactoryBean' of type [class org.quartz.impl.StdScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,550][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,596][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19cd682' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,596][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#19cd682' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,628][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11088a' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,628][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1aa24e9' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,643][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1259a8' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,768][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:49,768][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jpaMapppingContext' of type [class org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,065][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,065][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'menuDao' of type [class com.sun.proxy.$Proxy35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,065][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d43fb' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,065][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d43fb' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,065][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1a7a04d' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,065][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1fa27e9' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,065][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#52371d' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,081][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,081][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'functionDao' of type [class com.sun.proxy.$Proxy36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,081][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12e7909' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,081][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#12e7909' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,081][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#136af4b' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,081][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#15f432e' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,081][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#13384c9' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,097][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,112][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'roleDao' of type [class com.sun.proxy.$Proxy37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,112][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d32045' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,112][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d32045' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,112][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#75e803' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,112][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#da61d8' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,112][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14dc4f6' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,206][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,206][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'orgDao' of type [class com.sun.proxy.$Proxy38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,206][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3301f3' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,206][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#3301f3' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,206][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#eb8bfa' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,206][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1b893bd' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,206][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#eb79df' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,221][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,221][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'codeDao' of type [class com.sun.proxy.$Proxy39] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,221][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#304b52' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,221][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#304b52' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,221][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#696815' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,221][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#c7e654' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,221][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1e2aabd' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,237][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,237][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'userDao' of type [class com.sun.proxy.$Proxy40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,253][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14dcf50' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,253][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#14dcf50' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,253][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#d1b33a' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,253][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#136023a' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,253][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#cc4920' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,253][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,253][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'bizLogDao' of type [class com.sun.proxy.$Proxy41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,268][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1916bb3' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,268][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1916bb3' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,268][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#111d28' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,268][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#1711193' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,268][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#38e75b' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,268][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,268][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'dataPermDao' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bc8e81' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#bc8e81' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#11a4169' of type [class org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#b8fb54' of type [class org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean '(inner bean)#7c86be' of type [class com.sun.proxy.$Proxy30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.xtframe.sec.common.SecRepositoryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,284][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'jobInfoDao' of type [class com.sun.proxy.$Proxy43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,487][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'transactionManager' of type [class org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,549][QuartzScheduler     ] INFO  Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
+[2015-05-04 09:19:50,549][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'webContext' of type [class com.xtframe.web.support.XtWebContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,549][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityContext' of type [class com.xtframe.sec.support.XtSecurityContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,565][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'credentialsMatcher' of type [class org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,580][AuthorizingRealm    ] INFO  No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
+[2015-05-04 09:19:50,580][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'customRealm' of type [class com.xtframe.sec.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,580][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'cacheManager' of type [class org.apache.shiro.cache.MemoryConstrainedCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,580][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'securityManager' of type [class org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:50,596][PostProcessorRegistrationDelegate$BeanPostProcessorChecker] INFO  Bean 'captchaFormAuthenticationFilter' of type [class com.xtframe.sec.common.CaptchaFormAuthenticationFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2015-05-04 09:19:51,875][ProcessEngineImpl   ] INFO  ProcessEngine default created
+[2015-05-04 09:19:52,094][DefaultLifecycleProcessor] INFO  Starting beans in phase 2147483647
+[2015-05-04 09:19:52,094][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 7321 ms
+[2015-05-04 09:19:52,250][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-05-04 09:19:52,250][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 09:19:52 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 09:19:52,250][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/auth/roleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.auth.ctl.AuthCtl.main(org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/code/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/code/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/code/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.code.entity.CodeEntity> com.xtframe.admin.code.ctl.CodeCtl.list(org.springframework.ui.Model,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/code/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.save(com.xtframe.sec.code.entity.CodeEntity)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/code/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.code.ctl.CodeCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/code/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.code.ctl.CodeCtl.main(org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/code/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.code.ctl.CodeCtl.tree(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/accordions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.accordions()
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/addBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.addBtn(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/authTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.authTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/editBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.editBtn(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/listBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.FunctionEntity> com.xtframe.admin.menu.ctl.MenuCtl.listBtn(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/menuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.menuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/saveBtn],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.saveBtn(com.xtframe.sec.menu.entity.FunctionEntity,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/lazyMenuAuthTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.lazyMenuAuthTree(java.lang.String,java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.menu.entity.MenuEntity> com.xtframe.admin.menu.ctl.MenuCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.save(com.xtframe.sec.menu.entity.MenuEntity)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.menu.ctl.MenuCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.menu.ctl.MenuCtl.main(org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/menu/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.menu.ctl.MenuCtl.tree(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/lazyTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.lazyTree(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.add(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.org.entity.OrgEntity> com.xtframe.admin.org.ctl.OrgCtl.list(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.sec.org.entity.OrgEntity)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attrsave],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.save(com.xtframe.admin.org.entity.OrgAttrEntity)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.org.ctl.OrgCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.main(org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/attr],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.org.ctl.OrgCtl.attr(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/org/tree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.org.ctl.OrgCtl.tree(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/role/saveRoleAuth],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.saveRoleAuth(java.lang.String[],java.lang.String[],java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/role/orgRoleTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.role.ctl.RoleCtl.orgRoleTree(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/role/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/role/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/role/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.role.ctl.RoleCtl.list(java.lang.String,java.lang.Boolean,java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/role/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.save(com.xtframe.sec.role.entity.RoleEntity)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/role/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.role.ctl.RoleCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/role/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.role.ctl.RoleCtl.main(org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-05-04 09:19:52,688][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/worklist],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.worklist(com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.changePwd(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/deleteRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.deleteRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/roleManager],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.userManger(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listUserRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listUserRoles(java.lang.String,com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/listRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.sec.role.entity.RoleEntity> com.xtframe.admin.user.ctl.UserCtl.listRoles(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/addRoles],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.addRoles(java.lang.String[],java.lang.String) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/edit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.edit(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/add],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.add(org.springframework.ui.Model,java.lang.String)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.data.domain.Page<com.xtframe.sec.user.entity.UserEntity> com.xtframe.admin.user.ctl.UserCtl.list(java.lang.String,java.lang.String,java.lang.Boolean,com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/save],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.save(com.xtframe.sec.user.entity.UserEntity)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.user.ctl.UserCtl.delete(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/user/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.user.ctl.UserCtl.main(org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.InstanceCtl.updateInstanceState(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.listInstance(com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.InstanceCtl.readInstanceResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/instance],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.InstanceCtl.instance(org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<java.util.Map<java.lang.String, java.lang.Object>> com.xtframe.admin.wf.ctl.ProcessCtl.traceProcess(java.lang.String) throws java.lang.Exception
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/updateState],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.updateProcessState(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/delete],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.ProcessCtl.deletePocess(java.lang.String[])
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.listProcess(com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/trace/auto],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.traceAuto(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process/readResource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.xtframe.admin.wf.ctl.ProcessCtl.readProcessResource(java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/process],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.ProcessCtl.process(org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.task(org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/endProcess],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.endProcess(java.lang.String)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/jump],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.jump(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/queryActivityIds],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.queryActivityIds(java.lang.String)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/showUserTree],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.List<com.xtframe.core.base.vo.NodeVo> com.xtframe.admin.wf.ctl.TaskCtl.showUserTree(java.lang.String,java.lang.String)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.listTask(com.xtframe.sec.common.SimplePageRequest)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/chooseUser],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.wf.ctl.TaskCtl.chooseUser(java.lang.String,java.lang.String,java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isExit],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isExit(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/isEnd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.isEnd(java.lang.String,org.springframework.ui.Model)
+[2015-05-04 09:19:52,704][RequestMappingHandlerMapping] INFO  Mapped "{[/wf/task/transfer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.xtframe.core.base.ctl.WebJsonResult com.xtframe.admin.wf.ctl.TaskCtl.transfer(java.lang.String[],java.lang.String)
+[2015-05-04 09:19:53,094][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 09:19:52 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 09:19:53,266][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 09:19:52 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 09:19:53,344][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-05-04 09:19:53,360][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-05-04 09:19:53,360][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-05-04 09:19:53,376][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-05-04 09:19:53,422][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 1172 ms
+[2015-05-04 19:21:22,986][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-05-04 19:21:23,174][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Mon May 04 19:21:23 CST 2015]; root of context hierarchy
+[2015-05-04 19:21:23,243][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-05-04 19:21:24,220][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-05-04 19:21:25,814][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-05-04 19:21:25,980][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-05-04 19:21:26,160][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-05-04 19:21:26,162][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-05-04 19:21:26,165][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-05-04 19:21:26,643][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-05-04 19:21:27,892][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-05-04 19:21:28,147][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-05-04 19:21:29,808][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 6822 ms
+[2015-05-04 19:21:57,223][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-05-04 19:21:57,416][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Mon May 04 19:21:57 CST 2015]; root of context hierarchy
+[2015-05-04 19:21:57,463][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-05-04 19:21:58,080][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-05-04 19:21:58,365][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-05-04 19:21:58,403][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-05-04 19:21:58,506][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-05-04 19:21:58,508][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-05-04 19:21:58,509][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-05-04 19:21:58,752][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-05-04 19:21:59,454][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-05-04 19:21:59,666][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-05-04 19:22:00,794][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 3570 ms
+[2015-05-04 19:22:28,541][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-05-04 19:22:28,641][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Mon May 04 19:22:28 CST 2015]; root of context hierarchy
+[2015-05-04 19:22:28,689][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-05-04 19:22:29,396][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-05-04 19:22:29,719][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-05-04 19:22:29,756][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-05-04 19:22:29,851][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-05-04 19:22:29,854][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-05-04 19:22:29,857][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-05-04 19:22:30,102][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-05-04 19:22:30,801][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-05-04 19:22:31,022][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-05-04 19:22:32,169][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 3627 ms
+[2015-05-04 19:22:32,321][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-05-04 19:22:32,323][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 19:22:32 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 19:22:32,324][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-05-04 19:25:11,135][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-05-04 19:25:11,230][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Mon May 04 19:25:11 CST 2015]; root of context hierarchy
+[2015-05-04 19:25:11,281][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-05-04 19:25:11,919][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-05-04 19:25:12,197][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-05-04 19:25:12,226][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-05-04 19:25:12,319][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-05-04 19:25:12,323][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-05-04 19:25:12,325][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-05-04 19:25:12,571][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-05-04 19:25:13,286][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-05-04 19:25:13,549][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-05-04 19:25:14,705][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 3569 ms
+[2015-05-04 19:25:14,760][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-05-04 19:25:14,765][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 19:25:14 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 19:25:14,766][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-05-04 19:27:09,622][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-05-04 19:27:09,717][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Mon May 04 19:27:09 CST 2015]; root of context hierarchy
+[2015-05-04 19:27:09,768][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-05-04 19:27:10,408][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-05-04 19:27:10,771][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-05-04 19:27:10,817][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-05-04 19:27:10,942][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-05-04 19:27:10,946][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-05-04 19:27:10,948][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-05-04 19:27:11,238][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-05-04 19:27:11,931][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-05-04 19:27:12,153][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-05-04 19:27:13,342][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 3720 ms
+[2015-05-04 19:27:13,395][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-05-04 19:27:13,397][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 19:27:13 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 19:27:13,398][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-05-04 19:27:47,095][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-05-04 19:27:47,192][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Mon May 04 19:27:47 CST 2015]; root of context hierarchy
+[2015-05-04 19:27:47,240][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-05-04 19:27:47,854][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-05-04 19:27:48,148][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-05-04 19:27:48,176][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-05-04 19:27:48,283][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-05-04 19:27:48,286][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-05-04 19:27:48,288][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-05-04 19:27:48,593][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-05-04 19:27:49,305][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-05-04 19:27:49,515][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-05-04 19:27:50,661][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 3566 ms
+[2015-05-04 19:27:50,718][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-05-04 19:27:50,720][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 19:27:50 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 19:27:50,721][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-05-04 19:27:51,107][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-05-04 19:27:51,108][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-05-04 19:27:51,108][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-05-04 19:27:51,108][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-05-04 19:27:51,108][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-05-04 19:27:51,734][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 19:27:50 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 19:27:51,797][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 19:27:50 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 19:27:51,857][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-05-04 19:27:51,909][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-05-04 19:27:51,916][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-05-04 19:27:51,921][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-05-04 19:27:51,959][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 1241 ms
+[2015-05-04 19:28:19,150][ContextLoader       ] INFO  Root WebApplicationContext: initialization started
+[2015-05-04 19:28:19,247][XmlWebApplicationContext] INFO  Refreshing Root WebApplicationContext: startup date [Mon May 04 19:28:19 CST 2015]; root of context hierarchy
+[2015-05-04 19:28:19,297][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext.xml]
+[2015-05-04 19:28:19,925][PropertySourcesPlaceholderConfigurer] INFO  Loading properties file from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/application.properties]
+[2015-05-04 19:28:20,217][LocalContainerEntityManagerFactoryBean] INFO  Building JPA container EntityManagerFactory for persistence unit 'persistence_unit_1'
+[2015-05-04 19:28:20,247][LogHelper           ] INFO  HHH000204: Processing PersistenceUnitInfo [
+	name: persistence_unit_1
+	...]
+[2015-05-04 19:28:20,340][Version             ] INFO  HHH000412: Hibernate Core {4.3.7.Final}
+[2015-05-04 19:28:20,342][Environment         ] INFO  HHH000206: hibernate.properties not found
+[2015-05-04 19:28:20,345][Environment         ] INFO  HHH000021: Bytecode provider name : javassist
+[2015-05-04 19:28:20,644][Version             ] INFO  HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
+[2015-05-04 19:28:21,440][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-05-04 19:28:21,657][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory
+[2015-05-04 19:28:22,815][ContextLoader       ] INFO  Root WebApplicationContext: initialization completed in 3665 ms
+[2015-05-04 19:28:22,863][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization started
+[2015-05-04 19:28:22,865][XmlWebApplicationContext] INFO  Refreshing WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 19:28:22 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 19:28:22,866][XmlBeanDefinitionReader] INFO  Loading XML bean definitions from URL [file:/E:/projects/xtframe/dev/code/xtframe/modules/xtframe-admin/target/classes/spring/spring-mvc.xml]
+[2015-05-04 19:28:23,108][RequestMappingHandlerMapping] INFO  Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.LoginCtl.login()
+[2015-05-04 19:28:23,109][RequestMappingHandlerMapping] INFO  Mapped "{[/todo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.todo(org.springframework.ui.Model)
+[2015-05-04 19:28:23,110][RequestMappingHandlerMapping] INFO  Mapped "{[/portal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.portal(org.springframework.ui.Model)
+[2015-05-04 19:28:23,110][RequestMappingHandlerMapping] INFO  Mapped "{[/changePwd],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.changePwd()
+[2015-05-04 19:28:23,110][RequestMappingHandlerMapping] INFO  Mapped "{[/main],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.xtframe.admin.system.ctl.MainCtl.main(org.springframework.ui.Model)
+[2015-05-04 19:28:23,432][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 19:28:22 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 19:28:23,480][RequestMappingHandlerAdapter] INFO  Looking for @ControllerAdvice: WebApplicationContext for namespace 'springServlet-servlet': startup date [Mon May 04 19:28:22 CST 2015]; parent: Root WebApplicationContext
+[2015-05-04 19:28:23,538][SimpleUrlHandlerMapping] INFO  Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
+[2015-05-04 19:28:23,547][SimpleUrlHandlerMapping] INFO  Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
+[2015-05-04 19:28:23,549][SimpleUrlHandlerMapping] INFO  Mapped URL path [/static/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
+[2015-05-04 19:28:23,554][SimpleUrlHandlerMapping] INFO  Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
+[2015-05-04 19:28:23,585][DispatcherServlet   ] INFO  FrameworkServlet 'springServlet': initialization completed in 722 ms
+[2015-05-04 19:28:50,745][Dialect             ] INFO  HHH000400: Using dialect: com.xtframe.sec.common.MyOracleDialect
+[2015-05-04 19:28:50,746][LobCreatorBuilder   ] INFO  HHH000422: Disabling contextual LOB creation as connection was null
+[2015-05-04 19:28:50,758][TransactionFactoryInitiator] INFO  HHH000399: Using default transaction strategy (direct JDBC transactions)
+[2015-05-04 19:28:50,759][ASTQueryTranslatorFactory] INFO  HHH000397: Using ASTQueryTranslatorFactory

+ 449 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/logs/app_warn.log

@@ -0,0 +1,449 @@
+[2015-04-21 17:24:01,182][JdbcServicesImpl    ] WARN  HHH000342: Could not obtain connection to query metadata : Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
+[2015-04-21 17:24:01,858][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-21 17:24:04,400][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-21 17:24:04,531][SqlExceptionHelper  ] WARN  SQL Error: 0, SQLState: null
+[2015-04-21 17:24:04,536][XmlWebApplicationContext] WARN  Exception encountered during context initialization - cancelling refresh attempt
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webContext': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webContext': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 25 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webContext': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175)
+	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1514)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:313)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 35 more
+Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1763)
+	at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1677)
+	at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:458)
+	at org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:67)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
+	at java.lang.reflect.Method.invoke(Unknown Source)
+	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:362)
+	at com.sun.proxy.$Proxy44.getResultList(Unknown Source)
+	at com.xtframe.sec.support.QueryServiceImpl.findAll(QueryServiceImpl.java:36)
+	at com.xtframe.web.support.XtWebConfiguration.initSystemParam(XtWebConfiguration.java:110)
+	at com.xtframe.web.support.XtWebConfiguration.init(XtWebConfiguration.java:89)
+	at com.xtframe.web.support.XtWebConfiguration.buildFrameContext(XtWebConfiguration.java:67)
+	at com.xtframe.web.support.XtWebContextFactoryBean.getObject(XtWebContextFactoryBean.java:29)
+	at com.xtframe.web.support.XtWebContextFactoryBean.getObject(XtWebContextFactoryBean.java:1)
+	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
+	... 58 more
+Caused by: org.hibernate.exception.GenericJDBCException: Could not open connection
+	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:54)
+	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:126)
+	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:112)
+	at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:235)
+	at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.getConnection(LogicalConnectionImpl.java:171)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:63)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:162)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:186)
+	at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:160)
+	at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1885)
+	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862)
+	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839)
+	at org.hibernate.loader.Loader.doQuery(Loader.java:910)
+	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355)
+	at org.hibernate.loader.Loader.doList(Loader.java:2554)
+	at org.hibernate.loader.Loader.doList(Loader.java:2540)
+	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370)
+	at org.hibernate.loader.Loader.list(Loader.java:2365)
+	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497)
+	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387)
+	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236)
+	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264)
+	at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103)
+	at org.hibernate.jpa.internal.QueryImpl.list(QueryImpl.java:573)
+	at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:449)
+	... 72 more
+Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
+	at org.apache.commons.dbcp.BasicDataSource.createConnectionFactory(BasicDataSource.java:1429)
+	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1371)
+	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
+	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:139)
+	at org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:380)
+	at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:228)
+	... 93 more
+Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
+	at java.net.URLClassLoader$1.run(Unknown Source)
+	at java.net.URLClassLoader$1.run(Unknown Source)
+	at java.security.AccessController.doPrivileged(Native Method)
+	at java.net.URLClassLoader.findClass(Unknown Source)
+	at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:392)
+	at runjettyrun.ProjectClassLoader.loadClass(ProjectClassLoader.java:89)
+	at org.apache.commons.dbcp.BasicDataSource.createConnectionFactory(BasicDataSource.java:1420)
+	... 98 more
+[2015-04-21 17:29:35,455][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-21 17:29:37,895][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-21 17:29:38,347][XmlWebApplicationContext] WARN  Exception encountered during context initialization - cancelling refresh attempt
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 25 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:552)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 35 more
+[2015-04-21 17:41:59,884][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-21 17:42:02,212][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-21 17:42:02,645][XmlWebApplicationContext] WARN  Exception encountered during context initialization - cancelling refresh attempt
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
+	at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:232)
+	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:615)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:465)
+	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
+	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
+	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
+	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: Cannot resolve reference to bean 'customRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1471)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1216)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 25 more
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customRealm' defined in file [E:\projects\xtframe\dev\code\xtframe\modules\xtframe-admin\target\classes\spring\applicationContext-shiro.xml]: No matching factory method found: factory bean 'securityContext'; factory method 'getRealm(HashedCredentialsMatcher)'. Check that a method with the specified name and arguments exists and that it is non-static.
+	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:552)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1113)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1008)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
+	... 35 more
+[2015-04-22 08:47:43,419][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 08:47:46,010][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 08:49:04,520][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 08:49:06,815][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 09:18:52,417][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 09:18:58,367][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 09:22:15,255][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 09:22:21,253][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 13:49:31,320][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 13:49:34,456][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:26:51,127][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:26:53,489][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:30:04,980][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:30:07,339][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:30:45,396][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:30:47,669][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:32:01,584][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:32:03,848][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:37:26,373][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:37:28,665][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:38:46,724][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:38:49,071][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:52:26,928][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:52:29,215][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:56:21,141][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:56:22,593][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:56:40,123][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:56:41,512][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:58:15,122][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:58:16,683][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 14:59:39,655][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 14:59:41,170][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 15:08:50,504][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 15:08:52,176][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-04-22 15:11:06,997][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-04-22 15:11:09,385][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 09:19:49,035][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-05-04 09:19:50,237][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:21:28,328][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-05-04 19:21:29,706][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:21:29,768][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 74.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:21:29,769][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 88.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:21:29,769][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 98.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:21:59,776][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-05-04 19:22:00,688][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:22:00,752][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 74.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:22:00,752][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 88.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:22:00,753][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 98.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:22:31,130][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-05-04 19:22:32,054][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:22:32,149][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 74.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:22:32,149][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 88.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:22:32,149][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 98.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:22:32,532][XmlWebApplicationContext] WARN  Exception encountered during context initialization - cancelling refresh attempt
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.xtframe.core.support.SecurityMgr com.xtframe.admin.system.ctl.LoginCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.xtframe.core.support.SecurityMgr com.xtframe.admin.system.ctl.LoginCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:25:13,660][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-05-04 19:25:14,462][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 74.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:25:14,464][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 88.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:25:14,464][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 98.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:25:14,619][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:25:14,925][XmlWebApplicationContext] WARN  Exception encountered during context initialization - cancelling refresh attempt
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mainCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:27:12,265][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-05-04 19:27:13,227][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 74.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:27:13,227][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 88.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:27:13,228][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 98.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:27:13,297][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:27:13,568][XmlWebApplicationContext] WARN  Exception encountered during context initialization - cancelling refresh attempt
+org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mainCtl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
+	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
+	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
+	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
+	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
+	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
+	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
+	at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:663)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:629)
+	at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:677)
+	at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:548)
+	at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:489)
+	at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
+	at javax.servlet.GenericServlet.init(GenericServlet.java:241)
+	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
+	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736)
+	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
+	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
+	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
+	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
+	at org.mortbay.jetty.Server.doStart(Server.java:224)
+	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
+	at runjettyrun.Bootstrap.main(Bootstrap.java:97)
+Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected com.xtframe.core.support.SecurityMgr com.xtframe.admin.common.BaseWebCtl.securityMgr; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:555)
+	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
+	... 30 more
+Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.xtframe.core.support.SecurityMgr] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
+	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
+	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:527)
+	... 32 more
+[2015-05-04 19:27:49,624][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-05-04 19:27:50,475][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:27:50,647][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 74.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:27:50,647][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 88.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:27:50,648][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 98.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:28:21,771][UUIDHexGenerator    ] WARN  HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
+[2015-05-04 19:28:22,634][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 110.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:28:22,794][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 74.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:28:22,794][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 88.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
+[2015-05-04 19:28:22,795][HqlSqlWalker        ] WARN  [DEPRECATION] Encountered positional parameter near line 1, column 98.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.

+ 49 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/My97DatePicker.htm

@@ -0,0 +1,49 @@
+<html>
+<head>
+<meta http-equiv="content-type" content="text/xml; charset=utf-8" />
+<title>My97DatePicker</title>
+<script type="text/javascript" src="config.js"></script>
+<script>
+if(parent==window)
+	location.href = 'http://www.my97.net/';
+var $d, $dp, $pdp = parent.$dp, $dt, $tdt, $sdt, $IE=$pdp.ie, $FF = $pdp.ff,$OPERA=$pdp.opera, $ny, $cMark = false;
+if ($pdp.eCont) {
+	$dp = {};
+	for (var p in $pdp) {
+		$dp[p] = $pdp[p];
+	}
+}
+else
+	$dp = $pdp;
+	
+$dp.getLangIndex = function(name){
+	var arr = langList;
+	for (var i = 0; i < arr.length; i++) {
+		if (arr[i].name == name) {
+			return i;
+		}
+	}
+	return -1;
+}
+
+$dp.getLang = function(name){
+	var index = $dp.getLangIndex(name);
+	if (index == -1) {
+		index = 0;
+	}
+	return langList[index];
+}
+ 
+$dp.realLang = $dp.getLang($dp.lang);
+document.write("<script src='lang/" + $dp.realLang.name + ".js' charset='" + $dp.realLang.charset + "'><\/script>");
+
+for (var i = 0; i < skinList.length; i++) {
+    document.write('<link rel="stylesheet" type="text/css" href="skin/' + skinList[i].name + '/datepicker.css" title="' + skinList[i].name + '" charset="' + skinList[i].charset + '" disabled="true"/>');
+}
+</script>
+<script type="text/javascript" src="calendar.js"></script>
+</head>
+<body leftmargin="0" topmargin="0" onload="$c.autoSize()">
+</body>
+</html>
+<script>new My97DP();</script>

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 47 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/WdatePicker.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/calendar.js


+ 12 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/config.js

@@ -0,0 +1,12 @@
+var langList = 
+[
+	{name:'en',	charset:'UTF-8'},
+	{name:'zh-cn',	charset:'gb2312'},
+	{name:'zh-tw',	charset:'GBK'}
+];
+
+var skinList = 
+[
+	{name:'default',	charset:'gb2312'},
+	{name:'whyGreen',	charset:'gb2312'}
+];

+ 14 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/lang/en.js

@@ -0,0 +1,14 @@
+var $lang={
+errAlertMsg: "Invalid date or the date out of range,redo or not?",
+aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
+aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
+aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
+aLongMonStr: ["January","February","March","April","May","June","July","August","September","October","November","December"],
+clearStr: "Clear",
+todayStr: "Today",
+okStr: "OK",
+updateStr: "OK",
+timeStr: "Time",
+quickStr: "Quick Selection",
+err_1: 'MinDate Cannot be bigger than MaxDate!'
+}

+ 14 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/lang/zh-cn.js

@@ -0,0 +1,14 @@
+var $lang={
+errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u8303\u56F4,\u9700\u8981\u64A4\u9500\u5417?",
+aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],
+aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"],
+aMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00","\u5341\u4E8C"],
+aLongMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"],
+clearStr: "\u6E05\u7A7A",
+todayStr: "\u4ECA\u5929",
+okStr: "\u786E\u5B9A",
+updateStr: "\u786E\u5B9A",
+timeStr: "\u65F6\u95F4",
+quickStr: "\u5FEB\u901F\u9009\u62E9", 
+err_1: '\u6700\u5C0F\u65E5\u671F\u4E0D\u80FD\u5927\u4E8E\u6700\u5927\u65E5\u671F!'
+}

+ 14 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/lang/zh-tw.js

@@ -0,0 +1,14 @@
+var $lang={
+errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u7BC4\u570D,\u9700\u8981\u64A4\u92B7\u55CE?",
+aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],
+aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"],
+aMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00","\u5341\u4E8C"],
+aLongMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"],
+clearStr: "\u6E05\u7A7A",
+todayStr: "\u4ECA\u5929",
+okStr: "\u78BA\u5B9A",
+updateStr: "\u78BA\u5B9A",
+timeStr: "\u6642\u9593",
+quickStr: "\u5FEB\u901F\u9078\u64C7",
+err_1: '\u6700\u5C0F\u65E5\u671F\u4E0D\u80FD\u5927\u65BC\u6700\u5927\u65E5\u671F!'
+}

+ 20 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/WdatePicker.css

@@ -0,0 +1,20 @@
+.Wdate_s{
+	border:#999 1px solid;
+	height:20px;
+	background:#fff url(datePicker.gif) no-repeat right;
+	width: 34%;
+}
+.Wdate{
+	border:#999 1px solid;
+	height:20px;
+	background:#fff url(datePicker.gif) no-repeat right;
+	background-image : url(datePicker.gif);
+	background-repeat : no-repeat;
+	background-position : right;
+	width: 80%;
+}
+
+.WdateFmtErr{
+	font-weight:bold;
+	color:red;
+}

+ 297 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/blueFresh/datepicker.css

@@ -0,0 +1,297 @@
+/* 
+ * My97 DatePicker 4.7
+ * 皮肤名称:blueFresh
+ */
+
+/* 日期选择容器 DIV */
+.WdateDiv{
+	width:180px;
+	background-color:#EAF3FB;
+	border:#bbb 1px solid;
+	padding:1px;
+	font-family:Tahoma,Verdana;
+}
+/* 双月日历的宽度 */
+.WdateDiv2{
+	width:360px;
+}
+.WdateDiv *{font-size:12px;}
+
+/****************************
+ * 导航图标 全部是A标签
+ ***************************/
+.WdateDiv .NavImg a{
+	display:block;
+	cursor:pointer;
+	height:16px;
+	width:16px;
+}
+
+.WdateDiv .NavImgll a{
+	float:left;
+	background:transparent url(img.gif) no-repeat scroll 0 0;
+}
+.WdateDiv .NavImgl a{
+	float:left;
+	background:transparent url(img.gif) no-repeat scroll -16px 0;
+}
+.WdateDiv .NavImgr a{
+	float:right;
+	background:transparent url(img.gif) no-repeat scroll -32px 0;
+}
+.WdateDiv .NavImgrr a{
+	float:right;
+	background:transparent url(img.gif) no-repeat scroll -48px 0;
+}
+
+/****************************
+ * 年份月份相关
+ ***************************/
+/* 年份月份栏 DIV */
+.WdateDiv #dpTitle{
+	height:24px;
+	margin-bottom:2px;
+	padding:1px;
+}
+/* 年份月份输入框 INPUT */
+.WdateDiv .yminput{
+	margin-top:2px;
+	text-align:center;
+	border:0px;
+	height:20px;
+	width:48px;
+	cursor:pointer;		
+	background-color:#EAF3FB;
+}
+/* 年份月份输入框获得焦点时的样式 INPUT */
+.WdateDiv .yminputfocus{
+	margin-top:2px;
+	text-align:center;
+	font-weight:bold;
+	color:blue;
+	border:#ccc 1px solid;
+	height:20px;
+	width:50px;
+}
+/* 菜单选择框 DIV */
+.WdateDiv .menuSel{
+	z-index:1;
+	position:absolute;
+	background-color:#FFFFFF;	
+	border:#666 1px solid;
+	display:none;
+}
+
+.WdateDiv .menuSel td{
+	font-size:12px;
+}
+
+/* 菜单的样式 TD */
+.WdateDiv .menu{
+	cursor:pointer;
+	background-color:#fff;
+	font-size:12px;
+	color:#427CA8;
+}
+/* 菜单的mouseover样式 TD */
+.WdateDiv .menuOn{
+	cursor:pointer;
+	font-size:12px;
+	background-color:#D32C0E;
+	color:#fff;
+}
+/* 菜单无效时的样式 TD */
+.WdateDiv .invalidMenu{
+	color:#aaa;
+}
+
+/* 年选择框的偏移 DIV */
+.WdateDiv .YMenu{
+	margin-top:20px;
+}
+
+/* 月选择框的偏移 DIV */
+.WdateDiv .MMenu{
+	margin-top:20px;
+	*width:62px;
+}
+/* 时选择框的位置 DIV */
+.WdateDiv .hhMenu{
+	margin-top:-87px; 
+	margin-left:26px;
+}
+/* 分选择框的位置 DIV */
+.WdateDiv .mmMenu{
+	margin-top:-45px; 
+	margin-left:26px;
+}
+/* 秒选择框的位置 DIV */
+.WdateDiv .ssMenu{
+	margin-top:-23px; 
+	margin-left:26px;
+}
+
+/****************************
+ * 周相关
+ ***************************/
+ .WdateDiv .Wweek {
+ 	text-align:center;
+	background:#DAF3F5;
+	border-right:#BDEBEE 1px solid;
+ }
+/****************************
+ * 星期,日期相关
+ ***************************/
+/* 星期栏 TR */
+.WdateDiv .MTitle{
+	background-color:#333333;
+	color:#fff;
+}
+.WdateDiv .WdayTable2{
+	border-collapse:collapse;
+	border:#c5d9e8 1px solid;
+}
+.WdateDiv .WdayTable2 table{
+	border:0;
+}
+/* 日期栏表格 TABLE */
+.WdateDiv .WdayTable{
+	line-height:20px;
+	border:#c5d9e8 1px solid;
+	background:#fff;
+	border-collapse:collapse;
+}
+.WdateDiv .WdayTable td{
+	text-align:center;
+}
+/* 日期格的样式 TD */
+.WdateDiv .Wday{
+	cursor:pointer;
+	background:#B6E0FA;
+	border:1px solid #fcfcfc;
+}
+/* 日期格的mouseover样式 TD */
+.WdateDiv .WdayOn{
+	cursor:pointer;
+	background-color:#fff;
+	color:#FF6600;
+}
+/* 周末日期格的样式 TD */
+.WdateDiv .Wwday{
+	cursor:pointer;
+	color:#D32C0E;
+}
+/* 周末日期格的mouseover样式 TD */
+.WdateDiv .WwdayOn{
+	cursor:pointer;
+	color:#FF6600;
+	background-color:#fff;
+}
+.WdateDiv .Wtoday{
+	cursor:pointer;
+	color:#fff;
+	background:#FF6600; 
+}
+.WdateDiv .Wselday{
+	background-color:#FF6666;
+	color:#fff;
+}
+.WdateDiv .WspecialDay{
+	background-color:#66F4DF;
+}
+/* 其他月份的日期 */
+.WdateDiv .WotherDay{ 
+	cursor:pointer;
+	color:#555555;
+	background:#E3F1FB; 
+}
+/* 其他月份的日期mouseover样式 */
+.WdateDiv .WotherDayOn{ 
+	cursor:pointer;
+	background-color:#fff;	
+}
+/* 无效日期的样式,即在日期范围以外日期格的样式,不能选择的日期 */
+.WdateDiv .WinvalidDay{
+	background:#ECF1F4; 
+	color:#888;
+}
+
+/****************************
+ * 时间相关
+ ***************************/
+/* 时间栏 DIV */
+.WdateDiv #dpTime{
+	float:left;
+	margin-top:3px;
+	margin-right:30px;
+}
+.WdateDiv #dpTime table{
+border-collapse:collapse;
+}
+.WdateDiv #dpTime td{
+text-align:center;}
+
+/* 时间文字 SPAN */
+.WdateDiv #dpTime #dpTimeStr{
+	margin-left:1px;
+}
+/* 时间输入框 INPUT */
+.WdateDiv #dpTime input{
+	height:18px;
+	width:18px;
+	text-align:center;
+	border:#ccc 1px solid;	
+}
+/* 时间 时 INPUT */
+.WdateDiv #dpTime .tB{
+	border-right:0px;
+}
+/* 时间 分和间隔符 ':' INPUT */
+.WdateDiv #dpTime .tE{
+	border-left:0;
+	border-right:0;
+}
+/* 时间 秒 INPUT */
+.WdateDiv #dpTime .tm{
+	width:7px;
+	border-left:0;
+	border-right:0;
+}
+/* 时间右边的向上按钮 BUTTON */
+.WdateDiv #dpTime #dpTimeUp{
+	height:10px;
+	width:13px;
+	border:0px;
+	background:url(img.gif) no-repeat -32px -16px;
+}
+/* 时间右边的向下按钮 BUTTON */
+.WdateDiv #dpTime #dpTimeDown{
+	height:10px;
+	width:13px;
+	border:0px;
+  background:url(img.gif) no-repeat -48px -16px;
+}
+/****************************
+ * 其他
+ ***************************/
+ .WdateDiv #dpQS {
+ 	float:left;
+	margin-right:3px;
+	margin-top:3px;
+	background:url(img.gif) no-repeat 0px -16px;
+	width:20px;
+	height:20px;
+	cursor:pointer;
+ }
+.WdateDiv #dpControl {
+	text-align:right;
+	margin-top:3px;
+	padding-bottom:1px; 
+}
+.WdateDiv .dpButton{ 
+	height:20px;
+	width:45px;
+	border:#ccc 1px solid;
+	margin-top:2px;
+	margin-right:1px;
+}

BIN
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/blueFresh/img.gif


BIN
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/datePicker.gif


+ 246 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/default/datepicker.css

@@ -0,0 +1,246 @@
+/* 
+ * My97 DatePicker 4.7
+ */
+
+.WdateDiv{
+	width:180px;
+	background-color:#FFFFFF;
+	border:#bbb 1px solid;
+	padding:2px;
+}
+
+.WdateDiv2{
+	width:360px;
+}
+.WdateDiv *{font-size:9pt;}
+
+.WdateDiv .NavImg a{
+	display:block;
+	cursor:pointer;
+	height:16px;
+	width:16px;
+}
+
+.WdateDiv .NavImgll a{
+	float:left;
+	background:transparent url(img.gif) no-repeat scroll 0 0;
+}
+.WdateDiv .NavImgl a{
+	float:left;
+	background:transparent url(img.gif) no-repeat scroll -16px 0;
+}
+.WdateDiv .NavImgr a{
+	float:right;
+	background:transparent url(img.gif) no-repeat scroll -32px 0;
+}
+.WdateDiv .NavImgrr a{
+	float:right;
+	background:transparent url(img.gif) no-repeat scroll -48px 0;
+}
+
+.WdateDiv #dpTitle{
+	height:24px;
+	margin-bottom:2px;
+	padding:1px;
+}
+
+.WdateDiv .yminput{
+	margin-top:2px;
+	text-align:center;
+	height:20px;
+	border:0px;
+	width:50px;
+	cursor:pointer;		
+}
+
+.WdateDiv .yminputfocus{
+	margin-top:2px;
+	text-align:center;
+	font-weight:bold;
+	height:20px;
+	color:blue;
+	border:#ccc 1px solid;
+	width:50px;
+}
+
+.WdateDiv .menuSel{
+	z-index:1;
+	position:absolute;
+	background-color:#FFFFFF;	
+	border:#ccc 1px solid;
+	display:none;
+}
+
+.WdateDiv .menu{
+	cursor:pointer;
+	background-color:#fff;
+}
+
+.WdateDiv .menuOn{
+	cursor:pointer;
+	background-color:#BEEBEE;
+}
+
+.WdateDiv .invalidMenu{
+	color:#aaa;
+}
+
+.WdateDiv .YMenu{
+	margin-top:20px;
+	
+}
+
+.WdateDiv .MMenu{
+	margin-top:20px;
+	*width:62px;
+}
+
+.WdateDiv .hhMenu{
+	margin-top:-90px; 
+	margin-left:26px;
+}
+
+.WdateDiv .mmMenu{
+	margin-top:-46px; 
+	margin-left:26px;
+}
+
+.WdateDiv .ssMenu{
+	margin-top:-24px; 
+	margin-left:26px;
+}
+
+ .WdateDiv .Wweek {
+ 	text-align:center;
+	background:#DAF3F5;
+	border-right:#BDEBEE 1px solid;
+ }
+
+.WdateDiv .MTitle{
+	background-color:#BDEBEE;
+}
+.WdateDiv .WdayTable2{
+	border-collapse:collapse;
+	border:#c5d9e8 1px solid;
+}
+.WdateDiv .WdayTable2 table{
+	border:0;
+}
+
+.WdateDiv .WdayTable{
+	line-height:20px;
+	border:#c5d9e8 1px solid;
+}
+.WdateDiv .WdayTable td{
+	text-align:center;
+}
+
+.WdateDiv .Wday{
+	cursor:pointer;
+}
+
+.WdateDiv .WdayOn{
+	cursor:pointer;
+	background-color:#C0EBEF;
+}
+
+.WdateDiv .Wwday{
+	cursor:pointer;
+	color:#FF2F2F;
+}
+
+.WdateDiv .WwdayOn{
+	cursor:pointer;
+	color:#000;
+	background-color:#C0EBEF;
+}
+.WdateDiv .Wtoday{
+	cursor:pointer;
+	color:blue;
+}
+.WdateDiv .Wselday{
+	background-color:#A9E4E9;
+}
+.WdateDiv .WspecialDay{
+	background-color:#66F4DF;
+}
+
+.WdateDiv .WotherDay{ 
+	cursor:pointer;
+	color:#6A6AFF;	
+}
+
+.WdateDiv .WotherDayOn{ 
+	cursor:pointer;
+	background-color:#C0EBEF;	
+}
+
+.WdateDiv .WinvalidDay{
+	color:#aaa;
+}
+
+.WdateDiv #dpTime{
+	float:left;
+	margin-top:3px;
+	margin-right:30px;
+}
+
+.WdateDiv #dpTime #dpTimeStr{
+	margin-left:1px;
+}
+
+.WdateDiv #dpTime input{
+	width:18px;
+	height:20px;
+	text-align:center;
+	border:#ccc 1px solid;	
+}
+
+.WdateDiv #dpTime .tB{
+	border-right:0px;
+}
+
+.WdateDiv #dpTime .tE{
+	border-left:0;
+	border-right:0;
+}
+
+.WdateDiv #dpTime .tm{
+	width:7px;
+	border-left:0;
+	border-right:0;
+}
+
+.WdateDiv #dpTime #dpTimeUp{
+	height:10px;
+	width:13px;
+	border:0px;
+	background:url(img.gif) no-repeat -32px -16px;
+}
+
+.WdateDiv #dpTime #dpTimeDown{
+	height:10px;
+	width:13px;
+	border:0px;
+    background:url(img.gif) no-repeat -48px -16px;
+}
+
+ .WdateDiv #dpQS {
+ 	float:left;
+	margin-right:3px;
+	margin-top:3px;
+	background:url(img.gif) no-repeat 0px -16px;
+	width:20px;
+	height:20px;
+	cursor:pointer;
+ }
+.WdateDiv #dpControl {
+	text-align:right;	
+}
+.WdateDiv .dpButton{ 
+	height:20px;
+	width:45px;
+	border:#ccc 1px solid;
+	margin-top:2px;
+	margin-right:1px;
+}

BIN
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/default/img.gif


BIN
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/whyGreen/bg.jpg


+ 256 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/whyGreen/datepicker.css

@@ -0,0 +1,256 @@
+/* 
+ * My97 DatePicker 4.7 Skin:whyGreen
+ */ 
+.WdateDiv{
+	width:180px;
+	background-color:#fff;
+	border:#C5E1E4 1px solid;
+	padding:2px;
+}
+
+.WdateDiv2{
+	width:360px;
+}
+.WdateDiv *{font-size:9pt;}
+
+.WdateDiv .NavImg a{
+	cursor:pointer;
+	display:block;
+	width:16px;
+	height:16px;
+	margin-top:1px;
+}
+
+.WdateDiv .NavImgll a{
+	float:left;
+	background:url(img.gif) no-repeat;
+}
+.WdateDiv .NavImgl a{
+	float:left;
+	background:url(img.gif) no-repeat -16px 0px;
+}
+.WdateDiv .NavImgr a{
+	float:right;
+	background:url(img.gif) no-repeat -32px 0px;
+}
+.WdateDiv .NavImgrr a{
+	float:right;
+	background:url(img.gif) no-repeat -48px 0px;
+}
+
+.WdateDiv #dpTitle{
+	height:24px;
+	padding:1px;
+	border:#c5d9e8 1px solid;
+	background:url(bg.jpg);
+	margin-bottom:2px;
+}
+
+.WdateDiv .yminput{
+	margin-top:2px;
+	text-align:center;
+	border:0px;
+	height:20px;
+	width:50px;
+	color:#034c50;
+	background-color:transparent;
+	cursor:pointer;
+}
+
+.WdateDiv .yminputfocus{
+	margin-top:2px;
+	text-align:center;
+	border:#939393 1px solid;
+	font-weight:bold;
+	color:#034c50;	
+	height:20px;
+	width:50px;
+}
+
+.WdateDiv .menuSel{
+	z-index:1;
+	position:absolute;
+	background-color:#FFFFFF;
+	border:#A3C6C8 1px solid;
+	display:none;
+}
+
+.WdateDiv .menu{
+	cursor:pointer;
+	background-color:#fff;
+	color:#11777C;
+}
+
+.WdateDiv .menuOn{
+	cursor:pointer;
+	background-color:#BEEBEE;
+}
+
+.WdateDiv .invalidMenu{
+	color:#aaa;
+}
+
+.WdateDiv .YMenu{
+	margin-top:20px;
+}
+
+.WdateDiv .MMenu{
+	margin-top:20px;
+	*width:62px;
+}
+
+.WdateDiv .hhMenu{
+	margin-top:-90px; 
+	margin-left:26px;
+}
+
+.WdateDiv .mmMenu{
+	margin-top:-46px; 
+	margin-left:26px;
+}
+
+.WdateDiv .ssMenu{
+	margin-top:-24px; 
+	margin-left:26px;
+}
+
+ .WdateDiv .Wweek {
+ 	text-align:center;
+	background:#DAF3F5;
+	border-right:#BDEBEE 1px solid;
+ }
+
+.WdateDiv .MTitle{
+	color:#13777e;
+	background-color:#bdebee;
+}
+.WdateDiv .WdayTable2{
+	border-collapse:collapse;
+	border:#BEE9F0 1px solid;
+}
+.WdateDiv .WdayTable2 table{
+	border:0;
+}
+
+.WdateDiv .WdayTable{
+	line-height:20px;	
+	color:#13777e;
+	background-color:#edfbfb;
+	border:#BEE9F0 1px solid;
+}
+.WdateDiv .WdayTable td{
+	text-align:center;
+}
+
+.WdateDiv .Wday{
+	cursor:pointer;
+}
+
+.WdateDiv .WdayOn{
+	cursor:pointer;
+	background-color:#74d2d9 ;
+}
+
+.WdateDiv .Wwday{
+	cursor:pointer;
+	color:#ab1e1e;
+}
+
+.WdateDiv .WwdayOn{
+	cursor:pointer;
+	background-color:#74d2d9;
+}
+.WdateDiv .Wtoday{
+	cursor:pointer;
+	color:blue;
+}
+.WdateDiv .Wselday{
+	background-color:#A7E2E7;
+}
+.WdateDiv .WspecialDay{
+	background-color:#66F4DF;
+}
+
+.WdateDiv .WotherDay{ 
+	cursor:pointer;
+	color:#0099CC;	
+}
+
+.WdateDiv .WotherDayOn{ 
+	cursor:pointer;
+	background-color:#C0EBEF;	
+}
+
+.WdateDiv .WinvalidDay{
+	color:#aaa;
+}
+
+.WdateDiv #dpTime{
+	float:left;
+	margin-top:3px;
+	margin-right:30px;
+}
+
+.WdateDiv #dpTime #dpTimeStr{
+	margin-left:1px;
+	color:#497F7F;
+}
+
+.WdateDiv #dpTime input{
+	height:20px;
+	width:18px;
+	text-align:center;
+	color:#333;
+	border:#61CAD0 1px solid;	
+}
+
+.WdateDiv #dpTime .tB{
+	border-right:0px;
+}
+
+.WdateDiv #dpTime .tE{
+	border-left:0;
+	border-right:0;
+}
+
+.WdateDiv #dpTime .tm{
+	width:7px;
+	border-left:0;
+	border-right:0;
+}
+
+.WdateDiv #dpTime #dpTimeUp{
+	height:10px;
+	width:13px;
+	border:0px;
+	background:url(img.gif) no-repeat -32px -16px;
+}
+
+.WdateDiv #dpTime #dpTimeDown{
+	height:10px;
+	width:13px;
+	border:0px;
+	background:url(img.gif) no-repeat -48px -16px;
+}
+
+ .WdateDiv #dpQS {
+ 	float:left;
+	margin-right:3px;
+	margin-top:3px;
+	background:url(img.gif) no-repeat 0px -16px;
+	width:20px;
+	height:20px;
+	cursor:pointer;
+ }
+.WdateDiv #dpControl {
+	text-align:right;
+	margin-top:3px;
+}
+.WdateDiv .dpButton{ 
+	height:20px;
+	width:45px;
+	margin-top:2px;
+	border:#38B1B9 1px solid;
+	background-color:#CFEBEE;
+	color:#08575B;
+}

BIN
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/DatePicker/skin/whyGreen/img.gif


+ 612 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/CHANGES.md

@@ -0,0 +1,612 @@
+CKEditor 4 Changelog
+====================
+
+## CKEditor 4.4.3
+
+**Security Updates:**
+
+* Fixed XSS vulnerability in the Preview plugin reported by Mario Heiderich of [Cure53](https://cure53.de/).
+
+**An upgrade is highly recommended!**
+
+New Features:
+
+* [#12164](http://dev.ckeditor.com/ticket/12164): Added the "Justify" option to the "Horizontal Alignment" drop-down in the Table Cell Properties dialog window.
+
+Fixed Issues:
+
+* [#12110](http://dev.ckeditor.com/ticket/12110): Fixed: Editor crash after deleting a table. Thanks to [Alin Purcaru](https://github.com/mesmerizero)!
+* [#11897](http://dev.ckeditor.com/ticket/11897): Fixed: **Enter** key used in an empty list item creates a new line instead of breaking the list. Thanks to [noam-si](https://github.com/noam-si)!
+* [#12140](http://dev.ckeditor.com/ticket/12140): Fixed: Double-clicking linked widgets opens two dialog windows.
+* [#12132](http://dev.ckeditor.com/ticket/12132): Fixed: Image is inserted with `width` and `height` styles even when they are not allowed.
+* [#9317](http://dev.ckeditor.com/ticket/9317): [IE] Fixed: [`config.disableObjectResizing`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableObjectResizing) does not work on IE. **Note**: We were not able to fix this issue on IE11+ because necessary events stopped working. See a [last resort workaround](http://dev.ckeditor.com/ticket/9317#comment:16) and make sure to [support our complaint to Microsoft](https://connect.microsoft.com/IE/feedback/details/742593/please-respect-execcommand-enableobjectresizing-in-contenteditable-elements).
+* [#9638](http://dev.ckeditor.com/ticket/9638): Fixed: There should be no information about accessibility help available under the *Alt+0* keyboard shortcut if the [Accessibility Help](http://ckeditor.com/addon/a11yhelp) plugin is not available.
+* [#8117](http://dev.ckeditor.com/ticket/8117) and [#9186](http://dev.ckeditor.com/ticket/9186): Fixed: In HTML5 `<meta>` tags should be allowed everywhere, including inside the `<body>` element.
+* [#10422](http://dev.ckeditor.com/ticket/10422): Fixed: [`config.fillEmptyBlocks`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fillEmptyBlocks) not working properly if a function is specified.
+
+## CKEditor 4.4.2
+
+Important Notes:
+
+* The CKEditor testing environment is now publicly available. Read more about how to set up the environment and execute tests in the [CKEditor Testing Environment](http://docs.ckeditor.com/#!/guide/dev_tests) guide.
+	Please note that the [`tests/`](https://github.com/ckeditor/ckeditor-dev/tree/master/tests) directory which contains editor tests is not available in release packages. It can only be found in the development version of CKEditor on [GitHub](https://github.com/ckeditor/ckeditor-dev/).
+
+New Features:
+
+* [#11909](http://dev.ckeditor.com/ticket/11909): Introduced a parameter to prevent the [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData) method from recording undo snapshots.
+
+Fixed Issues:
+
+* [#11757](http://dev.ckeditor.com/ticket/11757): Fixed: Imperfections in the [Moono](http://ckeditor.com/addon/moono) skin. Thanks to [danyaPostfactum](https://github.com/danyaPostfactum)!
+* [#10091](http://dev.ckeditor.com/ticket/10091): Blockquote should be treated like an object by the styles system. Thanks to [dan-james-deeson](https://github.com/dan-james-deeson)!
+* [#11478](http://dev.ckeditor.com/ticket/11478): Fixed: Issue with passing jQuery objects to [adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) configuration.
+* [#10867](http://dev.ckeditor.com/ticket/10867): Fixed: Issue with setting encoded URI as image link.
+* [#11983](http://dev.ckeditor.com/ticket/11983): Fixed: Clicking a nested widget does not focus it. Additionally, performance of the [`widget.repository.getByElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-getByElement) method was improved.
+* [#12000](http://dev.ckeditor.com/ticket/12000): Fixed: Nested widgets should be initialized on [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData) and [`nestedEditable.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.nestedEditable-method-setData).
+* [#12022](http://dev.ckeditor.com/ticket/12022): Fixed: Outer widget's drag handler is not created at all if it has any nested widgets inside.
+* [#11960](http://dev.ckeditor.com/ticket/11960): [Blink/WebKit] Fixed: The caret should be scrolled into view on *Backspace* and *Delete* (covers only the merging blocks case).
+* [#11306](http://dev.ckeditor.com/ticket/11306): [OSX][Blink/WebKit] Fixed: No widget entries in the context menu on widget right-click.
+* [#11957](http://dev.ckeditor.com/ticket/11957): Fixed: Alignment labels in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window are not translated.
+* [#11980](http://dev.ckeditor.com/ticket/11980): [Blink/WebKit] Fixed: `<span>` elements created when joining adjacent elements (non-collapsed selection).
+* [#12009](http://dev.ckeditor.com/ticket/12009): [Nested widgets] Integration with the [Magic Line](http://ckeditor.com/addon/magicline) plugin.
+* [#11387](http://dev.ckeditor.com/ticket/11387): Fixed: `role="radiogroup"` should be applied only to radio inputs' container.
+* [#7975](http://dev.ckeditor.com/ticket/7975): [IE8] Fixed: Errors when trying to select an empty table cell.
+* [#11947](http://dev.ckeditor.com/ticket/11947): [Firefox+IE11] Fixed: *Shift+Enter* in lists produces two line breaks.
+* [#11972](http://dev.ckeditor.com/ticket/11972): Fixed: Feature detection in the [`element.setText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-setText) method should not trigger the layout engine.
+* [#7634](http://dev.ckeditor.com/ticket/7634): Fixed: The [Flash Dialog](http://ckeditor.com/addon/flash) plugin omits the `allowFullScreen` parameter in the editor data if set to `true`.
+* [#11910](http://dev.ckeditor.com/ticket/11910): Fixed: [Enhanced Image](http://ckeditor.com/addon/image2) does not take [`config.baseHref`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-baseHref) into account when updating image dimensions.
+* [#11753](http://dev.ckeditor.com/ticket/11753): Fixed: Wrong [`checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) method value after focusing or blurring a widget.
+* [#11830](http://dev.ckeditor.com/ticket/11830): Fixed: Impossible to pass some arguments to [CKBuilder](https://github.com/ckeditor/ckbuilder) when using the `/dev/builder/build.sh` script.
+* [#11945](http://dev.ckeditor.com/ticket/11945): Fixed: [Form Elements](http://ckeditor.com/addon/forms) plugin should not change a core method.
+* [#11384](http://dev.ckeditor.com/ticket/11384): [IE9+] Fixed: `IndexSizeError` thrown when pasting into a non-empty selection anchored in one text node.
+
+## CKEditor 4.4.1
+
+New Features:
+
+* [#9661](http://dev.ckeditor.com/ticket/9661): Added the option to [configure](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-linkJavaScriptLinksAllowed) anchor tags with JavaScript code in the `href` attribute.
+
+Fixed Issues:
+
+* [#11861](http://dev.ckeditor.com/ticket/11861): [Webkit/Blink] Fixed: Span elements created while joining adjacent elements. **Note:** This patch only covers cases when *Backspace* or *Delete* is pressed on a collapsed (empty) selection. The remaining case, with a non-empty selection, will be fixed in the next release.
+* [#10714](http://dev.ckeditor.com/ticket/10714): [iOS] Fixed: Selection and drop-downs are broken if a touch event listener is used due to a [Webkit bug](https://bugs.webkit.org/show_bug.cgi?id=128924). Thanks to [Arty Gus](https://github.com/artygus)!
+* [#11911](http://dev.ckeditor.com/ticket/11911): Fixed setting the `dir` attribute for a preloaded language in [CKEDITOR.lang](http://docs.ckeditor.com/#!/api/CKEDITOR.lang). Thanks to [Akash Mohapatra](https://github.com/akashmohapatra)!
+* [#11926](http://dev.ckeditor.com/ticket/11926): Fixed: [Code Snippet](http://ckeditor.com/addon/codesnippet) does not decode HTML entities when loading code from the `<code>` element.
+* [#11223](http://dev.ckeditor.com/ticket/11223): Fixed: Issue when [Protected Source](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-protectedSource) was not working in the `<title>` element.
+* [#11859](http://dev.ckeditor.com/ticket/11859): Fixed: Removed the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin dependency from the [Code Snippet](http://ckeditor.com/addon/codesnippet) sample.
+* [#11754](http://dev.ckeditor.com/ticket/11754): [Chrome] Fixed: Infinite loop when content includes not closed attributes.
+* [#11848](http://dev.ckeditor.com/ticket/11848): [IE] Fixed: [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) throwing an exception when there was no selection in the editor.
+* [#11801](http://dev.ckeditor.com/ticket/11801): Fixed: Editor anchors unavailable when linking the [Enhanced Image](http://ckeditor.com/addon/image2) widget.
+* [#11626](http://dev.ckeditor.com/ticket/11626): Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) sets invalid column width.
+* [#11872](http://dev.ckeditor.com/ticket/11872): Made [`element.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-addClass) chainable symmetrically to [`element.removeClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-removeClass).
+* [#11813](http://dev.ckeditor.com/ticket/11813): Fixed: Link lost while pasting a captioned image and restoring an undo snapshot ([Enhanced Image](http://ckeditor.com/addon/image2)).
+* [#11814](http://dev.ckeditor.com/ticket/11814): Fixed: _Link_ and _Unlink_ entries persistently displayed in the [Enhanced Image](http://ckeditor.com/addon/image2) context menu.
+* [#11839](http://dev.ckeditor.com/ticket/11839): [IE9] Fixed: The caret jumps out of the editable area when resizing the editor in the source mode.
+* [#11822](http://dev.ckeditor.com/ticket/11822): [Webkit] Fixed: Editing anchors by double-click is broken in some cases.
+* [#11823](http://dev.ckeditor.com/ticket/11823): [IE8] Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) throws an error over scrollbar.
+* [#11788](http://dev.ckeditor.com/ticket/11788): Fixed: It is not possible to change the language back to _Not set_ in the [Code Snippet](http://ckeditor.com/addon/codesnippet) dialog window.
+* [#11788](http://dev.ckeditor.com/ticket/11788): Fixed: [Filter](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter) rules are not applied inside elements with the `contenteditable` attribute set to `true`.
+* [#11798](http://dev.ckeditor.com/ticket/11798): Fixed: Inserting a non-editable element inside a table cell breaks the table.
+* [#11793](http://dev.ckeditor.com/ticket/11793): Fixed: Drop-down is not "on" when clicking it while the editor is blurred.
+* [#11850](http://dev.ckeditor.com/ticket/11850): Fixed: Fake objects with the `contenteditable` attribute set to `false` are not downcasted properly.
+* [#11811](http://dev.ckeditor.com/ticket/11811): Fixed: Widget's data is not encoded correctly when passed to an attribute.
+* [#11777](http://dev.ckeditor.com/ticket/11777): Fixed encoding ampersand in the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin.
+* [#11880](http://dev.ckeditor.com/ticket/11880): [IE8-9] Fixed: Linked image has a default thick border.
+
+Other Changes:
+
+* [#11807](http://dev.ckeditor.com/ticket/11807): Updated jQuery version used in the sample to 1.11.0 and tested CKEditor jQuery Adapter with version 1.11.0 and 2.1.0.
+* [#9504](http://dev.ckeditor.com/ticket/9504): Stopped using deprecated `attribute.specified` in all browsers except Internet Explorer.
+* [#11809](http://dev.ckeditor.com/ticket/11809): Changed tab size in `<pre>` to 4 spaces.
+
+## CKEditor 4.4
+
+**Important Notes:**
+
+* Marked the [`editor.beforePaste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-beforePaste) event as deprecated.
+* The default class of captioned images has changed to `image` (was: `caption`). Please note that once edited in CKEditor 4.4+, all existing images of the `caption` class (`<figure class="caption">`) will be [filtered out](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) unless the [`config.image2_captionedClass`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_captionedClass) option is set to `caption`. For backward compatibility (i.e. when upgrading), it is highly recommended to use this setting, which also helps prevent CSS conflicts, etc. This does not apply to new CKEditor integrations.
+* Widgets without defined buttons are no longer registered automatically to the [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter). Before CKEditor 4.4 widgets were registered to the ACF which was an incorrect behavior ([#11567](http://dev.ckeditor.com/ticket/11567)). This change should not have any impact on standard scenarios, but if your button does not execute the widget command, you need to set [`allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.feature-property-allowedContent) and [`requiredContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.feature-property-requiredContent) properties for it manually, because the editor will not be able to find them.
+* The [Show Borders](http://ckeditor.com/addon/showborders) plugin was added to the Standard installation package in order to ensure that unstyled tables are still visible for the user ([#11665](http://dev.ckeditor.com/ticket/11665)).
+* Since CKEditor 4.4 the editor instance should be passed to [`CKEDITOR.style`](http://docs.ckeditor.com/#!/api/CKEDITOR.style) methods to ensure full compatibility with other features (e.g. applying styles to widgets requires that). We ensured backward compatibility though, so the [`CKEDITOR.style`](http://docs.ckeditor.com/#!/api/CKEDITOR.style) will work even when the editor instance is not provided.
+
+New Features:
+
+* [#11297](http://dev.ckeditor.com/ticket/11297): Styles can now be applied to widgets. The definition of a style which can be applied to a specific widget must contain two additional properties &mdash; `type` and `widget`. Read more in the [Widget Styles](http://docs.ckeditor.com/#!/guide/dev_styles-section-widget-styles) section of the "Syles Drop-down" guide. Note that by default, widgets support only classes and no other attributes or styles. Related changes and features:
+  * Introduced the [`CKEDITOR.style.addCustomHandler()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-static-method-addCustomHandler) method for registering custom style handlers.
+  * The [`CKEDITOR.style.apply()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-method-apply) and [`CKEDITOR.style.remove()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-method-remove) methods are now called with an editor instance instead of the document so they can be reused by the [`CKEDITOR.editor.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-applyStyle) and [`CKEDITOR.editor.removeStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-removeStyle) methods. Backward compatibility was preserved, but from CKEditor 4.4 it is highly recommended to pass an editor instead of a document to these methods.
+  * Many new methods and properties were introduced in the [Widget API](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget) to make the handling of styles by widgets fully customizable. See: [`widget.definition.styleableElements`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-styleableElements), [`widget.definition.styleToAllowedContentRule`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-styleToAllowedContentRules), [`widget.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-addClass), [`widget.removeClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-removeClass), [`widget.getClasses()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-getClasses), [`widget.hasClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-hasClass), [`widget.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-applyStyle), [`widget.removeStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-removeStyle), [`widget.checkStyleActive()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-checkStyleActive).
+  * Integration with the [Allowed Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) required an introduction of the [`CKEDITOR.style.toAllowedContent()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-method-toAllowedContentRules) method which can be implemented by the custom style handler and if exists, it is used by the [`CKEDITOR.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter) to translate a style to [allowed content rules](http://docs.ckeditor.com/#!/api/CKEDITOR.filter.allowedContentRules).
+* [#11300](http://dev.ckeditor.com/ticket/11300): Various changes in the [Enhanced Image](http://ckeditor.com/addon/image2) plugin:
+  * Introduced the [`config.image2_captionedClass`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_captionedClass) option to configure the class of captioned images.
+  * Introduced the [`config.image2_alignClasses`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_alignClasses) option to configure the way images are aligned with CSS classes.
+  If this setting is defined, the editor produces classes instead of inline styles for aligned images.
+  * Default image caption can be translated (customized) with the `editor.lang.image2.captionPlaceholder` string.
+* [#11341](http://dev.ckeditor.com/ticket/11341): [Enhanced Image](http://ckeditor.com/addon/image2) plugin: It is now possible to add a link to any image type.
+* [#10202](http://dev.ckeditor.com/ticket/10202): Introduced wildcard support in the [Allowed Content Rules](http://docs.ckeditor.com/#!/guide/dev_allowed_content_rules) format.
+* [#10276](http://dev.ckeditor.com/ticket/10276): Introduced blacklisting in the [Allowed Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter).
+* [#10480](http://dev.ckeditor.com/ticket/10480): Introduced code snippets with code highlighting. There are two versions available so far &mdash; the default [Code Snippet](http://ckeditor.com/addon/codesnippet) which uses the [highlight.js](http://highlightjs.org) library and the [Code Snippet GeSHi](http://ckeditor.com/addon/codesnippetgeshi) which uses the [GeSHi](http://qbnz.com/highlighter/) library.
+* [#11737](http://dev.ckeditor.com/ticket/11737): Introduced an option to prevent [filtering](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) of an element that matches custom criteria (see [`filter.addElementCallback()`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addElementCallback)).
+* [#11532](http://dev.ckeditor.com/ticket/11532): Introduced the [`editor.addContentsCss()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-addContentsCss) method that can be used for [adding custom CSS files](http://docs.ckeditor.com/#!/guide/plugin_sdk_styles).
+* [#11536](http://dev.ckeditor.com/ticket/11536): Added the [`CKEDITOR.tools.htmlDecode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-htmlDecode) method for decoding HTML entities.
+* [#11225](http://dev.ckeditor.com/ticket/11225): Introduced the [`CKEDITOR.tools.transparentImageData`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-property-transparentImageData) property which contains transparent image data to be used in CSS or as image source.
+
+Other Changes:
+
+* [#11377](http://dev.ckeditor.com/ticket/11377): Unified internal representation of empty anchors using the [fake objects](http://ckeditor.com/addon/fakeobjects).
+* [#11422](http://dev.ckeditor.com/ticket/11422): Removed Firefox 3.x, Internet Explorer 6 and Opera 12.x leftovers in code.
+* [#5217](http://dev.ckeditor.com/ticket/5217): Setting data (including switching between modes) creates a new undo snapshot. Besides that:
+  * Introduced the [`editable.status`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-property-status) property.
+  * Introduced a new `forceUpdate` option for the [`editor.lockSnapshot`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-lockSnapshot) event.
+  * Fixed: Selection not being unlocked in inline editor after setting data ([#11500](http://dev.ckeditor.com/ticket/11500)).
+* The [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin was updated to the latest version.
+
+Fixed Issues:
+
+* [#10190](http://dev.ckeditor.com/ticket/10190): Fixed: Removing block style with [`editor.removeStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-removeStyle) should result in a paragraph and not a div.
+* [#11727](http://dev.ckeditor.com/ticket/11727): Fixed: The editor tries to select a non-editable image which was clicked.
+
+## CKEditor 4.3.5
+
+New Features:
+
+* Added new translation: Tatar.
+
+Fixed Issues:
+
+* [#11677](http://dev.ckeditor.com/ticket/11677): Fixed: Undo/Redo keystrokes are blocked in the source mode.
+* [#11717](http://dev.ckeditor.com/ticket/11717): [Document Properties](http://ckeditor.com/addon/docprops) plugin requires the [Color Dialog](http://ckeditor.com/addon/colordialog) plugin to work.
+
+## CKEditor 4.3.4
+
+Fixed Issues:
+
+* [#11597](http://dev.ckeditor.com/ticket/11597): [IE11] Fixed: Error thrown when trying to open the [preview](http://ckeditor.com/addon/preview) using the keyboard.
+* [#11544](http://dev.ckeditor.com/ticket/11544): [Placeholders](http://ckeditor.com/addon/placeholder) will no longer be upcasted in parents not accepting `<span>` elements.
+* [#8663](http://dev.ckeditor.com/ticket/8663): Fixed [`element.renameNode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-renameNode) not clearing the [`element.getName()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-getName) cache.
+* [#11574](http://dev.ckeditor.com/ticket/11574): Fixed: *Backspace* destroying the DOM structure if an inline editable is placed in a list item.
+* [#11603](http://dev.ckeditor.com/ticket/11603): Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) attaches to tables outside the editable.
+* [#9205](http://dev.ckeditor.com/ticket/9205), [#7805](http://dev.ckeditor.com/ticket/7805), [#8216](http://dev.ckeditor.com/ticket/8216): Fixed: `{cke_protected_1}` appearing in data in various cases where HTML comments are placed next to `"` or `'`.
+* [#11635](http://dev.ckeditor.com/ticket/11635): Fixed: Some attributes are not protected before the content is passed through the fix bin.
+* [#11660](http://dev.ckeditor.com/ticket/11660): [IE] Fixed: Table content is lost when some extra markup is inside the table.
+* [#11641](http://dev.ckeditor.com/ticket/11641): Fixed: Switching between modes in the classic editor removes content styles for the inline editor.
+* [#11568](http://dev.ckeditor.com/ticket/11568): Fixed: [Styles](http://ckeditor.com/addon/stylescombo) drop-down list is not enabled on selection change.
+
+## CKEditor 4.3.3
+
+Fixed Issues:
+
+* [#11500](http://dev.ckeditor.com/ticket/11500): [Webkit/Blink] Fixed: Selection lost when setting data in another inline editor. Additionally, [`selection.removeAllRanges()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-removeAllRanges) is now scoped to selection's [root](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-property-root).
+* [#11104](http://dev.ckeditor.com/ticket/11104): [IE] Fixed: Various issues with scrolling and selection when focusing widgets.
+* [#11487](http://dev.ckeditor.com/ticket/11487): Moving mouse over the [Enhanced Image](http://ckeditor.com/addon/image2) widget will no longer change the value returned by the [`editor.checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) method.
+* [#8673](http://dev.ckeditor.com/ticket/8673): [WebKit] Fixed: Cannot select and remove the [Page Break](http://ckeditor.com/addon/pagebreak).
+* [#11413](http://dev.ckeditor.com/ticket/11413): Fixed: Incorrect [`editor.execCommand()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-execCommand) behavior.
+* [#11438](http://dev.ckeditor.com/ticket/11438): Splitting table cells vertically is no longer changing table structure.
+* [#8899](http://dev.ckeditor.com/ticket/8899): Fixed: Links in the [About CKEditor](http://ckeditor.com/addon/about) dialog window now open in a new browser window or tab.
+* [#11490](http://dev.ckeditor.com/ticket/11490): Fixed: [Menu button](http://ckeditor.com/addon/menubutton) panel not showing in the source mode.
+* [#11417](http://dev.ckeditor.com/ticket/11417): The [`widget.doubleclick`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-event-doubleclick) event is not canceled anymore after editing was triggered.
+* [#11253](http://dev.ckeditor.com/ticket/11253): [IE] Fixed: Clipped upload button in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window.
+* [#11359](http://dev.ckeditor.com/ticket/11359): Standardized the way anchors are discovered by the [Link](http://ckeditor.com/addon/link) plugin.
+* [#11058](http://dev.ckeditor.com/ticket/11058): [IE8] Fixed: Error when deleting a table row.
+* [#11508](http://dev.ckeditor.com/ticket/11508): Fixed: [`htmlDataProcessor`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor) discovering protected attributes within other attributes' values.
+* [#11533](http://dev.ckeditor.com/ticket/11533): Widgets: Avoid recurring upcasts if the DOM structure was modified during an upcast.
+* [#11400](http://dev.ckeditor.com/ticket/11400): Fixed: The [`domObject.removeAllListeners()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.domObject-method-removeAllListeners) method does not remove custom listeners completely.
+* [#11493](http://dev.ckeditor.com/ticket/11493): Fixed: The [`selection.getRanges()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-getRanges) method does not override cached ranges when used with the `onlyEditables` argument.
+* [#11390](http://dev.ckeditor.com/ticket/11390): [IE] All [XML](http://ckeditor.com/addon/xml) plugin [methods](http://docs.ckeditor.com/#!/api/CKEDITOR.xml) now work in IE10+.
+* [#11542](http://dev.ckeditor.com/ticket/11542): [IE11] Fixed: Blurry toolbar icons when Right-to-Left UI language is set.
+* [#11504](http://dev.ckeditor.com/ticket/11504): Fixed: When [`config.fullPage`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fullPage) is set to `true`, entities are not encoded in editor output.
+* [#11004](http://dev.ckeditor.com/ticket/11004): Integrated [Enhanced Image](http://ckeditor.com/addon/image2) dialog window with [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter).
+* [#11439](http://dev.ckeditor.com/ticket/11439): Fixed: Properties get cloned in the Cell Properties dialog window if multiple cells are selected.
+
+## CKEditor 4.3.2
+
+Fixed Issues:
+
+* [#11331](http://dev.ckeditor.com/ticket/11331): A menu button will have a changed label when selected instead of using the `aria-pressed` attribute.
+* [#11177](http://dev.ckeditor.com/ticket/11177): Widget drag handler improvements:
+  * [#11176](http://dev.ckeditor.com/ticket/11176): Fixed: Initial position is not updated when the widget data object is empty.
+  * [#11001](http://dev.ckeditor.com/ticket/11001): Fixed: Multiple synchronous layout recalculations are caused by initial drag handler positioning causing performance issues.
+  * [#11161](http://dev.ckeditor.com/ticket/11161): Fixed: Drag handler is not repositioned in various situations.
+  * [#11281](http://dev.ckeditor.com/ticket/11281): Fixed: Drag handler and mask are duplicated after widget reinitialization.
+* [#11207](http://dev.ckeditor.com/ticket/11207): [Firefox] Fixed: Misplaced [Enhanced Image](http://ckeditor.com/addon/image2) resizer in the inline editor.
+* [#11102](http://dev.ckeditor.com/ticket/11102): `CKEDITOR.template` improvements:
+  * [#11102](http://dev.ckeditor.com/ticket/11102): Added newline character support.
+  * [#11216](http://dev.ckeditor.com/ticket/11216): Added "\\'" substring support.
+* [#11121](http://dev.ckeditor.com/ticket/11121): [Firefox] Fixed: High Contrast mode is enabled when the editor is loaded in a hidden iframe.
+* [#11350](http://dev.ckeditor.com/ticket/11350): The default value of [`config.contentsCss`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-contentsCss) is affected by [`CKEDITOR.getUrl()`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-getUrl).
+* [#11097](http://dev.ckeditor.com/ticket/11097): Improved the [Autogrow](http://ckeditor.com/addon/autogrow) plugin performance when dealing with very big tables.
+* [#11290](http://dev.ckeditor.com/ticket/11290): Removed redundant code in the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin.
+* [#11133](http://dev.ckeditor.com/ticket/11133): [Page Break](http://ckeditor.com/addon/pagebreak) becomes editable if pasted.
+* [#11126](http://dev.ckeditor.com/ticket/11126): Fixed: Native Undo executed once the bottom of the snapshot stack is reached.
+* [#11131](http://dev.ckeditor.com/ticket/11131): [Div Editing Area](http://ckeditor.com/addon/divarea): Fixed: Error thrown when switching to source mode if the selection was in widget's nested editable.
+* [#11139](http://dev.ckeditor.com/ticket/11139): [Div Editing Area](http://ckeditor.com/addon/divarea): Fixed: Elements Path is not cleared after switching to source mode.
+* [#10778](http://dev.ckeditor.com/ticket/10778): Fixed a bug with range enlargement. The range no longer expands to visible whitespace.
+* [#11146](http://dev.ckeditor.com/ticket/11146): [IE] Fixed: Preview window switches Internet Explorer to Quirks Mode.
+* [#10762](http://dev.ckeditor.com/ticket/10762): [IE] Fixed: JavaScript code displayed in preview window's URL bar.
+* [#11186](http://dev.ckeditor.com/ticket/11186): Introduced the [`widgets.repository.addUpcastCallback()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-addUpcastCallback) method that allows to block upcasting given element to a widget.
+* [#11307](http://dev.ckeditor.com/ticket/11307): Fixed: Paste as Plain Text conflict with the [MooTools](http://mootools.net) library.
+* [#11140](http://dev.ckeditor.com/ticket/11140): [IE11] Fixed: Anchors are not draggable.
+* [#11379](http://dev.ckeditor.com/ticket/11379): Changed default contents `line-height` to unitless values to avoid huge text overlapping (like in [#9696](http://dev.ckeditor.com/ticket/9696)).
+* [#10787](http://dev.ckeditor.com/ticket/10787): [Firefox] Fixed: Broken replacement of text while pasting into `div`-based editor.
+* [#10884](http://dev.ckeditor.com/ticket/10884): Widgets integration with the [Show Blocks](http://ckeditor.com/addon/showblocks) plugin.
+* [#11021](http://dev.ckeditor.com/ticket/11021): Fixed: An error thrown when selecting entire editable contents while fake selection is on.
+* [#11086](http://dev.ckeditor.com/ticket/11086): [IE8] Re-enable inline widgets drag&drop in Internet Explorer 8.
+* [#11372](http://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nested editables.
+* [#10068](http://dev.ckeditor.com/ticket/10068): Fixed: Support for protocol-relative URLs.
+* [#11283](http://dev.ckeditor.com/ticket/11283): [Enhanced Image](http://ckeditor.com/addon/image2): A `<div>` element with `text-align: center` and an image inside is not recognised correctly.
+* [#11196](http://dev.ckeditor.com/ticket/11196): [Accessibility Instructions](http://ckeditor.com/addon/a11yhelp): Allowed additional keyboard button labels to be translated in the dialog window.
+
+## CKEditor 4.3.1
+
+**Important Notes:**
+
+* To match the naming convention, the `language` button is now `Language` ([#11201](http://dev.ckeditor.com/ticket/11201)).
+* [Enhanced Image](http://ckeditor.com/addon/image2) button, context menu, command, and icon names match those of the [Image](http://ckeditor.com/addon/image) plugin ([#11222](http://dev.ckeditor.com/ticket/11222)).
+
+Fixed Issues:
+
+* [#11244](http://dev.ckeditor.com/ticket/11244): Changed: The [`widget.repository.checkWidgets()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-checkWidgets) method now fires the [`widget.repository.checkWidgets`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-event-checkWidgets) event, so from CKEditor 4.3.1 it is preferred to use the method rather than fire the event.
+* [#11171](http://dev.ckeditor.com/ticket/11171): Fixed: [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) and [`editor.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertText) methods do not call the [`widget.repository.checkWidgets()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-checkWidgets) method.
+* [#11085](http://dev.ckeditor.com/ticket/11085): [IE8] Replaced preview generated by the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) widget with a placeholder.
+* [#11044](http://dev.ckeditor.com/ticket/11044): Enhanced WAI-ARIA support for the [Language](http://ckeditor.com/addon/language) plugin drop-down menu.
+* [#11075](http://dev.ckeditor.com/ticket/11075): With drop-down menu button focused, pressing the *Down Arrow* key will now open the menu and focus its first option.
+* [#11165](http://dev.ckeditor.com/ticket/11165): Fixed: The [File Browser](http://ckeditor.com/addon/filebrowser) plugin cannot be removed from the editor.
+* [#11159](http://dev.ckeditor.com/ticket/11159): [IE9-10] [Enhanced Image](http://ckeditor.com/addon/image2): Fixed buggy discovery of image dimensions.
+* [#11101](http://dev.ckeditor.com/ticket/11101): Drop-down lists no longer break when given double quotes.
+* [#11077](http://dev.ckeditor.com/ticket/11077): [Enhanced Image](http://ckeditor.com/addon/image2): Empty undo step recorded when resizing the image.
+* [#10853](http://dev.ckeditor.com/ticket/10853): [Enhanced Image](http://ckeditor.com/addon/image2): Widget has paragraph wrapper when de-captioning unaligned image.
+* [#11198](http://dev.ckeditor.com/ticket/11198): Widgets: Drag handler is not fully visible when an inline widget is in a heading.
+* [#11132](http://dev.ckeditor.com/ticket/11132): [Firefox] Fixed: Caret is lost after drag and drop of an inline widget.
+* [#11182](http://dev.ckeditor.com/ticket/11182): [IE10-11] Fixed: Editor crashes (IE11) or works with minor issues (IE10) if a page is loaded in Quirks Mode. See [`env.quirks`](http://docs.ckeditor.com/#!/api/CKEDITOR.env-property-quirks) for more details.
+* [#11204](http://dev.ckeditor.com/ticket/11204): Added `figure` and `figcaption` styles to the `contents.css` file so [Enhanced Image](http://ckeditor.com/addon/image2) looks nicer.
+* [#11202](http://dev.ckeditor.com/ticket/11202): Fixed: No newline in [BBCode](http://ckeditor.com/addon/bbcode) mode.
+* [#10890](http://dev.ckeditor.com/ticket/10890): Fixed: Error thrown when pressing the *Delete* key in a list item.
+* [#10055](http://dev.ckeditor.com/ticket/10055): [IE8-10] Fixed: *Delete* pressed on a selected image causes the browser to go back.
+* [#11183](http://dev.ckeditor.com/ticket/11183): Fixed: Inserting a horizontal rule or a table in multiple row selection causes a browser crash. Additionally, the [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) method does not insert the element into every range of a selection any more.
+* [#11042](http://dev.ckeditor.com/ticket/11042): Fixed: Selection made on an element containing a non-editable element was not auto faked.
+* [#11125](http://dev.ckeditor.com/ticket/11125): Fixed: Keyboard navigation through menu and drop-down items will now cycle.
+* [#11011](http://dev.ckeditor.com/ticket/11011): Fixed: The [`editor.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-applyStyle) method removes attributes from nested elements.
+* [#11179](http://dev.ckeditor.com/ticket/11179): Fixed: [`editor.destroy()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-destroy) does not cleanup content generated by the [Table Resize](http://ckeditor.com/addon/tableresize) plugin for inline editors.
+* [#11237](http://dev.ckeditor.com/ticket/11237): Fixed: Table border attribute value is deleted when pasting content from Microsoft Word.
+* [#11250](http://dev.ckeditor.com/ticket/11250): Fixed: HTML entities inside the `<textarea>` element are not encoded.
+* [#11260](http://dev.ckeditor.com/ticket/11260): Fixed: Initially disabled buttons are not read by JAWS as disabled.
+* [#11200](http://dev.ckeditor.com/ticket/11200):  Added [Clipboard](http://ckeditor.com/addon/clipboard) plugin as a dependency for [Widget](http://ckeditor.com/addon/widget) to fix drag and drop.
+
+## CKEditor 4.3
+
+New Features:
+
+* [#10612](http://dev.ckeditor.com/ticket/10612): Internet Explorer 11 support.
+* [#10869](http://dev.ckeditor.com/ticket/10869): Widgets: Added better integration with the [Elements Path](http://ckeditor.com/addon/elementspath) plugin.
+* [#10886](http://dev.ckeditor.com/ticket/10886): Widgets: Added tooltip to the drag handle.
+* [#10933](http://dev.ckeditor.com/ticket/10933): Widgets: Introduced drag and drop of block widgets with the [Line Utilities](http://ckeditor.com/addon/lineutils) plugin.
+* [#10936](http://dev.ckeditor.com/ticket/10936): Widget System changes for easier integration with other dialog systems.
+* [#10895](http://dev.ckeditor.com/ticket/10895): [Enhanced Image](http://ckeditor.com/addon/image2): Added file browser integration.
+* [#11002](http://dev.ckeditor.com/ticket/11002): Added the [`draggable`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-draggable) option to disable drag and drop support for widgets.
+* [#10937](http://dev.ckeditor.com/ticket/10937): [Mathematical Formulas](http://ckeditor.com/addon/mathjax) widget improvements:
+  * loading indicator ([#10948](http://dev.ckeditor.com/ticket/10948)),
+  * applying paragraph changes (like font color change) to iframe ([#10841](http://dev.ckeditor.com/ticket/10841)),
+  * Firefox and IE9 clipboard fixes ([#10857](http://dev.ckeditor.com/ticket/10857)),
+  * fixing same origin policy issue ([#10840](http://dev.ckeditor.com/ticket/10840)),
+  * fixing undo bugs ([#10842](http://dev.ckeditor.com/ticket/10842), [#10930](http://dev.ckeditor.com/ticket/10930)),
+  * fixing other minor bugs.
+* [#10862](http://dev.ckeditor.com/ticket/10862): [Placeholder](http://ckeditor.com/addon/placeholder) plugin was rewritten as a widget.
+* [#10822](http://dev.ckeditor.com/ticket/10822): Added styles system integration with non-editable elements (for example widgets) and their nested editables. Styles cannot change non-editable content and are applied in nested editable only if allowed by its type and content filter.
+* [#10856](http://dev.ckeditor.com/ticket/10856): Menu buttons will now toggle the visibility of their panels when clicked multiple times. [Language](http://ckeditor.com/addon/language) plugin fixes: Added active language highlighting, added an option to remove the language.
+* [#10028](http://dev.ckeditor.com/ticket/10028): New [`config.dialog_noConfirmCancel`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-dialog_noConfirmCancel) configuration option that eliminates the need to confirm closing of a dialog window when the user changed any of its fields.
+* [#10848](http://dev.ckeditor.com/ticket/10848): Integrate remaining plugins ([Styles](http://ckeditor.com/addon/stylescombo), [Format](http://ckeditor.com/addon/format), [Font](http://ckeditor.com/addon/font), [Color Button](http://ckeditor.com/addon/colorbutton), [Language](http://ckeditor.com/addon/language) and [Indent](http://ckeditor.com/addon/indent)) with [active filter](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeFilter).
+* [#10855](http://dev.ckeditor.com/ticket/10855): Change the extension of emoticons in the [BBCode](http://ckeditor.com/addon/bbcode) sample from GIF to PNG.
+
+Fixed Issues:
+
+* [#10831](http://dev.ckeditor.com/ticket/10831): [Enhanced Image](http://ckeditor.com/addon/image2): Merged `image2inline` and `image2block` into one `image2` widget.
+* [#10835](http://dev.ckeditor.com/ticket/10835): [Enhanced Image](http://ckeditor.com/addon/image2): Improved visibility of the resize handle.
+* [#10836](http://dev.ckeditor.com/ticket/10836): [Enhanced Image](http://ckeditor.com/addon/image2): Preserve custom mouse cursor while resizing the image.
+* [#10939](http://dev.ckeditor.com/ticket/10939): [Firefox] [Enhanced Image](http://ckeditor.com/addon/image2): hovering the image causes it to change.
+* [#10866](http://dev.ckeditor.com/ticket/10866): Fixed: Broken *Tab* key navigation in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window.
+* [#10833](http://dev.ckeditor.com/ticket/10833): Fixed: *Lock ratio* option should be on by default in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window.
+* [#10881](http://dev.ckeditor.com/ticket/10881): Various improvements to *Enter* key behavior in nested editables.
+* [#10879](http://dev.ckeditor.com/ticket/10879): [Remove Format](http://ckeditor.com/addon/removeformat) should not leak from a nested editable.
+* [#10877](http://dev.ckeditor.com/ticket/10877): Fixed: [WebSpellChecker](http://ckeditor.com/addon/wsc) fails to apply changes if a nested editable was focused.
+* [#10877](http://dev.ckeditor.com/ticket/10877): Fixed: [SCAYT](http://ckeditor.com/addon/wsc) blocks typing in nested editables.
+* [#11079](http://dev.ckeditor.com/ticket/11079): Add button icons to the [Placeholder](http://ckeditor.com/addon/placeholder) sample.
+* [#10870](http://dev.ckeditor.com/ticket/10870): The `paste` command is no longer being disabled when the clipboard is empty.
+* [#10854](http://dev.ckeditor.com/ticket/10854): Fixed: Firefox prepends `<br>` to `<body>`, so it is stripped by the HTML data processor.
+* [#10823](http://dev.ckeditor.com/ticket/10823): Fixed: [Link](http://ckeditor.com/addon/link) plugin does not work with non-editable content.
+* [#10828](http://dev.ckeditor.com/ticket/10828): [Magic Line](http://ckeditor.com/addon/magicline) integration with the Widget System.
+* [#10865](http://dev.ckeditor.com/ticket/10865): Improved hiding copybin, so copying widgets works smoothly.
+* [#11066](http://dev.ckeditor.com/ticket/11066): Widget's private parts use CSS reset.
+* [#11027](http://dev.ckeditor.com/ticket/11027): Fixed: Block commands break on widgets; added the [`contentDomInvalidated`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-contentDomInvalidated) event.
+* [#10430](http://dev.ckeditor.com/ticket/10430): Resolve dependence of the [Image](http://ckeditor.com/addon/image) plugin on the [Form Elements](http://ckeditor.com/addon/forms) plugin.
+* [#10911](http://dev.ckeditor.com/ticket/10911): Fixed: Browser *Alt* hotkeys will no longer be blocked while a widget is focused.
+* [#11082](http://dev.ckeditor.com/ticket/11082): Fixed: Selected widget is not copied or cut when using toolbar buttons or context menu.
+* [#11083](http://dev.ckeditor.com/ticket/11083): Fixed list and div element application to block widgets.
+* [#10887](http://dev.ckeditor.com/ticket/10887): Internet Explorer 8 compatibility issues related to the Widget System.
+* [#11074](http://dev.ckeditor.com/ticket/11074): Temporarily disabled inline widget drag and drop, because of seriously buggy native `range#moveToPoint` method.
+* [#11098](http://dev.ckeditor.com/ticket/11098): Fixed: Wrong selection position after undoing widget drag and drop.
+* [#11110](http://dev.ckeditor.com/ticket/11110): Fixed: IFrame and Flash objects are being incorrectly pasted in certain conditions.
+* [#11129](http://dev.ckeditor.com/ticket/11129): Page break is lost when loading data.
+* [#11123](http://dev.ckeditor.com/ticket/11123): [Firefox] Widget is destroyed after being dragged outside of `<body>`.
+* [#11124](http://dev.ckeditor.com/ticket/11124): Fixed the [Elements Path](http://ckeditor.com/addon/elementspath) in an editor using the [Div Editing Area](http://ckeditor.com/addon/divarea).
+
+## CKEditor 4.3 Beta
+
+New Features:
+
+* [#9764](http://dev.ckeditor.com/ticket/9764): Widget System.
+  * [Widget plugin](http://ckeditor.com/addon/widget) introducing the [Widget API](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget).
+  * New [`editor.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-enterMode) and [`editor.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-shiftEnterMode) properties &ndash; normalized versions of [`config.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode) and [`config.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode).
+  * Dynamic editor settings. Starting from CKEditor 4.3 Beta, *Enter* mode values and [content filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) instances may be changed dynamically (for example when the caret was placed in an element in which editor features should be adjusted). When you are implementing a new editor feature, you should base its behavior on [dynamic](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeEnterMode) or [static](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-enterMode) *Enter* mode values depending on whether this feature works in selection context or globally on editor content.
+      * Dynamic *Enter* mode values &ndash; [`editor.setActiveEnterMode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setActiveEnterMode) method, [`editor.activeEnterModeChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-activeEnterModeChange) event, and two properties: [`editor.activeEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeEnterMode) and [`editor.activeShiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeShiftEnterMode).
+      * Dynamic content filter instances &ndash; [`editor.setActiveFilter()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setActiveFilter) method, [`editor.activeFilterChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-activeFilterChange) event, and [`editor.activeFilter`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeFilter) property.
+  * "Fake" selection was introduced. It makes it possible to virtually select any element when the real selection remains hidden. See the  [`selection.fake()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-fake) method.
+  * Default [`htmlParser.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter) rules are not applied to non-editable elements (elements with `contenteditable` attribute set to `false` and their descendants) anymore. To add a rule which will be applied to all elements you need to pass an additional argument to the [`filter.addRules()`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter-method-addRules) method.
+  * Dozens of new methods were introduced &ndash; most interesting ones:
+      * [`document.find()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-find),
+      * [`document.findOne()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-findOne),
+      * [`editable.insertElementIntoRange()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertElementIntoRange),
+      * [`range.moveToClosestEditablePosition()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-moveToClosestEditablePosition),
+      * New methods for [`htmlParser.node`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.node) and [`htmlParser.element`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.element).
+* [#10659](http://dev.ckeditor.com/ticket/10659): New [Enhanced Image](http://ckeditor.com/addon/image2) plugin that introduces a widget with integrated image captions, an option to center images, and dynamic "click and drag" resizing.
+* [#10664](http://dev.ckeditor.com/ticket/10664): New [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin that introduces the MathJax widget.
+* [#7987](https://dev.ckeditor.com/ticket/7987): New [Language](http://ckeditor.com/addon/language) plugin that implements Language toolbar button to support [WCAG 3.1.2 Language of Parts](http://www.w3.org/TR/UNDERSTANDING-WCAG20/meaning-other-lang-id.html).
+* [#10708](http://dev.ckeditor.com/ticket/10708): New [smileys](http://ckeditor.com/addon/smiley).
+
+## CKEditor 4.2.3
+
+Fixed Issues:
+
+* [#10994](http://dev.ckeditor.com/ticket/10994): Fixed: Loading external jQuery library when opening the [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) sample directly from file.
+* [#10975](http://dev.ckeditor.com/ticket/10975): [IE] Fixed: Error thrown while opening the color palette.
+* [#9929](http://dev.ckeditor.com/ticket/9929): [Blink/WebKit] Fixed: A non-breaking space is created once a character is deleted and a regular space is typed.
+* [#10963](http://dev.ckeditor.com/ticket/10963): Fixed: JAWS issue with the keyboard shortcut for [Magic Line](http://ckeditor.com/addon/magicline).
+* [#11096](http://dev.ckeditor.com/ticket/11096): Fixed: TypeError: Object has no method 'is'.
+
+## CKEditor 4.2.2
+
+Fixed Issues:
+
+* [#9314](http://dev.ckeditor.com/ticket/9314): Fixed: Incorrect error message on closing a dialog window without saving changs.
+* [#10308](http://dev.ckeditor.com/ticket/10308): [IE10] Fixed: Unspecified error when deleting a row.
+* [#10945](http://dev.ckeditor.com/ticket/10945): [Chrome] Fixed: Clicking with a mouse inside the editor does not show the caret.
+* [#10912](http://dev.ckeditor.com/ticket/10912): Prevent default action when content of a non-editable link is clicked.
+* [#10913](http://dev.ckeditor.com/ticket/10913): Fixed [`CKEDITOR.plugins.addExternal()`](http://docs.ckeditor.com/#!/api/CKEDITOR.resourceManager-method-addExternal) not handling paths including file name specified.
+* [#10666](http://dev.ckeditor.com/ticket/10666): Fixed [`CKEDITOR.tools.isArray()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-isArray) not working cross frame.
+* [#10910](http://dev.ckeditor.com/ticket/10910): [IE9] Fixed JavaScript error thrown in Compatibility Mode when clicking and/or typing in the editing area.
+* [#10868](http://dev.ckeditor.com/ticket/10868): [IE8] Prevent the browser from crashing when applying the Inline Quotation style.
+* [#10915](http://dev.ckeditor.com/ticket/10915): Fixed: Invalid CSS filter in the Kama skin.
+* [#10914](http://dev.ckeditor.com/ticket/10914): Plugins [Indent List](http://ckeditor.com/addon/indentlist) and [Indent Block](http://ckeditor.com/addon/indentblock) are now included in the build configuration.
+* [#10812](http://dev.ckeditor.com/ticket/10812): Fixed [`range.createBookmark2()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-createBookmark2) incorrectly normalizing offsets. This bug was causing many issues: [#10850](http://dev.ckeditor.com/ticket/10850), [#10842](http://dev.ckeditor.com/ticket/10842).
+* [#10951](http://dev.ckeditor.com/ticket/10951): Reviewed and optimized focus handling on panels (combo, menu buttons, color buttons, and context menu) to enhance accessibility. Fixed [#10705](http://dev.ckeditor.com/ticket/10705), [#10706](http://dev.ckeditor.com/ticket/10706) and [#10707](http://dev.ckeditor.com/ticket/10707).
+* [#10704](http://dev.ckeditor.com/ticket/10704): Fixed a JAWS issue with the Select Color dialog window title not being announced.
+* [#10753](http://dev.ckeditor.com/ticket/10753): The floating toolbar in inline instances now has a dedicated accessibility label.
+
+## CKEditor 4.2.1
+
+Fixed Issues:
+
+* [#10301](http://dev.ckeditor.com/ticket/10301): [IE9-10] Undo fails after 3+ consecutive paste actions with a JavaScript error.
+* [#10689](http://dev.ckeditor.com/ticket/10689): Save toolbar button saves only the first editor instance.
+* [#10368](http://dev.ckeditor.com/ticket/10368): Move language reading direction definition (`dir`) from main language file to core.
+* [#9330](http://dev.ckeditor.com/ticket/9330): Fixed pasting anchors from MS Word.
+* [#8103](http://dev.ckeditor.com/ticket/8103): Fixed pasting nested lists from MS Word.
+* [#9958](http://dev.ckeditor.com/ticket/9958): [IE9] Pressing the "OK" button will trigger the `onbeforeunload` event in the popup dialog.
+* [#10662](http://dev.ckeditor.com/ticket/10662): Fixed styles from the Styles drop-down list not registering to the ACF in case when the [Shared Spaces plugin](http://ckeditor.com/addon/sharedspace) is used.
+* [#9654](http://dev.ckeditor.com/ticket/9654): Problems with Internet Explorer 10 Quirks Mode.
+* [#9816](http://dev.ckeditor.com/ticket/9816): Floating toolbar does not reposition vertically in several cases.
+* [#10646](http://dev.ckeditor.com/ticket/10646): Removing a selected sublist or nested table with *Backspace/Delete* removes the parent element.
+* [#10623](http://dev.ckeditor.com/ticket/10623): [WebKit] Page is scrolled when opening a drop-down list.
+* [#10004](http://dev.ckeditor.com/ticket/10004): [ChromeVox] Button names are not announced.
+* [#10731](http://dev.ckeditor.com/ticket/10731): [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin breaks cloning of editor configuration.
+* It is now possible to set per instance [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin configuration instead of setting the configuration globally.
+
+## CKEditor 4.2
+
+**Important Notes:**
+
+* Dropped compatibility support for Internet Explorer 7 and Firefox 3.6.
+
+* Both the Basic and the Standard distribution packages will not contain the new [Indent Block](http://ckeditor.com/addon/indentblock) plugin. Because of this the [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) might remove block indentations from existing contents. If you want to prevent this, either [add an appropriate ACF rule to your filter](http://docs.ckeditor.com/#!/guide/dev_allowed_content_rules) or create a custom build based on the Basic/Standard package and add the Indent Block plugin in [CKBuilder](http://ckeditor.com/builder).
+
+New Features:
+
+* [#10027](http://dev.ckeditor.com/ticket/10027): Separated list and block indentation into two plugins: [Indent List](http://ckeditor.com/addon/indentlist) and [Indent Block](http://ckeditor.com/addon/indentblock).
+* [#8244](http://dev.ckeditor.com/ticket/8244): Use *(Shift+)Tab* to indent and outdent lists.
+* [#10281](http://dev.ckeditor.com/ticket/10281): The [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) is now available. Several jQuery-related issues fixed: [#8261](http://dev.ckeditor.com/ticket/8261), [#9077](http://dev.ckeditor.com/ticket/9077), [#8710](http://dev.ckeditor.com/ticket/8710), [#8530](http://dev.ckeditor.com/ticket/8530), [#9019](http://dev.ckeditor.com/ticket/9019), [#6181](http://dev.ckeditor.com/ticket/6181), [#7876](http://dev.ckeditor.com/ticket/7876), [#6906](http://dev.ckeditor.com/ticket/6906).
+* [#10042](http://dev.ckeditor.com/ticket/10042): Introduced [`config.title`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-title) setting to change the human-readable title of the editor.
+* [#9794](http://dev.ckeditor.com/ticket/9794): Added [`editor.onChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event.
+* [#9923](http://dev.ckeditor.com/ticket/9923): HiDPI support in the editor UI. HiDPI icons for [Moono skin](http://ckeditor.com/addon/moono) added.
+* [#8031](http://dev.ckeditor.com/ticket/8031): Handle `required` attributes on `<textarea>` elements &mdash; introduced [`editor.required`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-required) event.
+* [#10280](http://dev.ckeditor.com/ticket/10280): Ability to replace `<textarea>` elements with the inline editor.
+
+Fixed Issues:
+
+* [#10599](http://dev.ckeditor.com/ticket/10599): [Indent](http://ckeditor.com/addon/indent) plugin is no longer required by the [List](http://ckeditor.com/addon/list) plugin.
+* [#10370](http://dev.ckeditor.com/ticket/10370): Inconsistency in data events between framed and inline editors.
+* [#10438](http://dev.ckeditor.com/ticket/10438): [FF, IE] No selection is done on an editable element on executing [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData).
+
+## CKEditor 4.1.3
+
+New Features:
+
+* Added new translation: Indonesian.
+
+Fixed Issues:
+
+* [#10644](http://dev.ckeditor.com/ticket/10644): Fixed a critical bug when pasting plain text in Blink-based browsers.
+* [#5189](http://dev.ckeditor.com/ticket/5189): [Find/Replace](http://ckeditor.com/addon/find) dialog window: rename "Cancel" button to "Close".
+* [#10562](http://dev.ckeditor.com/ticket/10562): [Housekeeping] Unified CSS gradient filter formats in the [Moono](http://ckeditor.com/addon/moono) skin.
+* [#10537](http://dev.ckeditor.com/ticket/10537): Advanced Content Filter should register a default rule for [`config.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode).
+* [#10610](http://dev.ckeditor.com/ticket/10610): [`CKEDITOR.dialog.addIframe()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog-static-method-addIframe) incorrectly sets the iframe size in dialog windows.
+
+## CKEditor 4.1.2
+
+New Features:
+
+* Added new translation: Sinhala.
+
+Fixed Issues:
+
+* [#10339](http://dev.ckeditor.com/ticket/10339): Fixed: Error thrown when inserted data was totally stripped out after filtering and processing.
+* [#10298](http://dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containing protected parts.
+* [#10367](http://dev.ckeditor.com/ticket/10367): Fixed: [`editable.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertText) loses characters when `RegExp` replace controls are being inserted.
+* [#10165](http://dev.ckeditor.com/ticket/10165): [IE] Access denied error when `document.domain` has been altered.
+* [#9761](http://dev.ckeditor.com/ticket/9761): Update the *Backspace* key state in [`keystrokeHandler.blockedKeystrokes`](http://docs.ckeditor.com/#!/api/CKEDITOR.keystrokeHandler-property-blockedKeystrokes) when calling [`editor.setReadOnly()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setReadOnly).
+* [#6504](http://dev.ckeditor.com/ticket/6504): Fixed: Race condition while loading several [`config.customConfig`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-customConfig) files.
+* [#10146](http://dev.ckeditor.com/ticket/10146): [Firefox] Empty lines are being removed while [`config.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode) is [`CKEDITOR.ENTER_BR`](http://docs.ckeditor.com/#!/api/CKEDITOR-property-ENTER_BR).
+* [#10360](http://dev.ckeditor.com/ticket/10360): Fixed: ARIA `role="application"` should not be used for dialog windows.
+* [#10361](http://dev.ckeditor.com/ticket/10361): Fixed: ARIA `role="application"` should not be used for floating panels.
+* [#10510](http://dev.ckeditor.com/ticket/10510): Introduced unique voice labels to differentiate between different editor instances.
+* [#9945](http://dev.ckeditor.com/ticket/9945): [iOS] Scrolling not possible on iPad.
+* [#10389](http://dev.ckeditor.com/ticket/10389): Fixed: Invalid HTML in the "Text and Table" template.
+* [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin user interface was changed to match CKEditor 4 style.
+
+## CKEditor 4.1.1
+
+New Features:
+
+* Added new translation: Albanian.
+
+Fixed Issues:
+
+* [#10172](http://dev.ckeditor.com/ticket/10172): Pressing *Delete* or *Backspace* in an empty table cell moves the cursor to the next/previous cell.
+* [#10219](http://dev.ckeditor.com/ticket/10219): Error thrown when destroying an editor instance in parallel with a `mouseup` event.
+* [#10265](http://dev.ckeditor.com/ticket/10265): Wrong loop type in the [File Browser](http://ckeditor.com/addon/filebrowser) plugin.
+* [#10249](http://dev.ckeditor.com/ticket/10249): Wrong undo/redo states at start.
+* [#10268](http://dev.ckeditor.com/ticket/10268): [Show Blocks](http://ckeditor.com/addon/showblocks) does not recover after switching to Source view.
+* [#9995](http://dev.ckeditor.com/ticket/9995): HTML code in the `<textarea>` should not be modified by the [`htmlDataProcessor`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor).
+* [#10320](http://dev.ckeditor.com/ticket/10320): [Justify](http://ckeditor.com/addon/justify) plugin should add elements to Advanced Content Filter based on current [Enter mode](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode).
+* [#10260](http://dev.ckeditor.com/ticket/10260): Fixed: Advanced Content Filter blocks [`tabSpaces`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-tabSpaces). Unified `data-cke-*` attributes filtering.
+* [#10315](http://dev.ckeditor.com/ticket/10315): [WebKit] [Undo manager](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager) should not record snapshots after a filling character was added/removed.
+* [#10291](http://dev.ckeditor.com/ticket/10291): [WebKit] Space after a filling character should be secured.
+* [#10330](http://dev.ckeditor.com/ticket/10330): [WebKit] The filling character is not removed on `keydown` in specific cases.
+* [#10285](http://dev.ckeditor.com/ticket/10285): Fixed: Styled text pasted from MS Word causes an infinite loop.
+* [#10131](http://dev.ckeditor.com/ticket/10131): Fixed: [`undoManager.update()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager-method-update) does not refresh the command state.
+* [#10337](http://dev.ckeditor.com/ticket/10337): Fixed: Unable to remove `<s>` using [Remove Format](http://ckeditor.com/addon/removeformat).
+
+## CKEditor 4.1
+
+Fixed Issues:
+
+* [#10192](http://dev.ckeditor.com/ticket/10192): Closing lists with the *Enter* key does not work with [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) in several cases.
+* [#10191](http://dev.ckeditor.com/ticket/10191): Fixed allowed content rules unification, so the [`filter.allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter-property-allowedContent) property always contains rules in the same format.
+* [#10224](http://dev.ckeditor.com/ticket/10224): Advanced Content Filter does not remove non-empty `<a>` elements anymore.
+* Minor issues in plugin integration with Advanced Content Filter:
+  * [#10166](http://dev.ckeditor.com/ticket/10166): Added transformation from the `align` attribute to `float` style to preserve backward compatibility after the introduction of Advanced Content Filter.
+  * [#10195](http://dev.ckeditor.com/ticket/10195): [Image](http://ckeditor.com/addon/image) plugin no longer registers rules for links to Advanced Content Filter.
+  * [#10213](http://dev.ckeditor.com/ticket/10213): [Justify](http://ckeditor.com/addon/justify) plugin is now correctly registering rules to Advanced Content Filter when [`config.justifyClasses`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-justifyClasses) is defined.
+
+## CKEditor 4.1 RC
+
+New Features:
+
+* [#9829](http://dev.ckeditor.com/ticket/9829): Advanced Content Filter - data and features activation based on editor configuration.
+
+  Brand new data filtering system that works in 2 modes:
+
+  * Based on loaded features (toolbar items, plugins) - the data will be filtered according to what the editor in its
+  current configuration can handle.
+  * Based on [`config.allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent) rules - the data
+  will be filtered and the editor features (toolbar items, commands, keystrokes) will be enabled if they are allowed.
+
+  See the `datafiltering.html` sample, [guides](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) and [`CKEDITOR.filter` API documentation](http://docs.ckeditor.com/#!/api/CKEDITOR.filter).
+* [#9387](http://dev.ckeditor.com/ticket/9387): Reintroduced [Shared Spaces](http://ckeditor.com/addon/sharedspace) - the ability to display toolbar and bottom editor space in selected locations and to share them by different editor instances.
+* [#9907](http://dev.ckeditor.com/ticket/9907): Added the [`contentPreview`](http://docs.ckeditor.com/#!/api/CKEDITOR-event-contentPreview) event for preview data manipulation.
+* [#9713](http://dev.ckeditor.com/ticket/9713): Introduced the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin that brings raw HTML editing for inline editor instances.
+* Included in [#9829](http://dev.ckeditor.com/ticket/9829): Introduced new events, [`toHtml`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toHtml) and [`toDataFormat`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toDataFormat), allowing for better integration with data processing.
+* [#9981](http://dev.ckeditor.com/ticket/9981): Added ability to filter [`htmlParser.fragment`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.fragment), [`htmlParser.element`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.element) etc. by many [`htmlParser.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter)s before writing structure to an HTML string.
+* Included in [#10103](http://dev.ckeditor.com/ticket/10103):
+  * Introduced the [`editor.status`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-status) property to make it easier to check the current status of the editor.
+  * Default [`command`](http://docs.ckeditor.com/#!/api/CKEDITOR.command) state is now [`CKEDITOR.TRISTATE_DISABLE`](http://docs.ckeditor.com/#!/api/CKEDITOR-property-TRISTATE_DISABLED). It will be activated on [`editor.instanceReady`](http://docs.ckeditor.com/#!/api/CKEDITOR-event-instanceReady) or immediately after being added if the editor is already initialized.
+* [#9796](http://dev.ckeditor.com/ticket/9796): Introduced `<s>` as a default tag for strikethrough, which replaces obsolete `<strike>` in HTML5.
+
+## CKEditor 4.0.3
+
+Fixed Issues:
+
+* [#10196](http://dev.ckeditor.com/ticket/10196): Fixed context menus not opening with keyboard shortcuts when [Autogrow](http://ckeditor.com/addon/autogrow) is enabled.
+* [#10212](http://dev.ckeditor.com/ticket/10212): [IE7-10] Undo command throws errors after multiple switches between Source and WYSIWYG view.
+* [#10219](http://dev.ckeditor.com/ticket/10219): [Inline editor] Error thrown after calling [`editor.destroy()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-destroy).
+
+## CKEditor 4.0.2
+
+Fixed Issues:
+
+* [#9779](http://dev.ckeditor.com/ticket/9779): Fixed overriding [`CKEDITOR.getUrl()`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-getUrl) with `CKEDITOR_GETURL`.
+* [#9772](http://dev.ckeditor.com/ticket/9772): Custom buttons in the dialog window footer have different look and size ([Moono](http://ckeditor.com/addon/moono), [Kama](http://ckeditor.com/addon/kama) skins).
+* [#9029](http://dev.ckeditor.com/ticket/9029): Custom styles added with the [`stylesSet.add()`](http://docs.ckeditor.com/#!/api/CKEDITOR.stylesSet-method-add) are displayed in the wrong order.
+* [#9887](http://dev.ckeditor.com/ticket/9887): Disable [Magic Line](http://ckeditor.com/addon/magicline) when [`editor.readOnly`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-readOnly) is set.
+* [#9882](http://dev.ckeditor.com/ticket/9882): Fixed empty document title on [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) if set via the Document Properties dialog window.
+* [#9773](http://dev.ckeditor.com/ticket/9773): Fixed rendering problems with selection fields in the Kama skin.
+* [#9851](http://dev.ckeditor.com/ticket/9851): The [`selectionChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-selectionChange) event is not fired when mouse selection ended outside editable.
+* [#9903](http://dev.ckeditor.com/ticket/9903): [Inline editor] Bad positioning of floating space with page horizontal scroll.
+* [#9872](http://dev.ckeditor.com/ticket/9872): [`editor.checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) returns `true` when called onload. Removed the obsolete `editor.mayBeDirty` flag.
+* [#9893](http://dev.ckeditor.com/ticket/9893): [IE] Fixed broken toolbar when editing mixed direction content in Quirks mode.
+* [#9845](http://dev.ckeditor.com/ticket/9845): Fixed TAB navigation in the [Link](http://ckeditor.com/addon/link) dialog window when the Anchor option is used and no anchors are available.
+* [#9883](http://dev.ckeditor.com/ticket/9883): Maximizing was making the entire page editable with [divarea](http://ckeditor.com/addon/divarea)-based editors.
+* [#9940](http://dev.ckeditor.com/ticket/9940): [Firefox] Navigating back to a page with the editor was making the entire page editable.
+* [#9966](http://dev.ckeditor.com/ticket/9966): Fixed: Unable to type square brackets with French keyboard layout. Changed [Magic Line](http://ckeditor.com/addon/magicline) keystrokes.
+* [#9507](http://dev.ckeditor.com/ticket/9507): [Firefox] Selection is moved before editable position when the editor is focused for the first time.
+* [#9947](http://dev.ckeditor.com/ticket/9947): [WebKit] Editor overflows parent container in some edge cases.
+* [#10105](http://dev.ckeditor.com/ticket/10105): Fixed: Broken [sourcearea](http://ckeditor.com/addon/sourcearea) view when an RTL language is set.
+* [#10123](http://dev.ckeditor.com/ticket/10123): [WebKit] Fixed: Several dialog windows have broken layout since the latest WebKit release.
+* [#10152](http://dev.ckeditor.com/ticket/10152): Fixed: Invalid ARIA property used on menu items.
+
+## CKEditor 4.0.1.1
+
+Fixed Issues:
+
+* Security update: Added protection against XSS attack and possible path disclosure in the PHP sample.
+
+## CKEditor 4.0.1
+
+Fixed Issues:
+
+* [#9655](http://dev.ckeditor.com/ticket/9655): Support for IE Quirks Mode in the new [Moono skin](http://ckeditor.com/addon/moono).
+* Accessibility issues (mainly in inline editor): [#9364](http://dev.ckeditor.com/ticket/9364), [#9368](http://dev.ckeditor.com/ticket/9368), [#9369](http://dev.ckeditor.com/ticket/9369), [#9370](http://dev.ckeditor.com/ticket/9370), [#9541](http://dev.ckeditor.com/ticket/9541), [#9543](http://dev.ckeditor.com/ticket/9543), [#9841](http://dev.ckeditor.com/ticket/9841), [#9844](http://dev.ckeditor.com/ticket/9844).
+* [Magic Line](http://ckeditor.com/addon/magicline) plugin:
+    * [#9481](http://dev.ckeditor.com/ticket/9481): Added accessibility support for Magic Line.
+    * [#9509](http://dev.ckeditor.com/ticket/9509): Added Magic Line support for forms.
+    * [#9573](http://dev.ckeditor.com/ticket/9573): Magic Line does not disappear on `mouseout` in a specific case.
+* [#9754](http://dev.ckeditor.com/ticket/9754): [WebKit] Cutting & pasting simple unformatted text generates an inline wrapper in WebKit browsers.
+* [#9456](http://dev.ckeditor.com/ticket/9456): [Chrome] Properly paste bullet list style from MS Word.
+* [#9699](http://dev.ckeditor.com/ticket/9699), [#9758](http://dev.ckeditor.com/ticket/9758): Improved selection locking when selecting by dragging.
+* Context menu:
+    * [#9712](http://dev.ckeditor.com/ticket/9712): Opening the context menu destroys editor focus.
+    * [#9366](http://dev.ckeditor.com/ticket/9366): Context menu should be displayed over the floating toolbar.
+    * [#9706](http://dev.ckeditor.com/ticket/9706): Context menu generates a JavaScript error in inline mode when the editor is attached to a header element.
+* [#9800](http://dev.ckeditor.com/ticket/9800): Hide float panel when resizing the window.
+* [#9721](http://dev.ckeditor.com/ticket/9721): Padding in content of div-based editor puts the editing area under the bottom UI space.
+* [#9528](http://dev.ckeditor.com/ticket/9528): Host page `box-sizing` style should not influence the editor UI elements.
+* [#9503](http://dev.ckeditor.com/ticket/9503): [Form Elements](http://ckeditor.com/addon/forms) plugin adds context menu listeners only on supported input types. Added support for `tel`, `email`, `search` and `url` input types.
+* [#9769](http://dev.ckeditor.com/ticket/9769): Improved floating toolbar positioning in a narrow window.
+* [#9875](http://dev.ckeditor.com/ticket/9875): Table dialog window does not populate width correctly.
+* [#8675](http://dev.ckeditor.com/ticket/8675): Deleting cells in a nested table removes the outer table cell.
+* [#9815](http://dev.ckeditor.com/ticket/9815): Cannot edit dialog window fields in an editor initialized in the jQuery UI modal dialog.
+* [#8888](http://dev.ckeditor.com/ticket/8888): CKEditor dialog windows do not show completely in a small window.
+* [#9360](http://dev.ckeditor.com/ticket/9360): [Inline editor] Blocks shown for a `<div>` element stay permanently even after the user exits editing the `<div>`.
+* [#9531](http://dev.ckeditor.com/ticket/9531): [Firefox & Inline editor] Toolbar is lost when closing the Format drop-down list by clicking its button.
+* [#9553](http://dev.ckeditor.com/ticket/9553): Table width incorrectly set when the `border-width` style is specified.
+* [#9594](http://dev.ckeditor.com/ticket/9594): Cannot tab past CKEditor when it is in read-only mode.
+* [#9658](http://dev.ckeditor.com/ticket/9658): [IE9] Justify not working on selected images.
+* [#9686](http://dev.ckeditor.com/ticket/9686): Added missing contents styles for `<pre>` elements.
+* [#9709](http://dev.ckeditor.com/ticket/9709): [Paste from Word](http://ckeditor.com/addon/pastefromword) should not depend on configuration from other styles.
+* [#9726](http://dev.ckeditor.com/ticket/9726): Removed [Color Dialog](http://ckeditor.com/addon/colordialog) plugin dependency from [Table Tools](http://ckeditor.com/addon/tabletools).
+* [#9765](http://dev.ckeditor.com/ticket/9765): Toolbar Collapse command documented incorrectly in the [Accessibility Instructions](http://ckeditor.com/addon/a11yhelp) dialog window.
+* [#9771](http://dev.ckeditor.com/ticket/9771): [WebKit & Opera] Fixed scrolling issues when pasting.
+* [#9787](http://dev.ckeditor.com/ticket/9787): [IE9] `onChange` is not fired for checkboxes in dialogs.
+* [#9842](http://dev.ckeditor.com/ticket/9842): [Firefox 17] When opening a toolbar menu for the first time and pressing the *Down Arrow* key, focus goes to the next toolbar button instead of the menu options.
+* [#9847](http://dev.ckeditor.com/ticket/9847): [Elements Path](http://ckeditor.com/addon/elementspath) should not be initialized in the inline editor.
+* [#9853](http://dev.ckeditor.com/ticket/9853): [`editor.addRemoveFormatFilter()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-addRemoveFormatFilter) is exposed before it really works.
+* [#8893](http://dev.ckeditor.com/ticket/8893): Value of the [`pasteFromWordCleanupFile`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordCleanupFile) configuration option is now taken from the instance configuration.
+* [#9693](http://dev.ckeditor.com/ticket/9693): Removed "Live Preview" checkbox from UI color picker.
+
+
+## CKEditor 4.0
+
+The first stable release of the new CKEditor 4 code line.
+
+The CKEditor JavaScript API has been kept compatible with CKEditor 4, whenever
+possible. The list of relevant changes can be found in the [API Changes page of
+the CKEditor 4 documentation][1].
+
+[1]: http://docs.ckeditor.com/#!/guide/dev_api_changes "API Changes"

+ 1264 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/LICENSE.md

@@ -0,0 +1,1264 @@
+Software License Agreement
+==========================
+
+CKEditor - The text editor for Internet - http://ckeditor.com
+Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
+
+Licensed under the terms of any of the following licenses at your
+choice:
+
+ - GNU General Public License Version 2 or later (the "GPL")
+   http://www.gnu.org/licenses/gpl.html
+   (See Appendix A)
+
+ - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+   http://www.gnu.org/licenses/lgpl.html
+   (See Appendix B)
+
+ - Mozilla Public License Version 1.1 or later (the "MPL")
+   http://www.mozilla.org/MPL/MPL-1.1.html
+   (See Appendix C)
+
+You are not required to, but if you want to explicitly declare the
+license you have chosen to be bound to when using, reproducing,
+modifying and distributing this software, just include a text file
+titled "legal.txt" in your version of this software, indicating your
+license choice. In any case, your choice will not restrict any
+recipient of your version of this software to use, reproduce, modify
+and distribute this software under any of the above licenses.
+
+Sources of Intellectual Property Included in CKEditor
+-----------------------------------------------------
+
+Where not otherwise indicated, all CKEditor content is authored by
+CKSource engineers and consists of CKSource-owned intellectual
+property. In some specific instances, CKEditor will incorporate work
+done by developers outside of CKSource with their express permission.
+
+Trademarks
+----------
+
+CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
+and product names are trademarks, registered trademarks or service
+marks of their respective holders.
+
+---
+
+Appendix A: The GPL License
+---------------------------
+
+GNU GENERAL PUBLIC LICENSE
+Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software-to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+GNU GENERAL PUBLIC LICENSE
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+END OF TERMS AND CONDITIONS
+
+
+Appendix B: The LGPL License
+----------------------------
+
+GNU LESSER GENERAL PUBLIC LICENSE
+Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software-to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages-typically libraries-of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+GNU LESSER GENERAL PUBLIC LICENSE
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+END OF TERMS AND CONDITIONS
+
+
+Appendix C: The MPL License
+---------------------------
+
+MOZILLA PUBLIC LICENSE
+Version 1.1
+
+1. Definitions.
+
+     1.0.1. "Commercial Use" means distribution or otherwise making the
+     Covered Code available to a third party.
+
+     1.1. "Contributor" means each entity that creates or contributes to
+     the creation of Modifications.
+
+     1.2. "Contributor Version" means the combination of the Original
+     Code, prior Modifications used by a Contributor, and the Modifications
+     made by that particular Contributor.
+
+     1.3. "Covered Code" means the Original Code or Modifications or the
+     combination of the Original Code and Modifications, in each case
+     including portions thereof.
+
+     1.4. "Electronic Distribution Mechanism" means a mechanism generally
+     accepted in the software development community for the electronic
+     transfer of data.
+
+     1.5. "Executable" means Covered Code in any form other than Source
+     Code.
+
+     1.6. "Initial Developer" means the individual or entity identified
+     as the Initial Developer in the Source Code notice required by Exhibit
+     A.
+
+     1.7. "Larger Work" means a work which combines Covered Code or
+     portions thereof with code not governed by the terms of this License.
+
+     1.8. "License" means this document.
+
+     1.8.1. "Licensable" means having the right to grant, to the maximum
+     extent possible, whether at the time of the initial grant or
+     subsequently acquired, any and all of the rights conveyed herein.
+
+     1.9. "Modifications" means any addition to or deletion from the
+     substance or structure of either the Original Code or any previous
+     Modifications. When Covered Code is released as a series of files, a
+     Modification is:
+          A. Any addition to or deletion from the contents of a file
+          containing Original Code or previous Modifications.
+
+          B. Any new file that contains any part of the Original Code or
+          previous Modifications.
+
+     1.10. "Original Code" means Source Code of computer software code
+     which is described in the Source Code notice required by Exhibit A as
+     Original Code, and which, at the time of its release under this
+     License is not already Covered Code governed by this License.
+
+     1.10.1. "Patent Claims" means any patent claim(s), now owned or
+     hereafter acquired, including without limitation,  method, process,
+     and apparatus claims, in any patent Licensable by grantor.
+
+     1.11. "Source Code" means the preferred form of the Covered Code for
+     making modifications to it, including all modules it contains, plus
+     any associated interface definition files, scripts used to control
+     compilation and installation of an Executable, or source code
+     differential comparisons against either the Original Code or another
+     well known, available Covered Code of the Contributor's choice. The
+     Source Code can be in a compressed or archival form, provided the
+     appropriate decompression or de-archiving software is widely available
+     for no charge.
+
+     1.12. "You" (or "Your")  means an individual or a legal entity
+     exercising rights under, and complying with all of the terms of, this
+     License or a future version of this License issued under Section 6.1.
+     For legal entities, "You" includes any entity which controls, is
+     controlled by, or is under common control with You. For purposes of
+     this definition, "control" means (a) the power, direct or indirect,
+     to cause the direction or management of such entity, whether by
+     contract or otherwise, or (b) ownership of more than fifty percent
+     (50%) of the outstanding shares or beneficial ownership of such
+     entity.
+
+2. Source Code License.
+
+     2.1. The Initial Developer Grant.
+     The Initial Developer hereby grants You a world-wide, royalty-free,
+     non-exclusive license, subject to third party intellectual property
+     claims:
+          (a)  under intellectual property rights (other than patent or
+          trademark) Licensable by Initial Developer to use, reproduce,
+          modify, display, perform, sublicense and distribute the Original
+          Code (or portions thereof) with or without Modifications, and/or
+          as part of a Larger Work; and
+
+          (b) under Patents Claims infringed by the making, using or
+          selling of Original Code, to make, have made, use, practice,
+          sell, and offer for sale, and/or otherwise dispose of the
+          Original Code (or portions thereof).
+
+          (c) the licenses granted in this Section 2.1(a) and (b) are
+          effective on the date Initial Developer first distributes
+          Original Code under the terms of this License.
+
+          (d) Notwithstanding Section 2.1(b) above, no patent license is
+          granted: 1) for code that You delete from the Original Code; 2)
+          separate from the Original Code;  or 3) for infringements caused
+          by: i) the modification of the Original Code or ii) the
+          combination of the Original Code with other software or devices.
+
+     2.2. Contributor Grant.
+     Subject to third party intellectual property claims, each Contributor
+     hereby grants You a world-wide, royalty-free, non-exclusive license
+
+          (a)  under intellectual property rights (other than patent or
+          trademark) Licensable by Contributor, to use, reproduce, modify,
+          display, perform, sublicense and distribute the Modifications
+          created by such Contributor (or portions thereof) either on an
+          unmodified basis, with other Modifications, as Covered Code
+          and/or as part of a Larger Work; and
+
+          (b) under Patent Claims infringed by the making, using, or
+          selling of  Modifications made by that Contributor either alone
+          and/or in combination with its Contributor Version (or portions
+          of such combination), to make, use, sell, offer for sale, have
+          made, and/or otherwise dispose of: 1) Modifications made by that
+          Contributor (or portions thereof); and 2) the combination of
+          Modifications made by that Contributor with its Contributor
+          Version (or portions of such combination).
+
+          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
+          effective on the date Contributor first makes Commercial Use of
+          the Covered Code.
+
+          (d)    Notwithstanding Section 2.2(b) above, no patent license is
+          granted: 1) for any code that Contributor has deleted from the
+          Contributor Version; 2)  separate from the Contributor Version;
+          3)  for infringements caused by: i) third party modifications of
+          Contributor Version or ii)  the combination of Modifications made
+          by that Contributor with other software  (except as part of the
+          Contributor Version) or other devices; or 4) under Patent Claims
+          infringed by Covered Code in the absence of Modifications made by
+          that Contributor.
+
+3. Distribution Obligations.
+
+     3.1. Application of License.
+     The Modifications which You create or to which You contribute are
+     governed by the terms of this License, including without limitation
+     Section 2.2. The Source Code version of Covered Code may be
+     distributed only under the terms of this License or a future version
+     of this License released under Section 6.1, and You must include a
+     copy of this License with every copy of the Source Code You
+     distribute. You may not offer or impose any terms on any Source Code
+     version that alters or restricts the applicable version of this
+     License or the recipients' rights hereunder. However, You may include
+     an additional document offering the additional rights described in
+     Section 3.5.
+
+     3.2. Availability of Source Code.
+     Any Modification which You create or to which You contribute must be
+     made available in Source Code form under the terms of this License
+     either on the same media as an Executable version or via an accepted
+     Electronic Distribution Mechanism to anyone to whom you made an
+     Executable version available; and if made available via Electronic
+     Distribution Mechanism, must remain available for at least twelve (12)
+     months after the date it initially became available, or at least six
+     (6) months after a subsequent version of that particular Modification
+     has been made available to such recipients. You are responsible for
+     ensuring that the Source Code version remains available even if the
+     Electronic Distribution Mechanism is maintained by a third party.
+
+     3.3. Description of Modifications.
+     You must cause all Covered Code to which You contribute to contain a
+     file documenting the changes You made to create that Covered Code and
+     the date of any change. You must include a prominent statement that
+     the Modification is derived, directly or indirectly, from Original
+     Code provided by the Initial Developer and including the name of the
+     Initial Developer in (a) the Source Code, and (b) in any notice in an
+     Executable version or related documentation in which You describe the
+     origin or ownership of the Covered Code.
+
+     3.4. Intellectual Property Matters
+          (a) Third Party Claims.
+          If Contributor has knowledge that a license under a third party's
+          intellectual property rights is required to exercise the rights
+          granted by such Contributor under Sections 2.1 or 2.2,
+          Contributor must include a text file with the Source Code
+          distribution titled "LEGAL" which describes the claim and the
+          party making the claim in sufficient detail that a recipient will
+          know whom to contact. If Contributor obtains such knowledge after
+          the Modification is made available as described in Section 3.2,
+          Contributor shall promptly modify the LEGAL file in all copies
+          Contributor makes available thereafter and shall take other steps
+          (such as notifying appropriate mailing lists or newsgroups)
+          reasonably calculated to inform those who received the Covered
+          Code that new knowledge has been obtained.
+
+          (b) Contributor APIs.
+          If Contributor's Modifications include an application programming
+          interface and Contributor has knowledge of patent licenses which
+          are reasonably necessary to implement that API, Contributor must
+          also include this information in the LEGAL file.
+
+               (c)    Representations.
+          Contributor represents that, except as disclosed pursuant to
+          Section 3.4(a) above, Contributor believes that Contributor's
+          Modifications are Contributor's original creation(s) and/or
+          Contributor has sufficient rights to grant the rights conveyed by
+          this License.
+
+     3.5. Required Notices.
+     You must duplicate the notice in Exhibit A in each file of the Source
+     Code.  If it is not possible to put such notice in a particular Source
+     Code file due to its structure, then You must include such notice in a
+     location (such as a relevant directory) where a user would be likely
+     to look for such a notice.  If You created one or more Modification(s)
+     You may add your name as a Contributor to the notice described in
+     Exhibit A.  You must also duplicate this License in any documentation
+     for the Source Code where You describe recipients' rights or ownership
+     rights relating to Covered Code.  You may choose to offer, and to
+     charge a fee for, warranty, support, indemnity or liability
+     obligations to one or more recipients of Covered Code. However, You
+     may do so only on Your own behalf, and not on behalf of the Initial
+     Developer or any Contributor. You must make it absolutely clear than
+     any such warranty, support, indemnity or liability obligation is
+     offered by You alone, and You hereby agree to indemnify the Initial
+     Developer and every Contributor for any liability incurred by the
+     Initial Developer or such Contributor as a result of warranty,
+     support, indemnity or liability terms You offer.
+
+     3.6. Distribution of Executable Versions.
+     You may distribute Covered Code in Executable form only if the
+     requirements of Section 3.1-3.5 have been met for that Covered Code,
+     and if You include a notice stating that the Source Code version of
+     the Covered Code is available under the terms of this License,
+     including a description of how and where You have fulfilled the
+     obligations of Section 3.2. The notice must be conspicuously included
+     in any notice in an Executable version, related documentation or
+     collateral in which You describe recipients' rights relating to the
+     Covered Code. You may distribute the Executable version of Covered
+     Code or ownership rights under a license of Your choice, which may
+     contain terms different from this License, provided that You are in
+     compliance with the terms of this License and that the license for the
+     Executable version does not attempt to limit or alter the recipient's
+     rights in the Source Code version from the rights set forth in this
+     License. If You distribute the Executable version under a different
+     license You must make it absolutely clear that any terms which differ
+     from this License are offered by You alone, not by the Initial
+     Developer or any Contributor. You hereby agree to indemnify the
+     Initial Developer and every Contributor for any liability incurred by
+     the Initial Developer or such Contributor as a result of any such
+     terms You offer.
+
+     3.7. Larger Works.
+     You may create a Larger Work by combining Covered Code with other code
+     not governed by the terms of this License and distribute the Larger
+     Work as a single product. In such a case, You must make sure the
+     requirements of this License are fulfilled for the Covered Code.
+
+4. Inability to Comply Due to Statute or Regulation.
+
+     If it is impossible for You to comply with any of the terms of this
+     License with respect to some or all of the Covered Code due to
+     statute, judicial order, or regulation then You must: (a) comply with
+     the terms of this License to the maximum extent possible; and (b)
+     describe the limitations and the code they affect. Such description
+     must be included in the LEGAL file described in Section 3.4 and must
+     be included with all distributions of the Source Code. Except to the
+     extent prohibited by statute or regulation, such description must be
+     sufficiently detailed for a recipient of ordinary skill to be able to
+     understand it.
+
+5. Application of this License.
+
+     This License applies to code to which the Initial Developer has
+     attached the notice in Exhibit A and to related Covered Code.
+
+6. Versions of the License.
+
+     6.1. New Versions.
+     Netscape Communications Corporation ("Netscape") may publish revised
+     and/or new versions of the License from time to time. Each version
+     will be given a distinguishing version number.
+
+     6.2. Effect of New Versions.
+     Once Covered Code has been published under a particular version of the
+     License, You may always continue to use it under the terms of that
+     version. You may also choose to use such Covered Code under the terms
+     of any subsequent version of the License published by Netscape. No one
+     other than Netscape has the right to modify the terms applicable to
+     Covered Code created under this License.
+
+     6.3. Derivative Works.
+     If You create or use a modified version of this License (which you may
+     only do in order to apply it to code which is not already Covered Code
+     governed by this License), You must (a) rename Your license so that
+     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
+     "MPL", "NPL" or any confusingly similar phrase do not appear in your
+     license (except to note that your license differs from this License)
+     and (b) otherwise make it clear that Your version of the license
+     contains terms which differ from the Mozilla Public License and
+     Netscape Public License. (Filling in the name of the Initial
+     Developer, Original Code or Contributor in the notice described in
+     Exhibit A shall not of themselves be deemed to be modifications of
+     this License.)
+
+7. DISCLAIMER OF WARRANTY.
+
+     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
+     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
+     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
+     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
+     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
+     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
+     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
+     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+
+8. TERMINATION.
+
+     8.1.  This License and the rights granted hereunder will terminate
+     automatically if You fail to comply with terms herein and fail to cure
+     such breach within 30 days of becoming aware of the breach. All
+     sublicenses to the Covered Code which are properly granted shall
+     survive any termination of this License. Provisions which, by their
+     nature, must remain in effect beyond the termination of this License
+     shall survive.
+
+     8.2.  If You initiate litigation by asserting a patent infringement
+     claim (excluding declatory judgment actions) against Initial Developer
+     or a Contributor (the Initial Developer or Contributor against whom
+     You file such action is referred to as "Participant")  alleging that:
+
+     (a)  such Participant's Contributor Version directly or indirectly
+     infringes any patent, then any and all rights granted by such
+     Participant to You under Sections 2.1 and/or 2.2 of this License
+     shall, upon 60 days notice from Participant terminate prospectively,
+     unless if within 60 days after receipt of notice You either: (i)
+     agree in writing to pay Participant a mutually agreeable reasonable
+     royalty for Your past and future use of Modifications made by such
+     Participant, or (ii) withdraw Your litigation claim with respect to
+     the Contributor Version against such Participant.  If within 60 days
+     of notice, a reasonable royalty and payment arrangement are not
+     mutually agreed upon in writing by the parties or the litigation claim
+     is not withdrawn, the rights granted by Participant to You under
+     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
+     the 60 day notice period specified above.
+
+     (b)  any software, hardware, or device, other than such Participant's
+     Contributor Version, directly or indirectly infringes any patent, then
+     any rights granted to You by such Participant under Sections 2.1(b)
+     and 2.2(b) are revoked effective as of the date You first made, used,
+     sold, distributed, or had made, Modifications made by that
+     Participant.
+
+     8.3.  If You assert a patent infringement claim against Participant
+     alleging that such Participant's Contributor Version directly or
+     indirectly infringes any patent where such claim is resolved (such as
+     by license or settlement) prior to the initiation of patent
+     infringement litigation, then the reasonable value of the licenses
+     granted by such Participant under Sections 2.1 or 2.2 shall be taken
+     into account in determining the amount or value of any payment or
+     license.
+
+     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
+     all end user license agreements (excluding distributors and resellers)
+     which have been validly granted by You or any distributor hereunder
+     prior to termination shall survive termination.
+
+9. LIMITATION OF LIABILITY.
+
+     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
+     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
+     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
+     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
+     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
+     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
+     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
+     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
+     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
+
+10. U.S. GOVERNMENT END USERS.
+
+     The Covered Code is a "commercial item," as that term is defined in
+     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
+     software" and "commercial computer software documentation," as such
+     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
+     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
+     all U.S. Government End Users acquire Covered Code with only those
+     rights set forth herein.
+
+11. MISCELLANEOUS.
+
+     This License represents the complete agreement concerning subject
+     matter hereof. If any provision of this License is held to be
+     unenforceable, such provision shall be reformed only to the extent
+     necessary to make it enforceable. This License shall be governed by
+     California law provisions (except to the extent applicable law, if
+     any, provides otherwise), excluding its conflict-of-law provisions.
+     With respect to disputes in which at least one party is a citizen of,
+     or an entity chartered or registered to do business in the United
+     States of America, any litigation relating to this License shall be
+     subject to the jurisdiction of the Federal Courts of the Northern
+     District of California, with venue lying in Santa Clara County,
+     California, with the losing party responsible for costs, including
+     without limitation, court costs and reasonable attorneys' fees and
+     expenses. The application of the United Nations Convention on
+     Contracts for the International Sale of Goods is expressly excluded.
+     Any law or regulation which provides that the language of a contract
+     shall be construed against the drafter shall not apply to this
+     License.
+
+12. RESPONSIBILITY FOR CLAIMS.
+
+     As between Initial Developer and the Contributors, each party is
+     responsible for claims and damages arising, directly or indirectly,
+     out of its utilization of rights under this License and You agree to
+     work with Initial Developer and Contributors to distribute such
+     responsibility on an equitable basis. Nothing herein is intended or
+     shall be deemed to constitute any admission of liability.
+
+13. MULTIPLE-LICENSED CODE.
+
+     Initial Developer may designate portions of the Covered Code as
+     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
+     Developer permits you to utilize portions of the Covered Code under
+     Your choice of the NPL or the alternative licenses, if any, specified
+     by the Initial Developer in the file described in Exhibit A.
+
+EXHIBIT A -Mozilla Public License.
+
+     ``The contents of this file are subject to the Mozilla Public License
+     Version 1.1 (the "License"); you may not use this file except in
+     compliance with the License. You may obtain a copy of the License at
+     http://www.mozilla.org/MPL/
+
+     Software distributed under the License is distributed on an "AS IS"
+     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+     License for the specific language governing rights and limitations
+     under the License.
+
+     The Original Code is ______________________________________.
+
+     The Initial Developer of the Original Code is ________________________.
+     Portions created by ______________________ are Copyright (C) ______
+     _______________________. All Rights Reserved.
+
+     Contributor(s): ______________________________________.
+
+     Alternatively, the contents of this file may be used under the terms
+     of the _____ license (the  "[___] License"), in which case the
+     provisions of [______] License are applicable instead of those
+     above.  If you wish to allow use of your version of this file only
+     under the terms of the [____] License and not to allow others to use
+     your version of this file under the MPL, indicate your decision by
+     deleting  the provisions above and replace  them with the notice and
+     other provisions required by the [___] License.  If you do not delete
+     the provisions above, a recipient may use your version of this file
+     under either the MPL or the [___] License."
+
+     [NOTE: The text of this Exhibit A may differ slightly from the text of
+     the notices in the Source Code files of the Original Code. You should
+     use the text of this Exhibit A rather than the text found in the
+     Original Code Source Code for Your Modifications.]

+ 39 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/README.md

@@ -0,0 +1,39 @@
+CKEditor 4
+==========
+
+Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.  
+http://ckeditor.com - See LICENSE.md for license information.
+
+CKEditor is a text editor to be used inside web pages. It's not a replacement
+for desktop text editors like Word or OpenOffice, but a component to be used as
+part of web applications and websites.
+
+## Documentation
+
+The full editor documentation is available online at the following address:
+http://docs.ckeditor.com
+
+## Installation
+
+Installing CKEditor is an easy task. Just follow these simple steps:
+
+ 1. **Download** the latest version from the CKEditor website:
+    http://ckeditor.com. You should have already completed this step, but be
+    sure you have the very latest version.
+ 2. **Extract** (decompress) the downloaded file into the root of your website.
+
+**Note:** CKEditor is by default installed in the `ckeditor` folder. You can
+place the files in whichever you want though.
+
+## Checking Your Installation
+
+The editor comes with a few sample pages that can be used to verify that
+installation proceeded properly. Take a look at the `samples` directory.
+
+To test your installation, just call the following page at your website:
+
+	http://<your site>/<CKEditor installation path>/samples/index.html
+
+For example:
+
+	http://www.example.com/ckeditor/samples/index.html

+ 10 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/adapters/jquery.js

@@ -0,0 +1,10 @@
+/*
+ Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or http://ckeditor.com/license
+*/
+(function(a){CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;"undefined"!=typeof a&&(a.extend(a.fn,{ckeditorGet:function(){var a=this.eq(0).data("ckeditorInstance");if(!a)throw"CKEditor is not initialized yet, use ckeditor() with a callback.";return a},ckeditor:function(g,d){if(!CKEDITOR.env.isCompatible)throw Error("The environment is incompatible.");if(!a.isFunction(g))var k=d,d=g,g=k;var i=[],d=d||{};this.each(function(){var b=
+a(this),c=b.data("ckeditorInstance"),f=b.data("_ckeditorInstanceLock"),h=this,j=new a.Deferred;i.push(j.promise());if(c&&!f)g&&g.apply(c,[this]),j.resolve();else if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(c.element.$==h&&g&&g.apply(c,[h]),j.resolve()):setTimeout(arguments.callee,100)},0)},null,null,9999);else{if(d.autoUpdateElement||"undefined"==typeof d.autoUpdateElement&&CKEDITOR.config.autoUpdateElement)d.autoUpdateElementJquery=!0;d.autoUpdateElement=!1;b.data("_ckeditorInstanceLock",
+!0);c=a(this).is("textarea")?CKEDITOR.replace(h,d):CKEDITOR.inline(h,d);b.data("ckeditorInstance",c);c.on("instanceReady",function(d){var e=d.editor;setTimeout(function(){if(e.element){d.removeListener();e.on("dataReady",function(){b.trigger("dataReady.ckeditor",[e])});e.on("setData",function(a){b.trigger("setData.ckeditor",[e,a.data])});e.on("getData",function(a){b.trigger("getData.ckeditor",[e,a.data])},999);e.on("destroy",function(){b.trigger("destroy.ckeditor",[e])});e.on("save",function(){a(h.form).submit();
+return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.form).length){var c=function(){b.ckeditor(function(){e.updateElement()})};a(h.form).submit(c);a(h.form).bind("form-pre-serialize",c);b.bind("destroy.ckeditor",function(){a(h.form).unbind("submit",c);a(h.form).unbind("form-pre-serialize",c)})}e.on("destroy",function(){b.removeData("ckeditorInstance")});b.removeData("_ckeditorInstanceLock");b.trigger("instanceReady.ckeditor",[e]);g&&g.apply(e,[h]);j.resolve()}else setTimeout(arguments.callee,
+100)},0)},null,null,9999)}});var f=new a.Deferred;this.promise=f.promise();a.when.apply(this,i).then(function(){f.resolve()});this.editor=this.eq(0).data("ckeditorInstance");return this}}),CKEDITOR.config.jqueryOverrideVal&&(a.fn.val=CKEDITOR.tools.override(a.fn.val,function(g){return function(d){if(arguments.length){var k=this,i=[],f=this.each(function(){var b=a(this),c=b.data("ckeditorInstance");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.resolve()});i.push(f.promise());
+return!0}return g.call(b,d)});if(i.length){var b=new a.Deferred;a.when.apply(this,i).done(function(){b.resolveWith(k)});return b.promise()}return f}var f=a(this).eq(0),c=f.data("ckeditorInstance");return f.is("textarea")&&c?c.getData():g.call(f)}})))})(window.jQuery);

+ 152 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/build-config.js

@@ -0,0 +1,152 @@
+/**
+ * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or http://ckeditor.com/license
+ */
+
+/**
+ * This file was added automatically by CKEditor builder.
+ * You may re-use it at any time to build CKEditor again.
+ *
+ * If you would like to build CKEditor online again
+ * (for example to upgrade), visit one the following links:
+ *
+ * (1) http://ckeditor.com/builder
+ *     Visit online builder to build CKEditor from scratch.
+ *
+ * (2) http://ckeditor.com/builder/e41bccb8290b6d530f8478ddafe95c48
+ *     Visit online builder to build CKEditor, starting with the same setup as before.
+ *
+ * (3) http://ckeditor.com/builder/download/e41bccb8290b6d530f8478ddafe95c48
+ *     Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
+ *
+ * NOTE:
+ *    This file is not used by CKEditor, you may remove it.
+ *    Changing this file will not change your CKEditor configuration.
+ */
+
+var CKBUILDER_CONFIG = {
+	skin: 'moono',
+	preset: 'standard',
+	ignore: [
+		'.bender',
+		'.DS_Store',
+		'.gitignore',
+		'.gitattributes',
+		'.idea',
+		'.mailmap',
+		'bender.js',
+		'bender-err.log',
+		'bender-out.log',
+		'dev',
+		'node_modules',
+		'package.json',
+		'README.md',
+		'tests'
+	],
+	plugins : {
+		'a11yhelp' : 1,
+		'about' : 1,
+		'basicstyles' : 1,
+		'blockquote' : 1,
+		'clipboard' : 1,
+		'contextmenu' : 1,
+		'elementspath' : 1,
+		'enterkey' : 1,
+		'entities' : 1,
+		'filebrowser' : 1,
+		'floatingspace' : 1,
+		'format' : 1,
+		'horizontalrule' : 1,
+		'htmlwriter' : 1,
+		'image' : 1,
+		'indentlist' : 1,
+		'link' : 1,
+		'list' : 1,
+		'magicline' : 1,
+		'maximize' : 1,
+		'pastefromword' : 1,
+		'pastetext' : 1,
+		'removeformat' : 1,
+		'resize' : 1,
+		'scayt' : 1,
+		'showborders' : 1,
+		'sourcearea' : 1,
+		'specialchar' : 1,
+		'stylescombo' : 1,
+		'tab' : 1,
+		'table' : 1,
+		'tabletools' : 1,
+		'toolbar' : 1,
+		'undo' : 1,
+		'wsc' : 1,
+		'wysiwygarea' : 1
+	},
+	languages : {
+		'af' : 1,
+		'ar' : 1,
+		'bg' : 1,
+		'bn' : 1,
+		'bs' : 1,
+		'ca' : 1,
+		'cs' : 1,
+		'cy' : 1,
+		'da' : 1,
+		'de' : 1,
+		'el' : 1,
+		'en' : 1,
+		'en-au' : 1,
+		'en-ca' : 1,
+		'en-gb' : 1,
+		'eo' : 1,
+		'es' : 1,
+		'et' : 1,
+		'eu' : 1,
+		'fa' : 1,
+		'fi' : 1,
+		'fo' : 1,
+		'fr' : 1,
+		'fr-ca' : 1,
+		'gl' : 1,
+		'gu' : 1,
+		'he' : 1,
+		'hi' : 1,
+		'hr' : 1,
+		'hu' : 1,
+		'id' : 1,
+		'is' : 1,
+		'it' : 1,
+		'ja' : 1,
+		'ka' : 1,
+		'km' : 1,
+		'ko' : 1,
+		'ku' : 1,
+		'lt' : 1,
+		'lv' : 1,
+		'mk' : 1,
+		'mn' : 1,
+		'ms' : 1,
+		'nb' : 1,
+		'nl' : 1,
+		'no' : 1,
+		'pl' : 1,
+		'pt' : 1,
+		'pt-br' : 1,
+		'ro' : 1,
+		'ru' : 1,
+		'si' : 1,
+		'sk' : 1,
+		'sl' : 1,
+		'sq' : 1,
+		'sr' : 1,
+		'sr-latn' : 1,
+		'sv' : 1,
+		'th' : 1,
+		'tr' : 1,
+		'tt' : 1,
+		'ug' : 1,
+		'uk' : 1,
+		'vi' : 1,
+		'zh' : 1,
+		'zh-cn' : 1
+	}
+};

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 845 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/ckeditor.js


+ 38 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/config.js

@@ -0,0 +1,38 @@
+/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+CKEDITOR.editorConfig = function( config ) {
+	// Define changes to default configuration here.
+	// For complete reference see:
+	// http://docs.ckeditor.com/#!/api/CKEDITOR.config
+
+	// The toolbar groups arrangement, optimized for two toolbar rows.
+	config.toolbarGroups = [
+		{ name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },
+		{ name: 'editing',     groups: [ 'find', 'selection' ] },
+		{ name: 'links' },
+//		{ name: 'insert' },
+		{ name: 'forms' },
+		{ name: 'tools' },
+		{ name: 'document',	   groups: [ 'mode', 'document', 'doctools' ] },
+		{ name: 'others' },
+		{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
+		{ name: 'paragraph',   groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
+		{ name: 'styles' },
+		{ name: 'colors' },
+		{ name: 'about' }
+	];
+
+	// Remove some buttons provided by the standard plugins, which are
+	// not needed in the Standard(s) toolbar.
+	config.removeButtons = 'Underline,Subscript,Superscript';
+
+	// Set the most common block elements.
+	config.format_tags = 'p;h1;h2;h3;pre';
+
+	// Simplify the dialog windows.
+	config.removeDialogTabs = 'image:advanced;link:advanced';
+	config.skin = 'office2013';
+};

+ 134 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/contents.css

@@ -0,0 +1,134 @@
+/*
+Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.md or http://ckeditor.com/license
+*/
+
+body
+{
+	/* Font */
+	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
+	font-size: 12px;
+
+	/* Text color */
+	color: #333;
+
+	/* Remove the background color to make it transparent */
+	background-color: #fff;
+
+	margin: 20px;
+}
+
+.cke_editable
+{
+	font-size: 13px;
+	line-height: 1.6;
+}
+
+blockquote
+{
+	font-style: italic;
+	font-family: Georgia, Times, "Times New Roman", serif;
+	padding: 2px 0;
+	border-style: solid;
+	border-color: #ccc;
+	border-width: 0;
+}
+
+.cke_contents_ltr blockquote
+{
+	padding-left: 20px;
+	padding-right: 8px;
+	border-left-width: 5px;
+}
+
+.cke_contents_rtl blockquote
+{
+	padding-left: 8px;
+	padding-right: 20px;
+	border-right-width: 5px;
+}
+
+a
+{
+	color: #0782C1;
+}
+
+ol,ul,dl
+{
+	/* IE7: reset rtl list margin. (#7334) */
+	*margin-right: 0px;
+	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
+	padding: 0 40px;
+}
+
+h1,h2,h3,h4,h5,h6
+{
+	font-weight: normal;
+	line-height: 1.2;
+}
+
+hr
+{
+	border: 0px;
+	border-top: 1px solid #ccc;
+}
+
+img.right
+{
+	border: 1px solid #ccc;
+	float: right;
+	margin-left: 15px;
+	padding: 5px;
+}
+
+img.left
+{
+	border: 1px solid #ccc;
+	float: left;
+	margin-right: 15px;
+	padding: 5px;
+}
+
+pre
+{
+	white-space: pre-wrap; /* CSS 2.1 */
+	word-wrap: break-word; /* IE7 */
+	-moz-tab-size: 4;
+	-o-tab-size: 4;
+	-webkit-tab-size: 4;
+	tab-size: 4;
+}
+
+.marker
+{
+	background-color: Yellow;
+}
+
+span[lang]
+{
+	font-style: italic;
+}
+
+figure
+{
+	text-align: center;
+	border: solid 1px #ccc;
+	border-radius: 2px;
+	background: rgba(0,0,0,0.05);
+	padding: 10px;
+	margin: 10px 20px;
+	display: inline-block;
+}
+
+figure > figcaption
+{
+	text-align: center;
+	display: block; /* For IE8 */
+}
+
+a > img {
+	padding: 1px;
+	margin: 1px;
+	border: none;
+	outline: 1px solid #0782C1;
+}

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/af.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/ar.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/bg.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/bn.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/bs.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/ca.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/cs.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/cy.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/da.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/de.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/el.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/en-au.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/en-ca.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/en-gb.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/en.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/eo.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/es.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/et.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
gkoa/trunk/xtframe-oa/modules/xtframe-admin/src/main/webapp/static/ckeditor/lang/eu.js


Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott