Hi
When deployed into karaf, I see the following error in the karaf console:
Error executing command: Cannot have multiple symbolic names: org.activiti.db.ma pping.entity,org.activiti.engine
Upon quick investigation, I found that in 5.11 a new entry is added to MANIFEST.MF Bundle-SymbolicName property.
Under pom.xml as well I see the following:
<activiti.artifact>
org.activiti.db.mapping.entity,
org.activiti.engine
</activiti.artifact>
The entry in bold is new in 5.11 and is causing the above error.
Can someone confirm that this is a bug and quickly include the fix? I can create a JIRA and attach the fix, if needed.
Thank you in advance.
Prabhat