Simple EJB principles question

2000-07-12 Thread Dave Smith
This is a simple question: I have an EJB jar with the abstract security-role and method permissions defined. How do I tie those abstract roles to the roles defined in my principles.xml file? How do I identify myself to the EJBs? Is it by the name I use in the InitialContext lookup? I know

Re: Orion SSL? How?

2000-07-12 Thread Michael Peacock
Keith, My experience is follow the instructions, and carefully read the instructions between the lines. Think hard when it doesn't work (there is an answer), and if you get really stuck, mail the list. Rgds, Mick - Original Message - From: "keith kwiatek" [EMAIL PROTECTED] To:

Re: Class Cast Exception when using development mode and changing source

2000-07-12 Thread Karl Avedal
Hello Kevin, Kevin Duffey wrote: Hi, I am using the development mode (true) and set up the source directory to point to my source. When I save a change, and refresh the page, I am always getting a Class Cast Exception error. I store a bean called HtmlBean as application scope. In the

Re: Orion SSL? How?

2000-07-12 Thread Joseph B. Ottinger
I still haven't set up the secure site part of it yet, but key generation was by far the hardest thing for me. What I ended up doing was using Windows to generate the keystore file, and then transferring the keystore file to Linux, where keytool was able to query it in proper form. As soon as I

Using a Policy File?

2000-07-12 Thread Tom Wnuk
I'm trying to use a policy file when starting Orion and it always fails w/o ay errors. The reason I'm trying to use it is because of my problem using JMS where I'm unable to write to a queue. Initially, I've set all access to all files using: grant codeBase "file:C:/orion/-" {

? servlet context on orion... HOW ??

2000-07-12 Thread tamer
people... I wish put some data sharing with my all jsp pages. how can i? i think use servlet Context. but, how on orion ? i read some messages and on-line docs but i can't. my idea: to share one hashtable named Fonts for any users. all my jsp pages could set and get your parameters:

!!!keytool without use RSA key algorithm

2000-07-12 Thread tamer
i tried to generate my own certificate with DSA but i have no success. how can i generate my certificate without RSA algorithm ? Brazil have restrictions to download some packages and some algorithms. can i generate with another algorithm ? thanks

!!!keytool without use RSA key algorithm

2000-07-12 Thread tamer
i tried to generate my own certificate with DSA but i have no success. how can i generate my certificate without RSA algorithm ? Brazil have restrictions to download some packages and some algorithms. can i generate with another algorithm ? thanks

!!!keytool without use RSA key algorithm

2000-07-12 Thread tamer
i tried to generate my own certificate with DSA but i have no success. how can i generate my certificate without RSA algorithm ? Brazil have restrictions to download some packages and some algorithms. can i generate with another algorithm ? thanks

Re: Using a Policy File?

2000-07-12 Thread Eric Richardson
Hi, Isn't there suppose to be a set policy file for J2EE? server.policy from J2EE RI is attached. Don't know if it's applicable or not. Eric :-) Tom Wnuk wrote: I'm trying to use a policy file when starting Orion and it always fails w/o ay errors. The reason I'm trying to use it is because of my

What's going on with Evermind?

2000-07-12 Thread Tom Wnuk
All, What's going on with Evermind? I've sent messages to this list, sales, info, and support about different issues and no one has responded. I thought I remember someone saying that they were overwhelmed since returning from JavaOne and that the support situation would be resolved this

Re: What's going on with Evermind?

2000-07-12 Thread Karl Avedal
Hello Tom, Tom Wnuk wrote: All, What's going on with Evermind? I've sent messages to this list, sales, info, and support about different issues and no one has responded. I thought I remember someone saying that they were overwhelmed since returning from JavaOne and that the support

user authentication how-to?

2000-07-12 Thread Christian Sell
can anyone tell me what setup I have to perform to have orion perform BASIC or FORM authentication on certain servlets in my application? I have tried for quite a while, but to no avail... thanks, Christian

orion overwriting files

2000-07-12 Thread Christian Sell
Hello, I just discovered that orion seems to randomly overwrite my configuration files (application.xml, web.xml). However, I have not been able to detect a pattern for this behavior. The newly written versions have some parameters changed, my comments are lost and it they are badly

RE: Class Cast Exception when using development mode and changing source

2000-07-12 Thread Kevin Duffey
Hi Karl, You brought to my attention two things that I wasn't doing. First, I didn't realize this..but the HtmlBean was not implementing the Serializable interface. I added that. Second, I notice you say to use something called serialVersionUID, what is that about? I recall one of our engineers

Debugging servlets with orion?

2000-07-12 Thread Robert Nicholson
Can you debug servlets with jdb and attach? D:\Java\orionjava -classic -Xdebug -Xrunjdwp:transport=dt_shmem,server=y,su spen d=n,address=jdbconn -Xnoagent -Djava.compiler=NONE -jar orion.jar Orion/1.0 initialized D:\jdb -attach jdbconn Internal exception: java.lang.NullPointerException

RE: What's going on with Evermind?

2000-07-12 Thread Kevin Duffey
Hmm..I get great support. I join IRC often too and get help there. I think the team is doing a pretty good job overall. They are working hard to keep the product going and growing the business. These things take time. For example, in the company I am working for, even though we got $45mil

RE: What's going on with Evermind?

2000-07-12 Thread Darren Gibbons
What IRC server/channel are you using? Darren. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 12, 2000 2:11 PM To: Orion-Interest Subject: RE: What's going on with Evermind? Hmm..I get great support. I join IRC often

forward Vs redirect. Stopping multiple form submits

2000-07-12 Thread Matt Krevs
I have an intranet website that has a lot of display/edit/delete functionality using forms. For example - to create a new customer the user would open customerMaint.jsp, enter the details and click submit. Clicking submit calls a servlet (lets call it SaveServlet) that saves the details. This

RE: forward Vs redirect. Stopping multiple form submits

2000-07-12 Thread Jonah Benton
Hi Matt, If your customer data includes fields that are unique across customers (sometimes email address has this property), add a uniqueness constraint on the appropriate column in the database. JDBC will throw an exception if someone re-submits customer data- thereby attempting to insert a