Hi,
I have a com+ component and I want to create a thread to launch another com+ component.
cA -> thread -> cB
I want that both component support transactions so i can abort the transaction from any of them.
I have been trying to do this but when i create a thread a com+ component (ca) i loose the object context, the transaction finalizes (before the thread and cB) and if the component cB abort the transaction the data saved by cA is saved and cB's data don't
Someone try thi's yet?
the idea it's create a thread (or something similar) in a com+ component to launch other com+ component
Thanks
DAS
I have a com+ component and I want to create a thread to launch another com+ component.
cA -> thread -> cB
I want that both component support transactions so i can abort the transaction from any of them.
I have been trying to do this but when i create a thread a com+ component (ca) i loose the object context, the transaction finalizes (before the thread and cB) and if the component cB abort the transaction the data saved by cA is saved and cB's data don't
Someone try thi's yet?
the idea it's create a thread (or something similar) in a com+ component to launch other com+ component
Thanks
DAS