Is it possible to set the database isolation level (ie Serializable, repeatable-read etc) for a given EJB 3 method call?
I understand that this is not covered by the EJB Spec, so details of how to do it on either a JBoss or Glassfish specific manner would be great.
I'm starting to get the impression it's not possible and that you can only set it per Connection Pool which is clearly by no means an ideal solution.