Hi!
I am new with OSA and Coherence, I am trying to deploy a simple application into OSA that connect with a coherence cache having pof configuration. If I deploy the application without pof I don't have any problem but when I deploy the application into OSA with pof I get the next error:
Caused by: java.lang.IllegalArgumentException: unknown user type: com.tangosol.c
oherence.component.net.Member
at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(Conf
igurablePofContext.java:438)
at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(Conf
igurablePofContext.java:427)
at com.tangosol.coherence.component.net.extend.Channel.getUserTypeIdenti
fier(Channel.CDB:7)
at com.tangosol.io.pof.PofBufferWriter.writeUserType(PofBufferWriter.jav
a:1677)
at com.tangosol.io.pof.PofBufferWriter.writeObject(PofBufferWriter.java:
1624)
If I use a simple client application with pof I don't have any problem so I think that the problem is not in coherence layer. Do you know something about this?
Regards!