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