I am using the apns plugin in my app, it is running fine, but when a generate a war file and publish in my QA env, I`m getting the follow error"
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apnsService': Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'groovy.util.ConfigObject' to required type 'java.lang.String' for property 'password'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [groovy.util.ConfigObject] to required type [java.lang.String] for property 'password': no matching editors or conversion strategy found
I have NO idea what is going on?! any idea?!
cheers!