probs with bmp and foreign keys

2000-10-03 Thread Lawrence Fry
Hello, I am having problems with several bmp entity beans and foreign keys. I have several beans, each bean corresponds to a table. One entity bean whose primary key is a foreign key in several other beans is giving me problems. I execute a remove on the the "mother" bean...and get all kinds of

RE: JSPs and Linux/UNIX permissions

2000-10-03 Thread J.T. Wenting
Not with Orion (don't use that on unix, corporate standard is iPlanet and Websphere), but we've had problems that JSPs were not compiled when no execute rights had been set on them for the user used by the server. Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things that can't go wrong

RE: JavaBean with Orion Server

2000-10-03 Thread Mike Cannon-Brookes
Uhm, this is actually wrong. There's no reason you can't communicate directly with EJBs from a JSP (I do it alot). It's not strictly good practice to do so (using Session beans, JavaBeans or tags is a good abstraction layer) but often for quick apps it doesn't matter. Mike -Original

RE: Anyone using Orion/Apache w/ many virt. hosts?

2000-10-03 Thread Mike Cannon-Brookes
I run Orion with 15 virtual hosts (don't know why 50 would be any different). Use Orion exclusively, it's really only a little leap not really a big one. There was a discussion a while back about what you needed in Apache, net result: there's nothing that can't be done in Orion ;) Mike

R: Client certificate authentication

2000-10-03 Thread Montebove Luciano
I can help you partially. I had the same 403 Forbidden problem and I'm waiting for a response from official support (5 days). For the Cert ID use the sample page ssl-user-registration.jsp in demo SSL. It will show the cert id you are looking for. If you solve the 403 problem tell me.

RE: Can't create xxxxx.jsp.jspCache files

2000-10-03 Thread J.T. Wenting
the cache is in /orion/application-deployments/application-name/persistence -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Archer Sent: Tuesday, October 03, 2000 08:40 To: Orion-Interest Subject: Can't create x.jsp.jspCache files Hi

Re: jsp.reuse.tags

2000-10-03 Thread Karl Avedal
Hello again, Hmm, I should update my own reply, because that example is actually a bad one, since it's illegal to reuse the tag in that specific case. However, the principle is the same. Tags might be reused under certain circumstances, and they assume this isn't done. Regards, Karl Avedal

RE: probs with bmp and foreign keys

2000-10-03 Thread BSmith
In the ejbRemove method for your project ejb, are you calling remove for the material first? Most databases won't let you delete a row if another table is referencing it, unless that particular db supports cascading deletes and it's enabled. Typically in 1-M relationships like this (I assume you

Mapping Users/Groups to Roles

2000-10-03 Thread BSmith
I know this question has been asked before but I couldn't find an answer in the archive. For starters in my orion/config I have the default principals.xml that has the groups users, guests and administrators and the users user, anonymous, guest, admin. The group assignment of the users is the

Problem with Multiple JSP's

2000-10-03 Thread Mehra, Shelly (CRD)
Hi I have started using Orion Server first time. Before this I have done development using Weblogic but I liked this more. I am using JBuilder as my IDE and I have set it up to start Orion server through it so that I can debug my application. Now while doign that things run fine but the

Re: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-03 Thread Dale Bronk
Why shouldn't be possible? WebLogic is an app server, not a plug-in and works quite nicely with IIS. - Original Message - From: "Stanislav Maximov" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 1:31 AM Subject: RE: Using Orion As a Plugin to

Re: jsp.reuse.tags

2000-10-03 Thread Luis M Bernardo
OK, I think I understand what's going on. I don't know whether you are familiar with the java pet store taglibs, but they are only used in two files: template.jsp and ScreenDefinitions.jsp. What I notice is that in the ScreenDefinitions.jsp file some screens use three parameters and other use

Re: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-03 Thread Kyle Cordes
I have a question..why would you not be able to use Orion as the web server? It actually serves HTML pages as fast (if not faster) than IIS does. Its very easy to set up. Not to disparage Orion (a great product!), but it's extremely unlikely that Orion will approach IIS's speed of serving

RE: EJB with JSP directly

2000-10-03 Thread Magnus Rydin
Title: RE: EJB with JSP directly Hi there Its possible to call EJBs directly from the JSP pages, but why dont you want to do that from Tags? So much nicer than filling up your jsp's with scriptlets? The taglibs are there, just grab them and use them.. But yeah, its fully possible to call

Re: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread Dale M. Boresz
Vidur Dhanda wrote: Hello, Has anyone else experienced erratic java.exe (JDK1.3) failures while running 1.3.8 on a NT4.0SP6a box. All of a sudden I have started getting Dr Watson while running orion. I can't detect any pattern -- it can crash while it is doing nothing and when there is

RE: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread John D'Ausilio
I'm on NT 5 (Win 2K) with the same JDK and Orion, 256M and a Mobile P2 and it's been incredibly stable for me ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vidur Dhanda Sent: Tuesday, October 03, 2000 8:20 AM To: Orion-Interest Subject: 1.3.8 on NT

SV: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread Klaus . Myrseth
Its because of the support for native threads :) (processes) switch to green threads and you should be quit the problem i would believe :) Klaus -Opprinnelig melding- Fra: Dale M. Boresz [mailto:[EMAIL PROTECTED]] Sendt: 3. oktober 2000 16:17 Til: Orion-Interest Emne: Re: 1.3.8 on NT

