<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: STS CRMService On Tomcat in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376223#M146038</link>
    <description>Thanks Dan,
&lt;BR /&gt; ... added the missing dependencies ... but I got the same exception in catalina.out.
&lt;BR /&gt;(all cxf jars are provided with the service war file.)
&lt;BR /&gt;Here are my dependencies:
&lt;BR /&gt; &amp;lt;DEPENDENCIES&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.talend.esb.examples.rent-a-car&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;crmservice-common-lab1&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;${project.version}&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;log4j&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;log4j&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;1.2.16&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.talend.esb&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;locator&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;4.0&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.talend.esb&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;sam-agent&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;4.0&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.apache.cxf&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;cxf-rt-ws-security&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;${cxf.version}&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.apache.cxf&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;cxf-rt-ws-addr&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;${cxf.version}&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.apache.cxf&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;cxf-rt-ws-policy&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;${cxf.version}&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; 
&lt;BR /&gt;</description>
    <pubDate>Mon, 23 May 2011 08:59:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-05-23T08:59:54Z</dc:date>
    <item>
      <title>STS CRMService On Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376221#M146036</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt; on customer side we try to implement the CRMService on tomcat 6.0 using the sts configuration/setup of the sts osgi example.&lt;BR /&gt;-&lt;BR /&gt;In the catalina.out the following exception was logged:&lt;BR /&gt;org.apache.cxf.binding.soap.SoapFault: MustUnderstand headers: are not understood.&lt;BR /&gt;What are we doing wrong?&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Robert&lt;BR /&gt;Professional Services, Talend AI&lt;BR /&gt;&lt;BR /&gt;p.s.: catalina.out:&lt;BR /&gt;May 17, 2011 3:49:43 PM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging&lt;BR /&gt;WARNING: Interceptor for {&lt;A href="http://services.talend.org/CRMService}CRMServiceProvider#{http://services.talend.org/CRMService}getCRMInformation" target="_blank" rel="nofollow noopener noreferrer"&gt;http://services.talend.org/CRMService}CRMServiceProvider#{http://services.talend.org/CRMService}getCRMInformation&lt;/A&gt; has thrown exception, unwinding now&lt;BR /&gt;org.apache.cxf.binding.soap.SoapFault: MustUnderstand headers: are not understood.&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor.checkUltimateReceiverHeaders(MustUnderstandInterceptor.java:150)&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor.handleMessage(MustUnderstandInterceptor.java:96)&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor.handleMessage(MustUnderstandInterceptor.java:49)&lt;BR /&gt; at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)&lt;BR /&gt; at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:118)&lt;BR /&gt; at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:208)&lt;BR /&gt; at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)&lt;BR /&gt; at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:166)&lt;BR /&gt; at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:113)&lt;BR /&gt; at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:184)&lt;BR /&gt; at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:107)&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)&lt;BR /&gt; at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:163)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;BR /&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)&lt;BR /&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;BR /&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)&lt;BR /&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)&lt;BR /&gt; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)&lt;BR /&gt; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)&lt;BR /&gt; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:662)&lt;BR /&gt;May 17, 2011 3:49:43 PM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging&lt;BR /&gt;WARNING: Interceptor for {&lt;A href="http://services.talend.org/CRMService}CRMServiceProvider#{http://services.talend.org/CRMService}getCRMInformation" target="_blank" rel="nofollow noopener noreferrer"&gt;http://services.talend.org/CRMService}CRMServiceProvider#{http://services.talend.org/CRMService}getCRMInformation&lt;/A&gt; has thrown exception, unwinding now&lt;BR /&gt;org.apache.cxf.interceptor.Fault: Marshalling Error: null&lt;BR /&gt; at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:258)&lt;BR /&gt; at org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:169)&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.writeSoapEnvelopeStart(SoapOutInterceptor.java:156)&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.handleMessage(SoapOutInterceptor.java:81)&lt;BR /&gt; at org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.handleMessage(SoapOutInterceptor.java:61)&lt;BR /&gt; at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)&lt;BR /&gt; at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:104)&lt;BR /&gt; at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:323)&lt;BR /&gt; at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:118)&lt;BR /&gt; at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:208)&lt;BR /&gt; at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)&lt;BR /&gt; at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:166)&lt;BR /&gt; at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:113)&lt;BR /&gt; at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:184)&lt;BR /&gt; at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:107)&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)&lt;BR /&gt; at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:163)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;BR /&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)&lt;BR /&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;BR /&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)&lt;BR /&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)&lt;BR /&gt; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)&lt;BR /&gt; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)&lt;BR /&gt; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:662)&lt;BR /&gt;Caused by: java.lang.IllegalArgumentException&lt;BR /&gt; at javax.xml.bind.JAXBElement.(JAXBElement.java:91)&lt;BR /&gt; at javax.xml.bind.JAXBElement.(JAXBElement.java:105)&lt;BR /&gt; at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:244)&lt;BR /&gt; ... 28 more&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376221#M146036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: STS CRMService On Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376222#M146037</link>
      <description>How are you consructing the war going into tomcat? Maven?
