-1

java.lang.RuntimeException: org.mule.api.config.ConfigurationException: Error creating bean with name '_muleNotificationManager': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name '_muleTransactionManager': Unsatisfied dependency expressed through field 'customTxManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_muleTransactionManager': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException (org.mule.api.lifecycle.InitialisationException

barbsan
  • 3,418
  • 11
  • 21
  • 28
  • Welcome to SO. Your question lacks [Minimal, Complete and Verifiable Example](https://stackoverflow.com/help/mcve) and some description – barbsan Feb 15 '19 at 11:57

1 Answers1

0

Few things to evaluate here. 1. Make sure you installed the Munit plugin in anypoint studio. 2. Make sure you added property files to context spring:beans> context:property-placeholder location="UAT.properties" /> spring:import resource="classpath:Implementation.xml"/> --Probably you only had this one./spring:beans>

srg
  • 11
  • 2