Forum Discussion
rpatrick00
5 years agoContributor
@ptaylor I am not sure what to say but I am seeing a problem.
In my release 1 branch (the one deployed in the global shared folder), line 78 of OdysseyApiAccount looks like this:
if (String.class.isAssignableFrom(valueObj.getClass())) {
In version 2 of the OdysseyApiAccount, line 78 looks like this:
private static final String PASSWORD_LABEL = "Password";
When I create the pipeline in my projects/Robert Patrick folder (where V2 of the snap is deployed), I am getting the following NullPointerException.
Pretty sure this proves that Version 1 of the Account class is being used…
- ptaylor5 years agoEmployee
Yes, that’s pretty convincing. Very odd. Have you tried restarting the jcc?