Claudio Guidi

Results 15 issues of Claudio Guidi

Let us consider this code: ` c.a = 10 c

enhancement
open discussion

It is better to specify a parameter in the http protocol for stating that the delete method don't send any body. Please revert this merge https://github.com/jolie/jolie/pull/344

enhancement

When executing joliedoc against this service, the resulting outputport contains types with a name prefixed with # ``` from file import File service test { embed File as File main...

bug

if you run the test soap.ol, the following warnings appear INFORMAZIONI: Metro monitoring rootname successfully set to: com.sun.metro:pp=/,type=WSEndpoint,name=CalcService-CalcServicePort mar 20, 2021 10:28:56 PM com.sun.xml.ws.server.WSEndpointImpl closeManagedObjectManager INFORMAZIONI: Closing Metro monitoring root:...

question

Consider the following piece of code: ` f.a.b[ 0 ].c = 1 f.a.b[ 1 ].c[ 0 ] = 1 f.a.b[ 1 ].c[ 1 ] = 2 f.a.b[ 1 ].c[ 2...

enhancement
unintuitive behaviour

This test replicates the issue https://github.com/jolie/jolie/tree/deadlock

bug

When a fault (or an error) is not catched within a request-response body, an automatic InternalServiceFault should be sent back to the invoker. Such a fault should be silently declared...

enhancement

If I run jolie2surface for a service which embeds and aggregates another service that is contained in a jap, it fails

bug

see test in branch **with_bug**: https://github.com/jolie/jolie/tree/with_bug

bug
enhancement
newbie friendly

in case of an internal service with only a RR operation like the following one interface TwiceInterface { RequestResponse: twice( int )( int ) } service TwiceService { Interfaces: TwiceInterface...

enhancement