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来代替&&就搞定了。 展开
<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来代替&&就搞定了。 展开
若以下回答无法解决问题,邀请你更新回答
4个回答
展开全部
恩知道了 在expression里不支持这么写,应该用and来代替&&就搞定了。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Line 18 in 在这行找
在&符看看
在&符看看
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
冲突了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
那请问下,定义切面的com.aop.CmsPopedomManageInterceptor这个类里面写的是什么内容
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询