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

[incubator-kie-issues-1204] Add built in support for org.w3c.dom.Document #3518

Merged
merged 5 commits into from
May 28, 2024

Conversation

elguardian
Copy link
Contributor

@elguardian elguardian force-pushed the incubator-kie-issues-1204 branch from 8129d7b to 054c92d Compare May 15, 2024 09:13
@elguardian elguardian changed the title [incubator-kie-issues-1204] Revisit proto generation persistence. [incubator-kie-issues-1204] Add built in support for org.w3c.dom.Document May 15, 2024
@martinweiler
Copy link
Contributor

Still seeing

[ERROR] Caused by: java.lang.IllegalArgumentException: Custom type org.w3c.dom.Document is no supported by Kogito persistence, please consider using a class that extends java.io.Serializable and contains a no arg constructor
[ERROR] 	at org.kie.kogito.codegen.process.persistence.proto.AbstractProtoGenerator.protoType(AbstractProtoGenerator.java:259)

in a kogito app with a process containing a org.w3c.dom.Document process variable.

@elguardian elguardian force-pushed the incubator-kie-issues-1204 branch from 4cc3c8c to d11cf4b Compare May 16, 2024 17:36
@elguardian elguardian requested a review from martinweiler May 17, 2024 06:08
@elguardian elguardian force-pushed the incubator-kie-issues-1204 branch from d11cf4b to 589f8b8 Compare May 20, 2024 10:24
@elguardian elguardian requested a review from martinweiler May 20, 2024 10:25
@elguardian elguardian force-pushed the incubator-kie-issues-1204 branch from 589f8b8 to eddfcbb Compare May 27, 2024 08:44
@elguardian elguardian force-pushed the incubator-kie-issues-1204 branch from eddfcbb to 8f731f1 Compare May 28, 2024 06:56
@elguardian elguardian merged commit ae22647 into apache:main May 28, 2024
5 of 7 checks passed
@elguardian elguardian deleted the incubator-kie-issues-1204 branch May 28, 2024 08:40
rgdoliveira pushed a commit to rgdoliveira/kogito-runtimes that referenced this pull request Jun 10, 2024
…ment (apache#3518)

* [incubator-kie-issues-1204] Add built in support for org.w3c.dom.Document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add built in support for org.w3c.dom.Document
3 participants