RE: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread Torgeir . Lerkerod
You are seeing the diference between nativ and greenthreads... Regards, Torgeir Lerkerød -Original Message- From: Dale M. Boresz [mailto:[EMAIL PROTECTED]] Sent: 3. oktober 2000 16:17 To: Orion-Interest Subject: Re: 1.3.8 on NT causing Dr. Watson For what it's worth, here's what I've

Re: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread Robert Krueger
At 10:16 03.10.00 , you wrote: Vidur Dhanda wrote: Hello, Has anyone else experienced erratic java.exe (JDK1.3) failures while running 1.3.8 on a NT4.0SP6a box. All of a sudden I have started getting Dr Watson while running orion. I can't detect any pattern -- it can crash while

RE: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-03 Thread Robert Krueger
At 16:32 03.10.00 , you wrote: Not to disparage Orion (a great product!), but it's extremely unlikely that Orion will approach IIS's speed of serving HTML pages. IIS is highly optimized using native NT APIs to perform this task extremely quickly. Does anyone have any benchmarks?

Re: Anyone using Orion/Apache w/ many virt. hosts?

2000-10-03 Thread Dale M. Boresz
Robert Krueger wrote: snip Are you talking name based or ip based vhosts? what magnus explained was that it was a problem with name based hosts sharing one ip address and port. for ip base hosts he gave you a solution. you're saying that it does work with name based hosts sharing ip and port

RE: setting up jdbc with oracle 8i on NT

2000-10-03 Thread Boulatian, Misak
thanks very much. it worked. -Original Message- From: Porfiriev Sergey [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 7:58 PM To: Orion-Interest Subject: Re: setting up jdbc with oracle 8i on NT this works with 8.1.5 / 8.1.6. (don't forget put classes12_1.zip into

SV: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-03 Thread Klaus . Myrseth
Ofcourse it works, install suns com-rmi bridge and youre off.. But it will not work with isapi or any other filters.. You have to redirect inside the code... And for the one mentioning weblogic..You dont get any isapi filters for Weblogic either, you have to redirect calls the same way as you

RE: Setting up jdbc with orion server

2000-10-03 Thread Boulatian, Misak
thanks very much. it worked. misak -Original Message- From: Aniket V Upganlawar [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 10:03 PM To: Orion-Interest Subject: Re: Setting up jdbc with orion server hi misak, remove the following lines and try it...(unless of course you

Re:URGENT: HELP: session time out under SSL

2000-10-03 Thread Paul Knepper
Steve, I'm seeing a similar behavior once I've switched to SSL. Session timeout seems to work fine non-SSL but times-out in 1-2 minutes with SSL. Have you come up with a solution yet? Thanks, Paul

JMS debugging

2000-10-03 Thread John D'Ausilio
Is there any way to look 'inside' of a Queue in orion? I've got a message-driven bean listening on a queue, and a client that stuffs a message into that queue. The client runs fine with no exceptions, but the bean never seems to receive the message. Can anyone give me some clues? john d

Re: Client application

2000-10-03 Thread Christian Eichinger
Look at the example in ..oriondir\demo\rmi\RMIApp.java. It shows how you can access the EJB-Server using its JNDI functionality. Christian "Daniel C. DiCesare" wrote: Hello, I have an EJB which I need to invoke from a Java application. I am trying to create the Client jar file so that my

Re: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread Christian Eichinger
I also have troubles running jdk1.3 on NTWS4.0 with SP6, especially in visual context. These errors occur independent of orion and just under NTWS4.0. I tested it under Windows 2000 and Windows98 as well as Solaris 8 (with jdk1.3 beta) and had no troubles there. I use jdk1.2.2 under NTWS4.0 SP6

RE: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread Will Glozer
What you are experiencing is the wonderful native thread support under Linux where threads are really separate processes with shared code and data space. It is perfectly normal however, actually Sun's JDC has a nice article on it

Unsuscribe..

2000-10-03 Thread Dave Weber
Unsuscribe [EMAIL PROTECTED]

Re: Anyone using Orion/Apache w/ many virt. hosts?

2000-10-03 Thread Robert Krueger
At 11:41 03.10.00 , you wrote: Robert Krueger wrote: snip Are you talking name based or ip based vhosts? what magnus explained was that it was a problem with name based hosts sharing one ip address and port. for ip base hosts he gave you a solution. you're saying that it does work with name

Re: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-03 Thread Dale Bronk
I am not totally aware of how our admins are doing it, but the prod site has IIS listening on port 80 but all *.jsp and *.ourApp are sent to WebLogic for processing. They tell me that it is also SSL "safe". What about JRun 3.0, it is a full J2EE app server and a plug-in? Dale - Original

Re: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread Christofer Sandberg
Vidur Dhanda wrote: Hello, Has anyone else experienced erratic java.exe (JDK1.3) failures while running 1.3.8 on a NT4.0SP6a box. All of a sudden I have started getting Dr Watson while running orion. I can't detect any pattern -- it can crash while it is doing nothing and when

Integrating Resin and Orion mini how-to

2000-10-03 Thread Montebove Luciano
To use Resin as an EJB client with Orion follow these steps: 1)Under Orion do nothing :) 2)In Resin add orion.jar, ejb.jar, mail.jar (from orion) in your app WEB-INF/classes dir 3)In Resin in your app web.xml add these lines: classpath id='WEB-INF/classes/orion.jar'/ classpath

