Do you promise to come back with the solution? :)

David Blevins wrote:

Hi guys,

I've just come back from other engagements and saw this huge thread.
Two comments:

  1.  Tomcat Servlets + OpenEJB = Works perfectly

  2.  Tomcat JSPs + OpenEJB = Not working yet!!

That was the reason I said to just send me the code and I'll get it
working.

The problem is that the JSP compile and invoke process happens *before*
any calls into the openejb_loader.jar.  Thus, OpenEJB isn't loaded into
the VM until after the JSP is compiled and invoked, but then it's too
late.  In order for this to work in the JSP side, we need to pull
OpenEJB in before any JSPs are called.

Servlets are all dynamically loaded and therefore do not have this
problem.  All the instructions will work perfectly for Servlets.

This thread should be moved to the developers list. Do not continue this
on the user list.

Best regards,
David

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf
> Of Rick Mangi
> Sent: Friday, October 11, 2002 12:24 PM
> To: Rick Mangi
> Cc: Daniel S. Haischt; Cabrera, Alan;
> [EMAIL PROTECTED]
> Subject: Re: AW: [OpenEJB-user] Re: OpenEJB W/ Tomcat
>
>
> Folks,
>
> Thank you all for your help. I'm leaving for the weekend,
> probably won't
> be online 'till tuesday. (sorry for the bad 80s band ref.).
>
> Thanks,
>
> Rick
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> http://OpenEJB.sf.net
> OpenEJB-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/openejb-user
>

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
http://OpenEJB.sf.net
OpenEJB-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openejb-user

-- 
Lev Assinovsky                Aelita Sofware Corp.
Programmer                    St. Petersburg, Russia
Tel: +7 812 532-4225 ext. 208 E-mail: [EMAIL PROTECTED]
 


Reply via email to