Clement Escoffier | 6f463a8 | 2009-06-21 09:33:09 +0000 | [diff] [blame] | 1 | <ipojo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 2 | xsi:schemaLocation="org.apache.felix.ipojo http://felix.apache.org/ipojo/schemas/CURRENT/core.xsd"
|
| 3 | xmlns="org.apache.felix.ipojo">
|
| 4 |
|
| 5 | <handler name="transaction" namespace="org.apache.felix.ipojo.transaction"
|
| 6 | classname="org.apache.felix.ipojo.transaction.TransactionHandler">
|
| 7 | <requires field="m_transactionManager">
|
| 8 | <callback type="bind" method="bind"/>
|
| 9 | <callback type="unbind" method="unbind"/>
|
| 10 | </requires>
|
| 11 | </handler>
|
| 12 |
|
| 13 | </ipojo> |