Re: jaxrs cxf deployment issues on weblogic 12c

2018-08-06 Thread pskarthic
I have tried all the above but I am getting below exception, please advise <6 Aug, 2018, 12:22:06,360 PM IST> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <1533538326360> <[severity-value: 8] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] >

Re: jaxrs cxf deployment issues on weblogic 12c

2015-12-09 Thread Sergey Beryozkin
View this message in context: http://cxf.547215.n5.nabble.com/jaxrs-cxf-deployment-issues-on-weblogic-12c-tp5742398p5763737.html Sent from the cxf-user mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/

RE: jaxrs cxf deployment issues on weblogic 12c

2015-12-09 Thread cdac.vik...@gmail.com
/* Please suggest me how to resolve this. Thanks, Vikram -- View this message in context: http://cxf.547215.n5.nabble.com/jaxrs-cxf-deployment-issues-on-weblogic-12c-tp5742398p5763737.html Sent from the cxf-user mailing list archive at Nabble.com.

RE: jaxrs cxf deployment issues on weblogic 12c

2015-08-24 Thread vineetkala11
Hi Sonam, Could you please suggest how did you achieve this . Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/jaxrs-cxf-deployment-issues-on-weblogic-12c-tp5742398p5760405.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: jaxrs cxf deployment issues on weblogic 12c

2015-04-14 Thread Sergey Beryozkin
t for this issue and there is no documentation for this issue in CXF. -- View this message in context: http://cxf.547215.n5.nabble.com/jaxrs-cxf-deployment-issues-on-weblogic-12c-tp5742398p5756013.html Sent from the cxf-user mailing list archive at Nabble.com.

RE: jaxrs cxf deployment issues on weblogic 12c

2015-04-14 Thread bajajyo
-rs specific classes from application jar. javax.ws.rs.* We struggled a lot for this issue and there is no documentation for this issue in CXF. -- View this message in context: http://cxf.547215.n5.nabble.com/jaxrs-cxf-deployment-issues-on

RE: jaxrs cxf deployment issues on weblogic 12c

2014-04-04 Thread Sonam Samdupkhangsar
t: Re: jaxrs cxf deployment issues on weblogic 12c There seems to be a conflict between Jersey and CXF implementations... Basically, if you'd like to use 2.0 API you need to avoid having 1.1 API and implementations loaded, especially in non-OSGI containers. As I said CXF does the best effo

Re: jaxrs cxf deployment issues on weblogic 12c

2014-04-04 Thread Sergey Beryozkin
There seems to be a conflict between Jersey and CXF implementations... Basically, if you'd like to use 2.0 API you need to avoid having 1.1 API and implementations loaded, especially in non-OSGI containers. As I said CXF does the best effort to work alongside other JAX-RS API and implementations

jaxrs cxf deployment issues on weblogic 12c

2014-04-03 Thread Sonam Samdupkhangsar
If I exclude the javax.ws.rs-api-2.0 then the WebApplicationException class I am using is from that package. I have followed the direction on http://docs.oracle.com/cd/E24329_01/web.1211/e24983/version.htm. I included the glassfish bundle: jaxrs