Skip to content

Inconsistent shopizer-core-shipping-processors.xml #109

Open
@dimitrove

Description

@dimitrove

In shopizer-core-shipping-processors.xml there is

<!-- Shipping pre-processors -->
<util:list id="shippingModulePreProcessors" value-type="com.salesmanager.core.modules.integration.shipping.model.ShippingQuotePreProcessModule">
<!--    <ref bean="shippingDistancePreProcessor"/> -->
    <!-- From rules -->

    <ref bean="shippingMethodDecisionProcess"/>

</util:list>

<!-- shipping-distance-processor project -->
<bean id="shippingDistancePreProcessor"
    class="com.shopizer.modules.shipping.distance.ShippingDistancePreProcessorImpl">
    <property name="apiKey" value="AIzaSyCFqjgSH_6_ktwKLcVi-IRojLx2iRWlcig"/>
</bean>

This causes the deployment of the .war file to Tomcat to fail.

I changed it to

    <bean id="shippingMethodDecisionProcess"
        class="com.salesmanager.core.modules.integration.shipping.impl.ShippingDecisionPreProcessorImpl">
    </bean>

I don't know how will it work, but at least I can deploy the .war file to Tomcat.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions