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

Run main class in sample 01, got error #23

Open
dianzipaopao1975 opened this issue Mar 14, 2023 · 1 comment
Open

Run main class in sample 01, got error #23

dianzipaopao1975 opened this issue Mar 14, 2023 · 1 comment

Comments

@dianzipaopao1975
Copy link

  1. Binding to null instances is not allowed. Use toProvider(Providers.of(null)) if this is your intended behaviour.
    at net.jworkflow.WorkflowModule.configure(WorkflowModule.java:54)

Error code was module.build();
WorkflowModule module = new WorkflowModule();
module.build();

@mbruckner
Copy link

duplicate of #14

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

No branches or pull requests

2 participants