Balint Maschio

Results 14 issues of 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(...

bug

@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...

enhancement
bad format

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...

enhancement
open discussion

**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 ```...

enhancement

@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{...

enhancement
open discussion

**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

enhancement

**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...

enhancement

@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 ![image](https://cloud.githubusercontent.com/assets/12083716/7498085/9e3a7d38-f41e-11e4-8128-ca0821276f0c.png) this is...

bug
open discussion
bad format

@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...

enhancement
open discussion