-
**Describe the bug**
Fix *all* the test cases where we are needlessly binding to all network interfaces instead of just the localhost.
All tests should be able to pass by binding to either localhos…
-
### Description
As a developer I want to run molecule test so that I can test my `deploy/cordapps` role.
### Acceptance Criteria
1.Molecule tests should cover `deploy/cordapps` and related roles
2. V…
-
I was following [the tutorial](https://labs.hyperledger.org/weaver-dlt-interoperability/docs/external/getting-started/test-network/setup-local-docker/#corda-simple-application-and-client-application) …
cassc updated
2 years ago
-
Version: [release/os/4.4](https://github.com/corda/corda/tree/release/os/4.4)
# Problem
We are using [persistent immutable maps](https://github.com/andrewoma/dexx) which are in scope when one of…
-
The unit tests fail in v4 on Windows due to classpath length issues.
On non-Windows systems the unit tests pass.
However, on Windows the classpath is too long so you need to modify the run config …
-
Is there a way to support composite primary key ? The aim is to make sure uniqueness of some state.
In JPA, there are 2 ways to implement them, with *@IdClass/@Id* OR with *@Embeddable/@EmbeddableId*…
-
We bundle Java Bean validation with one of our Cordapps. This used to work fine but we are now running into issues with the current master branch and upcoming Corda 4.0:
```
Exception in thread "m…
-
When we run MockNetwork tests with Corda 4.x, I see about 5 seconds of Liquibase activity (on a fairly fast Macbook Pro) in the logs. Is it possible to avoid performing the liquibase initialisation fo…
-
-
With the log4j "issues" then I wonder if there is a potential to switch to use a logging abstraction like slf4-api which makes it possible for users to NOT use log4j at all with Corda.