Re: Transaction Problems with OpenEJB-Hibernate on Tomcat

2010-01-18 Thread Reza Rahman
JPA in OpenEJB? Thx in advance, Fred Reza Rahman-2 wrote: Hi, I might have lost some context here, but have you tried simply defining your OpenEJB JTA data source persistence.xml instead of using hibernate.cfg? I am thinking this issue might be best resolved simply by going through the OpenEJ

Re: Transaction Problems with OpenEJB-Hibernate on Tomcat

2010-01-18 Thread Reza Rahman
, these logs have not been of much help diagnosing the problem. Please suggest config changes that I made need, or point me to any custom class implementations that might help. Reza Rahman-2 wrote: Let me see if I can help here, it'll take me a couple of days, though...I'm swamped

Re: Transaction Problems with OpenEJB-Hibernate on Tomcat

2010-01-11 Thread Reza Rahman
Let me see if I can help here, it'll take me a couple of days, though...I'm swamped at the moment. I would think David could help too... Cheers, Reza = Author, EJB 3 in Action Expert Group Member, Java EE 6 and EJB 3.1 Resin EJB 3.1 Lite Container Lead Jacek Laskows

Re: Starting with EJB

2009-11-29 Thread Reza Rahman
Mansour, You can see if the EJB 3 in Action sample code helps: http://www.manning.com/panda/. We have sample code for JBoss 4.2, GlassFish v1 and WebLogic 10 but did not get around to Geronimo/OpenEJB (although that's been on our wish-list). Can't really help on the Maven archetype end since

Re: Deploy a JSF/EJB 3 application

2009-10-06 Thread Reza Rahman
David, Do you need help getting this question answered? This can be very smooth... Cheers, Reza adrian.chan wrote: Hi, I'm creating an application that in JSF/EJB 3 in eclipse. Wondering how can i deploy the application into tomcat 6.0 Want to try out is my application able to work before i

Re: MDB Listening on external ActiveMQ broker

2009-05-10 Thread Reza Rahman
ate a remoted broker and empty resulted in an error message. Many thanks in advance, Reza Expert Group Member, EJB 3.1 and Java EE 6 Author, EJB 3 in Action Independent Consultant Reza Rahman wrote: Hi, I am trying to connect an OpenEJB MDB e

Injection into Unit Tests

2009-05-10 Thread Reza Rahman
Hi, I am currently using Spring JUnit 4 support classes to inject OpenEJB Session Beans into unit tests. Here is the code: @RunWith(SpringJUnit4ClassRunner.class) // Bootstraps Spring inside the test. @ContextConfiguration(locations = { "/applicationContext.xml" }) // Responsible for instant

MDB Listening on external ActiveMQ broker

2009-05-10 Thread Reza Rahman
Hi, I am trying to connect an OpenEJB MDB embedded in a Java SE command-line application to a JMS topic inside an ActiveMQ embedded broker running inside Tomcat/OpenEJB. The MDB works fine when it is inside Tomcat, but that's not that useful in this scenario since I want to perform remote notific

Re: OpenEJB Tomcat Deployments

2008-10-15 Thread Reza Rahman
Thiago, What kind of boot times are you seeing? How many jars do you have? Do you need them all in the app or can some of them go in Tomcat/lib instead? I have to say I haven't seen much of an issue on this, but I am using OpenEJB for unit testing only, not with Tomcat. If performance is a v

Re: Hello from EJB 3 in Action!

2007-09-10 Thread Reza Rahman
new things in OpenEJB 3.0: > > > > > > > >http://openejb.apache.org/new-in-openejb-30.html > > > > > > > > There are some examples up here: > > > > svn.apache.org/repos/asf/openejb/trunk/openejb3/examples/ > > > > > > > &g

Re: Hello from EJB 3 in Action!

2007-09-10 Thread Reza Rahman
o undertaking the port from 2.1 to 3.0. > > Mark Aufdencamp > [EMAIL PROTECTED] > > > ---- Original Message > > Subject: Hello from EJB 3 in Action! > > From: "Reza Rahman" <[EMAIL PROTECTED]> > > Date: Mon, September 10, 2007 2:25 pm &

Hello from EJB 3 in Action!

2007-09-10 Thread Reza Rahman
Hi: I am the co-author of EJB 3 in Action from Manning press. I am considering porting the example code to Tomcat/OpenEJB and make it available from the book's site http://www.manning.com/panda/. I am wondering what the current status of EJB 3 support is though...I downloaded the 1.0 version of t