Posts by Darlan Oliveira • 75 points
6 posts
-
0
votes2
answers189
viewsA: Laravel 5.1 problem with csrf_token
Fix that bug was just a modification in my controller code modifying the request response View::make for view::make, for some reason the stabbing of View does not add the Cookies in the http request…
-
0
votes2
answers189
viewsQ: Laravel 5.1 problem with csrf_token
I’m having a problem on my site made in Laravel, it happens the following my application in Laravel is not returning the session Token that would be {{ csrf_token() }} when I execute an action as…
-
2
votes1
answer251
viewsQ: Doubt with Vraptor Download Images
I have a question about the function of Download Vraptor, I have an IMG on my server and I try to display it in my Mobile Application but when I request the served it does not return me an IMG type…
-
1
votes1
answer530
viewsA: Persistence.xml and Eclipselink error in glassfish
I ended up finding a simple solution to this problem. This error occurs due to some bugs in Glassfish 4.1 that already comes with Netbeans, the simple solution and you download direct from Website…
-
2
votes1
answer530
viewsQ: Persistence.xml and Eclipselink error in glassfish
Hello guys I’m with this problem after I migrated the project to another machine, I’m using Glassfish with Eclipselink in the database using Postgres 9.4 if anyone ever came across this error could…
-
2
votes1
answer689
viewsQ: JPA does not persist the Object in the database
I have a problem in which I try to persist data in the Database with JPA and Hibernate only that it does not persist the Object. It creates the table but does not persist the data and no exception…