SV: to boldly go where no man has gone before

2000-12-14 Thread Magnus Rydin
Title: SV: to boldly go where no man has gone before Den här tråden börjar bli plågsamt tråkig.. Vem bryr sig om hur folk stavar så länge som dom kan förklara sitt problem eller sin lösning? Låt oss hålla oss till Java och Orion istället, ok? And for the rest of you non-swedes: Lets stop was

Re: Standard Err stream

2000-12-14 Thread Mikko Kurki-Suonio
On Thu, 14 Dec 2000, Seung Bang wrote: > Where does 'System.err.println()' print? Try these switches: -out [file] - specifies a file to route standard output to -err [file] - specifies a file to route error output to //Mikko

RE: weird Orion 1.4.4 JSP bug

2000-12-14 Thread Scott Farquhar
AFAIK you cannot close a tag with parameters: Try without the parameter -Original Message- From: Hristo Stoyanov [mailto:[EMAIL PROTECTED]] Sent: Friday, 15 December 2000 11:51 To: Orion-Interest Subject: weird Orion 1.4.4 JSP bug Hi-, It looks like The Orion 1.4.4 code generator

RE: generic access to ejbs

2000-12-14 Thread Werner Bohl
Try EJBVoyager. I found it @ The SourceForge. - Original Message - From: Marcus Lankenau <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Thursday, December 14, 2000 7:39 AM Subject: generic access to ejbs > Hi! > > My which for xmas: > I need a tool (a servlet), wich

RE: Standard Err stream

2000-12-14 Thread Scott Farquhar
Type "java -jar orion.jar -?" for options on error streams and logging -Original Message- From: Seung Bang [mailto:[EMAIL PROTECTED]] Sent: Friday, 15 December 2000 10:35 To: Orion-Interest Subject: Standard Err stream Hello, Where does 'System.err.println()' print? For debugging pu

RE: An apology for Christian Sell

2000-12-14 Thread Michael S. Kelly
I appreciate your support John, but I could have expressed my views in less inflamatory ways. -=michael=- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Hogan Sent: Thursday, December 14, 2000 5:46 PM To: Orion-Interest Subject: Re: An apology for

RE: certificate installation

2000-12-14 Thread Michael S. Kelly
I just did this.  Here are the sources I used to guide me:   http://java.sun.com/j2ee/j2sdkee/techdocs/guides/ejb/html/Security7.html http://www.orionsupport.com/articles/ssl-howto.html   The Orion SSL-HowTo document was good at describing what to do once you have the keystore file, but faile

RE: List server

2000-12-14 Thread Michael S. Kelly
I've noticed this as well.  I was able to go to the archive site and see the messages much sooner than I got them by email.   -=michael=-   == Michael S. Kelly [EMAIL PROTECTED]>      _ Axian, Inc.   <[EMAIL PR

Re: from orion-interest

2000-12-14 Thread urey
Dear Umesh Sonavane, I am  just ok for send mail on internet used Java Mail API. I'll bet  we need  a smtp server or to make a smtp-host point to one of smtp server  which we can be used on the Internet.    Orion dosen't  has the smtp server implementation I think.  

Re: An apology for Christian Sell

2000-12-14 Thread John Hogan
You were right the first time Michael. _ Get your free E-mail at http://www.ireland.com

Re: Standard Err stream

2000-12-14 Thread Adam Cassar
java -jar orion.jar -out [file] - specifies a file to route standard output to -err [file] - specifies a file to route error output to On Thu, Dec 14, 2000 at 03:35:17PM -0800, Seung Bang wrote: > Hello, > Where does 'System.err.println()' print? > For debugging purpose, I put some System.ou

weird Orion 1.4.4 JSP bug

2000-12-14 Thread Hristo Stoyanov
Hi-, It looks like The Orion 1.4.4 code generator for jsps has an error. First, here is the JSP itsel and below is the error message =JSP page= <%@ taglib uri="webwork" prefix="webwork" %> />

How to configure a data-source alias per application?

2000-12-14 Thread Neville Burnell
Hi All, I need to install the same application several times on orion - with a different datasource for each instance. To do this I have created a Data-Sources.XML in the application deplyment dir [as per email on the list from Robert Krueger 6 Nov] which uses the "com.evermind.sql.AliasDataSourc

Standard Err stream

