websphere integration developer问题
我最近在学习使用websphere integraion developer,我参考IBM WebSphere 开发者技术期刊: WebSphere Integration Developer 指导教程(http://www.ibm.com/developerworks/cn/websphere/techjournal/0604_gregory/0604_gregory.html)上来做一个订单的流程处理,按照这上面的步骤来做的,但是我做到最后一步 测试 OrderProcess 模块 的时候,会报这样的错误:Could not find module OrderProcessingtrace是:
com.ibm.wbit.comptest.common.tc.utils.TestException: %%WID_TEST_EXCEPTION_NO_MODULE:OrderProcessing
at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.getModule(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.managedLocate(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.locate(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.BaseInvocationHandler.invoke(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.InvocationManager.doInvoke(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.InvocationManager$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.wbit.comptest.controller.invocation.impl.InvocationManager.invoke(Unknown Source)
at com.ibm.wbit.comptest.controller.command.impl.BaseInteractiveEventHandler.processEvent(Unknown Source)
at com.ibm.wbit.comptest.controller.command.impl.BaseCommandHandler.doCommand(Unknown Source)
at com.ibm.wbit.comptest.controller.command.impl.CommandProcessor.doCommand(Unknown Source)
at com.ibm.wbit.comptest.controller.command.impl.CommandProcessor.doCommand(Unknown Source)
at com.ibm.wbit.comptest.servlet.TestControllerServlet.process(TestControllerServlet.java:76)
at com.ibm.wbit.comptest.servlet.TestControllerServlet.doPost(TestControllerServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:995)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:501)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:113)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:263)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
不过一直有个warning存在:
[color=#FF0000]Missing classpath entry to project "OrderProcessing" should be added because it is defined as a J2EE Module dependency.
哪位大侠知道是什么问题,怎么解决吗?
感激不尽! --------------------编程问答-------------------- 重复发贴了呀。。。是不是网络不好。。。
补充:企业软件 , WebSphere