RE: communication between the different orion server

2001-01-16 Thread Randahl Fink Isaksen
If this is of any help to you, below is a link to the docs that list the EJB restrictions. For instance an EJB is not allowed to be "Listening on a socket, accepting connections on a socket, or using a socket for multicast" which could make interprocess communication a bit harder... http://jav

Re: unsubcribe

2001-01-16 Thread ismail.s
please. purnima wrote:   begin:vcard n:Shariff;Ismail tel;fax:+91-80-2998145 tel;work:+91-80-2998201 x-mozilla-html:FALSE url:http://www.net-kraft.com org:Netkraft Pvt Ltd;eBusiness and Integration adr:;;#11, Richmond Road;Bangalore;Karnataka;560025;INDIA version:2.1 email;internet:[EM

Re: URGENT! jsp file size limit

2001-01-16 Thread Michael Van
This is just a toss in from a methodology pundit, but if your JSP is over 70K, is there perhaps something you could do better with a class or EJB? Remember, you CAN mix classes with EJB's. In the Orion Server course I teach, I regularly create a bean that does connection pooling as a method to in

Adding JCE to Orion

2001-01-16 Thread Brett Lane
Hi People,     I am attempting to add the OPENJCE, lib-1.2, to orion and was wondering if anyone has encountered a similar problem.     I have built a simple password encryption (PBE) object which works fine in a standalone environment. When I add the jce.zip file to $ORION_HOME/lib and att

Re: serialisation problem?

2001-01-16 Thread Mike Clark
Prior to JDK 1.3, the serialization of a string exceeding 64k would result in a java.io.UTFDataFormatException being thrown. If you're using a 1.2 version (or earlier) JVM, then you should see this exception being raised somewhere rather than getting an empty string. Mike -- Mike Clark Clar

serialisation problem?

2001-01-16 Thread Greg Matthews
dear all,   we're got a strange problem whereby a large (141K) String return value from a stateless session bean is turning up at the client as an empty string.   this happens whether we call the ejb method from a jsp or a java client external to orion.   it has also happened in other ejb met

RE: How to find root of web app

2001-01-16 Thread Johnson, Robert
It works perfectly! Thanks for the help Tim. -Robert -Original Message- From: Tim Endres [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 4:39 PM To: Orion-Interest Cc: Johnson, Robert Subject: Re: How to find root of web app > Does anyone know how to programatically find the

RE: Can't throw exception from entity bean?

2001-01-16 Thread Mike Cannon-Brookes
You're allowed to throw any exceptions you want, but you must specify them in the method header (in both the EJB class and the Remote interface). -mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Luke Nelson > Sent: Wednesday, January 17, 2001

RE: How to find root of web app

2001-01-16 Thread Mike Cannon-Brookes
Or if you want the root it's deployed to, request.getContextPath() will do it for you. -mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres > Sent: Wednesday, January 17, 2001 9:39 AM > To: Orion-Interest > Cc: Johnson, Robert > Subject

Resource Archive and J2EE Connectors?

2001-01-16 Thread Joe Fair
I’m looking at the J2EE connectors spec, but I can only find about 3 articles on it all over the web.   If you haven’t heard of it, it is like a JDBC connection, but to an application instead of a database.  The application vendor provides the connector, just like the database vendor pro

Re: compound key

2001-01-16 Thread Henry Hu
Thank you for your help, Tim. It worked. Henry Tim Squires wrote: > What you need to do is create a primary key class with the primary keys in > it: > > > > public class answerPK implements java.io.Serializable > { > > public Integer Id; > public Integer Answer_Type_Id

News

2001-01-16 Thread faisal
At last I heard news about the future of Orionserver keep up the good work Faisal Abdallah

RE: Applications on different path.

2001-01-16 Thread Mike Cannon-Brookes
Simply change the location of the application in the tag in server.xml to whereever it is? ;) -mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Henrik > Skafsgaard Larsen > Sent: Wednesday, January 17, 2001 9:12 AM > To: Orion-Interest > Subje

RE: communication between the different orion server

2001-01-16 Thread Lopez Esteban
look at http://www.mail-archive.com/orion-interest@orionserver.com/msg02763.html Esteban > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 16, 2001 4:35 PM > To: Orion-Interest > Subject: communication between the different orion serv

RE: URGENT! jsp file size limit

2001-01-16 Thread Victor A. Salaman
If it works in Orion, why are you asking here? send email to Allaire instead. > -Original Message- > From: LouisVoo [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 17, 2001 1:05 AM > To: Orion-Interest > Subject: Re: URGENT! jsp file size limit > > > what is ur file size? > may be

Re: How to find root of web app

2001-01-16 Thread Tim Endres
> Does anyone know how to programatically find the root directory of the > current web application? I'm am trying to access a file that sits in the > "default-web-app" directory within my servlet code. Will getServletContext().getRealPath( "/" ) work for you? tim.

Can't throw exception from entity bean?

2001-01-16 Thread Luke Nelson
When I try to throw an exception from a get/set method in an entity bean using CMP, Orion shows the following error during deployment: Auto-deploying entitybeans.jar (Class 'com.gardnersys.ejb.entity.TmsObject' had been updated)... TmsDeviceBean_PersistenceManager4.java:30: Exception java.rmi.R e

RE: communication between the different orion server

2001-01-16 Thread Juan Lorandi (Chile)
rmi.xml -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Martes, 16 de Enero de 2001 16:35 To: Orion-Interest Subject: communication between the different orion server Hi, Our group is developping an application in which two different orion servers need to c

Applications on different path.

2001-01-16 Thread Henrik Skafsgaard Larsen
Very, very newbie, so now you are warned. We have started to look at Orion and following the how-to-doc(s) we have managed to create projects under the orion/application directory. So far, so good. What we would like to, is have the projects on a different path/drive - not under orion/applicati

RE: unsubcribe

2001-01-16 Thread Lei Gao
Hi, Purnima,   Saw your email. Just say hi and good luck!!   Best wishes Lei Gao -Original Message-From: purnima [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 16, 2001 12:35 PMTo: Orion-InterestSubject: unsubcribe  

RE: Orion on unix systems

2001-01-16 Thread Jason Boehle
Looks like HP has a SDK/JRE: http://www.unix.hp.com/java/java2/sdkrte/index.html -Jason -Original Message- From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 12:23 PM To: Orion-Interest Subject: RE: Orion on unix systems If you have a JVM for HPUX, ye

Re: Wierd Servlet to EJB RMI problem

2001-01-16 Thread Adam Cassar
I thought the same as well. I was supprised however that when making an rmi call between two different machines, the standard .equals works, however when used within a servlet it doesn't. I (incorrectly)imagined that as the ejb container and the servlet are in the same process that the equals me

Re: URGENT! jsp file size limit

2001-01-16 Thread LouisVoo
what is ur file size? may be u can try this put <% out.flush(); %> in somewhere ur jsp file. I have a >70kb jsp file run in orion without problem. But I try it in JRun, I need to use the above solution. hope this help. Regards, Louis ø¤°`°¤ø,¸¸¸,ø¤°`°¤ø,¸¸»«¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø - Origin

RE: Single Sign On

2001-01-16 Thread Juan Lorandi (Chile)
Just for the sake of shooting from the hip every now and then, why don't you allow sessions to be shared among applications? (I mean http sessions) That works when switching from http to https... JP -Original Message- From: Nick Newman [mailto:[EMAIL PROTECTED]] Sent: Martes, 16 de Ener

Re: Any news from Orion yet??

2001-01-16 Thread Luke Gorrie
"Mike Sick" <[EMAIL PROTECTED]> writes: > As developers, I'm sure everyone has slipped a deadline at least > once :) Never! ;-)

communication between the different orion server

2001-01-16 Thread yinghui
Hi, Our group is developping an application in which two different orion servers need to communicate. An example about this kind of situation likes that an EJB deployed in a server calls another EJB deployed another server. Does anybody know how to handle it? Thanks a lot Na

How to find root of web app

2001-01-16 Thread Johnson, Robert
Does anyone know how to programatically find the root directory of the current web application? I'm am trying to access a file that sits in the "default-web-app" directory within my servlet code.

Orion hi-avail/failover ?

2001-01-16 Thread Mike Courtney
Fellow Orion-ers, We are currently evaluating the Orion server for a mission-critical production application. However, we are uncertain as to the need for a backing database. We require a high availability environment providing failover to another box/server (we will have 2 boxes per "system") in

Re: Orion on unix systems

2001-01-16 Thread Ernst de Haan
Hi Derek, Sure it can. Check out the FAQ on orionserver.com. I'm running Orion on FreeBSD myself. BTW: You should make your question more specific. What HPUX version (10, 11, etc) are you referring to, and what JRE/JDK did you have in mind (if any)? -- Ernst Derek Akers wrote: > Question: ca

unsubcribe

2001-01-16 Thread purnima
 

RE: Wrapping the orion jar

2001-01-16 Thread Tony Wilson
Well, we are not actually using EJB right now with Orion, just the JSP portion, so I don't know the answer to your question. However, I do know that you could plug a similar product called TopLink into the EJB container of things like Jrun and WebLogic and TopLink would act as the EJB database su

RE: Orion on unix systems

2001-01-16 Thread Juan Lorandi (Chile)
If you have a JVM for HPUX, yes... The only JVM that *may* run in HPUX that I know of is Kaffe (http://www.kaffe.org) HTH JP -Original Message- From: Derek Akers [mailto:[EMAIL PROTECTED]] Sent: Martes, 16 de Enero de 2001 12:25 To: Orion-Interest Subject: Orion on unix systems Questi

Re: Wierd Servlet to EJB RMI problem

2001-01-16 Thread Nick Newman
Hi, It may be because of the way that the .equals() method is written for your class. For example, the Object class itself says that two objects are equal only if they are the SAME object. After they are passed BY VALUE (i.e. through serialization) to a session bean they can no longer be the

RE: Single Sign On

2001-01-16 Thread Nick Newman
Hi, We had a similar problem. The solution we came up with was to use BASIC authentication for all the relevant web-apps, and to specify the same for each web-app. That way, the browser supplies the required logins as you switch between web-apps. Yes, it would be nicer to use FORM based lo

RE: Orion as a Win2000 service

2001-01-16 Thread Thomas Pridham
Have you tried this: Right click the service and bring up the properties dialog. On the second tab, check the box "Interact with Desktop". When you start the service, the app should start in a command prompt window. The only issue with this is that the command prompt window will not show if yo

SSL client certificate problem

2001-01-16 Thread Petr Podsednik
Hi! I have encountered the following problem. Having done the following: - configured Orion (1.3.8 WinNT) for SSL according how-to... - obtained certificates from Thawte (both server and client) IE5 presents me with the choice of no certificates when accessing the secure Orion web site althoug

Re: URGENT! jsp file size limit

2001-01-16 Thread Dan Winfield
Hi Savotchkin I saw you emailed this to Orion. I am having a similar problem. Did you find out what was wrong? Dan - Original Message - From: "Savotchkin Egor" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, October 09, 2000 5:59 AM Subject: URGENT! jsp file si

RE: Orion as a Win2000 service

2001-01-16 Thread Amir Yasin
Make sure that you aren't writing anything to the console from your app if you want to run as a service. Hope that helps, Amir -Original Message- From: Thomas Pridham [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 10:59 AM To: Orion-Interest Subject: Orion as a Win2000 service

Orion + SilkTest

2001-01-16 Thread Sharmila Pillai
Hi everybody, I am trying to test EJBs deployed on Orion with SilkPilot. I don't seem to be getting anywhere. While trying to connect to a Java Naming service, I get the following error: Failed to add JNDI provider with the following message: javax.naming.NamingException:

Orion on unix systems

2001-01-16 Thread Derek Akers
Question: can orion run on HPUX?

RE: CMP to Precreated DB

2001-01-16 Thread Tim Drury
The answer is in the orion-ejb-jar.xml deployment descriptor. Either read its DTD or look in the list archives for descriptions and examples of how to use and deploy it. -tim > -Original Message- > From: Carl B. Fyffe [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 15, 2001 6:25 PM

RE: Strategies for bundling Orion

2001-01-16 Thread Jason Boehle
But what if you *want* to sell a packaged deal? We are building a tool that uses J2EE technologies, and eventually want to sell it as a developer's kit. But before we get to selling an SDK, we want to sell an easy to set up, easy to maintain packaged solution. Ideally, I don't want our end-users

RE: Wrapping the orion jar

2001-01-16 Thread Jason Boehle
Hmmm. I was under the impression that BSF used it's own classloader (and maybe even created some threads). Was I wrong? If I'm not wrong, have you run into any problems using it under Orion, or forsee any problems moving your app to another server? I am only asking this because the EJB spec sp

RE: mapping of existing m2m tables

2001-01-16 Thread Tim Squires
Hey Frank, Yup, I've used the custom finders for short cuts in a few areas. Most notably tree walking. Oracle provides a nice "starts with/connect by" implementation that can be used and saves a lot of coding. Won't it be boring when everything works first time and there are no choices? Thanks

RE: Orion as a Win2000 service

2001-01-16 Thread Kevin Duffey
It's a good program with the exception of shutting down the service. For some reason, it doesn't ever shut down (the service) so you have to manually stop the service, then restart it (which does work). There may be a newer version than what I have. My only other complaint is that it always uses j

Re: Netscape and Referer...

2001-01-16 Thread Mikko Kurki-Suonio
On Tue, 16 Jan 2001, Christian Meunier wrote: > In my app im using referes a lot and that works perfectly under IE. > The request.getHeader("Referer") returns what it should be. > However , under netscape, request.getHeader("Referer") always returns the NULL value. The browser is under no obliga

RE: Any news from Orion yet??

2001-01-16 Thread Kemp Randy-W18971
Great product, Karl. I must confess, I have never had any experience with any big name EJB servers, like Weblogic or Websphere. My only experience has been with Orion and Jboss, and these products have been both rock solid. I am glad I started learning EJB with them and will continue to use

Netscape and Referer...

2001-01-16 Thread Christian Meunier
Hi all,   In my app im using referes a lot and that works perfectly under IE. The request.getHeader("Referer") returns what it should be. However , under netscape, request.getHeader("Referer") always returns the NULL value.   Any tips ?   Thx in advance.

F1- F1- F1-----Orion + Objectivity

2001-01-16 Thread Ajit Pratap Singh
Hi There; Our client wants to use ODBMS (Objectivity/DB) in place of RDBMS, I want to know does orion support ODBMS (Objectivity/DB)? if yes what all the steps i have to do for proper working system. If any body there worked there on this please help me it is urgent.. Thank

Re: orion generates extra lines in the returned result

2001-01-16 Thread Ernst de Haan
Hi Thomas, The extra white line is in your JSP page. If you want to get rid of it, replace something like this: <% blah blah blah %> with: <% blah blah blah %> this will give you one less line break. -- Ernst Thomas Kwan wrote: > Anyone knows how to get rid of the extra lines in H

cannot instantiate class.....

2001-01-16 Thread mohan krishna
Hi guys, When i try to access my EJBs(running under Orion) from satand-alone client...this is the error i am getting... "cannot instantiate class:com.evermind.server.ApplicationClientInitialContextFactory"... the follwing is the code that i added in my client program props.setProperty("java.na

RE: mapping of existing m2m tables

2001-01-16 Thread Frank Eggink
Maybe a bit late, but I guess using custom finder queries in the home interface could be an option as well. I'm using custom finders for candidate keys defined in the home interfaces of the beans. That gives direct access to sql without using session beans. I assume that leaves out the overhead

RE: Single Sign On

2001-01-16 Thread Tony J Brooks
Gerald, Did you ever get any direct replies to this SSO query ? We are trying to do the same. Maybe we could work together in some way ? Kind regards, Tony. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gerald Gutierrez Sent: 02 December 2000 20:09

Re: CMP to Precreated DB

2001-01-16 Thread Mikko Kurki-Suonio
Hi, On Mon, 15 Jan 2001, Carl B. Fyffe wrote: > Can you map a CMP Bean to a database that already exists? Or must it create > the tables for you? I bet the answer is in the deployment descriptor, but I > can't seem to find it. Help please. Others have told you about the auto-generate tables

RE: Forte support for EJB programming?

2001-01-16 Thread PHiL
> I haven't found any capability in Forte for doing EJB > skeletons, similar > to EJBMaker of Orion... does such a capability exist? I know this is > a little off-topic for this list, but people using Forte and > Orion would > seem to be best for answering this question :) Hi, in FORTE there is

Re: orion generates extra lines in the returned result

2001-01-16 Thread Santosh Kumar
Hi, In HTML and XML, white space is usually not significant, with some exceptions. One exception is that an XML file must start with the characters <%@ page buffer="8kb" %> The rest of the document -- --- result HTML/XML file -

SV: Orion as a Win2000 service

2001-01-16 Thread Klaus . Myrseth
Search the list for JNt, dont remember but some ppl, posted a howto for this program, even works when you log off the box ;) Klaus -Opprinnelig melding- Fra: Thomas Pridham [mailto:[EMAIL PROTECTED]] Sendt: 15. januar 2001 17:59 Til: Orion-Interest Emne: Orion as a Win2000 service Is a

Re: servlet mapping

2001-01-16 Thread Christian Sell
according to servlet 2.2, chapter 10.2: A string beginning with a '*.' prefix is used as an extension mapping. your mapping looks like a typical extension mapping. However, it also looks to me like you are trying to map all JSPs to one "main" JSP. If orion accepted this, it would be a nice end

Re: Can some briefly explain Orion's library/classpath processing?

2001-01-16 Thread Robert Krueger
At 23:28 15.01.2001 , you wrote: >What gets processed first: >$ORION/lib or $ORION/$WEBAPP/WEB-INF/lib or $ORION/$WEBAPP/WEB-INF/classes >? > >I am developing a J2EE app built on the Struts framework and found that my >application would >not work when I put struts.jar in $ORION/$WEBAPP/WEB-INF/li

hardware/software config

2001-01-16 Thread Joe Peer
hi everybody! does anyone have a link / hint about hardware&software configuration for 08/15 web apps? in my concrete case i need a solution for a mid-sized business (20-30 concurrent connections, userbase ~1000, a system for retailers ordering stuff directly from the producer). we do not use ej

AW: Using Interbase as the EJB database

2001-01-16 Thread Jens Stutte
Hi, we too have made the step from interbase (same linux and java problems, we even patched the jdbc driver...) to SAP DB. I highly recommend SAP DB, especially if you have a windows box to run the clients on (server under linux, of course ;-). Very handy, it was the database that took less time