Closed ajgbangug closed 10 years ago
@ajgbangug the issue is caused by TaskManager reference somewhere. could you check any reference on TaskManager that is ejb in traner-api?
@jikimlucas Just checked and I wasn't able to find a reference of what you were looking for. Also, I'm really not too sure where to find it. I tried to do a string search for TaskManager in aidr-trainer-api but I only got the TaskManagerEntityMapper class which I already commented out. Sorry :(
@ajgbangug our developer got the latest code, and he was able to compile and to deploy. he assumes that you may have old code base somewhere in your box. could you clean up your trainer-api and get the latest again?
@jikimlucas just checked out the latest code but still got the same error when deploying. :( On an unrelated note, I got a "missing symbol" error in aidr-trainer-api/src/main/java/qa/qcri/aidr/trainer/api/servlet/ESRIService.java. The requestGet() method was being called in the file but upon checking the class definition in aidr-trainer-api/src/main/java/qa/qcri/aidr/trainer/api/util/Communicator.java, the method was commented out.
@ajgbangug servlet package has been deprecated. And, it has been moved gis project. please update web.xml and, we will delete servlet package from github soon. by the way, were you able to set up aidr-manager in your glassfish?
Upon deploying the WAR file produced by aidr-trainer-api, it shows the following error:
It turns out that org/hibernate/engine/jndi/JndiNameException is present in Hibernate 4.3.0.Final so I bumped up the version number to that version. The problem is that the tests that execute during the build phase are failing.