You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
In our project, we are using Spring Batch 5 and Spring Cloud Data Flow, and we want to use the Admin Console panel. We are using the @EnableTask annotation as recommended for our version of Spring Batch, but when we access the panel, it should display the previously launched Jobs, yet they do not appear.
In our Oracle Database, the tables are saved with the "BOOT3" prefix when we use the "@EnableTask" annotation. We have tried different annotations and attempted to register the proccesses as both "Jobs" and "Tasks", but in both cases, although they are correctly stored in the database, they are not displayed in the Admin Console.
Could an expert help us identify the issue preventing us from viewing the Jobs/Tasks in the Admin Console panel?
Thanks for reading
Greetings <3
Screenshots:
The text was updated successfully, but these errors were encountered:
@RafaCJ Please use SCDF 2.11.5, register maven:io.spring:timestamp-batch-task:3.0.0 as a Boot 3.x app of type task named timestamp-batch and create a task definition timestamp-batch.
Launch the task and let us know if you can see the task execution as well as the related job execution.
If you are using Oracle you need use the instructions to add the driver to the various application jars and publish them to a private registry that you configure for Data flow server and skipper and ctr configuration.
You can also refer to jar files directly if you are running in 'local' mode.
Description:
In our project, we are using Spring Batch 5 and Spring Cloud Data Flow, and we want to use the Admin Console panel. We are using the @EnableTask annotation as recommended for our version of Spring Batch, but when we access the panel, it should display the previously launched Jobs, yet they do not appear.
In our Oracle Database, the tables are saved with the "BOOT3" prefix when we use the "@EnableTask" annotation. We have tried different annotations and attempted to register the proccesses as both "Jobs" and "Tasks", but in both cases, although they are correctly stored in the database, they are not displayed in the Admin Console.
Could an expert help us identify the issue preventing us from viewing the Jobs/Tasks in the Admin Console panel?
Thanks for reading
Greetings <3
Screenshots:
The text was updated successfully, but these errors were encountered: