users@glassfish.java.net

Re: question about JPA and container-managed transaction (Att=REQUIRED_NEW)

From: <glassfish_at_javadesktop.org>
Date: Fri, 01 Jun 2007 04:00:16 PDT

i use an 'poor' approach that i pass the ejb it self into the method.

class ServletA
{

doGet(..)
{
   BeanA aa = lookupbean;

   aa.callmethod(aa);
}

}

but this seems not a good method, but i can't find others
[Message sent by forum member 'imperfect' (imperfect)]

http://forums.java.net/jive/thread.jspa?messageID=219940