cancel
Showing results for 
Search instead for 
Did you mean: 

Error deploying 5.11 activiti-engine into karaf

ptripathi
Champ in-the-making
Champ in-the-making
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
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

This issue is fixed on the current github master.

Best regards,

ptripathi
Champ in-the-making
Champ in-the-making
thanks.