SV: Error deserializing session

2001-04-09 Thread Magnus Rydin
Title: SV: Error deserializing session Sounds like you have stuff in your session that can't be serialized. Was it during restart or session timeout? WR -Ursprungligt meddelande- Fran: Sergei Batiuk [mailto:[EMAIL PROTECTED]] Skickat: den 8 april 2001 05:26 Till: Orion-Interest

RE: During development, how to allow only a couple of ips, including my local system, to view the site?

2001-04-09 Thread Meo Van Le
I think you can use Servlet Filter in this situation. Please refer to Clickstream Analyser application as a guideline ( http://www.orionsupport.com/clickstream/index.html ). -Original Message- From: Kevin Duffey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 11:32 AM To:

No Subject

2001-04-09 Thread Denis Kranjcec
Hi I'm want to use Resin as servlet/jsp container and Orion as ejb container. I followed simple instructions on resin web site on how to connect servlet to ejb but I get ClassCastException. Orion returns __Proxy0 class instead hello.ejb.HelloHome Exception : 500 Servlet Exception

Orion Resin problem

2001-04-09 Thread Denis Kranjcec
Hi I'm want to use Resin as servlet/jsp container and Orion as ejb container. I followed simple instructions on resin web site on how to connect servlet to ejb but I get ClassCastException. Orion returns __Proxy0 class instead hello.ejb.HelloHome Exception : 500 Servlet Exception

RE: Error : Interbase schema and deployment

2001-04-09 Thread Randahl Fink Isaksen
If it is of any help toyou, I can inform you that I used Borland/Interbase instead of Firebird/Interbase, and that works fine with Interclient. So if you do not find a solution you might try Borland/Interbase instead - you will probably not be able to note the difference anyway, since it is

Re: During development, how to allow only a couple of ips,including mylocal system, to view the site?

2001-04-09 Thread Daniel Lopez
Hi Kev, I had a similar problem but for my production applications. I wanted my solution to be flexible and server independent so what I did was create a servlet filter, as someone else has already suggested. I've had it for production for almost a month and so far so good. I have to admit that

Building an application

2001-04-09 Thread olivier
Title: SV: Error deserializing session Hi, I am new to Orion, and I have recently been trying to build an application (ear) with not much success. Basically, Orion seems to deploys all the components, but I can't get the first page to open on the browser. I am using struts as a framework,

RE: parsePostData

2001-04-09 Thread Ernie Phelps
Frank, Is one of the form fields an input type="file"? If not, why not just use request.getParameter("parameterName")? Could you give a little more info about what you are trying to do? - Ernie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Frank

Re: SV: Error deserializing session

2001-04-09 Thread Dan North
For a stateful session bean, you need to ensure that anything to be serialized is Serializable (ie. implements java.io.Serializable), or is a primitive type. If there is stuff you don't want/need to be serialized you should explicitly declare it transient, and set the appropriate values in a

RE: How to start EJB development using Orion?

2001-04-09 Thread Kemp Randy-W18971
In addition, check the tutorial out at www.4degreez.com/intro_part_1.html and www.4degreez.com/intro_part_2.html. -Original Message- From: SCOTT FARQUHAR [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 12:44 AM To: Orion-Interest Subject: Re: How to start EJB development using

wrong servlet executed bug in 1.4.7

2001-04-09 Thread Russ White
logged bug #394 the following occurs only under 1.4.7 I created two simple servlets. Servlet1 Servlet2 One simply creates a link to the other one. When I run the first servlet like so http://host/servlet/com.sequenet.test.servlet.Servlet1 and click on the link to the second servlet Orion

SV: wrong servlet executed bug in 1.4.7

2001-04-09 Thread Magnus Rydin
Title: SV: wrong servlet executed bug in 1.4.7 Is the bug that you dont get an 404 when following the link? Or is /servlet/ missing from your post here (Servlet source)? WR -Ursprungligt meddelande- Från: Russ White [mailto:[EMAIL PROTECTED]] Skickat: den 9 april 2001 06:20

Re: How to start EJB development using Orion?

2001-04-09 Thread Jeff Hubbach
Have you put all your ejb classes, along with the META-INF/ejb-jar.xml file into a jar yet? After you do that, you have to add an ejb-module.. line to your application.xml in the config directory. Look at the documentation on application.xml to find out what parameters you must specify. The best

Re: Syslog

2001-04-09 Thread Eric Anderson
I've used Syslog in several projects now, and it's worked fine. Are you calling its initialization methods to set the logging level? -Eric -- On Mon, 9 Apr 2001 14:55:50 Diego Amicabile wrote: Hi people, has anybody tried to use the Syslog from protomatter inside of Orion

RE: wrong servlet executed bug in 1.4.7

2001-04-09 Thread Russ White
Title: SV: wrong servlet executed bug in 1.4.7 The link is relative. So as long as I call the first servlet like this: http://host/servlet/com.sequenet.test.servlet.Servlet1theanchor hrefneed not include /servlet/ though for the sake of argument the results are the same even if you include

Alternative Deployment

2001-04-09 Thread calvin matthews
Hi, I have been monitoring the orion news group for some 5 months now and I have never seen the contributers so dejected and negative about its creators as they have of late. Don't get me wrong, I think that Orion is a fantastic application server, but the creators have seemingly fallen of the

When trying to parse jsp inside a servlet - 404

2001-04-09 Thread Eduard Witteveen
Hello, I have the following method in a class derived from HttpServlet: public synchronized void service(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException { RequestDispatcher disp = getServletContext().getNamedDispatcher("jsp"); disp.forward(req,

RE: WE NEED NEWS! We need to know Orion is alive well!

2001-04-09 Thread Kemp Randy-W18971
Thanks for the wonderful update, and for three fellows from Sweden, they are doing a great job of building a low-cost, application server. I do hope they can build some great partnerships with other companies to provide support contracts, and maybe a technical writer to enhance the

RE: Alternative Deployment

2001-04-09 Thread Kemp Randy-W18971
Calvin: There are approximately 35 servers, according to the flash matrix comparison. You should not give up on Orion, but a backup plan is good. Unfortunately, there is nothing really good in the Orion price range, and if you can afford it, Web logic is probably the way to go (given they have

transaction within a message bean

2001-04-09 Thread Nenad Momcilovic
Hello ! Does anybody know how to set up transaction with in a message driven bean? I have tried to use transactions in my Message Driven Bean inside Orion. Once the code I hits the line getUserTransaction() I got the following exception with the stack trace: MessageBean: Exception

Re: SSL

2001-04-09 Thread Tomas Anderson
Hello. The easiest way is to use OpenSSL (www.openssl.org) to create your own root CA and sign a certificate request made by keytool and you can also use openssl to create your own client certificates to use for client-authentication during developement. Good luck. Tomas --- "Mark A. Richman"

Creating new CMP records

2001-04-09 Thread Eduardo Estefano
I have a CMP EJB that has a foreign key field in it (DepartmentID). This field can be null (removed other fields for simplicity): CREATE TABLE ACTIVITY ( ACTIVITYID NUMBERNOT NULL, DEPARTMENTID NUMBER ) The ActivityID and DepartmentID are class variables

RE: Alternative Deployment

2001-04-09 Thread Larry Velez
Title: RE: Alternative Deployment You could also approach this problem by building the entire environment so that you can tolerate failure of the application server and can replace it partially or entirely with another product. Hardware or Software load balancing solutions and a redundant

Flashline server comparison

2001-04-09 Thread Kemp Randy-W18971
For comparison purposes, the flash line matrix can be found at http://www.flashline.com/Components/appservermatrix.jsp. I may have counted wrong.

RE: EntityBean Events inside tx.

2001-04-09 Thread ramiro
Firstly, I wanted to thank the list for all the responses I had. But, the problem is that the suggested solutions involve using 'Transacted JMS' services. I have not been able to make JMS aware of the transacions it is running on. Messages always get sent, inspite of eventual rollbacks. I

RE: Creating new CMP records

2001-04-09 Thread Jeff Schnitzer
If you want a CMP field that can be null, use java.lang.Integer instead of int. Jeff -Original Message- From: Eduardo Estefano Sent: Mon 4/9/2001 12:10 PM To: Orion-Interest Cc: Subject:Creating new CMP records I have a CMP EJB that has a foreign key field in it

Callbacks on session beans... are they legal?

2001-04-09 Thread Alex Paransky
Is it legal for session bean A to create session bean B, and pass it to session bean C so that C can call on B? For example, if A is acting as a controller, B is acting as a factory, and C is acting as an algorithm. So a controller needs to execute an algorithm which requires a factory as one

RE: How to start EJB development using Orion?

2001-04-09 Thread Chris Bergstresser
I tried. It's been unreachable for me for the past couple days. I was hoping it'd come back up with the start of the work week, but no luck. -- Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Cannon-Brookes See

Home methods...

2001-04-09 Thread Alex Paransky
Does Orion support user home methods? I am trying to create a method in my session bean, but I get the following exception from orion: Error compiling file:/C:/work/individualnetwork/deployment/development/symbiosis/enterprise/ server/service/: Invalid session-EJBHome interface method defined

Re: How to start EJB development using Orion?

2001-04-09 Thread Stan Ng
bummer... seems like jollem.com has recently changed their website... i've been meaning to mirror the primers too... things just got too busy... there's a (rather dated) copy available at http://www.znerd.demon.nl/orion-primer/#intro and google has cached versions of it available. if anyone can

RE: Home methods...

2001-04-09 Thread Alex Paransky
Sorry, my bad. No home methods for sessions. -AP_ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky Sent: Monday, April 09, 2001 5:13 PM To: Orion-Interest Subject: Home methods... Does Orion support user home methods? I am trying to

RE: How to start EJB development using Orion?

2001-04-09 Thread SCOTT FARQUHAR
Try google cache. Apart from the downloaded bits - it should all be there. (I don't have internet access or I'd post the link) [EMAIL PROTECTED] 04/10/01 10:03am I tried. It's been unreachable for me for the past couple days. I was hoping it'd come back up with the start of the work

Re: Building an application

2001-04-09 Thread Daniel Lopez
Hi Oliver, Last week I was plating with the same thing and I was successful with pretty much the same configuration that you have, except that in application.xml I set the context root to / (context-root//context-root). Which error are you getting ? 404? Can you see your .ear file unpackaged?

RE: How to start EJB development using Orion?

2001-04-09 Thread Kemp Randy-W18971
Another excellent general tutorial set is found at http://www.execpc.com/~gopalan/java/java_tutorial.html. -Original Message- From: SCOTT FARQUHAR [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 12:44 AM To: Orion-Interest Subject: Re: How to start EJB development using Orion?

Syslog

2001-04-09 Thread Diego Amicabile
Hi people, has anybody tried to use the Syslog from protomatter inside of Orion (http://protomatter.sourceforge.net) I have tried and I was not successful. I let a servlet, which is loaded on startup, load a configuration file, I used the -Xnoclassgc option, but even after the Syslog is

Re: WE NEED NEWS! We need to know Orion is alive well!

2001-04-09 Thread Johan Fredriksson
I met Karl Avedal yesterday at a Java forum in Stockholm. They're 3 employees as of today, and probably two more joining up shortly. He spoke of an organic expansion of Ironflare AB. The main effort is to build partner ships with other companies regarding support of the product, and to start

sharing EJB services ??

2001-04-09 Thread Eddie
Helllu there, I am sharing EJB services with the property parent in the server.xml file where I define my j2ee application. However I am only allowed to call mthods of one other j2ee, by setting the parent property to the other j2ee application. However, I want to call methods of more than