DB2

2000-12-07 Thread Cosmin P
I have DB2 ver 7.1 and orion 1.3.8. Does anyone have an example of a DB2 Database schema?Any advices? Suggestions? I'm a beginer. I run Orion CMP Primer example with hsql and it's working fine. I need to test it with db2 and more. Thanks, Cosmin

RE: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-07 Thread Brinkhuis, Erwin
Remove the org/apache/struts/resources/struts-config_1_0.dtd from the struts.jar Put the dtd under /WEB-INF/classes/org/apache/struts/resources. -Original Message- From: Klaus Thiele [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 13:42 To: Orion-Interest Subject: Re:

Anyone heard from evermind?

2000-12-07 Thread Robert Krueger
Hi fellow orion users, is it just my imagination or have things become VERY quiet around evermind? I haven't seen a post on this forum in quite some time now (ok, it's a community forum but they used to drop in from time to time), no bug status that I registered for notification has changed

New Taglib Tutorial

2000-12-07 Thread Magnus Rydin
Title: New Taglib Tutorial A improved version of the Taglib Tutorial has replaced the old version. The EJB lesson will be added in a few days, based upon the Orion EJB Taglib. After that, the Filter Tutorial will be extended. After that, the Tools Tutorial will be extended. After that, a JMS

Re: PostgreSQL + Date

2000-12-07 Thread Christofer Sandberg
Try using java.sql.Date instead. /christofer - Original Message - From: "Mike Cannon-Brookes" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, December 07, 2000 6:02 AM Subject: PostgreSQL + Date Has anyone used Postgres + CMP EJBs + java.util.Date? It works

Re: Anyone heard from evermind?

2000-12-07 Thread Klaus Thiele
Robert Krueger wrote: Hi fellow orion users, is it just my imagination or have things become VERY quiet around evermind? I haven't seen a post on this forum in quite some time now VRY quiet! (ok, it's a community forum but they used to drop in from time to time), no bug

Problems with getting HomeInterface

2000-12-07 Thread Christian Herold
Hi, i try to get the home interface with AirportHome airportHome = AirportHome)PortableRemoteObject.narrow(home, AirportHome.class); in a XSP Cocoon page. I always get a ClassCastException with the value null. In another application (not a servlet) it works fine. What can be th reason for

memory consumption problems

2000-12-07 Thread Robert Krueger
Hi, Is there any way to influence orion's way of handling memory consumption? I have a production installation that frequently crashes with java.lang.OutOfMemoryErrors although I've set the jvm to -Xmx400m. Resources never seem to be freed. This sounds similar to the problems someone else

RE: Anyone heard from evermind?

2000-12-07 Thread J.T. Wenting
I'm not sure what it is, but everything is quiet. There is almost no traffic on the official Sun lists also. Maybe .NET is having a bigger impact than we all expected it would have... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Klaus Thiele Sent:

Re: Anyone heard from evermind?

2000-12-07 Thread Karl Avedal
Hello, I thought it was time for some explanation on our silence. Alot of things are happening structually right now to the company. The biggest news is probably that the company is no longer Evermind, but is now called Ironflare AB, which is a new limited corporation. The owners are the same

SV: Anyone heard from evermind?

2000-12-07 Thread Klaus . Myrseth
Remember times are closing in on normal release dates for software :) So lets see what happens through January before we get shaky ... Klaus Myrseth -Opprinnelig melding- Fra: J.T. Wenting [mailto:[EMAIL PROTECTED]] Sendt: 7. desember 2000 13:03 Til: Orion-Interest Emne: RE: Anyone

Re: Anyone heard from evermind?

2000-12-07 Thread Robert Krueger
Hi Karl, good to see you're still alive ;-). snip/ I will try to keep you posted on these developments and I want to reassure you that we are not gone, but quite the opposite, we are making a move to become more aggressive in the future, but it has made us less visible for some time and has

Re: memory consumption problems

2000-12-07 Thread Dario Dorigo
I had a memory problem (it crashed with a stress test after 20 secs) with my application having stateful session beans not removed. At the end of the session I removed the bean and now works fine. Anyway I used jprobe for checking the memory leaks and it works fine (linux environment). Hope

RE: Anyone heard from evermind?

2000-12-07 Thread Faisal Khan
I wish best of luck and great success to guys at Ironflare AB. You have done a great job giving us Orionserver now keep it up. :) Faisal Khan. www.stardeveloper.com

RP/Please Help: Connecting to JMS from client application

2000-12-07 Thread Vidur Dhanda
Please help! Somebody must be using JMS from a client application running on a machine different than the server. How do I configure a client to use JMS. Say, the EJB Server runs on machine A. The client runs on machine B. How does the client on machine B know the location of JMS (which

RE: memory consumption problems

2000-12-07 Thread Kirby, Nathaniel
I am having problems with this right now. I can set the max-http-connections value="30" but I still see between 40 80 threads allocated - It runs fine for about 1hr 15mn and then soem exception tries to get a resource bundle and there seems to be a defect in java.util.ResourceBundle.findBundle

RE: Entity bean reference mapping

2000-12-07 Thread Juan Lorandi (Chile)
juan, have you set the descriptor to be EJB 2.0 complaint?? -Original Message- From: Juan Gargiulo [mailto:[EMAIL PROTECTED]] Sent: MiƩrcoles, 06 de Diciembre de 2000 20:27 To: Orion-Interest Subject: Entity bean reference mapping Joe, I tried the configuration example for EJB

RE: ClassNotFoundException in JRun connecting to Orion EJB

2000-12-07 Thread Calvin Matthews
I've found that if you put orion.jar in JRun\servers\lib then there is no need to edit the jar and JRun works fine with my JSP/Servlets talking to Orion. [Running JRun 3.0 sp1/Orion 1.4.0 on NT4] However, I do agree that there should be a seperate client jar. I'm still unable to get Tomcat to

MS SQL and Commit

2000-12-07 Thread Stephen Brown
I have 2 Entity Beans using CMP, both very simple and similar to each other. Bean 1: on creating the bean everything works great and the database(MS SQL 7.0) reflects the creation. Bean 2: on creating the bean I revieve the following error: com.evermind.server.rmi.OrionRemoteException:

Stateful Session Bean and HTTPSession

2000-12-07 Thread Laurent Cornelis
Hello, I develop a web application where I use a stateful session bean for my Acl management. When HTTP session is created, I create a bean instance and cache it to the session, so my servlet and every JSP can use it. When the user logout, I invalidate the session and remove my bean. But if the

RE: Anyone heard from evermind?

2000-12-07 Thread Kemp Randy-W18971
I hope the new company continues to keep the price of Orion reasonable, as the current price of $1500 is great. -Original Message- From: Faisal Khan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 8:16 AM To: Orion-Interest Subject: RE: Anyone heard from evermind? I

RE: Anyone heard from evermind?

2000-12-07 Thread Kevin Duffey
Hi Karl,Robert,All, I am in the same boat these days. I have been talking highly of Orion, but alot of bugs, little documentation and less support these days are taking a toll. Worse..I was able to install and setup WebLogic 6 beta in less than one hour..including full Web-app deployment of my

API to discover server state

2000-12-07 Thread Kev Palfreyman
Hi all, As part of the general "health" component of a large distributed system we are building, I need to be able to discover information about how the App Server (Orion) is behaving. Is there any API that facilitates this? e.g. List all EJB's, and how many of each are active List all

Help in running XSL

2000-12-07 Thread Kesav Kumar
Hi I am new to orion I have developed some classes which uses xalanj-1.2.1 for parsing xsl and converting xml to html. When I ran my application from command line it works fine. I am now trying to integrate with servlets which are running on orion I am always getting class not found exception

Re: Anyone heard from evermind?

2000-12-07 Thread Ernst de Haan
Kemp, I suggest you better buy a few spare licenses, just in case! And who knows, perhaps you'll be able to seel them with profit later on! ;-) Ernst Kemp Randy-W18971 wrote: I hope the new company continues to keep the price of Orion reasonable, as the current price of $1500 is great.

RE: RP/Please Help: Connecting to JMS from client application

2000-12-07 Thread Luong, Tony S322
try setting the hostname in jndi.properties on machine B. e.g. java.naming.provider.url=ormi://machineA -Original Message- From: Vidur Dhanda [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 9:42 AM To: Orion-Interest Subject: RP/Please Help: Connecting to

Session Timeout Default

2000-12-07 Thread Knudsen, Joe
Does anybody know what the default session timeout. In the docs it shows how to set it in web.xml but not what the default is. Thanks, Joe Knudsen Optical Solutions Network Management Developer Email: [EMAIL PROTECTED] Phone: (763)268-3622

Re: memory consumption problems

2000-12-07 Thread Tim Endres
Hi, Is there any way to influence orion's way of handling memory consumption? I have a production installation that frequently crashes with java.lang.OutOfMemoryErrors although I've set the jvm to -Xmx400m. Resources never seem to be freed. This sounds similar to the problems someone

RE: Help in running XSL

2000-12-07 Thread Puthezhath, Rajeev (TWII Boston)
Hi Kesav , I have a ejb which gets data from table and creates a xml in memory and then calls xsl to convert it to html.It works fine and i used to get the same early. I have xerces.jar in orion directory and all xalan.jar,bsf.jar,bsfengines.jar and js.jar in orion/lib directory. You can try

Using JMS with Orion

2000-12-07 Thread Smith, Jeff M (AZ75)
I'm trying to get my own JMS queue running under orion and I'm unable to get it deployed. The queue I'm using currently is working under Weblogic Server. I'm unable to see how to get the queue running and access it using JNDI. If anyone has the jms.xml set file and the client-application.xml

Re: RP/Please Help: Connecting to JMS from client application

2000-12-07 Thread Vidur Dhanda
I already have that and can use EJBs residing on machineA from a client on machineB. The problem is in using JMS. The client on machineB wants to subscribe to a message queue. Since Orion server is running on machineA, the JMS server is also running there. How does the client reference it?

Can orion ssl bind to non-default port (443)?

2000-12-07 Thread Keith Kwiatek
Hello, I have an apache web server running openssl, and when I try to launch orion with ssl , it says that is can not bind to the port because it is in use. Can I specify another port other than 443? Thanks, Keith

RE: RP/Please Help: Connecting to JMS from client application

2000-12-07 Thread Jason Smith
Well, I worked on this problem b/c it is something I eventually want to do, and I am finally able to connect to a remote JMS server. On the machine running JMS/Orion, you need to edit orion/config/jms.xml. You need to change the jms-server tag to contain the host that it is running on, don't just

RE: API to discover server state

2000-12-07 Thread Chris Woods
Take a look at JIRO, http://www.jiro.com/ . It's possible that somebody could write a management facade for orion. I might be undertaking this anyway as part of the project I'm on, but not anything in a 3-month timeframe. -Chris -Original Message- From: [EMAIL PROTECTED]

RE: Help in running XSL

2000-12-07 Thread Ronald Hatcher
I am using the Sun XSLTC, but had a similar problem. What I have done which works well for me is to install the runtime jar's in the JRE/LIB/EXT path. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kesav Kumar Sent: 07 December 2000 17:33 To:

RE: Entity bean reference mapping

2000-12-07 Thread Juan Gargiulo
So the ejb-jar.xml and orion-ejb-jar.xml have to be EJB2.0 compliant for an entity bean reference mapping to work??? juan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Thursday, December 07, 2000 6:38 AM To: Orion-Interest

Re: Can orion ssl bind to non-default port (443)?

2000-12-07 Thread Sach Jobb
in ~/config/secure-web-site.xml web-site host="[ALL]" port="8443" secure="true" display-name="mysite" cheers, sach On Thu, 7 Dec 2000, Keith Kwiatek wrote: Hello, I have an apache web server running openssl, and when I try to launch orion with ssl , it says that is can not bind to the

RE: Using JMS with Orion

2000-12-07 Thread Jason Smith
I'm trying to get my own JMS queue running under orion and I'm unable to get it deployed. The queue I'm using currently is working under Weblogic Server. I'm unable to see how to get the queue running and access it using JNDI. If anyone has the jms.xml set file and the

RE: Entity bean reference mapping

2000-12-07 Thread Juan Lorandi (Chile)
AFAIK, yes, and it's kinda of uncomplete job... don't rely on it HTH Juan -Original Message- From: Juan Gargiulo [mailto:[EMAIL PROTECTED]] Sent: Jueves, 07 de Diciembre de 2000 16:10 To: Orion-Interest Subject: RE: Entity bean reference mapping So the ejb-jar.xml and

Taglib exceptions Multiple entity JSP selection

2000-12-07 Thread Vengeance
Hey all, I'm wondering a few things.. when you guys write your taglibs, how do you guys generate nice-looking exceptions to be caught by error pages? (Like FinderException, for example). Right now, it seems to me that it's necessary to either write my own JspTagException to accomodate

A Newbie needs help w/ installing EJBsamples

2000-12-07 Thread Michael Kelly
Hey there, I'm trying to get the EJBsamples running. I'm on Win2K and using Orion v1.4. I installed according to the instructions but got the following when Orion tried to auto-deploy ejbsamples: java.lang.InternalError: name was null at java.lang.Throwable.init(Throwable.java:96)

Urgent, Did anyone have an answer for this?

2000-12-07 Thread Stephen Brown
I have 2 Entity Beans using CMP, both very simple and similar to each other. Bean 1: on creating the bean everything works great and the database(MS SQL 7.0) reflects the creation. Bean 2: on creating the bean I revieve the following error:

Large Collections

2000-12-07 Thread John D'Ausilio
We're working on an ecommerce site which has a rather large ( 3M) record products table. We were hoping that the Collection which is returned when an entity bean's collection field getter is called would be smart .. that the entity beans would be instantiated as needed vs all instantiated at

Problem with pkclass

2000-12-07 Thread Puthezhath, Rajeev (TWII Boston)
Hi I have a specific problem regarding caching in orion. When I am passing only one varaible in Pk class all requests to the database for the same primary key before the bean gets passivated,is served from the instance in memory.But if i have more than one parameter is there in PK class then it

RE: API to discover server state

2000-12-07 Thread Duffey, Kevin
I would say..how about looking at the com.evermind packages? They are there for use..although probably only intended for the app server itself. -Original Message- From: Chris Woods [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 11:08 AM To: Orion-Interest Subject: RE:

Weird JMS behavior with InitialContext

2000-12-07 Thread Vidur Dhanda
I just ran into a rather interesting problem. For my application, I decided to write a Swing login panel. This panel is called at client application startup and calls new InitialContext(Hashtable). Once the InitialContext is created, the application saves it for future use. And the application

Use the lession 2 taglib example ,but get an error

2000-12-07 Thread cgreen
500 Internal Server ErrorError parsing JSP page /tag/01/hello.jsp line 8No tag named 'hello' found in tag-library file:/E:/orion/default-web-app/tag/01/mytags.jarI have downloaded hello.jsp and mytags.jar from Orion siteBut get the above errorPlease help me,thanks!

Re: Problem with pkclass

2000-12-07 Thread Tommy Eriksson
I was experiencing the same kind of trouble just the other day. May fault was in implementing the PK class I had forgot to implement the equals and the hashCode methods, hope it helps. Example of one of my PK classes: package knut.ejb.entity; public class UserContactPK implements