5 Replies Latest reply on Feb 20, 2006 5:36 PM by andrewtv

    concurrent calls to stateful session beans

    andrewtv

      Hope this doesn't sound too idiotic, but I'm running into an issue where some concurrent calls to a EJB 3.0 SFSB cause EJBExceptions on local interfaces, and am wondering if there is any way to automatically have these calls act single threaded (instead of wrapping calls externally), or alternatively to allow concurrent access. I tried synchronizing the public methods on the SFSB pojo but that didn't seem to do the trick, I still seem to get this exception. Manual external synchronization should work, though just wondering if there was a cleaner solution.