Skip to content

UnsupportedOperationException on FlowableServices.setProcessEngine #4150

@tomekkup

Description

@tomekkup

Describe the bug
Trying to boot Flowable 7.2 with Jakarta 11 on Payara 7. ProcessEngine is configured properly but bit later on Weld boot finalization engine throws UnsupportedOperationException

Expected behavior
Boot without errors

Code
This code in FlowableExtension class throws an error:

FlowableServices services = (FlowableServices)ProgrammaticBeanLookup.lookup(FlowableServices.class, beanManager);
services.setProcessEngine(processEngine);

Additional context
Version 7.2.0 but applies to previous versions possibly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions