我对jbpm jaxb有两个问题,首先:
Two classes have the same XML type name "clientInfo". Use @XmlType.name and @XmlType.namespace to assign different names to them.我如何阻止jbpm将这些类加载到jaxb上下文中。我不能更改XML。我不需要它们,jbpm正在加载所有带有Jaxb注解的jaxb类,我可以排除jar或包吗?
第二个问题:
org.jbpm.process.instance.command.UpdateProcessCommand does not have a no-arg default constructor.
this problem is related to the following location:
at org.jbpm.process.instance.command.UpdateProcessCommand我不知道为什么会出现这个问题
版本JBPM 7.3
发布于 2018-04-08 16:59:51
您是否尝试过jbpm的最新非快照版本?问题可能出在jbpm本身。
https://stackoverflow.com/questions/49161475
复制相似问题