Trying again. It has a .log suffix. -----Original Message----- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Thursday, January 17, 2013 9:36 AM To: users@cxf.apache.org Subject: Re: jax-rs:server problems
Hi - I'm not seeing any stack trace attached, On 17/01/13 15:12, Shults, Benji wrote: > I'm on CXF 2.7.2. > > Server startup (WebLogic) stack trace is attached. > > Obviously, my EndpointInfo.service is null. I'm not sure why. There are > no other errors. The configuration looks OK to me, I did try deploying on WebLogic once and it worked, I believe some users do deploy on WebLogic too Actually, have a look at http://cxf.apache.org/docs/jax-rs-deployment.html#JAX-RSDeployment-WebLogic May be RuntimeDelegate is not visible... Cheers, Sergey > > Here is an excerpt from my spring config file: > > <import resource="classpath:META-INF/cxf/cxf.xml" /> > > <import resource="classpath:META-INF/cxf/cxf-servlet.xml" /> > > <bean id="sdcObjectMapper" class="com.ecologic.json.SdcObjectMapper" /> > > <bean id="sdcJsonProvider" > class="com.ecologic.sdc.webservice.SdcServicesJsonProvider" > > p:mapper-ref="sdcObjectMapper" /> > > <bean id="sdcBasicAuthAuthenticationInterceptor" > parent="basicAuthAuthenticationInterceptor" > > p:endpointName="UsageService" /> > > <jaxrs:server id="sdcUsageServer" address="/usage/data"> > > <jaxrs:serviceBeans> > > <ref bean="sdcUsageService" /> > > </jaxrs:serviceBeans> > > <jaxrs:providers> > > <ref bean="sdcJsonProvider" /> > > <ref bean="springSecurityExceptionMapper" /> > > </jaxrs:providers> > > <jaxrs:features> > > <ref bean="springSecurityContextFeature" /> > > </jaxrs:features> > > <jaxrs:inInterceptors> > > <ref bean="loggingInInterceptor" /> > > <ref bean="sdcBasicAuthAuthenticationInterceptor" /> > > </jaxrs:inInterceptors> > > <jaxrs:outInterceptors> > > <ref bean="loggingOutInterceptor" /> > > </jaxrs:outInterceptors> > > </jaxrs:server> > > <bean id="sdcUsageService" > class="com.ecologic.sdc.webservice.SdcUsageService" > > p:loggingHelper-ref="sdcUsageLoggingHelper" > p:delegate-ref="sdcUsageDelegate" /> > > Cheers, > > Benji > > *Benji Shults PhD* > > */Senior Software Engineer/*// > > e-mail-and-card-Ecologic-Analytics-Logo-175x60b > > *1650 W 82nd ST^cid:image002.png@01CDCE45.387BDFC0 > <http://g.co/maps/ypezy>STE 1100 > Bloomington MN 55431-1419* > > *phone: (952) 843**-7572*** > > *mobile: (763) 772-2899* > > *e-mail: benji.shu...@ecologicanalytics.com > <mailto:bshu...@ecologicanalytics.com>* > > *website: www.ecologicanalytics.com <http://www.ecologicanalytics.com/>* > > > > P PLEASE CONSIDER OUR ENVIRONMENT BEFORE PRINTING THIS EMAIL. > > This e-mail (including any attachments) is confidential and may be > legally privileged. If you are not an intended recipient or an > authorized representative of an intended recipient, you are prohibited > from using, copying or distributing the information in this e-mail or > its attachments. If you have received this e-mail in error, please > notify the sender immediately by return e-mail and delete all copies of > this message and any attachments. Thank you. > -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com