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.

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
[cid:image001.jpg@01CDF492.BA0C4020]
1650 W 82nd ST<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.

<<inline: image001.jpg>>

<<inline: image002.png>>

Reply via email to