posted 16 years ago
Hello everyone,
i'm runing a printing queue web service on glassfish v2, the clients ask for thier printing jobs and the server send it to them. After each successful print the client invoke a web service method to flag that certain job as being "done" so that the client will not have it sent to him again the next round when it askes for available printg jobs...
it hapens many times that the new status "done" will not persist to the data base which leads to the pritnig job being sent over and over again.
i tried container managed transactions and bean managed transaction with the same result. i even tried em.flush(), but no luck.....
i'm using oracle toplink..
here is how the code looks like .....
also the clients are asking for jobs every 30 seconds
another question, is there any other aproach to these queues and jobs?
please help