Hi Aleksandr,
Container-managed transactions are only supported for EJB components. You would need to implement your Web Service endpoint as a Stateless Session bean. The easiest way is to add an @Stateless annotation and package it in an ejb-jar.
--ken
[Message sent by forum member 'ksak' (ksak)]
http://forums.java.net/jive/thread.jspa?messageID=265031