How to use flush-at-the-end in sun-ejb-jar.xml
Hi Every one ,
could anybody tell me the syntax for using flush-at-the-end option in sun-ejb-jar.xml
I have tried with following statements. First one was no complier error but no output too.
Second one is resulting in compilation errors
1)
<flush-at-end-of-method>
<ejb-name>SemaphoreUtilityBean</ejb-name>
<method-name>create()</method-name>
</flush-at-end-of-method>
2)
<flush-at-end-of-method>
<ejb-name>SemaphoreUtilityBean</ejb-name>
<method-name>create()</method-name>
</flush-at-end-of-method>
any help is appreciated