&lt;BR /&gt;If so, are you including the cxf-rt-ws-security, cxf-rt-ws-addr, and cxf-rt-ws-policy modules? Basically, what cxf-* jars are being included in the war?
&lt;BR /&gt;In OSGi, all of that is in the bundle jar that is deployed. Outside OSGi, you may need to pull in the functionality you need OR pull in cxf-bundle to grab everything.</description>
      <pubDate>Fri, 20 May 2011 18:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376222#M146037</guid>
      <dc:creator>dkulp</dc:creator>
      <dc:date>2011-05-20T18:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: STS CRMService On Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376223#M146038</link>
      <description>Thanks Dan,
&lt;BR /&gt; ... added the missing dependencies ... but I got the same exception in catalina.out.
&lt;BR /&gt;(all cxf jars are provided with the service war file.)
&lt;BR /&gt;Here are my dependencies:
&lt;BR /&gt; &amp;lt;DEPENDENCIES&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.talend.esb.examples.rent-a-car&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;crmservice-common-lab1&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;${project.version}&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;log4j&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;log4j&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;1.2.16&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.talend.esb&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;locator&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;4.0&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.talend.esb&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;sam-agent&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;4.0&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.apache.cxf&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;cxf-rt-ws-security&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;${cxf.version}&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.apache.cxf&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;cxf-rt-ws-addr&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;${cxf.version}&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;DEPENDENCY&amp;gt;
&lt;BR /&gt; &amp;lt;GROUPID&amp;gt;org.apache.cxf&amp;lt;/GROUPID&amp;gt;
&lt;BR /&gt; &amp;lt;ARTIFACTID&amp;gt;cxf-rt-ws-policy&amp;lt;/ARTIFACTID&amp;gt;
&lt;BR /&gt; &amp;lt;VERSION&amp;gt;${cxf.version}&amp;lt;/VERSION&amp;gt;
&lt;BR /&gt; &amp;lt;/DEPENDENCY&amp;gt;
&lt;BR /&gt; 
&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2011 08:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376223#M146038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-23T08:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: STS CRMService On Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376224#M146039</link>
      <description>Hmm... I'm not really sure.   It looks like the service isn't finding a policy that would enable the security processing.   If you scroll up the logs, does it say it's creating the service from a WSDL or from a Class?      I assume the wsdl has the security policies defined that it needs picking up.&lt;BR /&gt;Can I also assume this is CXF 2.4.0 and not 2.3.x?&lt;BR /&gt;&lt;BR /&gt;Any chance of a testcase?</description>
      <pubDate>Tue, 24 May 2011 17:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376224#M146039</guid>
      <dc:creator>dkulp</dc:creator>
      <dc:date>2011-05-24T17:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: STS CRMService On Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376225#M146040</link>
      <description>There was a change with respect to processing mustunderstand headers in 2.3 which is described in "Runtime changes" here:
