orion-ejb-jar.xml

2000-08-07 Thread Adam Cassar
greeting, i am a little confused about some of the tags/attributes in the above mentioned file. specifically: entity-deployment wrapper="blah" when orion deploys the beans it sets the wrapper to some internal class. if we supply our own orion-ejb-jar - what do we do with this paramater? can we

How orion works with DB2?

2000-08-07 Thread Hadi BARKAT
Hi There, We've choosen IBM DB2 as a database server and Linux RedHat 6.2 and we're actually searching for an application server... Have you experienced DB2 with Orionserver? Thanks for any information Have a nice day H. Hadi

RE: call-timeout

2000-08-07 Thread Risto Virkkala
Hello, Also I couldn't get the time-out settings specified in orion-ejb-jar to work but the following attribute in server.xml seems to have effect: transaction-config timeout="6" / - Risto -Original Message- From: Vidur Dhanda [mailto:[EMAIL PROTECTED]] Sent: Sunday,

When Replying...

2000-08-07 Thread Charles Fausz
Gang, I keep getting BCC'd on several messages, so when you reply, check to see if anyone is also included in addition to the list address. Thanks! Phil... yup, it's a Monday ;)

Orion and Row-Locking

2000-08-07 Thread Ratz, Peter
Hello, i just try to find out how i can implement some kind of optimistic locking with my EJBs. One part of this is, to include a findByPrimaryKeyForUpdate method in my EJBs.. This method gets the primary-key and a timestamp as parameter. If the finder method finds the record - checks if there

Used entity instances

2000-08-07 Thread Christian . Tellefsen
I have had some problems with Orion running out of memory. As far as I can tell, the amount of Used Instances just gets larger and larger and larger as I process more findByXXX methods. The problem is that I have methods which go through a database with millions of records. It seems like no

Shutdown or Restart... Any answers yet?

2000-08-07 Thread Charles Fausz
I'm searching the archives and not finding an answer, just many, many questions on the same subject. So, I'd like to know if anyone found an answer. Phil

Re: DTD usage

2000-08-07 Thread Mike Clark
If you're truly seeing an XSL error, then somewhere along the line an XSL transformation is being attempted on your XML before displaying it in the browser. I'm assuming you're using the XSL servlet in Orion?! Mike Olaf Mersmann wrote: I have a DTD named page.dtd and a file page1.xml If I

Re: DTD usage

2000-08-07 Thread Olaf Mersmann
Actually my first email was abuit vague, I am in fact transforming the xml via an xsl file with the Orion XSL servlet. The exact erro I get is : Source XML Error: External entity not found: "/u/olafm/public_html/TFBase.dtd". I'm assuming this comes from the XSL servlet (correct me if I'm wrong).

need help on OR mapping

2000-08-07 Thread JavierG
Hi: Im new in this Orion-EJB stuff and the OR-howto that comes to with the Orion documentation looks like ancient greek to me. Can anybody give a more plain-english explanation? Thaks a lot J.

Re: Begging for Help: EJB Deployment in Orion Server 1.0

2000-08-07 Thread David Sierra Fernandez
First of all you have to create a J2EE directory estructure: application --- META-INF/application.xml | module.jar | module.war and then follow the instructions in Orion docs "How to deploy an app" You have to create yourself

EJB-Passivate

2000-08-07 Thread David Sierra Fernandez
Please this is driving us right crazy these days. We are all the time going around in circles. Our application creates several instances of the same entiy bean. The first bean it creates is OK but, before it begins to create the second one, the server makes a ejb store of the first instance we

Problems with a servlet

2000-08-07 Thread David Sierra Fernandez
I'm testing a simple app that invokes a servlet through a html page. I deployed the app without problems and when I invoke the html it works fine but I when I try to access the servlet I get always an error. I don't know if I'm copying the classes in the correct place ( i think so) but i'm not

Re: Begging for Help: EJB Deployment in Orion Server 1.0

2000-08-07 Thread Mike Clark
The Orion Primer provides an introduction to deploying EJBs with Orion... http://www.znerd.demon.nl/orion-primer/ Mike --- Ray Harrison [EMAIL PROTECTED] wrote: Hello: (I am quite new - forgiveness and patience please!) I am working with Monson-Haefel's EJB book and am trying to figure

BUG 1.0.3 ? Conflict in orion.jar with fr.* packages.

2000-08-07 Thread Stanislas Truffaut
When I deploy a jar file with an EJB "fr.coming.ejb.MyEjb.class" I got the folowing compilation error: Auto-deploying WhipEjb.jar... StatefulSessionBeanWrapper0.java:7: Interface com .evermind.server.ejb.fr. coming.ejb.MyEjb of class StatefulSessionBeanWrapper14 not found. public class

ARCHIVES

2000-08-07 Thread Robert Balahura
Where are the mailing list archives? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steven Punte Sent: Saturday, August 05, 2000 7:20 PM To: Orion-Interest Subject: Restarting Orion: HELP: NOT WORKING Dear Orion Interest Group: Platform:Sun

SSL on port 443... Anyone?

2000-08-07 Thread Dale Bronk
Has anyone got SSL working on port 443? I can get it to work on ports other than 80 (of course) and 443 (the default for SSL). When I specify port="443" (or remove port attribute) with secure="true" (along with other cert tags) I get an "Address already in use: Bind" error at Orion startup. Can

Newbie question on howto run simple HelloWorld application

2000-08-07 Thread Anders Dahlberg
Hello, I'm very new to j2ee and are trying to get my first app to run. I've written a stateless session bean and added it to an ear file and deployed this to application-deployments. when I try to run my HelloClient I gt the following error: C:\WINDOWS\Profiles\Anders\Visual Studio

RE: optimistic locking?

2000-08-07 Thread Endo, Roger
Peter, One optimistic locking pattern is described in IBM's Redbook: Servlet/JSP/EJB Design and Implementation, chapter 10.3. Ref# SG24-5754-00. www.redbooks.ibm.com Hope this helps, Roger -- From: Ratz, Peter[SMTP:[EMAIL PROTECTED]] Sent: Saturday, August 05, 2000

Re: Integration with existent www-servers

2000-08-07 Thread Porfiriev Sergey
I've succesefuly installed tunneling except for "POST" method - "GET" request works fine, but POST doesn't :( Orion 1.1.37 Is this issue known? PS: i use tunneling to access internal IIS ( *.asp) server - Original Message - From: "Karl Avedal" [EMAIL PROTECTED] To: "Orion-Interest"

Orion hardware?

2000-08-07 Thread Hani Suleiman
Title: Orion hardware? I've almost convinced my company to go with Orion as our choice of application server (vs Dynamo, which is horrific). Now, the intended hardware is a bunch of IBM servers, dual pentium's with 1gb of ram, with an F5 load balancer in front. Has anyone experienced any

two-task internal error from Oracle 8i

2000-08-07 Thread Joel Shellman
I realize this may be an Oracle issue (and we're trying to see if they can help, too), but I thought someone may have some insight as it may be something Orion (or more likely, me) is doing wrong. I'm receiving the following error: java.lang.reflect.InvocationTargetException:

RE: Orion hardware?

2000-08-07 Thread Kevin Duffey
Title: Orion hardware? Hi, We had some disaster problems with IBMs NetFinity racks. We had to send all 5 back at various times. The HDs died, the systems overheated, etc. They looked nice in principal, but in reality they didn't hold up so well. We now use Dell servers which kick ass. IBM

ATM WAP

2000-08-07 Thread Su, Yi
Hi, Could someone please enlighten me on how to run the ATM example provided in Orion on a WAP IDE (Ericsson R320). As I try to open a page I got "Media Not Supported" error, what does that mean? Is it because the incompatible device, then what IDE should I use? Thank you in advance. Su Yi

HttpSession fail-over and Orion?

2000-08-07 Thread Kevin Duffey
Does anyone know how Orion works in a clustered environment with HttpSession fail-over? I see that SilverStream AND WebLogic both do a "buddy" type of system, where the HttpSession of one server is failed-over to a second server only. If one dies..it then tries to find another server to be its

Re: Orion hardware?

2000-08-07 Thread Adam Cassar
Hello, I am in a similar situation. However Orion is up against the likes of WebLogic, WebSphere and IAS. On Mon, Aug 07, 2000 at 06:25:53PM -0400, Hani Suleiman wrote: F5 load balancer in front. Has anyone experienced any issues with scalability given this hardware? The main concern voiced

Re: SSL on port 443... Anyone?

2000-08-07 Thread James Ho
Hi Dale, I have had that problem before too...My *guess* is because I don't have access rights to those ports, as I am just a normal user in my system...which to me, sounds reasonable. But that's just my guess. James. On Mon, 7 Aug 2000 13:35:53 -0400, you wrote: Has anyone got SSL working

ServletSession's and Servlet Reloading

2000-08-07 Thread Scott Lawrence
Orion 1.1.37 (as well as all other versions as far as I remember) lose the Servlet Session whenever a servlet is reloaded. Why is this? Is this an issue with how classloaders are used? This makes working with complex sessions very difficult to test and debug since each time I recompile a

RE: ServletSession's and Servlet Reloading

2000-08-07 Thread Kevin Duffey
I am not sure, but in WEB-INF/orion-web.xml, did you make sure the setting for development is set to true? Also, I think ALL session objects must implement serializable for this to work. I am having problems too. I don't know why, but my objects implement serializable and whenever I recompile the

Orion and CachedRowSet

2000-08-07 Thread John Sinnott
I'm having an interesting problem attempting to get Sun's CachedRowSet working with Orion. I have downloaded rowset.jar, placed it in my classpath, can compile my classes which use the CachedRowSet, however when my program tries to instantiate a CachedRowSet call during runtime, I get a

Orion startup and shutdown (help)

2000-08-07 Thread Khan Kamran
Title: Orion startup and shutdown (help) Hi All , I need some urgent help from you. I have three query . 1. I want to run a servlet at Orion server startup (for initialization such as connection pooling. and other tasks) 2. I want to run a servlet at Orion server shutdown (for