2000-12-14 Thread Seung Bang
Hello, Where does 'System.err.println()' print? For debugging purpose, I put some System.out.println() statements. Of course, it prints messages on the console window where I started orion. However, if I run the orion server in the background and close the console window, there is no way of vi

Re: to boldly go where no man has gone before

2000-12-14 Thread Robert S. Sfeir
Man, who let the kids out? Come on folks, let's get on with this thread ok? Thanks R At 09:36 PM 12/14/2000 +0200, you wrote: >Why is it a shit, Mr. Sbenghe? > >- Original Message - >From: "Dumitru Sbenghe" <[EMAIL PROTECTED]> >To: "Orion-Interest" <[EMAIL PROTECTED]> >Sent: Thursday,

An apology for Christian Sell

2000-12-14 Thread Michael S. Kelly
Christian, I hope you will accept my apologies. While I still feel strongly that we on the list should be very tolerant of language issues, on rereading your comment I see that I read a great deal into your words that you may not have intended (it is one of the great difficulties of email commun

List server

2000-12-14 Thread Ervin Jakab
Is it only my feeling, or it takes long (up to few hours) until the messages are posted by the server?   Ervin

certificate installation

2000-12-14 Thread Derek Akers
Has anyone tried installing/using a ssl (40 bit) certificate from Thawte on orion?    

Cocobase integration

2000-12-14 Thread Martin Lilienthal
Hi, I would be interested if the cocobase O/R mapping tool could be used to create BMP beans for orion. I`m very interested in orion and I would be glad if I could use cocobase to generate my BMP beans. regards, Martin

Re: Inconsistent EJB JNDI Locations

2000-12-14 Thread Peter Pontbriand
The problem is with the default environment naming context used by EJBs looking up other EJBs deployed in the same instance of Orion, not with Application clients looking up EJBs remotely. This default environment naming context is obtained by using the default (parameterless) constructor for java

Re: Inconsistent EJB JNDI Locations

2000-12-14 Thread Peter Pontbriand
> - Original Message - > From: David Smith > To: Orion-Interest > Sent: Thursday, December 14, 2000 12:00 PM > Subject: Re: Inconsistent EJB JNDI Locations > > How are you ejb-ref entries set up in your ejb-jar.xml? Here's a sample from one of our ejb-jar.xml files:

Re: www.orionserver.com down again

2000-12-14 Thread Serge Knystautas
- Original Message - From: "Gerald Gutierrez" <[EMAIL PROTECTED]> > At 12:41 PM 12/14/2000 +0100, you wrote: > >As to linux stability (especially with Java), the figures confirm my > >suspicions that linux is not ready for primetime... > > Can you elaborate on what figures these are? > >

RE: isolation level

2000-12-14 Thread Juan Lorandi (Chile)
not that I'm aware of -Original Message- From: Daniel G. Koulomzin [mailto:[EMAIL PROTECTED]] Sent: Jueves, 14 de Diciembre de 2000 14:51 To: Orion-Interest Subject: Re: isolation level Well, on a related topic, is there any method that will tell you what isolation level a CMT bean is s

Re: to boldly go where no man has gone before

2000-12-14 Thread Ervin Jakab
Why is it a shit, Mr. Sbenghe? - Original Message - From: "Dumitru Sbenghe" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, December 14, 2000 7:14 PM Subject: RE: to boldly go where no man has gone before > Stop this shit > > -Original Message- > F

RE: to boldly go where no man has gone before

2000-12-14 Thread Juan Lorandi (Chile)
This is poetic justice shame on me Beers, Juan -Original Message- From: Dumitru Sbenghe [mailto:[EMAIL PROTECTED]] Sent: Jueves, 14 de Diciembre de 2000 14:17 To: Orion-Interest Subject: RE: to boldly go where no man has gone before I home my english is ok; I hope this list is no

RE: www.orionserver.com down again

2000-12-14 Thread Gerald Gutierrez
At 12:41 PM 12/14/2000 +0100, you wrote: >As to linux stability (especially with Java), the figures confirm my >suspicions that linux is not ready for primetime... Can you elaborate on what figures these are? >Jeroen T. Wenting >[EMAIL PROTECTED] Gerald.

Bug or not? JSP servlet-mapping of /*

2000-12-14 Thread Gerald Gutierrez
I have a JSP page that I map to /* using servlet-mapping, so that all requests to anything within my application go through it. When I tried to get the path info (getPathInfo()), I found that I always get an empty string regardless of the URL that I hit the application with. Everything, works

RE: Stateless session beans reuse

2000-12-14 Thread John D'Ausilio
h ... I understand the case where, for instance, the field holds something that uses system resources like an open file-based stream. However, in this case the goal is to eliminate the repeated lookups for home interfaces. There would be little savings if we get the home interfaces in the ejbC

RE: Inconsistent EJB JNDI Locations

2000-12-14 Thread shlomo
Hi , Instead of using jndi.properties try using a Hash table with your full IP : public static Context setJNDIEnv(String IP,String rmiType ,String user ,String pass,String j2eeName) throws javax.naming.NamingException { Hashtable env=new Hashtable(); env.put(Context.INITIAL_CONTEXT_F

Re: isolation level

2000-12-14 Thread Daniel G. Koulomzin
Well, on a related topic, is there any method that will tell you what isolation level a CMT bean is set to? There is no method in EntityContext that I see. -Dan "Juan Lorandi (Chile)" wrote: > it depends on the driver/DB combo...also the level of isolation > available depende on it...so there'

Re: to boldly go where no man has gone before

2000-12-14 Thread Derek Akers
Holy $@*!! people... what is all this "smarten up and speak english" crap floating around? Isn't it finally time for these self-centered egotistical Americans to get over themselves and realize that saying you're the center of the universe doesn't directly translate into reality? Seriously. Eng

RE: More than one InitialContext

2000-12-14 Thread Peter van Rensburg
Hi I have noticed a similiar issue. We have two frontend corba servers communicating with a virtual application server. Latter is two orion servers behind two Foundry Layer4/7 switches running symmetric load balancing. When one application server goes down the switches moves future connections to

Re: Orion shutdown problem

2000-12-14 Thread Christian Sell
it seems you are using the http port to send the admin commands to. That is wrong, it should be orions RMI port, which is set in some RMI.XML file. The default is 23791 - Original Message - From: Dominic Hanlan To: Orion-Interest Sent: Thursday, December 14, 2000 5:22

Re: Inconsistent EJB JNDI Locations

2000-12-14 Thread David Smith
How are you ejb-ref entries set up in your ejb-jar.xml? Peter Pontbriand wrote: We haven't been using any jndi.properties file. We've always gotten our contexts from simply invoking the default constructor for javax.naming.InitialContext. Obviously some change in our code or DDs has caused Orion

Re: Servlet Context in 1.4.4

2000-12-14 Thread Peter Pontbriand
Strangely enough, works fine in our Orion 1.4.4 installs, and the s in our web.xml files can be properly found the the environment naming context "java:comp/env". Unfortunately, ejb-jar.xml doesn't, though. Nor are our ejb-jar.xml s available in the environment naming context "java:comp/env", on

RE: to boldly go where no man has gone before

2000-12-14 Thread Dumitru Sbenghe
Stop this shit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres Sent: jeudi 14 decembre 2000 16:50 To: Orion-Interest Subject: Re: to boldly go where no man has gone before Take it to alt.rec.etiquette. If you can read the post, and you know

RE: to boldly go where no man has gone before

2000-12-14 Thread Dumitru Sbenghe
I home my english is ok; I hope this list is not a list for kids 5 years old -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres Sent: jeudi 14 decembre 2000 16:50 To: Orion-Interest Subject: Re: to boldly go where no man has gone before Take it

Re: Inconsistent EJB JNDI Locations

2000-12-14 Thread Peter Pontbriand
We haven't been using any jndi.properties file. We've always gotten our contexts from simply invoking the default constructor for javax.naming.InitialContext. Obviously some change in our code or DDs has caused Orion to change its behaviour, but we have no idea what, and cannot waste any more tim

Re: to boldly go where no man has gone before

2000-12-14 Thread Tim Endres
Take it to alt.rec.etiquette. If you can read the post, and you know the answer, then reply. Otherwise, don't. tim.

RE: to boldly go where no man has gone before

2000-12-14 Thread Tim Drury
> You could have simply asked Karsten: "What do you mean? I did > not understand > what exactly your problem was." Or even better, we could have asked Karsten to express the problem in German, then had one of the fluent German subscribers express the problem back into English. I do not fault Ka

RE: to boldly go where no man has gone before

2000-12-14 Thread Tim_Clarke
Oh dear oh dear oh deary me.. may I suggest we ban all people with no appreciation of sarcasm? Anyway while the bible may not have been written in English, but can we at least agree He was proabably educated at Eton? Tim --- |+--->

RE: to boldly go where no man has gone before

2000-12-14 Thread Kemp Randy-W18971
When someone asked for help, it's hard to say what level of expertise they should have. If it is a newcomer (we were all there at one time), and they ask a basic question that can be answered by (1) a working example at a web site, such as www.jollem.com, (2) A book or online tutorial, or (3)

RE: Information about OR-mapping

2000-12-14 Thread Jason Boehle
You may be interested in this: http://www.orionsupport.com/articles/ejb20sample.html Jason Boehle [EMAIL PROTECTED] -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 5:18 AM To: Orion-Interest Subject: Information about OR-mapping

Orion shutdown problem

2000-12-14 Thread Dominic Hanlan
  I am running Orion-1.3.8 on a Linux Redhat 7.0 platform with Suns' JDK1.3. When I attemp to shutdown I get the following exception [root@ns orion]# java -jar admin.jar  ormi://localhost:8081 admin 123 -shutdown force Error: javax.naming.NamingException: Lookup error: java.io.StreamCorrupte

RE: to boldly go where no man has gone before

2000-12-14 Thread Joseph B. Ottinger
For the record, apparently my sarcasm re: the language of the Bible was completely missed. I *know* what languages the Bible was written in (Aramaic, Hebrew, Greek) and my point was that English is not the only language, nor is it the most important language the world has known. On Thu, 14 Dec 20

generic access to ejbs

2000-12-14 Thread Marcus Lankenau
Hi! My which for xmas: I need a tool (a servlet), wich searches throug jndi for home interfaces of my beans and let me find beans (call finders), show em as table (html), let me create new beans, delete beans and so on. Does such a tool already exist, os is there someone working on this? If not

orion not jsp1.1 compliant ??

2000-12-14 Thread Stephane GINER
hello everybody, I try the jsp extend directive with the class below, and I get the message: 500 Internal Server Error Error parsing JSP page /demo/control/ Superclass of the JSP page does not implement Servlet, invalid extends attribute somebody can tell me how I can i

RE: to boldly go where no man has gone before

2000-12-14 Thread Ken Burcham
Oh dear, certainly off-topic, but your example is as foolish as your logic. :) The Old Testament of the Bible was originally written in Hebrew (mostly) and the New Testament in classical greek (koine). Sheesh. As I meet and interact with people outside the US, I'm always impressed that they

RE: Information about OR-mapping

2000-12-14 Thread shlomo
Hi , Try this : http://www.thoughtinc.com/cber_bean.html :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink Isaksen Sent: Thursday, December 14, 2000 1:18 PM To: Orion-Interest Subject: Information about OR-mapping According to the Orion w

Servlet Context in 1.4.4

2000-12-14 Thread Roger Mosher
Hi all. I have several servlets which use the ServletContext getAttribute() method to get values from my web.xml file. This stuff worked fine with version 1.3.8, but since upgrading to 1.4.4 I just get a null back instead of a useful string. stuff still works fine but I have parameters whi

Re: to boldly go where no man has gone before

2000-12-14 Thread Joseph B. Ottinger
On Thu, 14 Dec 2000, Ervin Jakab wrote: > Dear list members, > > > I apologize for my bad English and for wasting your precious time, oh, you > Developer Gods! Apology not accepted. I've scheduled you an appointment with a really terrible masseur (he has six fingers and one nail is three

RE: Information about OR-mapping

2000-12-14 Thread Marcel Schutte
Hi, You could do a search in the orion mailing-list archive on 'ejb2.0'. One of the things I found there was that the implementation of the EJB QL also is not finished yet. Another posting contains a link to a very simple example (http://www.mail-archive.com/orion-interest@orionserver.com/msg0447

HttpSession problem

2000-12-14 Thread Petr Podsednik
Hi all, I use "session" scope in my "useBean" tags correctly in my JSP based application and still all connected users share the same HttpSession. The same application works fine on J2EE-RI. What should be set in Orion config files to start separate HttpSession for each client? Thanks and r

Re: to boldly go where no man has gone before

2000-12-14 Thread Ervin Jakab
Dear list members, I am just a nobody on this list, and in this world. But I have to point out some things, before this language problem becomes too inflated. First of all, what is the purpose of this list? I think (I didn't check, shame on me!) that it should provide a means of communicatio

RE: www.orionserver.com down again

2000-12-14 Thread Robert Krueger
+1 from here too. Most problems with orion stability on our production systems were caused by buggy linux VMs. Even now with jdk1.3.01 from sun the VM crashes from time to time. In terms of long term stability, I think orion has become very good. The problems we've had with orion freezing were

RE: www.orionserver.com down again

2000-12-14 Thread J.T. Wenting
I agree that most problems people encounter are more likely caused by 1) their own applications, 2) their JVM or 3) their operating system. Just blaming one thing (the application server written by a small startup company) is easy, but you need to look on the complete picture. Also, running

Re: to boldly go where no man has gone before (long)

2000-12-14 Thread Paul Kofon
Simply great Hitesh! I hope that settles it. Now let's get on with the business (JSPs, Servlets, EJBs etc.) at hand. Paul >From: Hitesh Jasani <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: Re: to boldly go where no man has g

FW: Please help me!! JMS and distributed EJBs

2000-12-14 Thread Lopez Esteban
Hi I've already posted this few days ago. Please help me! Thanks, Esteban > -Original Message- > From: Lopez Esteban [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, December 12, 2000 12:52 PM > To: Orion-Interest > Subject: JMS and distributed EJBs > > Hi! > I need some help about JMS c

RE: Transaction across several different methods in Session beans

2000-12-14 Thread Lopez Esteban
Sorry, my begin method is: public void begin() { try { ejbCtx.getUserTransaction().begin(); } catch(Exception e) { e.printStackTrace(); } } I make this mistake becose I before try do this using Context ctx = new InitialContext(); utx = (User

Information about OR-mapping

2000-12-14 Thread Randahl Fink Isaksen
According to the Orion web site the current version supports "Partial EJB 2.0 OR-mapping (not N-M relationships)" This means, I presume, that the Orion server is enables your bean's relationships to be stored automatically (as long as they are not N-M relationships). Has anyone found any documen

Re: to boldly go where no man has gone before

2000-12-14 Thread Joseph B. Ottinger
On Thu, 14 Dec 2000, Juan Lorandi (Chile) wrote: > > I've been reading all those neat messages about lack of english proficcency > and I'd like to point out that more than half > the members of Orion-Interest's native language isn't english... After all, > orion itself is swedish... > > And bei

RE: to boldly go where no man has gone before

2000-12-14 Thread Jarek Skreta
My Orion could not interpret your message correctly as there is a syntax error in it (well, nobody is perfect). As for the poorly formulated information: sometimes people are shit-scared to write publicly anything in the language which they haven't mastered because they don't want to make fools o

SV: www.orionserver.com down again

2000-12-14 Thread Klaus . Myrseth
In the year ive used orionserver and its site, i have only experienced downtime once? And when most of the reports og orion downtime comes it still answers to me..   Just to followup on stability :) I coded a wap site using windows nt 4 with jdk 1.3 beta (yepp it was before the RCs came :)

Re: www.orionserver.com down again

2000-12-14 Thread Hitesh Jasani
I sent some email to Netcraft asking about any stats they might have on web/app server uptime instead of operating system uptime.  Unfortunately they don't collect that kind of information, nor do they know of anybody else who might be doing that. So here's a problem that could use some brainpowe

OT: Language and the list

2000-12-14 Thread Mikko Kurki-Suonio
On Wed, 13 Dec 2000, Gary Shea wrote: > What amazes me is that all these non-American/English folks speak > English as well as they do. It naturally follows from not living under a regime of cultural imperialism ;-) "If English was good enough for Jesus Christ, it's good enough for me."

Re: Distributed EJB's

2000-12-14 Thread Karsten Beving
Hi Englisch-Speaks folks. I know english is important for my job. My Ex - english - teachers has shut herself. I hope the holy ghost came in me. - Karsten - "Juan Lorandi (Chile)" wrote: > check RMI-howto, you must tell Orion A that it may have to look up beans in > a different server... > >

Re: NoSuchMethodException

2000-12-14 Thread Hitesh Jasani
Greg, Getting a remote interface and invoking methods on a stateless session bean has been stable for me.  My first inclination would be that perhaps you have a mismatch with method signatures. I would suggest you validate the method signature between your client, the remote interface and the im