&lt;BR /&gt;
&lt;A href="http://cxf.apache.org/23-migration-guide.html" rel="nofollow noopener noreferrer"&gt;http://cxf.apache.org/23-migration-guide.html&lt;/A&gt;
&lt;BR /&gt;To debug this, I'd recommend to deploy the DemoInterceptor of the TSF example "interceptors" which shows the whole interceptor chain. I'm wondering whether the WSS4JInInterceptor is called at all.
&lt;BR /&gt;You could also add a typo in the CRMService-sts.wsdl to see whether this WSDL is read/parsed at all. If you don't get a different exception (parsing exception), the wsdl is ignored and therefore the defined security policy.</description>
      <pubDate>Tue, 24 May 2011 21:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376225#M146040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-24T21:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: STS CRMService On Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376226#M146041</link>
      <description>THANKS !!!&lt;BR /&gt;The WSDL hint was the right one ...&lt;BR /&gt;(On startup the wrong wsdl was referenced ...) &lt;BR /&gt;Now the service seens to run fine, but on client side I get the following exception:&lt;BR /&gt;Exception in thread "AWT-EventQueue-0" javax.xml.ws.WebServiceException: The signature or decryption was invalid; nested exception is: &lt;BR /&gt;	org.apache.ws.security.WSSecurityException: Cannot find key for alias: &lt;BR /&gt;&lt;BR /&gt;My example service is just a copy of the getting started crmservice ...&lt;BR /&gt;Also I'm using the 'getting started' crmservice client in the OSGI car application.&lt;BR /&gt;Any hints?</description>
      <pubDate>Wed, 25 May 2011 10:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376226#M146041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-25T10:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: STS CRMService On Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376227#M146042</link>
      <description>It looks like the public key of the service is not in the truststore of the client; alternatively, the client has not been configured to use the correct truststore (perhaps it's relying on the JRE default "cacerts" one as a result.) Working backwards, first confirm myservicekey is in the client's truststore, then confirm that the client is indeed pointing to that truststore. For the first part the keytool -list command is your friend, for the second part look at how you're configuring the truststore for the client, either or will work depending on the type of configuration you're doing.
&lt;BR /&gt; 
&lt;A href="http://www.jroller.com/gmazza/entry/using_openssl_to_create_certificates" rel="nofollow noopener noreferrer"&gt;http://www.jroller.com/gmazza/entry/using_openssl_to_create_certificates&lt;/A&gt;
&lt;BR /&gt; 
&lt;A href="http://www.jroller.com/gmazza/entry/cxf_x509_profile" rel="nofollow noopener noreferrer"&gt;http://www.jroller.com/gmazza/entry/cxf_x509_profile&lt;/A&gt;
&lt;BR /&gt; 
&lt;A href="http://www.jroller.com/gmazza/entry/cxf_x509_profile_secpol" rel="nofollow noopener noreferrer"&gt;http://www.jroller.com/gmazza/entry/cxf_x509_profile_secpol&lt;/A&gt;
&lt;BR /&gt;HTH,
&lt;BR /&gt;Glen</description>
      <pubDate>Tue, 31 May 2011 01:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376227#M146042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-31T01:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: STS CRMService On Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376228#M146043</link>
      <description>Hi,&lt;BR /&gt; just to explain the scenario in detail:&lt;BR /&gt;1. Created the 'Getting Started' Rent-a-Car Example with STS Profile.&lt;BR /&gt;2. Started the STS Rent-a-Car example app and run it successfully!&lt;BR /&gt;3. Created a crmservice webservice project to provide the crmservice by war deployment.(same buisnes code)&lt;BR /&gt;4. Defined the Service Locator, SAM features in the beans.xml and tested it successfully with rent-a-car (without sts)&lt;BR /&gt;5. Added the STS configuration in the crmservice (war)..(using the same callbackhandler)&lt;BR /&gt;6. Changed the crmservice endpoint to new one deployed on tomcat .&lt;BR /&gt;7. In karaf: switch back / redeploy rent-a-car app (with sts)&lt;BR /&gt;8. Test failed (wrong wsdl) and fixed wsdl location (to CRMServiceSTS.wsdl)&lt;BR /&gt;9. Tested the crmservice with Rent-a-Car (STS) &lt;BR /&gt;     =&amp;gt; on the tomcat server erverything looks good! The request was processed successfully&lt;BR /&gt;     =&amp;gt; in the Rent-a-Car karaf  container the  'javax.xml.ws.WebServiceException: The signature or decryption was invalid' was thrown.&lt;BR /&gt;The tomcat based crmservice uses the same keystore like karaf/osgi based crmservice.&lt;BR /&gt;It's just a copy ... &lt;BR /&gt;The crmservice (war) security configuration is the same like the one of 'Getting Started'  &lt;BR /&gt;So, if I run the crmservice on osgi =&amp;gt; Test OK&lt;BR /&gt;If the tomcat crmservice (war) is in use =&amp;gt; Client Fails.&lt;BR /&gt;... I will check the points you mentioned.&lt;BR /&gt;Regards,&lt;BR /&gt;Robert</description>
      <pubDate>Tue, 31 May 2011 07:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/STS-CRMService-On-Tomcat/m-p/2376228#M146043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-31T07:18:04Z</dc:date>
    </item>
  </channel>
</rss>

