Hi,
when I deploy an application to OSA that contains a pof config file with reference to Toplink I am receiving this error:
Caused by: (Wrapped: Unable to load class for user type (Config=file-pof-co
nfig.xml, Type-Id=1130, Class-Name=oracle.eclipselink.coherence.integrated.cache
.TopLinkGridPortableObject)) (Wrapped) java.lang.ClassNotFoundException: oracle.
eclipselink.coherence.integrated.cache.TopLinkGridPortableObject
at com.tangosol.util.Base.ensureRuntimeException(Base.java:289)
at com.tangosol.io.pof.ConfigurablePofContext.report(ConfigurablePofCont
ext.java:1299)
at com.tangosol.io.pof.ConfigurablePofContext.createPofConfig(Configurab
lePofContext.java:969)
at com.tangosol.io.pof.ConfigurablePofContext.initialize(ConfigurablePof
Context.java:826)
at com.tangosol.io.pof.ConfigurablePofContext.setContextClassLoader(Conf
igurablePofContext.java:327)
at com.tangosol.io.ConfigurableSerializerFactory.createSerializer(Config
urableSerializerFactory.java:52)
... 6 more
Do I need something special to add toplink to the OSA classpath? If I need to add toplink to OSA, how can I do it?
Regards!