flowable / flowable/flowable-engine
failedJobRetryTimeCycle is not found in Spring boot 3.3.4
- Vorherrschende Sprache
- Java
- Sterne
- 9.5k
- Forks
- 2.9k
- Ø Merge
- 7 Std. 8 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
I have definitions set:
``
and my failedJobRetryTimeCycle looks like that:
```
R5/PT7M
```
and every time i try to start the spring boot app, I am getting:
`Caused by: org.flowable.bpmn.exceptions.XMLException: javax.xml.transform.TransformerException: javax.xml.stream.XMLStreamException: org.xml.sax.SAXParseException; lineNumber: 16; columnNumber: 61; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"http://www.omg.org/spec/BPMN/20100524/MODEL":documentation}'. One of '{"http://www.omg.org/spec/BPMN/20100524/MODEL":auditing, "http://www.omg.org/spec/BPMN/20100524/MODEL":monitoring, "http://www.omg.org/spec/BPMN/20100524/MODEL":categoryValueRef, "http://www.omg.org/spec/BPMN/20100524/MODEL":incoming, "http://www.omg.org/spec/BPMN/20100524/MODEL":outgoing, "http://www.omg.org/spec/BPMN/20100524/MODEL":ioSpecification, "http://www.omg.org/spec/BPMN/20100524/MODEL":property, "http://www.omg.org/spec/BPMN/20100524/MODEL":dataInputAssociation, "http://www.omg.org/spec/BPMN/20100524/MODEL":dataOutputAssociation, "http://www.omg.org/spec/BPMN/20100524/MODEL":resourceRole, "http://www.omg.org/spec/BPMN/20100524/MODEL":loopCharacteristics}' is expected.`
Also, when I am using intellij, failedJobRetryTimeCycle is the only property, where is no "reference" reference shown.
I use these plugins together with spring boot 3.3.4
```
implementation("org.flowable:flowable-spring-boot-starter:7.1.0")
implementation("org.flowable:flowable-spring-boot-starter-rest:7.1.0")
implementation("org.flowable:flowable-spring-boot-autoconfigure:7.1.0")
implementation("org.flowable:flowable-engine:7.1.0")
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Die Beschreibung nennt keine Quelldateien oder Tests. Beginne damit, den Start von Spring Boot mit Flowable 7.1.0 und der gezeigten BPMN-Erweiterung zu reproduzieren, und verfolge dann den XML-Validierungsfehler im Zusammenhang mit failedJobRetryTimeCycle und dem dokumentierten Element. Das Ergebnis sollte eine klare Diagnose und eine verifizierte BPMN-Definition sein, die erfolgreich startet und den Retry-Zyklus erkennt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java, spring-boot
- Bereich
- backend
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100