Resource adapters only deployed on uberjar mode / FISH-1217 #11
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
The following pom.xml doesn't deploy the Kafka resource adapter:
My application only contains a
@MessageDriven
class and nothing more. I get some not very intuitive error message, along with a ClassNotFoundException for KafkaListener:However, it works when I add
<useUberJar>true</useUberJar>
.The text was updated successfully, but these errors were encountered: