issues Search Results · repo:grongierisc/interoperability-embedded-python language:Python
Filter by
25 results
(83 ms)25 results
ingrongierisc/interoperability-embedded-python (press backspace or delete to remove)Having a Python interoperability message object received by a business host, provide a means to find the corresponding
object of class IOP.Message in the database.
I am implementing a business process. ...
enhancement
anssika
- 1
- Opened on Jun 19
- #30
When pydantic try to serialize a message with an object that is neither an @dataclass or an PydanticBase, it raises an
error when it the destination message is an @dataclass message.
Eg:
@dataclass
class ...
grongierisc
- Opened on Apr 4
- #29
everytime we send a message to the RestBS business service:
from flask import Flask, request
app = Flask(__name__)
from iop import Director
@app.route( /interop , methods=[ GET , POST , PUT , DELETE ...
bug
grongierisc
- 1
- Opened on Nov 15, 2024
- #28
I wanted to return a json message that is directly a list at its root element For context, my use case is for making a
REST client that returns the response body as a IOP message that can be deserialized ...
Antoine-dh
- Opened on Sep 19, 2024
- #25
Consider the following project structure:
demo
├── bo.py
├── settings.py
└── sub
└── bo.py
settings.py
import bo
import sub.bo
CLASSES = {
demo.bo.MyOperation : bo.MyOperation, # working
...
Antoine-dh
- 1
- Opened on Sep 18, 2024
- #24
My DockerFile shows the following IRIS version: ARG IMAGE=intersystemsdc/iris-community:2023.3-zpm
When I execute the instruction to register components in the IRIS Production below, I get the following ...
AuganMadet34
- 2
- Opened on Jul 10, 2024
- #21

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.