2

我创建了一个 BPEL 流程,其中数据适配器轮询表。我想通过石英调度程序使用以下参数来安排这个过程

> <activationAgents> 
>      <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent"
> 
>                          partnerLink="readFileService"
> heartBeatInterval="10"> 
>            <property name="schedulerCallout">DefaultSchedulerCalloutImpl</property>
> 
>            <property name="endpointScheduleOn">0 0 19 * *
> ?</property> 
>            <property name="endpointScheduleOff">0 30 19 * *
> ?</property> 
>     </activationAgent  </activationAgents>

在看到许多论坛后,我发现了这一点,但他们正在更新 bpel.xml 中的这些值。而且我无法在我的应用程序中找到它。

我正在使用 Jdeveloper 11.3 和 oracle 11g SOA .. 请帮帮我

在进行了一些谷歌搜索后,我发现在 10g 版本中我们能够找到 BPEL.xml,而在 11g 中我们有 Composite.xml。但现在的问题是我如何在 Composite.xml 文件中添加这些 Quartz 可配置项(因为它在添加时向我显示错误)

4

0 回答 0