Jim Ma [http://community.jboss.org/people/jim.ma] replied to the discussion
"XTS tests broken in AS trunk after switch to CXF stack in 3.3.0" To view the discussion, visit: http://community.jboss.org/message/546970#546970 -------------------------------------------------------------- The Contextutils.getActionFromMessageAttributes(msgInfo) is intended to get action value when there is no wsdl provided in service impl class(Service built from class) CXF simply uses MessageInfo.getExtensionAttributes() != null to check if this service is built from service class (with no wsdl location provided) . There is probably some issue when the wsdl have extension to put in the extensionAttributes of MessageInfo . The NPE guard should be added in ContextUtils.getAction() . Andrew, can you paste the wsdl ? Is there anything special in your wsdl file ? -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/546970#546970] Start a new discussion in JBoss Web Services CXF at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2046]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
