[
https://issues.redhat.com/browse/WFLY-12918?page=com.atlassian.jira.plugi...
]
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...]
On [Wildfly
configuration|https://access.redhat.com/documentation/en-us/red_hat_jboss...]
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/reso...
{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...]
On [Wildfly
configuration|https://access.redhat.com/documentation/en-us/red_hat_jboss...]
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...]
On [Wildfly
configuration|https://access.redhat.com/documentation/en-us/red_hat_jboss...]
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/reso...
{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)