You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Juan Pablo <ju...@gmail.com> on 2010/03/05 22:26:18 UTC

Could I disable google checkout module in ofbiz 9.04?

Hi guys.

I've tested return orders flow and this ECA run in the last step.

    <!-- shipment related services -->
    <eca service="updateShipment" event="commit" run-on-failure="false"
run-on-error="false">
        <condition-field field-name="statusId" operator="not-equals"
to-field-name="oldStatusId"/>
        <condition field-name="statusId" operator="equals"
value="SHIPMENT_SHIPPED"/>
        <action service="sendGoogleShipRequest" mode="sync"/>
    </eca>

This ECA is registred in google checkout module .

So, Could I disable google checkout module in ofbiz 9.04 and i haven't
problems?
or Do I only have to comment this ECA?

Finnally, Could I disable all special purpose modules?

Thanks for advance.

Atte.

-- 
Juan Pablo Huachaca Vargas

Re: Could I disable google checkout module in ofbiz 9.04?

Posted by Juan Pablo <ju...@gmail.com>.
Thank you.

I'll test disable it.

On Fri, Mar 5, 2010 at 11:29 PM, Scott Gray <sc...@hotwaxmedia.com>wrote:

> In theory, yes you can disable all special purpose applications, in
> practice this may create some UI level bugs because it is possible that some
> base applications incorrectly have minor dependencies on the special purpose
> ones.
>
> You should be completely fine to disable just google checkout though.
>
> Regards
> Scott
>
> On 5/03/2010, at 2:26 PM, Juan Pablo wrote:
>
> > Hi guys.
> >
> > I've tested return orders flow and this ECA run in the last step.
> >
> >    <!-- shipment related services -->
> >    <eca service="updateShipment" event="commit" run-on-failure="false"
> > run-on-error="false">
> >        <condition-field field-name="statusId" operator="not-equals"
> > to-field-name="oldStatusId"/>
> >        <condition field-name="statusId" operator="equals"
> > value="SHIPMENT_SHIPPED"/>
> >        <action service="sendGoogleShipRequest" mode="sync"/>
> >    </eca>
> >
> > This ECA is registred in google checkout module .
> >
> > So, Could I disable google checkout module in ofbiz 9.04 and i haven't
> > problems?
> > or Do I only have to comment this ECA?
> >
> > Finnally, Could I disable all special purpose modules?
> >
> > Thanks for advance.
> >
> > Atte.
> >
> > --
> > Juan Pablo Huachaca Vargas
>
>


-- 
Juan Pablo
Cell 997204299

Re: Could I disable google checkout module in ofbiz 9.04?

Posted by Scott Gray <sc...@hotwaxmedia.com>.
In theory, yes you can disable all special purpose applications, in practice this may create some UI level bugs because it is possible that some base applications incorrectly have minor dependencies on the special purpose ones.

You should be completely fine to disable just google checkout though.

Regards
Scott

On 5/03/2010, at 2:26 PM, Juan Pablo wrote:

> Hi guys.
> 
> I've tested return orders flow and this ECA run in the last step.
> 
>    <!-- shipment related services -->
>    <eca service="updateShipment" event="commit" run-on-failure="false"
> run-on-error="false">
>        <condition-field field-name="statusId" operator="not-equals"
> to-field-name="oldStatusId"/>
>        <condition field-name="statusId" operator="equals"
> value="SHIPMENT_SHIPPED"/>
>        <action service="sendGoogleShipRequest" mode="sync"/>
>    </eca>
> 
> This ECA is registred in google checkout module .
> 
> So, Could I disable google checkout module in ofbiz 9.04 and i haven't
> problems?
> or Do I only have to comment this ECA?
> 
> Finnally, Could I disable all special purpose modules?
> 
> Thanks for advance.
> 
> Atte.
> 
> -- 
> Juan Pablo Huachaca Vargas