| Summary: | IllegalAnnotationsException "JAXB can't handle interfaces." in kie-server | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Toshiya Kobayashi <tkobayas> | ||||
| Component: | Kie-Server | Assignee: | Edson Tirelli <etirelli> | ||||
| Status: | CLOSED EOL | QA Contact: | Karel Suta <ksuta> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.2.0 | CC: | wsiqueir | ||||
| Target Milestone: | DR1 | ||||||
| Target Release: | 6.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1297869 (view as bug list) | Environment: | |||||
| Last Closed: | 2020-03-27 20:02:47 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1297869 | ||||||
| Attachments: |
|
||||||
|
Description
Toshiya Kobayashi
2016-01-06 07:24:49 UTC
Created attachment 1112038 [details]
drools-simple-dep-example-brms620-BZ.zip
The extra jaxb classes are added here: https://github.com/droolsjbpm/droolsjbpm-integration/blob/6.3.x/kie-server-parent/kie-server-services/kie-server-services-drools/src/main/java/org/kie/server/services/drools/DroolsKieServerExtension.java#L91-L114 So, if you follow the steps: 1. Add @org.kie.api.remote.Remotable to your data model classes (or check "Remotable" box in business-central Data Modeler ) 2. Start BRMS with -Dorg.drools.server.filter.classes=true you can avoid the issue. But I think default behaviour should simply exclude Interface classes. fixed by extending submitted PR and merged into master droolsjbpm-integration master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/0e227ccf1da9752a1e21231574d741ca1c1d716f Verified in 6.3.0 DR1. |