This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have a pretty simple snap that takes an input payload and performs an operation the payload, starting at a node specified using a “mapping root” property exactly like the Mapper snap. The snap works fine when testing it manually in the UI.
I am tr...
I was very hopeful that I could use the SnapLogic JTest framework to build actual integration tests for my custom snap pack. Unfortunately, JTest is mocking the URLConnection in such a way where my custom snaps’ SOAP calls are failing. Sigh…
[ERROR...
I thought I understood the custom Account connect method when using a ValidatableAccount returned a string to display to the user if/when the connect() method succeeds. However, my testing shows me that I can return any string I want and it is NEVER...
I have a custom snappack (version = 1, sl_build = 42) deployed in my organization’s shared folder that is in used by multiple projects. I have developed a completely rewritten version of the snappack (version = 2, sl_build = 1) that I have deployed ...
In my custom snaps, I am driving schema creation off a knowledge base rather than encoding the schema knowledge into the Snaps themselves. As a result, it is possible that I encounter an error condition when constructing an input or output schema. ...
@ptaylor thanks.
The other clue that I can give you is that if I change the new version numbers from 2 back to 1 and redeploy like this, everything works fine. I know the new version is picking up the new Account version because I have extra data in...
@ptaylor here is what I have found:
I restarted by two groundplex servers and verified that no versions of the snaps are downloaded to either server.I have version 1_47 deployed at the global shared level and 2_5 deployed at projects/Robert PatrickI ...
@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 v...
@ptaylor I can confirm all of this. I am able to see the new version of the snap but it seems like I am still picking up the old version’s custom account… ☹️