Hi,
I have developed a project with the maven archetype ejb.
It was working fine, at some point I get an error
Error injecting persistence unit into CDI managed bean. Can't find a persistence unit named '' in deployment myproject.war for injection point private javax.persistence.EntityManager tue.horse.integration.database.EntityManagerProducer.entityManager"},"WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.\"myproject.war\".WeldStartService"],"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
One of the first things I’m trying to solve it is to “clean” the project.
But executing “mvn clean” gives me
Non-resolvable import POM: Failure to find org.camunda.spin:camunda-spin-bom:pom:${version.spin}
Any ideas?
Thanks!