Open ynaravan opened 9 years ago
Hello,
Could you provide some more detailed information? Specifically, which class is failing to find MapSerializationInterceptor? The full build log would be helpful, also.
Thanks,
Adam Baxter Red Hat Consulting
Hi, Following https://www.youtube.com/watch?v=pbgY-jc9_fM When created remote-app client. my.test.remote.app.BaseTest.java has following line --> import org.jbpm.ee.services.ejb.interceptors.MapSerializationInterceptor;
Even video shows same. Some how can't see error in video. Just felt that this class might be missing from git source files. You can close this issue if not reproduced at your side.
I believe the class was renamed after the videos were produced. Try org.jbpm.ee.services.ejb.interceptors.SerializationInterceptor.
Adam Baxter Red Hat Consulting
import org.jbpm.ee.services.ejb.interceptors.MapSerializationInterceptor; is failing and can't find class file.