Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Serialization of whitelisted custom data classes without annotation in MockNetwork #105

Open
MikkelThomsen opened this issue Apr 16, 2020 · 2 comments

Comments

@MikkelThomsen
Copy link

Hi.

In https://github.com/MikkelThomsen/samples I have added an example of a contract that uses a custom data class and runs a MockNetwork using that class. See cordapp-example/workflows-kotlin/src/test/kotlin/com/example/test/contract/IOUContractTests.kt.
The data class is whitelisted, but not annotated with @CordaSerializable.

When running the test, it fails with Class "class com.example.data.IOUData" is not on the whitelist or annotated with @CordaSerializable.'. If I annotate it, the test succeeds.

I have added a META-INF/services/net.corda.core.serialization.SerializationWhitelist with a reference to the class that extends SerializationWhitelist.

As far as i can see, JarScanningCordappLoader#findWhitelists checks whether the whitelist has the same location as the CorDapp, but the whitelist implementation is picked up from the classpath instead. The expected location is within the created mockNetwork folder and not the project classpath.

Is there something in either the gradle dependency setup or the whitelist specification that I am doing wrong?

Sincerely
Mikkel

@MikkelThomsen
Copy link
Author

It seems like it is the same issue we are facing in corda/corda#5914

@MikkelThomsen
Copy link
Author

It seems like this is the same issue: https://r3-cev.atlassian.net/browse/CORDA-3643

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant