Git Product home page Git Product logo

Comments (4)

dsuch avatar dsuch commented on May 18, 2024

This is something to do with CLI it seems - note that when you call the service from another one it responds correctly. So this seems something to do with CLI itself not with services.

    from zato.server.service import Service

    class Strip(Service):
        def handle(self):
            resp = """{"foo": "0", "bar": []}"""
            self.response.payload = resp

    class AsIs(Service):
        def handle(self):
            resp = """{"foo": "0", "bar": []}"""
            self.response.payload = "?"+resp

    class MyService(Service):
        def handle(self):
            self.logger.info(self.invoke('zzz.strip'))
            self.logger.info(self.invoke('zzz.as-is'))

from zato.

dsuch avatar dsuch commented on May 18, 2024

This has been fixed since 92a43f7 and will be in Zato 1.2 but right now you can have it in Zato 1.1 by installing the latest bundle of hotfixes as explained in a new chapter - https://zato.io/docs/admin/guide/hotfixes.html

from zato.

myroslav avatar myroslav commented on May 18, 2024

Why not running from master? If you are pushing to master unstable fixes
then I'll be using my fork and merging only changes I need ;)

Possibly I do not understand the habits of big ESB boys...

On Wed, Jun 5, 2013 at 7:28 PM, Dariusz Suchojad
[email protected]:

This has been fixed since 92a43f792a43f7and will be in Zato 1.2 but right now you can have it in Zato 1.1 by
installing the latest bundle of hotfixes as explained in a new chapter -
https://zato.io/docs/admin/guide/hotfixes.html


Reply to this email directly or view it on GitHubhttps://github.com//issues/67#issuecomment-18989526
.

....................................................................................................................................
Myroslav Opyr ▪ CTO ▪ Quintagroup ▪ +1.917.475.4725 ▪
http://quintagroup.com
˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙

from zato.

dsuch avatar dsuch commented on May 18, 2024

Heh, I'm not saying you can't use master. But master is for development, everything can happen in there, I don't push unstable things (I use feature branches) but this is not a release. Hotfixes are a means to install fixes for important issues and nothing else.

This is open-source so you can honestly use it any way you wish to :-) I'm just saying that there is a stable version and if you need hotfixes only -> you run hotfixman.sh and everything is taken care of but if you prefer to use master, you can most certainly use it.

from zato.

Related Issues (20)

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.