Xavier ROBERT

Results 8 comments of Xavier ROBERT

see #30 it seem to be the same, hop it help

I personnaly had the problem and it was a right problem. Inside your container go to **/u01/app/oracle/product/11.2.0/xe/bin** and do **chmod 6751 oracle** (yep strange right), restart and it should work...

Hello, As I can see you have only clone the project: you should have "fork" ![image](https://user-images.githubusercontent.com/33020856/44627125-bda08600-a928-11e8-87ff-1e1fd09e8592.png) Then you push the new code and you go back on github on the...

Hello, it's actually not done, but it is possible. Both class will need to be decorate with @ApiModel() Then we will need some code to get the parent class of...

Ok, after some research, I found out (at least for me) that the problem come from the 'del' function in the gulpfile.js . Change those lines in the gulpfile may...

Did you solve your issue ? It will be difficult to help you without code. Perhaps my comment here can help you ? #239

It's certainly late but perhaps it can help someone. You need to downgrade the code to ES5. add this in you dev-dependencies : "babel": "^6.23.0", "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", and...