When a message-driven bean using bean-managed transaction demarcation uses the javax.transaction.
UserTransaction interface to demarcate transactions, the message receipt that causes
the bean to be invoked is not part of the transaction.
To avoid this we use joinTransaction( ). Correct?
Originally posted by Richard Rex:
Hi,
Related with the above post..
In Stringfun.jsp, I forgot to remove the single/double quotes in the EL.
It should be,
${myString:upper(str)} and
${myString:length(str)}
Sorry for that.. But I still get the same problem.![]()