spring AOP配置多个 pointcut报错!

<aop:config><aop:aspectid="aspectIntercept"ref="popedomManagerInterceptor"><aop:point... <aop:config>
<aop:aspect id="aspectIntercept" ref="popedomManagerInterceptor">
<aop:pointcut id="pointCut"
expression="execution(* com.action.userinfoAction..*(..))&&execution(* com.action.memberAction..*(..))&&!execution(* get*(..))&&!execution(* set*(..))" />
<aop:before method="checkSecurity" pointcut-ref="pointCut" />
</aop:aspect>
</aop:config>

<bean id="popedomManagerInterceptor" class="com.aop.CmsPopedomManageInterceptor" scope="prototype">
</bean>

错误信息:
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 18 in XML document from ServletContext resource [/WEB-INF/applicationContext_wt.xml] is invalid; nested exception is org.xml.sax.SAXParseException: The entity name must immediately follow the '&' in the entity reference.
等了很久,也没人给我个满意的答案,郁闷啊!
问题都解决了,和大家分享:
&&我要的是同时的意思,而在expression里不支持这么写,应该用and来代替&&就搞定了。
展开
 我来答
若以下回答无法解决问题,邀请你更新回答
catchfinally
2010-09-13 · TA获得超过450个赞
知道小有建树答主
回答量:472
采纳率:0%
帮助的人:110万
展开全部
恩知道了 在expression里不支持这么写,应该用and来代替&&就搞定了。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友b6a19fb
2010-09-01 · 超过26用户采纳过TA的回答
知道答主
回答量:134
采纳率:0%
帮助的人:69万
展开全部
Line 18 in 在这行找

在&符看看
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友91f49c4
2010-09-06 · TA获得超过1176个赞
知道小有建树答主
回答量:1683
采纳率:0%
帮助的人:675万
展开全部
冲突了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
小雅1943
2012-10-18
知道答主
回答量:5
采纳率:0%
帮助的人:5.6万
展开全部
那请问下,定义切面的com.aop.CmsPopedomManageInterceptor这个类里面写的是什么内容
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 4条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式