redhat-consulting / jbpm-ee

Enterprise Services for jBPM 6 - DEPRECATED
14 stars 9 forks source link

How to resolve class MapSerializationInterceptor #99

Open ynaravan opened 9 years ago

ynaravan commented 9 years ago

import org.jbpm.ee.services.ejb.interceptors.MapSerializationInterceptor; is failing and can't find class file.

abaxter-rh4u commented 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

ynaravan commented 9 years ago

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.

abaxter-rh4u commented 9 years ago

I believe the class was renamed after the videos were produced. Try org.jbpm.ee.services.ejb.interceptors.SerializationInterceptor.

Adam Baxter Red Hat Consulting