users@glassfish.java.net

Re: WS with required transaction problem

From: <glassfish_at_javadesktop.org>
Date: Thu, 20 Mar 2008 07:54:37 PST

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