Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate serial-config.properties if Oracle DB is selected #4738

Closed
dalexandrov opened this issue Aug 9, 2022 · 1 comment
Closed

Generate serial-config.properties if Oracle DB is selected #4738

dalexandrov opened this issue Aug 9, 2022 · 1 comment
Assignees
Labels
3.x Issues for 3.x version branch archetypes bug Something isn't working P2

Comments

@dalexandrov
Copy link
Contributor

Due to conflict in deserialization in Helidon and Oracle driver the following issue is present:
If Oracle DB is selected, at the current state the error Caused by: java.lang.NullPointerException: Cannot read field "m_ucsChar" because "<local1>" is null occurs on the Helidon application start.
To solve it, a file serial-config.properties file, containing pattern=oracle.sql.converter.* should be added. This may be considered as a temporary workaround.
Relates: #4646

@romain-grecourt
Copy link
Contributor

This issue is related to Helidon archetypes, not to the archetype engine. Moving to Helidon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch archetypes bug Something isn't working P2
Projects
Archived in project
Development

No branches or pull requests

4 participants