Posts by diegosoaresub • 151 points
5 posts
-
3
votes2
answers1978
viewsQ: In Postgresql, is there a difference between running a dump or exporting?
this question really left me in doubt, as in postgres there are three types of backup/Restore that are: SQL Dump (Generates a text file with SQL command) File System Level Backup (Save PG Data File)…
-
4
votes1
answer1449
viewsQ: Error inserting into Hibernate database
How do I insert the Product object into the database that is composed of an Ingredient object that already exists in the database, without duplicating the Ingredient object in the database. If I…
-
6
votes1
answer181
viewsQ: JAXB - Tag repeating, instead of nesting
I have a problem that I can not store more than one element in the same TAG, look at XML: <ItemCardapio> <nCdItemCardapio>10</nCdItemCardapio>…
-
-3
votes2
answers183
viewsA: Error while removing stack item
The stack size is decreasing more than once per loop. Remember that -- really changes the value of the variable. void pop(Pilha *pilha){ if(pilha->size == 0){ puts("pilha vazia"); } else {…
-
1
votes1
answer822
viewsQ: Error while trying to consume an Axis Web Service
When I try to consume web service functionality, the following exception occurs: org.apache.axis2.AxisFault: Stream write error at…