Search found 7 matches

by Beziel
Thu 15 Mar 2012 15:44
Forum: dotConnect for Oracle
Topic: Documentation on Workflow Instance Store
Replies: 34
Views: 13765

There is a bug into the oracleinstancestorelogic.sql

p_lockExpiration := sysdate + p_lockTimeout / 24*60*60;

must be

p_lockExpiration := sysdate + p_lockTimeout / (24*60*60);

Regards
by Beziel
Mon 12 Dec 2011 14:28
Forum: dotConnect for Oracle
Topic: Documentation on Workflow Instance Store
Replies: 34
Views: 13765

Hi,
I tried the version 6.60 but it doesn't work yet.
I receive back the following error:

The default value for the property 'instanceCompletionAction' has different type than the one of the property itself.

here my web.config file:

Code: Select all


<system.serviceModel>
<extensions>
<behaviorExtensions>
<add name="oracleInstanceStore" type="Devart.Data.Oracle.DurableInstancing.Configuration.OracleInstanceStoreElement, Devart.Data.Oracle.WorkflowFoundation, Version=6.60.258.0, Culture=neutral, PublicKeyToken=09af7300eec23701" />
</behaviorExtensions>
</extensions>

....


<serviceBehaviors>
<behavior>
<!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment -->
<serviceMetadata httpGetEnabled="true" />
<!-- To receive exception details in faults for debugging purposes, set the value below to true. Set to false before deployment to avoid disclosing exception information -->
<serviceDebug includeExceptionDetailInFaults="false" />
<workflowUnhandledException action="Terminate" />
<workflowIdle timeToUnload="0"/>
<oracleInstanceStore connectionString="InstanceStoreConnectionString" instanceEncodingOption="GZip" instanceLockedExceptionAction="AggressiveRetry" hostLockRenewalPeriod="00:00:30" instanceCompletionAction="DeleteAll" runnableInstancesDetectionPeriod="00:00:05"/>
</behavior>
</serviceBehaviors>
</behaviors>
</system.serviceModel> 
Regards
by Beziel
Thu 08 Dec 2011 09:50
Forum: dotConnect for Oracle
Topic: Documentation on Workflow Instance Store
Replies: 34
Views: 13765

Thanks,
Are you planning to use also promoted properties feature in a future version of your instance store?
by Beziel
Tue 06 Dec 2011 15:25
Forum: dotConnect for Oracle
Topic: Documentation on Workflow Instance Store
Replies: 34
Views: 13765

Hi,
I'm trying the latest version of dotConnect for Oracle (6.50.250.0) but, I don't find the OracleInstanceStoreBehavior class in the namespace Devart.Data.Oracle.DurableInstancing.
It will be included in the next version?
If yes when it will be available?

Regards
by Beziel
Sat 10 Sep 2011 21:02
Forum: dotConnect for Oracle
Topic: Documentation on Workflow Instance Store
Replies: 34
Views: 13765

Hi,
Any news about support of workflow services?


Thanks
by Beziel
Thu 28 Jul 2011 19:55
Forum: dotConnect for Oracle
Topic: WF4 InstanceStore for Oracle
Replies: 16
Views: 6693

thanks
by Beziel
Thu 28 Jul 2011 09:56
Forum: dotConnect for Oracle
Topic: WF4 InstanceStore for Oracle
Replies: 16
Views: 6693

There is some documentation on how to use it in the configuration file of my application?

thanks