| Summary: | WSDM Tooling: wsdl-port-type entry in muse.xml doesn't match with the generated smashed wsdl port type | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Andrew Eberbach <aeberbac> |
| Component: | TPTP.monitoring | Assignee: | Andrew Eberbach <aeberbac> |
| Status: | CLOSED FIXED | QA Contact: | Bhanu Prathap V <bhanu.prathap> |
| Severity: | normal | ||
| Priority: | P1 | CC: | aeberbac |
| Version: | unspecified | Keywords: | plan |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Target to iteration 2 as per Balan's spreadsheet. Getting below error when connecting MAX Build: tptpaide-2007-03-09-05-00-00 org.apache.muse.ws.addressing.soap.SoapFault: http://localhost:8080/Test6/services/new_file at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:279) at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:235) at org.apache.muse.ws.resource.remote.WsResourceClient.getResourcePropertyDocument(WsResourceClient.java:142) at org.eclipse.tptp.monitoring.managedagent.wsdm.internal.muse.MuseRuntime.connect(Unknown Source) at org.eclipse.tptp.monitoring.managedagent.wsdm.provisional.agents.WSDMAgent.init(Unknown Source) at org.eclipse.tptp.monitoring.managedagent.provisional.ManagedResourceAgent.invokeCustomCommand(Unknown Source) at org.eclipse.tptp.monitoring.managedagent.provisional.helper.ManagedAgentCommandHelper.execute(Unknown Source) at org.eclipse.tptp.monitoring.managedagent.provisional.helper.ManagedAgentCommandHelper.connect(Unknown Source) at org.eclipse.tptp.monitoring.managedagent.ui.launch.provisional.common.ManagedAgentDelegate.createAgent(Unknown Source) at org.eclipse.tptp.monitoring.managedagent.wsdm.provisional.actions.LaunchWSDMManagedAgentAction.run(Unknown Source) at org.eclipse.tptp.wsdm.tooling.internal.util.DeploymentListener.launch(Unknown Source) at org.eclipse.tptp.wsdm.tooling.internal.util.DeploymentListener.serverChanged(Unknown Source) at org.eclipse.wst.server.core.internal.ServerNotificationManager.broadcastChange(ServerNotificationManager.java:110) at org.eclipse.wst.server.core.internal.Server.fireServerStateChangeEvent(Server.java:439) at org.eclipse.wst.server.core.internal.Server.setServerState(Server.java:376) at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.setServerState(ServerBehaviourDelegate.java:145) at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.setServerStarted(TomcatServerBehaviour.java:175) at org.eclipse.jst.server.tomcat.core.internal.PingThread.ping(PingThread.java:93) at org.eclipse.jst.server.tomcat.core.internal.PingThread$1.run(PingThread.java:53) Please verify again Verified - fixed Build: TPTP-4.4.0-200703300100 marking fixed Verified - fixed Build: TPTP-4.4.0-200705021157 Verified - fixed Build: TPTP-4.4.0-200705021157 |
When I generate a touchpoint from a dd file and deploy it and try to connect using MAX, I am getting the error as java.lang.RuntimeException: [ID = 'PortTypeNotFound'] The WSDL file 'C:/Program Files/Apache Software Foundation/Tomcat 5.0/webapps/J2EE/WEB-INF/services/muse/wsdl/WAS.wsdl' does not have a portType named {http://www.ibm.com/WAS}WASPortType. at org.apache.muse.core.descriptor.SimpleResourceDescriptor.getWsdlOperations(SimpleResourceDescriptor.java:371) So either smashed wsdl should be produced by having proper port type name pick up from DD file or we can hard code in DD file for every MRT file we should place "PortType" as "wsdl-port-type" entry.