I created a mule application in Mule Enterprise Edition 3.7.3 in Anypoint Studio which has a SFTP connector endpoint and an EDIFACT Connector. It was working fine in the embedded server of Anypoint Studio. When I tried to deploy the application in Mule 3.7.0 standalone Runtime CE, it showed a license error. I want to know, can I use in CE or I need to create my own connectors for both of them. The error is given below :
Caused by: java.lang.NoClassDefFoundError: com/mulesource/licm/LicenseKeyException at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.7.0_51] at java.lang.Class.privateGetDeclaredMethods(Class.java:2531) ~[?:1.7.0_51] at java.lang.Class.getDeclaredMethods(Class.java:1855) ~[?:1.7.0_51] at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:571) ~[spring-core-4.1.6.RELEASE.jar:4.1.6.RELEASE]