Weblogic/EJB help required

2011-06-22 Thread Awais Hassan
Hi, I have a sample EJB deployed on weblogic 10.3 server. My Bean class contains following code. @Stateless (mappedName = DemoEJB) @TransactionManagement(TransactionManagementType.BEAN) public class DemoBean implements

Re: Weblogic/EJB help required

2011-06-22 Thread David Blevins
Hi Awais, OpenEJB is an app server like WebLogic. If you wanted to try to run your EJBs in OpenEJB, we could certainly provide assistance. We have a number of examples geared towards learning both EJB and OpenEJB: http://openejb.apache.org/examples.html -David On Jun 21, 2011, at 11:11