Re: Tomcat with Orion /Apteach with Orion

2002-03-08 Thread Sachin Zingade
You can use Orion as a Web server also. Apache with Tomcat can also be configured, Regards sachin Z - Original Message - From: sachin mahajan [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, March 08, 2002 9:21 AM Subject: Tomcat with Orion /Apteach with Orion

AW: JDBC connection leak

2002-03-08 Thread Marc Lehnert
Hi! Problem solved. I removed all the JDBC things and implemented two more finder methods for min and max of date such as: finder-method query=$rw_websiteID = $1 and rw_datetime in (select min (rw_datetime) from logfilerow where $rw_websiteID = $1) method ejb-nameLogFileRow/ejb-name

Container does not passivate my beans.

2002-03-08 Thread Lachezar Dobrev
Hello. I sent a message some days ago, to no avail. It didn't show up in the list. My problem is, that Orion does not passivate my beans. I have tested both CMP and BMP, with NO success... I ran a test, which created 1 million bean instances. Orion kept up creating beans, until at

RE: Looking up session beans between apps

2002-03-08 Thread John Creaner
I suppose if the 2 servers are on the same machine then you could possibly put the beans into their own directory and share that directory between the 2 servers but then you have to think do the beans have to share instances of the beans? Does 1 server initialize 1 bean and then can the other

RE: Container does not passivate my beans.

2002-03-08 Thread Sezhian G K (Contract)
-Original Message- From: Lachezar Dobrev [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 4:45 PM To: Orion-Interest Subject: Container does not passivate my beans. Hello. I sent a message some days ago, to no avail. It didn't show up in the list. My problem is, that

debugging jsp in jbuilder4

2002-03-08 Thread Andrew Reischer
Hi I followed the instructions for debugging orion in jbuilder 4. It works great for any classes in jar files, But I cant seem to debug the classes generated from the jsp. Jbuilder cant find the source for the classes. The class names in the generated java files are different from the

Re: How does passivation work?

2002-03-08 Thread Cristian Donciulescu
Taking your advice, I did some forther investigation in this matter. Indeed, there are several DELETE - INSERT statements in the Oracle Logs. I am using some iterators to go through table-mapped lists. I saw that operations on those lists are done through SELECT statements in the DB. Is it

Open JMS with Orion for MDB

2002-03-08 Thread Vani H.S.
Hi All, I have an MDB running fine on Orion. I have an application client, that sends a message to the queue. When I do that, my MDB's onMessage() gets called and I can see the messages on Orion server console. I tried to integrate Orion with Open JMS. I referred to the document Using

RE: j_security_check doesn't redirect but forwards content of secure page

2002-03-08 Thread Shawn Pourchot
I came across this exact problem. In the mailing archives the recommendation is to remove the action=j_security_check from the login form. Here's what I did to implement the system: 1. created a index.jsp in the non protected folder. It contains a redirect

Role Information in DataBase

2002-03-08 Thread Christian, Joanne
Hi All, The DBA on my project is complaining about storing the role information in web.xml and application.xml files. (sigh) Is there a way tomake Orion lookup the role information from the database? Thanks, Joanne

Re: Container does not passivate my beans.

2002-03-08 Thread Roxanne Tapia
Hi, What version are you using? I saw this problem in 1.0.2.2, but not 1.0.2.2.1 the same way. Do you really need to create 1,000,000 rows in one transaction, or will it actually be many transactions? If I create 1000 beans/transaction, and call it many times, it seems I only ever have 1000

SwiftMQ wth Orion

2002-03-08 Thread Vani H.S.
Hi All, After days of trial with Open JMS I decided to give a try with SwiftMQ. I want to deploy my MDB on Orion1.5.4, and I want to use SwiftMQ JMS provider. The document I referred to is the one available at

Re: SwiftMQ wth Orion

2002-03-08 Thread Ray Harrison
Hi Vani - I have been able integrate SwiftMQ just fine with Orion by following those instructions in the documentation referenced below. You say you have put swiftmq.jar into the orion\lib directory? Double check that first. Cheers Ray --- Vani H.S. [EMAIL PROTECTED] wrote: Hi All, After

RE: j_security_check doesn't redirect but forwards content of secure page

2002-03-08 Thread Shawn Pourchot
Second try: I came across this exact problem. In the mailing archives the recommendation is to remove the action=j_security_check from the login form. Here's what I did to implement the system: 1. created a index.jsp in the non protected folder. It contains a redirect