dev@jax-ws.java.net

scratch _at_Stateful, welcome 'feature'

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Wed, 11 Oct 2006 12:21:06 -0700

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