Java Security Problem

2001-12-06 Thread Thomas Dandelot
Hi all, I'm using entity beans with Orion and got some strange messages whilecalling a Remote method on one of them : Exception occurred during event dispatching:java.security.AccessControlException: access denied (java.io.SerializablePermission enableSubstitution) at

Remove - from mail list

2001-12-06 Thread Michael Knuppel
Title: Remove - from mail list Please remove me from the mailing list. -MikeK -Original Message- From: Robert L Gause [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 9:09 AM To: Orion-Interest Subject: Re: Q:Recommended/Required minimum system specs Runs fine on

MDB - JMS

2001-12-06 Thread Schouten, Andreas
Hi, I'm porting a project from a other app-server to orion. My MDB seems not to receive the messages and I'm missing documentaion to MBD's. Where can I find docu and examples? How can I check if a (without exceptions) posted message indeed is queued? How to assign a MDB to a queue in orion?

Off-topic: UML Tools...Help!!!

2001-12-06 Thread John . Miller
Hi, I have been asked by my manager to evaluate some UML modelling tools: Rational Rose and Select. However, I have never really used UML so I probably wasn't the best person to ask :) So, if anyone could tell me any pros and cons of these packages I would appreciate it. Developers are

Dynamic reloading of class files

2001-12-06 Thread Nimmons, Buster
I have set the development section in the application.xml for my app to true and JSPs and servlets successfully reload after changes have been made. However since I have employed an MVC architecture most of my controlling logic is contained in RequestHandler class files. even though servlets

RE: Persistance between HTTP and HTTPS

2001-12-06 Thread geoff
Don't know if it's related, but we've found that while we're using HTTPS on Orion, the sesions would, seemingly at random, sometimes vanish on us. Reasons unknown, and we haven't tracked it down yet. - Geoffrey -Original Message-From: Steve Best [mailto:[EMAIL

Bug #437

2001-12-06 Thread Sebastiano Pilla
I'm using OC4J 1.0.2.2.1 behind Apache 1.3.22 on Windows 2000; Apache is set up as frontend to Orion, and the configuration of both components is as documented. Apache has both ProxyPass and ProxyPassReverse for the path my application is mapped to, Orion has in default-web-site.xml the

An object getting null when passed to remote method !

2001-12-06 Thread Thomas Dandelot
Hi all, Please someone help, I'm getting mad at this problem : I have two Entity Beans with CMP, one is ClassificationManager and the other is Classification. Here isthe code I use : { // Creating the first entity bean ClassificationManager theProductManager =

SV: Persistance between HTTP and HTTPS

2001-12-06 Thread Magnus Rydin
Some browsers requests new SSL sessions in very short interval, which is bad. To solve this, use http sessions (cookies) over SSL by setting shared=true. WR -Ursprungligt meddelande-Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]För [EMAIL PROTECTED]Skickat: den 6

Re[2]: Persistance between HTTP and HTTPS

2001-12-06 Thread Rafael Alvarez
Hi! If you want to share info between Http and Https session , you have two options: i) Use a central repository (like JNDI) ii) Use the same web-app for http and https service, and set shared=true in the deployment (check out the web-site.xml documentation). This way the HttpSession object,

Re: Bug #437

2001-12-06 Thread Christian Meunier
little out of topic but speaking of apache as front end for Orion, anyone figured out how to use APJ13 API between Apache Orion ? - Original Message - From: Sebastiano Pilla [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 6:00 PM Subject: Bug

RE: Off-topic: UML Tools...Help!!!

2001-12-06 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
I can't say anything about Select, but we are using (Ir)Rational Rose here - a sometimes harrowing but necessary experience. Harrowing, because of numerous littlebugs in the software, workflows which work only under certain circumstances and not others, and certain features only partially

RE: MDB - JMS

2001-12-06 Thread Frederick,Frank
After deploying to Orion do the following: 1. Shutdown 2. find the orion-ejb-jar.xml for you mdb in the orion\application-deployments directory. 3. Add the destination-location attribute to your mdb's message-driven-deployment tag where the destination-location corresponds to the jndi

Re: Persistance between HTTP and HTTPS

2001-12-06 Thread Steve Best
We came up with a fix, not sure if it will help you. In the orion-web.xml config file, we added session-tracking autojoin-session="true" cookies="disabled" /. We havent tested whether or not it will still work without the cookies="disabled", or the autojoin-session="true", but it works with

Sending Cookies to an ASP Page from a Servlet

2001-12-06 Thread APapada
Hi, I'm writing a servlet that is to redirect the user to a remote website. This remote website requires me to send three cookies. Unfortunately, I cannot seem to send a cookie using the response.sendRedirect method. The following is a test servlet that I wrote to test sending cookies.

Application Client JNDI

2001-12-06 Thread Gordon Reynolds
I'm trying to reach my EJB's through an application client (for JUnit testing). I can't seem to find a combination of userid and password that will gain me access to them. When the ORMI login dialog box appears, everything I enter fails as an 'invalid userid/password'. Where exactly is

OC4J 1.0.2.2

2001-12-06 Thread Ricky Yim
Hello All, I'm using oc4j 1.0.2.2 and when deploying a cmp bean I get a compilation error. I have deployed it on oc4j 1.0.2.2.1 and it works. When I take out one finder method that returns a collection it works fine. Has anyone ever come across this error message before? Ricky BTW, this is

Re: An object getting null when passed to remote method !

2001-12-06 Thread Curt Smith
[EMAIL PROTECTED]"> // Creating the second entity bean Classification myProducerClassification = theClassificationHome.create("myProducerClassification", theProductManager); My opinion is; a bean's remote interface is not ment to be serialized as an arg to another bean. The home

Re: Off-topic: UML Tools...Help!!!

2001-12-06 Thread Ravishankar S
go for argouml..it's free and it's a java appln so u can run it even in linux/unix or mac u can find the links in www.javafaq.nu then click on the links development tools - Original Message - From: [EMAIL PROTECTED] To: Orion-Interest Sent: Thursday, December 06, 2001

Re: Application Client JNDI

2001-12-06 Thread Shyam Ellur
Grodon, I hope this is what u are looking for. In the principals.xml file in orion\config you have to set the flag to false in the following line "user username="admin" password="123" deactivated="true" " ...Shyam - Original Message - From: Gordon Reynolds To:

library-path

2001-12-06 Thread Dave Ford
What happened to the library-path entry in server.xml? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com