This content has been marked as final.
Show 3 replies
-
1. Re: ClassCastException thrown on Component.getInstance(GateAction.class, true)
manarh Apr 28, 2014 6:21 AM (in response to lokeshpaunikar)you should show here also the sources of
GateActionImpl and
GateActionIntf. It is certainly related why ClassCastException is thrown.
-
2. Re: ClassCastException thrown on Component.getInstance(GateAction.class, true)
lokeshpaunikar Apr 28, 2014 6:37 AM (in response to manarh)I have updated the sources of
GateActionImpl and
GateActionIntf in my question. Please have a look.
-
3. Re: ClassCastException thrown on Component.getInstance(GateAction.class, true)
manarh Apr 28, 2014 8:21 AM (in response to lokeshpaunikar)Are you sure that you have not missed PUBLIC keyword in interface ?
public interface GateActionIntf
{
public Response performThisOperation( Operation operation, final DataModel dataModel );
}