-
1. Re: building the sources & developer studio errors
cfang Jun 25, 2018 10:59 AM (in response to crettig)Thanks for reporting these problems.
For jberet-jpa-repository issue, these classes are developed first as jberet-core classes, and then later we once had plan to reuse them as JPA entities in jberet-jpa-repository module. The work on jberet-jpa-repository has been put on hold for a while, and recently in master branch it has been moved to its own separate repo.
Using scripts in job xml is an experimental feature in JBeret, with some extensions to the standard job xml schema. We will need to look at the future eveolution of bach spec and the standard job xml to determine if we want to have a jberet-specific schema.
We should fix the schema declaration issue.
-
2. Re: building the sources & developer studio errors
crettig Jun 25, 2018 11:22 AM (in response to cfang)Hello,
For jberet-jpa-repository issue, these classes are developed first as jberet-core classes, and then later we once had plan to reuse them as JPA entities in jberet-jpa-repository module. The work on jberet-jpa-repository has been put on hold for a while, and recently in master branch it has been moved to its own separate repo.
Ok, this explainy why the REST api uses only the javax.batch.operations.JobOperator interface and does not rely on any JPA service. Does anyone really use the jberet-jpa-repository?
The reason why I am asking this question is that I want to extend the database schema with some error and monitoring related tables and the existing JPA entities would be a subset of my new entity set classes. If nobody uses the current entity classes
then I could go with a complete entity class set on my own.
Using scripts in job xml is an experimental feature in JBeret, with some extensions to the standard job xml schema. We will need to look at the future eveolution of bach spec and the standard job xml to determine if we want to have a jberet-specific schema.
Is there is an xml schema for the extensions so that I could have a look at it?
regards, chris
-
3. Re: building the sources & developer studio errors
cfang Jun 25, 2018 1:14 PM (in response to crettig)jberet-jpa-repository in its current form is incomplete so I don't think anyone is using it. No, we don't have the extension job xml schema.