Based on feedback, I removed @Stateful annotation from the service and
replaced that with a feature:
OLD:
> @WebService
> @Stateful
> public class Account {
NEW:
> @WebService
> @BindingType(features={_at_Feature(ServerFeatures.STATEFUL),_at_Feature(AddressingFeature.ID)})
> public class Account {
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com