Error creating bean with name 'EquipmentSoapJms': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceE > xception: org.apache.cxf.service.factory.ServiceConstructionException

2017-08-07 Thread rahulsharma
Hi All, Getting the below exception after upgrading to cxf 3.1.11.jar. [main].BaseApplication.main:591 {04/08/2017 20:04:18.766} >> ERROR > EXCEPTION { > Cause : javax.xml.ws.WebServiceException: > org.apache.cxf.service.factory.ServiceConstructionException > Message : Error creating bean

Re: URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-07-25 Thread rahulsharma
Hi Dennis, In replacement to the older DocLiteralInInterceptor, can we import the new DocLiteralInInterceptor from the package "org.apache.cxf.wsdl.interceptors.DocLiteralInInterceptor" Thanks & Regards, Rahul -- View this message in context:

Re: Factory method 'createTLSServerParametersMap' threw exception; nested exception is java.lang.RuntimeException: Cannot create a secure XMLInputFactory

2017-06-20 Thread rahulsharma
Hi everyone, There was a previous version of woodstox present in the classpath wstx-asl.jar was present in my classpath After removing this jar there was no exception related to Cannot create a secure XMLInputFactory Thanks Daniel for the info.. Regards, Rahul -- View this message in

Re: Factory method 'createTLSServerParametersMap' threw exception; nested exception is java.lang.RuntimeException: Cannot create a secure XMLInputFactory

2017-06-13 Thread rahulsharma
Hi Everyone, Please can anybody help me in resolving this issue. Previously I had no Stax2-api and woodstox-core jars present in project when I was using CXF 2.2.6 Now while Upgrading to CXF 3.1.11 I found that we need to have these 2 jars in compile and runtime for secure connections I have

UseJMS11 property is removed from CXF 3.1.11

2017-06-13 Thread rahulsharma
Hi everyone, >From the migration guide for cxf http://cxf.apache.org/docs/30-migration-guide.html It is clear that "Support for the older JMS 1.0.2 API's has been removed. Your JMS provider must support the 1.1 API's." and also from the below link

wsdl2java - takes a WSDL document and generates fully annotated Java code from which to implement a service.

2017-06-08 Thread rahulsharma
Hi everyone, wsdl2java takes a WSDL document and generates fully annotated Java code from which to implement a service. The WSDL document must have a valid portType element, but it does not need to contain a binding element or a service element. Using the optional arguments you can customize the

Error creating bean with name 'org.apache.cxf.transport.jms.JMSConfigFeature#11bb6ecc'

2017-06-07 Thread rahulsharma
Hi everyone, I am upgrading from cxf 2.2.6 to cxf 3.1.11 jars. while configuring the endpoint I am getting the below exception, [main].BaseApplication.main:591 {07/06/2017 09:13:34.740} >> ERROR > EXCEPTION { > Cause : org.springframework.beans.factory.BeanCreationException: Error >

Re: URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-06-07 Thread rahulsharma
Hi All, forget about the runtime exception, I need to eliminate the compile time error first. So could any one suggest a possible replica or any alternative for the interceptor(URIMappingInterceptor) I need help regarding this issue as I am struck here for a very long time(nearly one month)

Re: Factory method 'createTLSServerParametersMap' threw exception; nested exception is java.lang.RuntimeException: Cannot create a secure XMLInputFactory

2017-06-05 Thread rahulsharma
Hi Daniel, Previously we never used these jars. These jars are added while updating the cxf jars from 2.2.6 to 3.1.11 I am not able to understand what might be the problem for this actually. Regards, Rahul -- View this message in context:

Re: Factory method 'createTLSServerParametersMap' threw exception; nested exception is java.lang.RuntimeException: Cannot create a secure XMLInputFactory

2017-06-01 Thread rahulsharma
Hi Daniel, Thanks for the reply I have include this woodstox-core-asl-4.4.1.jar and Stax2-api.jar for the first in my code. I have used these jars at compile time to generate the WSDL2Java files for cxf and added these jars at run time in my application. Could you please suggest me any other

Re: URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-05-31 Thread rahulsharma
These changes are already present in our property files... But still I am getting the same stack trace regards, Rahul -- View this message in context: http://cxf.547215.n5.nabble.com/URIMappingInterceptor-and-DocLiteralInInterceptor-is-removed-from-cxf-jars-tp5780789p5780855.html Sent from

Factory method 'createTLSServerParametersMap' threw exception; nested exception is java.lang.RuntimeException: Cannot create a secure XMLInputFactory

2017-05-30 Thread rahulsharma
Hi everyone, I am upgrading from cxf 2.2.6 to 3.1.11. while upgrading I am getting the exception as follows [main].BaseApplication.main:591 {31/05/2017 05:11:03.117} >> ERROR > EXCEPTION { > Cause : org.springframework.beans.factory.BeanCreationException: Error > creating bean with name

Re: URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-05-30 Thread rahulsharma
Hi Dennis, I am just importing the CXF and Spring jars into my application. So How can I increase the logging level of the exception we have a property file called logging.xml In which I tried to enable logs as follows But I am getting the same stack trace Can you please suggest

Re: URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-05-29 Thread rahulsharma
[main].BaseApplication.main:591 {29/05/2017 10:14:35.525} >> ERROR > EXCEPTION { > Cause : javax.xml.ws.WebServiceException: > org.apache.cxf.service.factory.ServiceConstructionException: Failed to > create service. > Message : Error creating bean with name >

Re: URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-05-29 Thread rahulsharma
Hi Dennis, Thanks for the reply. So what can we possibly replace URIMappingInterceptor with to remove compile time errors. As of now I Have added a comment in that line and generated all the class files related to the application But Now I am getting runtime exception as follows "Error

URIMappingInterceptor and DocLiteralInInterceptor is removed from cxf jars

2017-05-29 Thread rahulsharma
Hi everyone,As per the migration document it is clear that "URIMappingInterceptor" is removed from cxf jars. Here is the statement regarding it.The deprecated URIMappingInterceptor has been removed. This hasn't been on the default chain for some time due to a bunch of security related

Re: Error creating bean with name 'RetrievalSoapJms': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionExceptio

2017-05-12 Thread rahulsharma
Below is the stack trace for the error above [main].BaseApplication.main:591 {12/05/2017 10:05:19.530} >> ERROR > EXCEPTION { > Cause : javax.xml.ws.WebServiceException: > org.apache.cxf.service.factory.ServiceConstructionException > Message : Error creating bean with name >

Error creating bean with name 'RetrievalSoapJms': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException

2017-05-10 Thread rahulsharma
Hi, I have an application where it uses CXF 2.2.6 jars, Now I am upgrading cxf jars from 2.2.6 to 3.1.11 where I am getting the below exception Error creating bean with name 'EquipmentInventoryRetrievalSoapJms' (EndpointName): Invocation of init method failed; nested exception is