Re: jsp.reuse.tags

2000-10-03 Thread Luis M Bernardo
That's my turn to follow up too. I tried what I described and it didn't work... Luis On Tue, 3 Oct 2000, Luis M Bernardo wrote: OK, I think I understand what's going on. I don't know whether you are familiar with the java pet store taglibs, but they are only used in two files:

Re: Servlet parameters

2000-10-03 Thread Daniel C. DiCesare
Have you correctly deployed the servlet? Also, try making the html page a jsp. Your syntax looks correct. - Original Message - From: "Lauren Commons" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 2:55 PM Subject: Servlet parameters Howdy.

RE: probs with bmp and foreign keys

2000-10-03 Thread Lawrence Fry
You're right about that. However, in my object oriented zeal, I put a remove for all of the referenced beans in my project bean ejbRemove method, so all of the beans with fk's from project are removed before project is removed. I still get the same failure mode. I am still investigating this

RE: Cascade Delete

2000-10-03 Thread Reddy Krishnan
but if my understanding is correct, the cmp beans move to the pooled state only AFTER ejbremove is called. -Original Message- From: Christian Eichinger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 1:35 AM To: Orion-Interest Subject: Re: Cascade Delete Hi, when looking

Re: Serializable + Orion 1.3.8 + Postgres 7.0.0 not working

2000-10-03 Thread Markus Holmberg
Support for InputStreams as parameters has not been implemented in the Postgres JDBC drivers. It's open source, so anyone can give it a try.. But it's possible in 95% of all cases to make it without serializing the objects, since Orion has very good OR-mapping capabilities (List, Set, Map, bean

Re: JMS debugging

2000-10-03 Thread Markus Holmberg
I have yet to hear from someone who successfully managed to get a message delivered to a MessageDrivenBean listening on a Queue. (I know one or two others in addition to myself who haven't got it working with Queues, Topics work fine though). Markus On Tue, Oct 03, 2000 at 11:57:58AM -0400,

RE: Client certificate authentication

2000-10-03 Thread Lopez Esteban
I don't solve the 403 problem yet, but I can identify users using client certificates. I accept or not the user. If you are interested in this "manual" identification I can explain you more. -Mensaje original- De: Montebove Luciano [SMTP:[EMAIL PROTECTED]] Enviado

RE: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-03 Thread Nirav Dani
you guys may want to check an article by on JavaWorld.com, about how to make work JSP on IIS. --- Stanislav Maximov [EMAIL PROTECTED] wrote: Right you are. That's because WebLogic has its own ISAPI plug-in, and Orion hasn't. -Original Message- From: [EMAIL PROTECTED]

No Subject

2000-10-03 Thread McLain, Mark
A coworker and I are trying to create a servlet that will run on his computer under Tomcat. The servlet is attempting to lookup and use an EJB deployed on my computer under Orion. When the servlet performs the context object's lookup method (using the String literal "java:com/env/fungi"), we

RE: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-03 Thread Kirby, Nathaniel
-Original Message- From: Nirav Dani [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 3:25 PM To: Orion-Interest Subject: RE: Using Orion As a Plugin to IIS for Servlets/JSPs you guys may want to check an article by on JavaWorld.com, about how to make work JSP on

RE: Enterprise JavaBean with Orion Server

2000-10-03 Thread Mike Cannon-Brookes
please send your q's to the orion list, not to me personally. Mike -Original Message- From: Mehra, Shelly (CRD) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 11:52 PM To: 'Mike Cannon-Brookes ' Subject: Enterprise JavaBean with Orion Server Dear Mike Yes,

RE: Can't create xxxxx.jsp.jspCache files

2000-10-03 Thread Jim Archer
Thanks Magnus. The problem we are having is that when Orion attempts to create those files a permission denied error is issued by Linux. This does not happen when Orion runs as user root, but rather when it runs as user orion. However, as user orion it has full control over its own directory

Interesting ejb Error!!!

2000-10-03 Thread Andiappan Jeyamurugan
Hello there, I am trying to access the orion's demo/ejb/cart ejbeans via servlet or jsp file. The code is try { Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY,"com.evermind.server.ApplicationClie

Re: EJB with JSP directly

2000-10-03 Thread Daniel C. DiCesare
Title: RE: EJB with JSP directly Also consider having your jsp call beans which in turn call ejb's. - Original Message - From: Magnus Rydin To: Orion-Interest Sent: Tuesday, October 03, 2000 3:04 PM Subject: RE: EJB with JSP directly Hi there Its possible