Martin Kersten
Aug 13th, 2004, 03:32 AM
Currently the isMatch method only checks for XXX* and *XXX matches. Since this is a way strickt, I ran into an issue related to fully specifying the method name.
So it wasn't that hard to come up with something like this:
<bean...>
...
<property name="transactionAttributes">
<props>
<prop key="myMethod">PROPAGATION_REQUIRED,read_only</prop>
</props>
</property>
</bean>
So I guess the method should for equality, too.
Thanks,
Martin (Kersten)[/code]
So it wasn't that hard to come up with something like this:
<bean...>
...
<property name="transactionAttributes">
<props>
<prop key="myMethod">PROPAGATION_REQUIRED,read_only</prop>
</props>
</property>
</bean>
So I guess the method should for equality, too.
Thanks,
Martin (Kersten)[/code]