Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように、dbバージョンからJBPMバージョンを取得できます。
JbpmVersion.getJbpmVersion("dbversion");
しかし、DBバージョン自体を取得するにはどうすればよいですか?
使用する
org.jbpm.pvm.internal.id.PropertyImpl.getDbVersion(session); String dbVersion = PropertyImpl.getDbVersion(session);
こちらのリンクをご覧ください
org.jbpm.pvm.internal.id.PropertyImpl