Penn wrote:
> I've been evaluating jBoss pre2.1 for a while and noticed that
> the ejbLoad is not called everytime the business on the entity bean is
> called,
> eventhough the transaction is set to required, it only call once, the very
> first time
> i access my entity bean (BMP).
> Is it a bug or optimisation.......?
>
> If its a optimisation, anyway to turn it off ...... ?
This is the behaviour of the default commit option (commit options are
explained in the EJB spec.). Edit "standardjboss.xml" and change it from
"A" to "C" to get more ejbLoad's.
regards,
Rickard
--
Rickard Öberg
Email: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]