0 Replies Latest reply on Oct 24, 2006 12:35 AM by rlgoldman

    client app requesting 4.0.5.GA ejb3 session bean works only

    rlgoldman

      My code, which worked fine under 4.0.4.GA-P1 now exhibits a works-only-once behavior under 4.0.5.GA (ejb3 via jems beta 3 installer) when using a client app calling container logic (stateless session bean with data access methods).

      Only by stopping jboss, clearing the tmp & work caches, and restarting jboss can I get it running again... for one shot. Well, maybe clearing the caches isn't truly needed, but I can vouch for the observation that undeploying/redeploying the ear in a running jboss instance (and then trying the client app again) ain't enough.

      Please see:

      http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980250#3980250

      Thanks.