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

Re: OpenEJB's Context doesn't support bind, rebind and unbind?

2011-06-22 Thread Andre Brito
David, It's not OpenEJB specific. We use the same properties to configure a JKS public certificate in JBoss too. System.setProperty(javax.net.ssl.trustStoreType, JKS); System.setProperty(javax.net.ssl.trustStore, the path to the JKS file);

Re: OpenEJB's Context doesn't support bind, rebind and unbind?

2011-06-22 Thread David Blevins
On Jun 22, 2011, at 4:54 AM, Andre Brito wrote: It's not OpenEJB specific. We use the same properties to configure a JKS public certificate in JBoss too. System.setProperty(javax.net.ssl.trustStoreType, JKS); System.setProperty(javax.net.ssl.trustStore, the path to the JKS file);