Giter VIP home page Giter VIP logo

Comments (9)

mohamedelhabib avatar mohamedelhabib commented on August 29, 2024

Can you please add your plugin's maven configuration and The version of the mule mmc
Thanks

from maven-mule-rest-plugin.

NicholasAStuart avatar NicholasAStuart commented on August 29, 2024

Sorry for the delay. I'll be able to check this issue this weekend.

from maven-mule-rest-plugin.

palma avatar palma commented on August 29, 2024

Hi Mohammed,
The plugin config:

<plugin>
    <groupId>org.mule.tools</groupId>
    <artifactId>mule-mmc-rest-plugin</artifactId>
    <configuration>
        <muleApiUrl>http://localhost:8081/mmc/api</muleApiUrl>
        <name>${artifactId}</name>
        <serverGroup>Test</serverGroup>
        <username>admin</username>
        <password>admin</password>
        <appDirectory>${project.basedir}/src/main/app</appDirectory>
        <finalName>${artifactId}-${version}</finalName>
    </configuration>
</plugin>

The Mule MMC version is the one that comes with Mule 3.4.1 EE.

from maven-mule-rest-plugin.

palma avatar palma commented on August 29, 2024

Update:
As suggested in the Mule Forum I have rewritten some code so the upload the the repository is now using Rest-Assured (https://code.google.com/p/rest-assured/) and with this code the upload to the repository succeeds.

from maven-mule-rest-plugin.

NicholasAStuart avatar NicholasAStuart commented on August 29, 2024

@palma What is the name of your artifact?

from maven-mule-rest-plugin.

palma avatar palma commented on August 29, 2024

The name is 'grip-sap-gras-flow-1.0.0-SNAPSHOT' but I have also tried with 'TestApp' and other names. Based on what I saw in the HTTP tracer the name does get passed but as an Attachment to the HTTP request and not as a Form field (or something like that). I think that is why the API doesn't recognize the Name parameter. But if that is the case I wonder how this could have worked for others or it is something that is changed in the latest release of the MMC?

from maven-mule-rest-plugin.

NicholasAStuart avatar NicholasAStuart commented on August 29, 2024

I think I see where I'm producing the incorrect code. I'll fix this and push out when I can, which should be in the next day.

from maven-mule-rest-plugin.

NicholasAStuart avatar NicholasAStuart commented on August 29, 2024

I have pushed a fix, can you please give it a try?

from maven-mule-rest-plugin.

palma avatar palma commented on August 29, 2024

Issue fixed! Thanks

from maven-mule-rest-plugin.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.