I have been trying to create a POC using the EMM product ,but unfortunately it has been a nightmare. I have found the instructions on the products website a bit vague. If anyone can assist that would be much appreciated. Steps so far completed:
downloaded the binary's
- Using OS: linux
- export JAVA_HOME=/usr/java/jdk1.7.0_55
- export PATH=${JAVA_HOME}/bin:${PATH}
- installed mysql
- ran the DB script on the DB source /dbscripts/emm_mysql.sql;
- configured the mysql Datasource
now that application has issues with the datasources :
Caused by: javax.naming.NameNotFoundException: Name [jdbc/WSO2CarbonDB] is not bound in this Context. Unable to find [jdbc].
Does anyone have a working POC that I can follow?