Unable to instantiate Action, OrderAction, defined for 'OrderActionfindByMethod' in namespace ''Error creating bean with name 'OrderAction' defined in class path resource [beans.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError - action - file:/D:/aaa/shop/WebRoot/WEB-INF/classes/struts.xml:173:62
com.opensymphony.xwork2.DefaultActionInvocation.createAction(DefaultActionInvocation.java:294)
applicationContext.xml
<bean id="MyInterceptor" class="Unit.Test.MyInterceptor"/>
<bean name="Myaction" class="Unit.Test.Myaction" scope="prototype">
</bean>
struts.xml
<action name="Myaction*" class="Myaction" method="{1}">
<result name="updateSuc">/test.jsp</result>
</action>
拦截器代码
@Pointcut("execution (* Unit.Test.Myaction.*del*(..))")定要指定是某个del方法,否则它会那个方法都会拦截的
解决办法是:
1.去掉类路径上的关于Hibernate的3个lib(去掉的含义是从整个项目中删除,到回收站里面)不要放在lib的目录的下面。
asm.jar
asm-attrs.jar
cglib-2.1.3.jar
2.流下Spring中的以下4个lib(就是保留SpringAOP所需要的jar包)
asm-2.2.2.jar
asm-commons-2.2.2.jar
asm-util-2.2.2.jar
cglib-nodep-2.1_3.jar
分享到:
相关推荐
stdin, stdout, stderr = ssh.exec_command('command_to_execute') output = stdout.read().decode() error = stderr.read().decode() ssh.close() ``` 在这个例子中,我们创建了一个`SSHClient`实例,但只...
<action android:name="com.example.MY_ACTION" /> ``` 在这个例子中,`MyBroadcastReceiver`类需要实现BroadcastReceiver,并在onReceive()方法中处理广播事件。 两种注册方式各有优缺点:动态注册灵活性高,...
WebService是一种网络服务技术,允许在不同操作系统和编程语言之间实现应用程序的通信。Axis2是一个高效、模块化的Web服务引擎,用于构建和部署Web服务和客户端。Axis2不仅支持SOAP协议,还支持REST风格的服务,同时...
<constructor-arg value="file:/path/to/axis2.xml"/> ``` 3. **定义Web服务**: 在Spring配置文件中,使用`ServiceDeployer` bean部署Axis2服务。这通常涉及到将服务的aar文件添加到Axis2的Repository目录,并...
在软件开发领域,XML(Extensible Markup Language)作为一种数据交换格式,被广泛应用于配置文件、数据存储和网络通信等领域。Eclipse作为一款强大的开源集成开发环境(IDE),提供了丰富的插件支持,以增强其功能...
Java Mime Magic Library,通常被称为 jMimeMagic,是一款在Java平台上用于识别文件或输入流MIME类型的开源库。MIME(Multipurpose Internet Mail Extensions)类型是互联网标准,用于标识不同类型的二进制或文本...
Unity3D Prefabs 与 Instantiate 教程 Unity 3D 中的 Prefabs 是一种资源类型,可以被重复使用的游戏对象。它可以被置入多个场景中,又或者能够在一个场景中被多次置入。当你在一个场景中增加一个 Prefabs,你就...
dpoll ... 最初创建于 安装 $ python3 -m venv dpoll-env $ tmp source dpoll-env/bin/activate ...$ cd dpoll.xyz $ pip install -r requirements.txt $ touch dpoll/base/settings.py dpoll/base/local_settings.py ...
在Unity3D游戏开发中,Prefabs(预设)和Instantiate(实例化)是两个非常重要的概念,它们是构建游戏对象和动态管理游戏世界的基石。本文将深入探讨这两个概念,帮助初学者理解并掌握它们在实际项目中的应用。 ...
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/...
{“success”:false,“message”:“Failed to instantiate the chaincode. cause:instantiate proposal resulted in an error :: Error: 2 UNKNOWN: chaincode error (status: 500, message: is not a valid ...
稳定的兔子 stablerabbit是一个用于Rabbitmq的库 ... log.Fatalf("unable to instantiate publisher: %s", err) } queueName := "shahin" if err = p.Publish(context.Background(), queueName
名称 WebService :: Pushover-Pushover ...) or die( "Unable to instantiate WebService::Pushover.\n" ); my %params = ( message => 'test test test', priority => 0, ); my $status = $push->message( %params
For example, if a browser obtained a JPEG image, this framework would enable the browser to identify that stream of data as an JPEG image, and from that type, the browser could locate and instantiate ...
We instantiate the model to utilize the document-level sentiment polarity annotations present in many online documents (e.g. star ratings). We evaluate the model using small, widely used sentiment and...
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.core.Queue]: Factory method 'clientQueue' threw exception; nested exception is org....
在Android平台上,多媒体处理是应用开发中的重要组成部分。MediaExtractor和MediaMuxer是两个核心组件,用于处理和合成多媒体数据。本篇文章将深入探讨如何使用MediaExtractor从视频流中抽取数据,然后利用...
Multiple points support to create objects between points with one click Connect end points if multiple points are used Instantiate objects between point A and B Option to lock end objects Option to ...