So just to be clear, I can't specify a transaction timeout using annotations on a SLSB in AS 6.0? If that is the case, is there a workaround for specifying a timeout that is longer than the default of 5 mins?
I currently have a SLSB with only a remote interface. The SLSB method implementation is annotated with @TransactionTimeout( 900 ) which is ignored and timing out after 5 mins.