[jboss-jira] [JBoss JIRA] (WFLY-12918) Support JBeret's job repository table prefix and suffix
Cheng Fang (Jira)
issues at jboss.org
Tue Mar 24 23:09:24 EDT 2020
[ https://issues.redhat.com/browse/WFLY-12918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Cheng Fang updated WFLY-12918:
------------------------------
Description:
On jberet.properties you can set suffix and prefix of repository table.
See [this link|https://github.com/jberet/jsr352/blob/master/jberet-distribution/src/main/resources/jberet.properties]
On [Wildfly configuration|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html/configuration_guide/configuring_batch_applications] I cannot see any config like the above,
can you enhance it ?
Current jdbc job repository definition in schema:
https://github.com/wildfly/wildfly/blob/master/batch-jberet/src/main/resources/schema/wildfly-batch-jberet_2_0.xsd#L109
{code:xml}
<xs:complexType name="jdbcType">
<xs:annotation>
<xs:documentation>
<![CDATA[
Used to describe how the job repository should connect to a database.
]]>
</xs:documentation>
</xs:annotation>
<xs:attribute name="data-source" type="xs:token" use="required"/>
</xs:complexType>
{code}
was:
On jberet.properties you can set suffix and prefix of repository table.
See [this link|https://github.com/jberet/jsr352/blob/master/jberet-distribution/src/main/resources/jberet.properties]
On [Wildfly configuration|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html/configuration_guide/configuring_batch_applications] I cannot see any config like the above,
can you enhance it ?
> Support JBeret's job repository table prefix and suffix
> -------------------------------------------------------
>
> Key: WFLY-12918
> URL: https://issues.redhat.com/browse/WFLY-12918
> Project: WildFly
> Issue Type: Feature Request
> Components: Batch
> Reporter: Fabrizio Stellato
> Assignee: Cheng Fang
> Priority: Major
>
> On jberet.properties you can set suffix and prefix of repository table.
> See [this link|https://github.com/jberet/jsr352/blob/master/jberet-distribution/src/main/resources/jberet.properties]
> On [Wildfly configuration|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html/configuration_guide/configuring_batch_applications] I cannot see any config like the above,
> can you enhance it ?
> Current jdbc job repository definition in schema:
> https://github.com/wildfly/wildfly/blob/master/batch-jberet/src/main/resources/schema/wildfly-batch-jberet_2_0.xsd#L109
> {code:xml}
> <xs:complexType name="jdbcType">
> <xs:annotation>
> <xs:documentation>
> <![CDATA[
> Used to describe how the job repository should connect to a database.
> ]]>
> </xs:documentation>
> </xs:annotation>
> <xs:attribute name="data-source" type="xs:token" use="required"/>
> </xs:complexType>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list