Developing Snaps
Discuss how to build custom Snaps.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! A required class was missing while executing com.snaplogic.tools:snappack-installer:4.9.0.M1:generate-schema: javax/xml/soap/SOAPException

Pulled a fresh copy from mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeCatalog=http://maven.clouddev.snaplogic.com:8080/nexus/content/repositories/master/ I then resolved the issue discussed in https://community.snaplo...

bfroemling by New Contributor II
  • 4328 Views
  • 6 replies
  • 0 kudos

Resolved! Maven Error Setting up for Snap Development

Maven is unable to retrieve project. Command: mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeCatalog=http://maven.clouddev.snaplogic.com:8080/nexus/content/repositories/master/ Error after selecting the com.snaplogic.too...

jgriffin by New Contributor II
  • 2986 Views
  • 4 replies
  • 1 kudos

File Read/Write From/To NFS

Completely new to SnapLogic.  The file system we have set up is NFS, and we are running on a Cloudplex.  How do I read/write files to/from the NFS system using a Cloudplex?

selpatS20 by New Contributor
  • 677 Views
  • 0 replies
  • 0 kudos

How to add textarea type input to a custom snap?

Hi, I am building a custom snap where some of the fields need to be a ‘textarea’ type. I’ve been searching through the documentation but didn’t find anything related to this. Is there a way to make the field a text area ? I am looking for something l...

Building the old custom snap

I was not able to build the old custom snap , So I used the latest POM from demosnap and build the custom snap . Now the build ran successfully . But all tests are failing with the same reason . 2018-08-07 15:31:49 ERROR SchemaRegistry:115 a- Unabl...

Harriesh by New Contributor III
  • 2384 Views
  • 12 replies
  • 0 kudos

Custom Snap error : Input Schema is null

Hello, Developing a custom snap that is an expression and accepts input schema. This is how I defined my parameters/ functions : @Inputs(min = 1, max = 1, accepts = {ViewType.DOCUMENT}) @Outputs(min = 1, max = 1, offers = {ViewType.DOCUMENT}) @Error...

Can i a create my own custom snap in snaplogic?

Hi , Can i create my own custom snaps in snaplogic? does snap logic support Java to run my logic? if it support and it requires extra packages how can we install? not only java even in python or any another language ? Thanks & Regards Suresh Maturi

smaturi by New Contributor
  • 1734 Views
  • 2 replies
  • 2 kudos