|
Author: jleroux
Date: Fri Sep 7 05:39:26 2012 New Revision: 1381884 URL: http://svn.apache.org/viewvc?rev=1381884&view=rev Log: Moves the workflow component to attic Removed: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/workflow/ ofbiz/trunk/specialpurpose/workflow/ Modified: ofbiz/trunk/.classpath ofbiz/trunk/applications/commonext/data/EntityDiagramGroupData.xml ofbiz/trunk/applications/order/servicedef/services.xml ofbiz/trunk/framework/base/config/cache.properties ofbiz/trunk/framework/common/servicedef/services_test.xml ofbiz/trunk/framework/service/config/serviceengine.xml ofbiz/trunk/specialpurpose/build.xml ofbiz/trunk/specialpurpose/component-load.xml Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1381884&r1=1381883&r2=1381884&view=diff ============================================================================== --- ofbiz/trunk/.classpath (original) +++ ofbiz/trunk/.classpath Fri Sep 7 05:39:26 2012 @@ -207,7 +207,6 @@ <classpathentry kind="src" path="specialpurpose/pos/src"/> <classpathentry kind="src" path="specialpurpose/projectmgr/src"/> <classpathentry kind="src" path="specialpurpose/webpos/src"/> - <classpathentry kind="src" path="specialpurpose/workflow/src"/> <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/> <classpathentry kind="output" path="bin"/> </classpath> Modified: ofbiz/trunk/applications/commonext/data/EntityDiagramGroupData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/EntityDiagramGroupData.xml?rev=1381884&r1=1381883&r2=1381884&view=diff ============================================================================== --- ofbiz/trunk/applications/commonext/data/EntityDiagramGroupData.xml (original) +++ ofbiz/trunk/applications/commonext/data/EntityDiagramGroupData.xml Fri Sep 7 05:39:26 2012 @@ -259,8 +259,6 @@ under the License. <EntityGroupEntry entityGroupId="6920" entityOrPackage="org.ofbiz.content.website" applEnumId="ESIA_INCLUDE"/> <EntityGroup entityGroupId="6930" entityGroupName="Technical: Login and Security"/> <EntityGroupEntry entityGroupId="6930" entityOrPackage="org.ofbiz.security" applEnumId="ESIA_INCLUDE"/> - <EntityGroup entityGroupId="6940" entityGroupName="Technical: Workflow"/> - <EntityGroupEntry entityGroupId="6940" entityOrPackage="org.ofbiz.workflow" applEnumId="ESIA_INCLUDE"/> <EntityGroup entityGroupId="6990" entityGroupName="Technical: POS, OAGIS, Other"/> <EntityGroupEntry entityGroupId="6990" entityOrPackage="org.ofbiz.pos.terminal" applEnumId="ESIA_INCLUDE"/> <EntityGroupEntry entityGroupId="6990" entityOrPackage="org.ofbiz.specialpurpose.oagis" applEnumId="ESIA_INCLUDE"/> Modified: ofbiz/trunk/applications/order/servicedef/services.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=1381884&r1=1381883&r2=1381884&view=diff ============================================================================== --- ofbiz/trunk/applications/order/servicedef/services.xml (original) +++ ofbiz/trunk/applications/order/servicedef/services.xml Fri Sep 7 05:39:26 2012 @@ -25,11 +25,6 @@ under the License. <version>1.0</version> <!-- Order processing services --> - <service name="processOrderWf" engine="workflow" location="org.ofbiz.order" invoke="ProcessOrder"> - <description>Service for testing the workflow engine</description> - <attribute name="orderId" type="String" mode="IN" optional="false"/> - </service> - <service name="orderNotificationInterface" engine="interface" location="" invoke=""> <attribute name="orderId" type="String" mode="IN" optional="false"/> <attribute name="orderItemSeqId" type="String" mode="IN" optional="true"/> Modified: ofbiz/trunk/framework/base/config/cache.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/cache.properties?rev=1381884&r1=1381883&r2=1381884&view=diff ============================================================================== --- ofbiz/trunk/framework/base/config/cache.properties (original) +++ ofbiz/trunk/framework/base/config/cache.properties Fri Sep 7 05:39:26 2012 @@ -50,10 +50,6 @@ security.SecurityGroupPermissionCache.ex #entitycache.entity-list.default.ProductPriceRule.expireTime=0 #entitycache.entity-list.default.ProductPriceRule.useSoftReference=true -# Workflow related cache -workflow.processmgr.useSoftReference=true -workflow.client.useSoftReference=true - # product.content.rendered cache settings, set to expire in 1 minutes by default to avoid too much administrative confusion, can comment this out or increase for better performance product.content.rendered.expireTime=60000 product.content.rendered.useSoftReference=true Modified: ofbiz/trunk/framework/common/servicedef/services_test.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_test.xml?rev=1381884&r1=1381883&r2=1381884&view=diff ============================================================================== --- ofbiz/trunk/framework/common/servicedef/services_test.xml (original) +++ ofbiz/trunk/framework/common/servicedef/services_test.xml Fri Sep 7 05:39:26 2012 @@ -57,16 +57,6 @@ under the License. <implements service="testScv"/> </service> - <service name="testWorkflow" engine="workflow" location="TEST-PKG" invoke="TestWorkflow"> - <attribute name="orderId" type="String" mode="IN"/> - <attribute name="partyId" type="String" mode="IN"/> - <attribute name="orderStatusId" type="String" mode="OUT"/> - </service> - <service name="testWorkflowCondition" engine="java" - location="org.ofbiz.common.CommonServices" invoke="testWorkflowCondition"> - <attribute name="serviceName" type="String" mode="IN" optional="true"/> - <attribute name="evaluationResult" type="Boolean" mode="OUT"/> - </service> <service name="testRollback" engine="java" export="true" validate="false" location="org.ofbiz.common.CommonServices" invoke="testRollbackListener"> <description>Test service</description> Modified: ofbiz/trunk/framework/service/config/serviceengine.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/config/serviceengine.xml?rev=1381884&r1=1381883&r2=1381884&view=diff ============================================================================== --- ofbiz/trunk/framework/service/config/serviceengine.xml (original) +++ ofbiz/trunk/framework/service/config/serviceengine.xml Fri Sep 7 05:39:26 2012 @@ -59,7 +59,6 @@ under the License. <engine name="jms" class="org.ofbiz.service.jms.JmsServiceEngine"/> <engine name="rmi" class="org.ofbiz.service.rmi.RmiServiceEngine"/> <engine name="soap" class="org.ofbiz.service.engine.SOAPClientEngine"/> - <engine name="ofbiz-workflow" class="org.ofbiz.workflow.WorkflowEngine"/> <!-- The engine xml-rpc-local is only used by a test service and for this reason it is configured to run on port 8081 (see test-containers.xml); in order to use this in OFBiz change the port accordingly (for demo the default Modified: ofbiz/trunk/specialpurpose/build.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/build.xml?rev=1381884&r1=1381883&r2=1381884&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/build.xml (original) +++ ofbiz/trunk/specialpurpose/build.xml Fri Sep 7 05:39:26 2012 @@ -39,7 +39,6 @@ birt/build.xml, example/build.xml "/> - <!-- For the old OFBiz Workflow Engine add "workflow/build.xml" to the list above --> <!-- ================================================================== --> <!-- Removes all created files and directories --> Modified: ofbiz/trunk/specialpurpose/component-load.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/component-load.xml?rev=1381884&r1=1381883&r2=1381884&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/component-load.xml (original) +++ ofbiz/trunk/specialpurpose/component-load.xml Fri Sep 7 05:39:26 2012 @@ -40,8 +40,4 @@ under the License. <load-component component-location="birt"/> <load-component component-location="example"/> <load-component component-location="exampleext"/> - <!-- The component below are not maintained by the community, or at least not very actively - Still they are functional (or at least should be). - So if you need them simply uncomment and have a look also in the build file --> - <!-- <load-component component-location="workflow"/> --> </component-loader> |
| Free forum by Nabble | Edit this page |
