RE: Container does not passivate my beans. (New E-mailAddress)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: DataSource Issue

2002-03-11 Thread Ray Harrison
Hi Clay - When I have used MySQL in the past, I have just used the schema that ships with Orion in the config/database-shemas directory. Cheers Ray --- Clay Mitchell [EMAIL PROTECTED] wrote: Does this mean you have MySQL working? If so, could you share your schema with the rest of the

RE: Soap with Axis ?

2002-03-11 Thread Djemal, Guy (TWIi London)
Well I've been using Axis for a while now. The namespace issue can be resolved by using the follow: call.setProperty(Call.NAMESPACE, urn:TheNameSpace); An entire SOAP call would then look something like following: Service service = new Service(); Call call= (Call)

RE: DataSource Issue (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: Random hiccups with Orion+https

2002-03-11 Thread Manuel De Jesus
Make sure you have the shared attribute set in both your web-site.xml configuration files for the secure and the non-secure sites. Orions https code is buggy from my experence with it. We rolled out https on orion and ran into quite a few problems. We were previously running resin with SSL

Re: Random hiccups with Orion+https (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

How can I reload (stop/start) an application-client with startup=true property set?

2002-03-11 Thread Alex Paransky
I have an application client which starts up when server is started. This client is a timer which causes certain session to execute every 30 seconds or so. The problem occurs when I redeploy my application by dropping a new .EAR file. While the application is re-deployed, the old client

RE: Random hiccups with Orion+https

2002-03-11 Thread Jon Iles
Hi, We were experiencing the same problem, adding shared=true to the web-app tag in your web-site.xml file solves the problem. There appears to be an issue with browsers (IE?) tracking and maintaining SSL sessions correctly. I've no doubt someone better informed than me can fill in the details!

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

SwiftMQ with Orion response time

2002-03-11 Thread Vani H.S.
Hi All, I am using SwiftMQ with Orion 1.5.4. I have an application containing an MDB deployed on Orion. I send a message to a queue from a client application. But, the time from when I send the message, to the time the server recieves the message( i.e. the onMessage() function in the MDB

Re: How can I reload (stop/start) an application-client withstartup=true property set? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

Re: How can I reload (stop/start) an application-client with startup=true property set? (New E-mail Address)

2002-03-11 Thread Stephen Davidson
Ganasen went to the website a few hours ago to unsubscribe himself. So why the listserv is still trying to send him messages is not a good thing. -Steve Ganasen Gounden wrote: Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at

java.lang.OutOfMemoryError

2002-03-11 Thread mars
Dear orion user : I got a problem I have a Orion Appcation Server Run on Linux run the http service and https service then after a few hours I got the message in server.log *-- java.lang.OutOfMemoryError no stack trace available

Re: Open JMS with Orion for MDB

2002-03-10 Thread Tom Koutn
Hi, I used Orion 1.5.4 with OpenJms 0.7.2. Look at resourceprovider.html page in Orion's docs, it describes how to map jndi names to the OpenJms scope. But what probably does not work is using durable subscriber in MDB (because there is no possibility to specify subscriber name in DD). TK -

Re: Login username and password

2002-03-10 Thread prasanth sb
Hi Scott, Thanks a lot for the information. thnks, Prasanth From: Scott Farquhar [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Login username and password Date: Mon, 04 Mar 2002 10:04:25 +1100 Prasanth, This article may help you:

RE: Login username and password:-LDAP DOUBT.

2002-03-10 Thread prasanth sb
Dear elephantwalker, Another great article. A lot of thanks for the help. I have a doubt.Is this ldap(light weight directory access protocol) means restricting access to a particular directory as we are doing with Orion in this article? thanks, Prasanth. From: The elephantwalker

Memory leak with linux jdk1.4 - orion 1.5.4

2002-03-10 Thread Robert Krüger
hi, I'm experiencing serious problems with a memory leak that causes orion to consume more memory with each application restart/redeployment with the combination jdk1.4 (linux) - orion 1.5.4. with jdk 1.3 memory consumption remains constant after a while. even calling System.gc() explicitly

DataSource Issue

2002-03-10 Thread Michael Shoemaker
Hello Gang I have a datasource question that Id like to get some feedback on. Typically my development happens where I have a datasource available, but sometimes I have my laptop offline without any access to my database. What do you mobile users do in this case? Set up a local datasource

RE: DataSource Issue

2002-03-10 Thread Jason Coward
Michael: Orion includes an old version of HypersonicSQL, which is a great, open-source, lightweight, 100% java database server that even supports transactions (and thus EJB CMP). I recommend getting the latest, now called HSQLDB, from... http://hsqldb.sourceforge.net/ I use the last version

Re: Memory leak with linux jdk1.4 - orion 1.5.4

2002-03-10 Thread Greg Matthews
Robert, I've monitored orion using jprobe when orion is started with the -restart command. It loaded another copy of the application classes in a new classloader, and eventually ran out of memory. I never pursued this as i had higher priority things to work on at the time. Not sure if the

Re: DataSource Issue

2002-03-10 Thread Mike Cannon-Brookes
FYI I use Postgres on my laptop when working - it's small enough to run locally and supports all the true RDBMS functions. The great thing is that it can then be deployed in production so you're actually using the same DB to develop on. Not sure how it runs on Windows though - never tried it -

session.getCreationTime()

2002-03-10 Thread Raphael Gillett
Dear Orion Users, The following code produces an Illegal State Exception on the last line. Normally, this exception arises when a session is invalid. I think that the session appears (to Orion) to be invalid because Orion re-uses the ID of the old session. HttpSession session =

RE: DataSource Issue

2002-03-10 Thread Clay Mitchell
Does this mean you have MySQL working? If so, could you share your schema with the rest of the group? :) Thanks -Clay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ray Harrison Sent: Sunday, March 10, 2002 11:26 AM To: Orion-Interest Subject: Re:

RE: Container does not passivate my beans.

2002-03-10 Thread tibor . hegyi
Lachezar, I know it'd be a hack, but I have seen some on the archieve a workaround that flushed the cache manually directly calling to Orion API. I do not prefer this, but might help you temporarily. Search on the mail archieve for the workaround or put your problem on the Atlassian Forum. It

java.lang.CastClassException

2002-03-09 Thread Deniz Bocek
Hi All, I have following problem with orion. In myservlet ana jsp pages i store some informations in the session (some object for example user object,or cusotmer ex) and when i tried to access any object in the session some times i recieved java.lag.ClassCastException. I know in what case

Re: Deploying components common to EJB-tier and WEB-tier

2002-03-09 Thread Bill Winspur
I have been putting the shared classes in an extension that I build into both the ear and the war. - Original Message - From: Sanjay Kumar Pandey [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 10:27 PM Subject: Deploying components common to EJB-tier

Soap with Axis ?

2002-03-09 Thread Eddie
Hellu, Does anyone has an example descriptor of a web service to connect a client to a EJB through SOAP (Axis of Apache) ? Most os the examples I find are not based on Ejb connections and on the Atlassian site I saw a example for Apache Soap but I can't get it to work with Orion. Eddie

Re: Container does not passivate my beans.

2002-03-09 Thread Ray Harrison
Lachezar - One thing you might try (at least for testing purposes) is to move up to 1.5.4 - I do see passivation in this version running an example similar to yours and it doesn't run out of memory. Although I don't quite understand how max-instances,instance-cache-timeout, and

RE: Soap with Axis ?

2002-03-09 Thread The elephantwalker
Eddie, You might try the a recent thread on www.elephantwalker.com. We reproduced Bret McLaughlin's example (Java XML, 2nd edition) with Orion and Apache SOAP 2.2. http://www.elephantwalker.com/rfa?id=399 Regards, the elephantwalker www.elephantwalker.com -Original Message- From:

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

Re: Looking up session beans between apps

2002-03-07 Thread Remy . Boucher
Hi, try to put the remote and home interface of your bean in the app server classpath ( server.xml ), i think it will solve your problem if Bean A and Bean B are on the same server. Does anybody know how to solve this problem if bean A and bean B are on different server ?? Thanks. Rémy.

RE: Local interfaces difference ???

2002-03-07 Thread Jon Iles
Just picking up on Scott's request... the change to using copy-by-value=false gave our application on average a 20% speedup. The application only uses Remote interfaces at present. The testing was carried out using JUnit+HTTPUnit to execute multiple passes of our regression test suite (500+ tests

Re: Caching Group Information

2002-03-07 Thread Stephen Davidson
Christian, Joanne wrote: Hi All, I am using a custom user manager that gets group and user information from the database. I would like to cache the database information when the user manager is initialized; and access the cache to get the user information. Can anyone suggest the best

Re: Local interfaces difference ???

2002-03-07 Thread Joseph Ottinger
Because SOMEONE (I'm not going to mention BEA's name) couldn't see their way around actually optimizing that way. There is an actual performance benefit, I suppose, in that local interfaces and home objects don't throw RemoteException, but personally, I think this is a sign that Sun was serious

Connection timeout of persistent connections (Keep-Alive)

2002-03-07 Thread Michal Palicka
Hello, is it possible to configure the connection timeout for persistent HTTP connections? When I use the Connection: keep-alive header in my HTTP request, I always get the following header field in the response from Orion HTTP server: Keep-Alive: timeout=15, max=100 This indicates that the

remove

2002-03-07 Thread Valentina Kateneva
Please remove me. Thanks.

HTTP Reponse TimeOut Parameter in Orion

2002-03-07 Thread anandpt
Hi All, How to configure http response time out parameter in OC4J? By default it is getting timedout after 5 minutes. Please advice. Regards, Anand

JDBC connection leak

2002-03-07 Thread Marc Lehnert
Hello! I call the following code in a Message Driven Bean in Orion 1.5.2. After the conn.close() all entity beans I created in some code before are destroyed. The database is empty. The sql statement gets the right result but after the close everything is lost. No error, nothing. Without the

RE: remove

2002-03-07 Thread Madhavan, Manoj
It appears that you have sent your request to the wrong mailing list. Please submit your request to a mailing list for contract killers and your request may get carried out :-) -Original Message- From: Valentina Kateneva [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 12:36 PM

Performance declines after moving to a faster Server

2002-03-07 Thread Cugier (extern)
Hi, we are running a simple web applications - just servlets - on an older Windows NT Server with two Pentium two 233 MHz CPUs. The performance on the server was acceptable and pages showed up pretty quickly in the browsers. Now we bought a new server (still Windows NT) with two Pentium III

Dependent Object Relationship Fails in 1.5.4

2002-03-07 Thread Emil Goldfarb
I have Entity-DependentObject relationship that works fine on Orion 1.5.3. When the same application is Deployed in Orion 1.5.4, I get the following error: Unknown relationship-role-source target in relationship role 'ParameterDefinition-belongsto-Template': 'null', no entity

RE: Caching Group Information

2002-03-07 Thread Robert Moskal
That's what I do :). The only thing you might need to worry about is that the data in the security table changes after you load up the hash map. What I usually do is if the user is not found I reload the map and try one more time. Regards, _ Robert Moskal Most Media Brooklyn,

How does passivation work?

2002-03-07 Thread Cristian Donciulescu
I am interested to know how does Orion Container treat the ejbPassivatemethod of an CMP entity-bean. Does it by any chance Deletes a record in theDB and then recreates it?The problem I'm facing is the following: I have a one-to-many relationshipin the DB. I have one entity bean (A) that has

Re: JDBC connection leak

2002-03-07 Thread Stephen Davidson
Hi Marc. Maybe try a conn.commit() before conn.close()? -Steve Marc Lehnert wrote: Hello! I call the following code in a Message Driven Bean in Orion 1.5.2. After the conn.close() all entity beans I created in some code before are destroyed. The database is empty. The sql statement gets

RE: JDBC connection leak

2002-03-07 Thread John Creaner
Hi, Not sure if this is what your looking for but you should really close all associations to the connection cause I think that the way CMT works with orion is that the close method merely returns it to the pool so you should do the following before you close: stmt =

remove

2002-03-07 Thread Steve Heidebrink
Please remove me. Thanks, Steve

Re: Performance declines after moving to a faster Server

2002-03-07 Thread Curt Smith
NT offers a near infinate number of causes for slowness. Start by installing a good defrag'er and defrag all disks. Your new box may have dog slow disks? Eh? How about size of L2 Cache? Do the PIII's have same size L2 cach as the PII's which I think where all 256Kb... Or maybe there where a

Re: How does passivation work?

2002-03-07 Thread Scott Farquhar
Probably the easiest way to solve this would be to turn database logging on, and then see what SQL statements are being run on your db when Orion runs. Cheers, Scott Cristian Donciulescu wrote: I am interested to know how does Orion Container treat the ejbPassivate method of an CMP

Accessing Orion EJB from Weblogic JSP

2002-03-07 Thread Vidur Dhanda
Hello, Has anyone successfully used an EJB running in Orion from a JSP running in Weblogic? I have tried several things but can not get Weblogic to connect to Orion I was hoping it would be as simple as creating a JNDI context with the Orion provfider URL and RMI context factory, but that

Tomcat with Orion /Apteach with Orion

2002-03-07 Thread sachin mahajan
Hello, Can any one explain me how to configure Orion as a application server And Tomcat /Aptech as a web server. does It require any plugin. If can one know pl reply me fast . Its very important sachin __ Do You Yahoo!? Try FREE Yahoo! Mail -

Hello

2002-03-06 Thread CIT

Memory grows with Entity EJBs

2002-03-06 Thread Juan Fuentes
Hi people, We've observed a very strange problem. When using Entity Beans, memory does not seem to be released when the EJB is removed. We are tracing a J2EE application with OptimizeIt, and we have seen that EJBS are created but NEVER released, even if a call the the Garbage Collector

orion and cocoon2.

2002-03-06 Thread Frederic Alluin
Hi everybody, I want to install cocoon 2.0.1 on orion 1.5.2. I saw the article http://www.candlelightsoftware.com/orion-cocoon.html and perfectly runs but when I wan to change the web-module id=defaultWebApp path=\cocoon2 / from application.xml to put the cocoon as a normal application

Re: Memory grows with Entity EJBs

2002-03-06 Thread Juan Fuentes
Juan Fuentes wrote: Hi people, We've observed a very strange problem. When using Entity Beans, memory does not seem to be released when the EJB is removed. We are tracing a J2EE application with OptimizeIt, and we have seen that EJBS are created but NEVER released, even if a call the

remove

2002-03-06 Thread Zoltan Vereczi
remove Please remove me from your mailing list. Regards -- Zoltan Vereczi

Looking up session beans between apps

2002-03-06 Thread Dillon, Ryan
Gday all, I am currently working on porting an application from jboss to orion (don't ask!) and am having problems looking up session beans between apps. What i am trying to do is lookup sessionbeanA (in app A) from sessionbeanB (from app B). (Note that sessionbeanA and sessionbeanB are

Re: Deploying components common to EJB-tier and WEB-tier

2002-03-06 Thread Mike Cannon-Brookes
The easiest way to do this is just to put them inside one of your EJB JAR files - by the specification any classes in an EJB Jar file have to be visible to all other modules in the application. If you're looking for an Orion specific solution, you can just use the library path= / element in

Re: Using Objects as a parameter with CMP finder methods

2002-03-06 Thread Jeff Hubbach
Darian, There isn't a command-line parameter you can pass to Orion to get it to do this, but as was shared with me on this list there's a really nice _free_ utility that does this. It's called p6spy and is located at http://www.provision6.com/ I don't know about your second question, we've

Re: Deploying components common to EJB-tier and WEB-tier

2002-03-06 Thread Stephen Davidson
Hi Sanjay. I am using Ear files, so I put common components in a jar file (which I call common.jar), which is in the ear file. Than in the war(s) and jar(s) of the ear file, I specify the common.jar file in the manifest file as Ram suggested. -Steve Ramamurthy K wrote: Hi Sanjay There

Downloading files with MS IE

2002-03-06 Thread Juan Fuentes
I have a JSP to download files. It works great with NS but fails with IE. At first, it seems to work, because the Explorer opens a window to select if I want to open the file, or save it to disk. But once I push the OK button, IE shows an error telling that server cannot be reached (or

Local interfaces difference ???

2002-03-06 Thread Eddie Post
Hellu, Can someone tell me what the performance boost is when you change your remote and home interfaces to local interfaces with Orion 1.5.4 ? I did this but I know that with Bea you could already indicate if your beans and clients were located on the same machine such that it already had

Re: [orion-interest]Local interfaces difference ???

2002-03-06 Thread Hani Suleiman
The performance difference between local and remote beans is negligible in Orion. Orion automatically detects remote beans that are being run locally and optimizes accordingly. On 6/3/02 1:54 pm, Eddie Post [EMAIL PROTECTED] wrote: Hellu, Can someone tell me what the performance boost is

Caching Group Information

2002-03-06 Thread Christian, Joanne
Hi All, I am using a custom user manager that gets group and user information from the database. I would like to cache the database information when the user manager is initialized; and access the cache to get the user information. Can anyone suggest the best method for doing this? I am

Re: Downloading files with MS IE

2002-03-06 Thread Luis Javier Beltrán
I had the same problem weeks ago, it happens with IE6 right? I didn't find a solution, but I have an alternative that works fine. This problem ocurred when I called the JSP manually, I mean by writing the URL in the address bar. So one day accidentally I used a form to invoke the JSP and the

remove me

2002-03-06 Thread Jian Cen
please remove me from your mailing list.

Re: Local interfaces difference ???

2002-03-06 Thread Greg Matthews
and can anyone shed some light on why this has even been put in the J2EE spec. Visibroker for Java automatically detected if the client was local and then handed out a client stub that did not do marshalling, i.e. performed an in-process local java method call. I would have thought that

RE: Caching Group Information

2002-03-06 Thread Aaron Tavistock
A HashMap would work fine unless you care to add/remove people or permissions without restarting your app server. If changing the security information is important to you, then you'll either need some method to expire old data or make sure that whatever you do to change the security information

RE: Local interfaces difference ???

2002-03-06 Thread Eric Hodges
1. Not every app server provided that optimization. 2. Even if they optimized they had to emulate pass by value arguments. 3. It's bassackwards to code for the 10% of EJBs actually used remotely and hope an app server optimizes the remoteness out of the other 90%. -Original Message-

Re: Local interfaces difference ???

2002-03-06 Thread Scott Farquhar
There is a workaround that has been in Orion for a while - by specifying that your beans are executed in the same container, you save the marshalling remote calls that normal EJB uses. In orion-ejb-jar.xml, you can set copy-by-value=false, which will pass by reference instead.

Simple howto for launching application clients using applicationlauncher.jar

2002-03-06 Thread Geoff Soutter
Hi there peeps, I've spent the last few hours looking at how to best launch application clients, and I couldn't find any documentation on how to do it nicely (apart from Joe Ottingers's stuff on auto started application clients - http://www.orionsupport.com/articles/appclient.html). I then

j_security_check doesn't redirect but forwards content of secure page

2002-03-06 Thread Warren Hedley
Hi folks, I've been playing around with creating secure sections on an internal website using the J2EE web-application framework and Orion and have come across what may be a show-stopper for the application. Basically, the user clicks on a link to a secure page, and if they're not logged in

RE: remove me

2002-03-06 Thread CK mak
Please also remove me from the interest list. Thanks.

Re: Downloading files with MS IE

2002-03-06 Thread Juan Fuentes
I'm using IE 5.00.2314.100315. I'll try the form tip, anyway. Luis Javier Beltrán wrote: I had the same problem weeks ago, it happens with IE6 right? I didn't find a solution, but I have an alternative that works fine. This problem ocurred when I called the JSP manually, I mean by writing

Re: Downloading files with MS IE

2002-03-06 Thread Kesav Kumar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It is possibly because you don't allow caching. IE behaves strangly if your JSP/servlet doesn't cache the page. If possible eliminate NO-Cache header. Try adding content-disposition header with disposition-type=attachment. Hope this helps kesav

what happens at startup?

2002-03-05 Thread daniele rizzi
hi all, this morning I've tried to restart my own orion server, with bad result: this is an extract from server.log 05/03/02 8.35 9.0.2.0.0 Stopped (Shutdown executed by admin from 192.168.237.159 (lspd31.largesys.pd)) 05/03/02 8.35 9.0.2.0.0 Started 05/03/02 8.35 Internal error in

Initial Context Factories

2002-03-05 Thread Juan Fuentes
Hi list. We're playing with several orions, connecting applications running in a server with the ones in another. Is there any document which explains _exactly_ the purpose of every Context Factory ?? . com.evermind.server.rmi.RMIInitialContextFactory .

pitfalls migrating an app from orion to wls

2002-03-05 Thread Robert Krüger
Hi, just wanted to ask the list if anyone has migrated a compley app from orion to weblogic. we have a customer who wants us to port an app we developed for them from orion to weblogic (corporate policy). so far we have identified security (we have used orion security APIs) and cmp (we use

Like Statements in orion-ejb-jar.xml

2002-03-05 Thread Michael Maurer
I would like to perform like Statements in finder methods. Therfor I changed in the orion-ejb-jar.xml  the sql Statement to where xxx like ?    ! But Orion always overwrites it to where xxx = ? Is there a way to use like statements in Orion  or do one have to use sql Queries? Thanks

temporary SSL certificate

2002-03-05 Thread Matt McLaurin
Title: Message We are trying to generate our own SSL certificate to be used with orion until our request is processed or our real one. I was able to follow the instructions to get a test cert from Thawte, but I would like to generate my own instead of using a test one. Can anybody point me

100 Continue

2002-03-05 Thread Linus Larsen
Hi Im having a propblem sending a POST to a servlet in orion Im trying to send a POST from a PDA with Windows CE installed The servlet just parses the stream and stores the content in a database When the POST is submitted, everything after the 100 Continue response is being stored in the

RE: pitfalls migrating an app from orion to wls

2002-03-05 Thread Jason Coward
Hi Robert, indeed many posts seem to just disappear on here, but the guys at Ironflare are working to fix that... In the meantime, I just wanted to offer that I work for a company that develops what we call Portal Lifecycle Management tools (read application lifecycle for the web) on the J2EE

RE: Like Statements in orion-ejb-jar.xml

2002-03-05 Thread Chris Turner
I have used like statements successfully. Make sure of the following: 1) you have created an orion-ejb.jar.xml file in the META-INF directory of your name-ejb.jar file. This must contain the query. 2) you have deleted the existing orion-ejb.jar file from the deployment directory if you

InitialContext Issue

2002-03-05 Thread Greg Davis
Okay everyone I really need some help here We have an issue that I think I have seen before, but I can't seem to find it in the newsgroup or archives Currently we have a ColdFusion server running on our front end(try not to laugh too hard) and Orion running in the back We created a LoginBean

RE: temporary SSL certificate

2002-03-05 Thread Andrew Diederich
Title: Message http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/keytool.html Use the -selfcert option. Create your keystore, then do the -selfcert bit. -- Andrew -Original Message-From: Matt McLaurin [mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 05, 2002 06:28To:

<    3   4   5   6   7   8   9   10   11   12   >