0

I have developed the custom connector using the tutorial given Hello-Connector

The build was successful after running the maven command from the console. When I try to install the connector in my mule studio, it is not able to locate it at the specified path.enter image description here

The structure of the UpdateSite.zip folder is enter image description here

Sheikh Zubair
  • 104
  • 1
  • 2
  • 8

1 Answers1

0

Per https://stackoverflow.com/a/8406282/387927 shouldn't the path start with:

file:///D:/Mule/Examples/...

?

Community
  • 1
  • 1
David Dossot
  • 33,350
  • 4
  • 35
  • 71
  • I tried to specify the path as file:///D:/Mule/Examples/abc/hello-connector/target/UpdateSite.zip but the mule studio automatically converts it back to file:/D:/Mule/Examples/abc/hello-connector/target/UpdateSite.zip. Since its the first time I am developing the custom connector, could you let me know as per the attached screenshot if the structure of the UpdateSite folder is correct, all required files are present? – Sheikh Zubair May 27 '14 at 05:10
  • DevKit generates valid UpdateSite.zip: the content of yours looks right. The issue is that Studio can't locate the update site, not with its content. Maybe this doesn't work on Windows? I know it works on Linux and OS X for sure. – David Dossot May 27 '14 at 14:10