Balint Maschio
Balint Maschio
@fmontesi @kicito not sure if the test is correct
From the [DbService](https://github.com/jolie/jolie/blob/master/javaServices/coreJavaServices/src/main/java/joliex/db/DatabaseService.java) it seems that the attributes are applied only in case of enbedding ```java if( isEmbedded ) { connectionString = "jdbc:" + driver + ":" + databaseName; if(...
@jolie/developers Recently I have been working with a specific XSD to create an electronic invoicing In the XSD document, there are some definition like the example ``` ``` in the...
Hi everyone I was talking the other day with @klag about the need of having a break-point mechanism to debug i suggested the use of keyword maybe with some kind...
**Describe the bug** A recursive call on an embedded service **To Reproduce** Steps to reproduce the behaviour: 1. Start service ``` jolie --trace aggregator.ol``` 2. Call aggregator HTTP port ```...
@jolie/developers I found a possible problem in the HTTP calls jolie let me show my case let's assume that an operation has a response type as ```jolie type exampleType:void{ .alwaysArray:void{...
**Is your feature request related to a problem? Please describe.** MetaJolie is not present in 1.10.x **Describe the solution you'd like** Creating the MetaJolie.ol in packages
**Is your feature request related to a problem? Please describe.** Need to document easily the jpm packages npm accept markdown format document as documentation **Describe the solution you'd like** The...
@jolie/developers Hi all While i was working on issue number #38 I have noticed a problem while testing the SOAP call with soupUI with the following parameters  this is...
@jolie/developers #71 Hi all I was wandering what you thing about the possibility of adding a Date native type, in my opinion it would be useful in handling DB interaction...