OSB Transaction context (QoS exactly once)
681888Jan 27 2009 — edited Feb 2 2009Hi all,
First of all, excuse me my poor english...
I need to understand how develope transactional services with OSB.
My unit test are 2 proxy services : first with JMS/XA transport (with response requiered) with 2 Service Callout to transactional EJB with exactly once; second proxy routes the first with HTTP transport with exactly once.
When services ends ok, or i reply with error in error pipeline, commit is executed; but if services failed, services no reply nothing until timeout proxy....then rollback is executed....
In conclusion, i don't know how i develope transactional proxy services....i choose bad transports?, i don't understand pipelines?...i'm very confused...
Thank you all