Hi,

I would like to know how is managed the spring transaction with cxf.

What i would like is :
- Start Transaction
- Deserialize cxf webservice request.
- Spring Service
- Serialize cxf webservice response.
- Commit transaction

And not :
- Deserialize cxf webservice request.
- Start Transaction
- Spring Service
- Commit transaction
- Serialize cxf webservice response.





Reply via email to