Posts by Jhonathan Silva • 13 points
6 posts
-
0
votes1
answer46
viewsQ: Scrolling is not working
I have a problem on a site I’m creating, the scrolling effect I did on Js is not working properly, I put a console.log() to know if at least the event is running and is, the only problem is that…
-
0
votes1
answer229
viewsQ: Sequential execution in Javascript or Angularjs
I am creating a controller for an Angularjs application, in this controller I will have 3 methods that must be executed in sequence. EXAMPLE: $scope.albums = []; $scope.photos = []; //Metodo que vai…
-
0
votes1
answer63
viewsA: Put WS in Heroku
Good afternoon friend, already managed to solve the problem, I include a "? sslmode=require" at the end of the url. Big hug.
-
0
votes1
answer63
viewsQ: Put WS in Heroku
Does anyone know how to configure persistence.xml to access a Heroku database? I’m trying with the credentials they pass but gives password error to that user. I wonder if someone could help me with…
-
0
votes1
answer231
viewsA: Eclipselink and JPA
I even solved the problem, it was just a lack of attention from me in my addProduct method I was doing this: Entitymanager at = getEm(); in.setFlushMode(Flushmodetype.COMMIT); Entitytransaction et =…
-
1
votes1
answer231
viewsQ: Eclipselink and JPA
I have problems trying to record information in the database, in a simple WS with JPA, Eclipselink and Postgresql database. I can search data and present them as json in the browser with GET…