Code Monkey home page Code Monkey logo

edc-extension-for-aas's People

Contributors

carlos-schmidt avatar dependabot[bot] avatar devbadi avatar fvolz avatar jensmueller2709 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

edc-extension-for-aas's Issues

'Iri' in idType seems not aligned with AAS shcema

We have some error to exchange json via consumer/produder protocol.
We found that your implementation requires only 'Iri' in the idType in aas json.

We have checked your example demoAAS.json,

"keys": [
{
"idType": "Iri",
"type": "GlobalReference",
"value": "0173-1#02-AAO677#002"
}
]
},

BUT it should be 'IRI' in accordance with the DataTypeIec61360 in the aas scheme

image

https://github.com/admin-shell-io/aas-specs/blob/master/schemas/json/aas.json

it seems 'IRI' instead of 'Iri' is official,

I wonder if other type like "IRDI" are also accepted as json data.

Postman collection has typo or the source is wrong

Executing "1. Execute the request Client/1. Get dataset for asset failed.

Error 404 Not Found

It seems that path "datasets" should be "data" or the source code for handling this request is wrong.

Anyway, changing to "dataset" just worked fine for me.

{{consumer}}/api/automated/datasets?providerUrl={{provider-dsp}}&assetId={{asset-id}}

should be

{{consumer}}/api/automated/dataset?providerUrl={{provider-dsp}}&assetId={{asset-id}}

BreadcrumbsEDC-Extension-for-AAS/example/resources
/aas_edc_extension.postman_collection.json

         "name": "1. Get datasets for asset",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{consumer}}/api/automated/datasets?providerUrl={{provider-dsp}}&assetId={{asset-id}}",
              "host": [
                "{{consumer}}"
              ],

Example is not working

I'm working on this Example
When i run the consumer it is working
java -Dedc.fs.config=./example/configurations/consumer.properties -jar ./example/build/libs/dataspace-connector.jar
but when i run the provider
java -Dedc.fs.config=./example/configurations/provider.properties -jar ./example/build/libs/dataspace-connector.jar
i'm getting this problem

image

PS

I tested both localy and using docker and got the same problem

My idea

I thing the problem has somethiong to do with the last merge request from @carlos-schmidt
web.http.management.port = 8182
web.http.protocol.port = 8282
when i change the protocol port to 8585 for example it works, i think the port 8282 is called in the Dataspace-connector.jar file

contractAgreementId is null

Hello there

I was trying to run the postman collection from the example. However, I saw that the contractAgreementId is null, so the transfer request is in an error state. Please see the screenshot.
error

Any idea how to solve this?

Many thanks for considering my request.

Best Regards
Farhad

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.