Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

NoDd* classes

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
java
Domain
backend

Research direction

Start by reproducing the reported NoDb* configuration with a real process definition. Read DbSqlSession.selectListWithRawParameter at DbSqlSession.java:202 and ReflectUtil.instantiate at ReflectUtil.java:140, then trace the two reported exceptions to their configuration or process-definition inputs. Done means the cause is confirmed and the NoDb* setup either works or reports a specific actionable limitation.

Written by the indexing model from the issue text.

Description

Hello,
did you tried use NoDb* classes to configure working project with real process defitions please?
Because I am getting exceptions below when I did.

java.lang.NullPointerException
	at org.flowable.common.engine.impl.db.DbSqlSession.selectListWithRawParameter(DbSqlSession.java:202) ~[flowable-engine-common-6.4.2.jar:6.4.2]

org.flowable.common.engine.api.FlowableException: couldn't instantiate class ${something}

	at org.flowable.common.engine.impl.util.ReflectUtil.instantiate(ReflectUtil.java:140)
	at org.flowable.engine.impl.bpmn.helper.AbstractClassDelegate.defaultInstantiateDelegate(AbstractClassDelegate.java:64)

Best Regards,

Petr

Dominant language
Java
Stars
17
Forks
22
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.