Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphNavigator Error on Database Configuration #258

Open
c-schwan opened this issue Dec 16, 2020 · 2 comments
Open

GraphNavigator Error on Database Configuration #258

c-schwan opened this issue Dec 16, 2020 · 2 comments
Labels

Comments

@c-schwan
Copy link

c-schwan commented Dec 16, 2020

/**
 * The DB password to use.
 *
 * @var string
 * @Type("string")
 * @Exclude(if="context.getDirection() === 1")
 */
protected $password;

will fail on the GraphNavigator because there is no expressionExclusionStrategy set.

@pathmissing
Copy link
Member

Commit in question: techdivision/import-configuration-jms@69433bc

Issue can be reproduced when a custom database configuration is supplied (e.g. with --custom-configuration-dir).

@pathmissing
Copy link
Member

Issue internally tracked as PAC-318.

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

No branches or pull requests

2 participants