<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: Using apache cxf.xml with a jax-ws client
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/daniel.cote.qc.ca">Daniel Cote</a> in <i>JBoss Web Services</i> - <a href="https://community.jboss.org/message/802425#802425">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi Alessio,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks again!</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>TO my knowledge, no other weid situation occured... After the error, the stack fallback to another classloader and the process resumes, but a lost my hability to configure my outgoing call.</p><p>Here more context:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>1) a web service call is received.&#160; No jboss specific information associated with this endpoint. (see trace at <span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,115)</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>2) In it's logic, the webservice must issues an outgoing soap call.&#160; For this step, a jax-ws client is setup and we issue an invoke. It it this outgoing call that requires the cxf.xml configuration to adapt to the requirements (specific certificate, truststore, keystore, etc.) (start at <span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,520)</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>3) the stacks get the exception trying to configure the call, using the cxf.xml, and fallback on another classloader (<span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,280) <span style="font-family: arial,helvetica,sans-serif;">and the fallback at </span>(</span><br/><span style="font-family: courier new,courier; font-size: 8pt;">2:39:54,358 INFO (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.prepareRefresh )<br/></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>4) this outgoing calls don't benefit from my cxf.xml configuration, and abort because does not meet the specifics...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here the trace:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:50,115 INFO (http-localhost-127.0.0.1-8080-1) com.ibm.ai.xds.webContext.XDSHandler.Msg from: [ 127.0.0.1]&#160; target --&gt; </span><a class="jive-link-external-small" href="http://localhost:8080/XDSRepositoryWS/DocumentRepository_Service" rel="nofollow" target="_blank">http://localhost:8080/XDSRepositoryWS/DocumentRepository_Service</a><span> action:[urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-b]</span></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,115 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.jaxws.handler.logical.LogicalHandlerInInterceptor@61aaeb72</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,115 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor@3a68a674</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,115 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.jaxb.attachment.JAXBAttachmentSchemaValidationHack@7b9955a8</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,115 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.interceptor.URIMappingInterceptor@1ee1d1de</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,115 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.interceptor.URIMappingInterceptor.handleMessage Invoking HTTP method POST</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,115 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.interceptor.URIMappingInterceptor.handleMessage URIMappingInterceptor can only handle HTTP GET, not HTTP POST</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,115 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.interceptor.DocLiteralInInterceptor@6c15a383</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,130 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderInterceptor@a224e5</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,130 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.jboss.wsf.stack.cxf.interceptor.NsCtxSelectorStoreInterceptor@3ba7c498</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,130 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.ws.addressing.impl.MAPAggregatorImpl@2ad5ddb4</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,130 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.ws.addressing.ContextUtils.retrieveMAPs retrieving MAPs from context property javax.xml.ws.addressing.context.inbound</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.ws.addressing.ContextUtils.retrieveMAPs current MAPs [MessageId: urn:uuid:EA4DB7A6C734B9ECC21363192789822, Action: urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-b, To: </span><a class="jive-link-external-small" href="http://localhost:8080/XDSRepositoryWS/DocumentRepository_Service" rel="nofollow" target="_blank">http://localhost:8080/XDSRepositoryWS/DocumentRepository_Service</a><span>]</span></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.ws.addressing.MAPAggregator.getMAPs MAPs retrieved from message [MessageId: urn:uuid:EA4DB7A6C734B9ECC21363192789822, Action: urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-b, To: </span><a class="jive-link-external-small" href="http://localhost:8080/XDSRepositoryWS/DocumentRepository_Service" rel="nofollow" target="_blank">http://localhost:8080/XDSRepositoryWS/DocumentRepository_Service</a><span>]</span></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.ws.addressing.ContextUtils.retrieveMAPs retrieving MAPs from context property javax.xml.ws.addressing.context.inbound</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.ws.addressing.ContextUtils.retrieveMAPs current MAPs [MessageId: urn:uuid:EA4DB7A6C734B9ECC21363192789822, Action: urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-b, To: </span><a class="jive-link-external-small" href="http://localhost:8080/XDSRepositoryWS/DocumentRepository_Service" rel="nofollow" target="_blank">http://localhost:8080/XDSRepositoryWS/DocumentRepository_Service</a><span>]</span></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.ws.addressing.ContextUtils.storeMAPs associating MAPs with context property javax.xml.ws.addressing.context.inbound</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.ws.addressing.ContextUtils.storeMAPs associating MAPs with context property javax.xml.ws.addressing.context.inbound</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.interceptor.OneWayProcessorInterceptor@7f0732b3</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.WrapperClassInInterceptor@3191c6ec</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.SwAInInterceptor@411aeb95</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,146 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.jaxws.interceptors.HolderInInterceptor@599ac960</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,162 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyVerificationInInterceptor@33d4351c</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,162 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.ws.policy.PolicyVerificationInInterceptor.handle Verified policies for inbound message.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,162 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept Invoking handleMessage on interceptor org.apache.cxf.interceptor.ServiceInvokerInterceptor@35bf5c1</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,162 INFO (http-localhost-127.0.0.1-8080-1) com.ibm.ai.xds.convertor.GenericEbxmlV3Convertor.constructor.. first invocation... </span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,302 WARN (http-localhost-127.0.0.1-8080-1) com.ai.utils.BaseParms.getInstance Instance [EbxmlMappingConfiguration.xml] has been updated... Launching refresh</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,318 INFO (http-localhost-127.0.0.1-8080-1) com.ibm.ai.xds.convertor.EbxmlConfiguration.specific_reload </span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,318 INFO (http-localhost-127.0.0.1-8080-1) com.ibm.ai.xds.convertor.EbxmlConfiguration.initialize </span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,333 WARN (http-localhost-127.0.0.1-8080-1) com.ai.utils.BaseParms.getInstance Instance [OrchestrationConfig.xml] has been updated... Launching refresh</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,349 WARN (http-localhost-127.0.0.1-8080-1) com.ai.utils.BaseParms.getInstance Instance [XUAConfig.xml] has been updated... Launching refresh</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,364 WARN (http-localhost-127.0.0.1-8080-1) com.ai.utils.BaseParms.getInstance Instance [RepositoryConfig.xml] has been updated... Launching refresh</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,380 WARN (http-localhost-127.0.0.1-8080-1) com.ibm.ai.xds.xua.XUAOperations.validateXUA could not find getSamlAssertion header in the context</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,380 INFO (http-localhost-127.0.0.1-8080-1) com.ibm.ihii.repository.sm.impl.DocumentDAO.create document of size 36</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,396 INFO (http-localhost-127.0.0.1-8080-1) com.ibm.ihii.repository.sm.RepositoryDAO.create Repository entry UniqueId: 1.2.3.4.5513.30846</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,520 INFO (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.prepareRefresh Refreshing org.apache.cxf.bus.spring.BusApplicationContext@7bdd6068: startup date [Wed Mar 13 12:39:50 EDT 2013]; root of context hierarchy</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,536 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.TunedDocumentLoader.&lt;clinit&gt; FastInfoset not found on classpath. Disabling context load optimizations.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,552 INFO (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.getConfigResources Loaded configuration file cxf.xml.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,552 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.getConfigResources Creating application context with resources: [class path resource [META-INF/cxf/cxf.xml], class path resource [cxf.xml]]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,552 INFO (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:50,567 INFO (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions Loading XML bean definitions from class path resource [cxf.xml]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:50,614 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd" rel="nofollow" target="_blank">http://www.springframework.org/schema/beans/spring-beans-2.0.xsd</a></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:51,300 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/configuration/http-conf.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/configuration/http-conf.xsd</a></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:51,675 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/wsdl/http-conf.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/wsdl/http-conf.xsd</a></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:51,924 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd" rel="nofollow" target="_blank">http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd</a></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:52,408 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/configuration/parameterized-types.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/configuration/parameterized-types.xsd</a></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:52,548 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/configuration/security.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/configuration/security.xsd</a></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:54,124 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/configuration/cxf-beans.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/configuration/cxf-beans.xsd</a></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"><span>12:39:54,280 WARN (http-localhost-127.0.0.1-8080-1) org.jboss.ws.cxf.createApplicationContext JBWS024027: Spring initial application context creation failed using classloader org.jboss.ws.common.utils.DelegateClassLoader@70d6dbc8, will try again after having switched the current thread context classloader to ModuleClassLoader for Module "org.apache.cxf.impl:main" from local module loader @a377714 (roots: C:\AppServer\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\modules): org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [</span><a class="jive-link-external-small" href="http://cxf.apache.org/transports/http/configuration" rel="nofollow" target="_blank">http://cxf.apache.org/transports/http/configuration</a><span>]</span></span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">Offending resource: class path resource [cxf.xml]</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:68) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:85) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:80) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.error(BeanDefinitionParserDelegate.java:284) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1335) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1328) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:135) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:93) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:493) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:390) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.doLoadBeanDefinitions(ControlledValidationXmlBeanDefinitionReader.java:115) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.internalLoadBeanDefinitions(ControlledValidationXmlBeanDefinitionReader.java:154) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.access$000(ControlledValidationXmlBeanDefinitionReader.java:66) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader$1.run(ControlledValidationXmlBeanDefinitionReader.java:141) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader$1.run(ControlledValidationXmlBeanDefinitionReader.java:140) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions(ControlledValidationXmlBeanDefinitionReader.java:139) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:122) [spring-context.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.BusApplicationContext.loadBeanDefinitions(BusApplicationContext.java:322) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130) [spring-context.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:467) [spring-context.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:397) [spring-context.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.BusApplicationContext$1.run(BusApplicationContext.java:107) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.BusApplicationContext$1.run(BusApplicationContext.java:106) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.BusApplicationContext.&lt;init&gt;(BusApplicationContext.java:105) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.BusApplicationContext.&lt;init&gt;(BusApplicationContext.java:96) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.client.configuration.JBossWSSpringBusFactory.createApplicationContext(JBossWSSpringBusFactory.java:119) [jbossws-cxf-client.jar:4.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.client.configuration.JBossWSSpringBusFactory.createBus(JBossWSSpringBusFactory.java:78) [jbossws-cxf-client.jar:4.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:122) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:94) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:83) [cxf-rt-core.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.client.configuration.JBossWSBusFactory.createBus(JBossWSBusFactory.java:54) [jbossws-cxf-client.jar:4.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.client.ProviderImpl.setValidThreadDefaultBus(ProviderImpl.java:242) [jbossws-cxf-client.jar:4.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.client.ProviderImpl.createServiceDelegate(ProviderImpl.java:164) [jbossws-cxf-client.jar:4.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at javax.xml.ws.Service.&lt;init&gt;(Service.java:57) [jboss-jaxws-api_2.2_spec-2.0.0.Final.jar:2.0.0.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at javax.xml.ws.Service.create(Service.java:721) [jboss-jaxws-api_2.2_spec-2.0.0.Final.jar:2.0.0.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at com.ibm.ai.xds.soap.SoapClient.callJAXBWS(SoapClient.java:144) [XDSCommun.jar:]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at com.ibm.ai.xds.client.XDSClient.documentRegistryRegisterDocumentSet(XDSClient.java:424) [XDSClient.jar:]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at com.ibm.ihii.repository.server.xdsb.XDSbDocumentRepositoryService.provideAndRegister(XDSbDocumentRepositoryService.java:215) [XDSRepositoryEJB.jar:]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at com.ibm.ihii.repository.server.xdsb.XDSbDocumentRepositoryService.provideAndRegister(XDSbDocumentRepositoryService.java:105) [XDSRepositoryEJB.jar:]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at java.lang.reflect.Method.invoke(Unknown Source) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at com.ibm.ihii.repository.server.xdsb.XDSbDocumentRepositoryService$$$view26.provideAndRegister(Unknown Source) [XDSRepositoryEJB.jar:]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at com.logibec.ai.xds.repository.DocumentRepository_Port_Soap12Impl.documentRepositoryProvideAndRegisterDocumentSetB(DocumentRepository_Port_Soap12Impl.java:32)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at java.lang.reflect.Method.invoke(Unknown Source) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.ws.common.invocation.AbstractInvocationHandlerJSE.invoke(AbstractInvocationHandlerJSE.java:108) [jbossws-common.jar:2.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.JBossWSInvoker.performInvocation(JBossWSInvoker.java:149)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) [cxf-api.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:178) [cxf-rt-frontend-jaxws.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:64) [cxf-rt-frontend-jaxws.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.JBossWSInvoker.invoke(JBossWSInvoker.java:129)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) [cxf-api.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at java.util.concurrent.FutureTask.run(Unknown Source) [rt.jar:1.7.0_17]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37) [cxf-api.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:107) [cxf-api.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262) [cxf-api.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) [cxf-api.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:236) [cxf-rt-transports-http.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:95)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.transport.ServletHelper.callRequestHandler(ServletHelper.java:156)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:87)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:225) [cxf-rt-transports-http.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:145) [cxf-rt-transports-http.jar:2.6.4]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.stack.cxf.CXFServletExt.service(CXFServletExt.java:135)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.wsf.spi.deployment.WSFServlet.service(WSFServlet.java:140) [jbossws-spi.jar:2.1.1.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;"> at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_17]</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,358 INFO (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.prepareRefresh Refreshing org.apache.cxf.bus.spring.BusApplicationContext@606a1ec2: startup date [Wed Mar 13 12:39:54 EDT 2013]; root of context hierarchy</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,374 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.getConfigResources Creating application context with resources: [class path resource [META-INF/cxf/cxf.xml]]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,374 INFO (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,374 DEBU (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.obtainFreshBeanFactory Bean factory for org.apache.cxf.bus.spring.BusApplicationContext@606a1ec2: org.springframework.beans.factory.support.DefaultListableBeanFactory@2a3c98fd: defining beans [cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor]; root of factory hierarchy</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,389 DEBU (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.initMessageSource Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@f9b27d9]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,405 DEBU (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.initApplicationEventMulticaster Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@530f0bbf]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,405 INFO (http-localhost-127.0.0.1-8080-1) org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2a3c98fd: defining beans [cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor]; root of factory hierarchy</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,405 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.configuration.spring.ConfigurerImpl.getBeanName Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,420 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.configuration.spring.ConfigurerImpl.getBeanName Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,420 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.configuration.spring.ConfigurerImpl.getBeanName Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,420 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.configuration.spring.ConfigurerImpl.getBeanName Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyDataEngineImpl.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,420 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.configuration.spring.ConfigurerImpl.getBeanName Could not determine bean name for instance of class org.apache.cxf.bus.managers.CXFBusLifeCycleManager.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,420 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.configuration.spring.ConfigurerImpl.getBeanName Could not determine bean name for instance of class org.apache.cxf.bus.managers.ServerRegistryImpl.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,420 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.configuration.spring.ConfigurerImpl.getBeanName Could not determine bean name for instance of class org.apache.cxf.management.jmx.InstrumentationManagerImpl.</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,420 DEBU (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.initLifecycleProcessor Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1399aea8]</span></p><p><span style="font-family: courier new,courier; font-size: 8pt;">12:39:54,436 TRAC (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusApplicationContext.publishEvent Publishing event in org.apache.cxf.bus.spring.BusApplicationContext@606a1ec2: org.springframework.context.event.ContextRefreshedEvent[source=org.apache.cxf.bus.spring.BusApplicationContext@606a1ec2: startup date [Wed Mar 13 12:39:54 EDT 2013]; root of context hierarchy]</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>....</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks!</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/802425#802425">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>