- 浏览: 21216 次
- 性别:
- 来自: nanjing
最新评论
-
x254937162:
楼主你是怎么解决的?
把其中几个bean加入事务就会死在那,启动不了
文章列表
我用传统的配置方式 但发现要是加上某几个bean时,然后启动就会特别慢,死在那不动了。
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans default-autowire="byType">
<!-- ...
- 2008-08-06 12:33
- 浏览 937
- 评论(1)
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ page %>
<%@page import="org.acegisecurity.ui.webapp.AuthenticationProcessingFilter"%>
<html>
<head>
<title>Acegi测试</title>
</head>
<body bgcolor="6683ff"&g ...
<%@ page contentType="text/html;charset=UTF-8" %>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<html>
<head>
</head>
<body bgcolor="336699">
<html:form action="/user.do?method=authenticate&quo ...
下面是配置文件 acegi.xml的内容
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<!-- ======================== FILTER CHAIN ======================= ...