Sequences on IBM I (AS400) with Hibernate do not work

Hello, I’m having a problem with Hibernate schema validation. I’m trying to use sequences in IBM I (AS400), and I’ve seen that Hibernate can’t find them. I’ve also seen that in IBM I the ones that are created are called *DATAARA, and Hibernate tells me that it can’t find the table. I don’t know if this has any relation to the problem. I also tried disabling validation, using creation, and they simply don’t work, it doesn’t create or detect the correct file.

What exceptions do you get? Which entity models do you use? Please post details.
Please try to create a reproducer with our test case template and if you are able to reproduce the issue, create a bug ticket in our issue tracker and attach that reproducer.

I will create a ticket, although I cannot follow the format of the test, because it is an error when deploying the application, so well, I will put the ticket and show the code fragment of the entity, the .properties, the POM and the SQL script