RE: Deploying same set of EJBs on single Orion Server but multiple data servers

2000-09-21 Thread Lawrence Fry
Deepak, I believe you can create a separate data-source for each server, and put this in the data-source.xml. Then use a 1-1 mapping between each entity bean and the data-source. If you already have your entity bean(s) (I would use some kindof simple naming convention for your entity bean(s) to r

Simple steps to deploy a stateless session Bean.

2000-09-21 Thread Harley Rana
Hi i am having alot of trouble just deploying anything. I would really appreciate if someone could give the step by step way to deploy a sime stateless session bean. note i have got the server started and runnign jsp. Thanks alot for your help! Harley Rana - Powe

Re: No response from Customer Support for Licensed Version

2000-09-21 Thread Joseph B. Ottinger
Just to make sure: note that orionsupport.com has NOTHING to do with orionserver.com... if you're sending email, make sure it's being routed to the right address. On Thu, 21 Sep 2000, Lorin Kobashigawa wrote: > i have been sending emails all week to support, and not getting any response. > > >

AutoUpdate Problem

2000-09-21 Thread S.Badrinarayanan
When I try to autoupdate I get the following error after awhile: Writing .\jnet.jar... IO Error: Unexpected end of ZLIB input stream Can anyone help... Regards sb Chequemail.com - a free web based e-mail service that also pays!!! http://www.chequemail.com

Re: No response from Customer Support for Licensed Version

2000-09-21 Thread Sach Jobb
No, actually that last phone call was very useful. We also called verisign and were able to get some good direction from them. I'm still having problems getting Orion to use the keystore... Orion/1.2.9 initialized Error listening to SSLServerSocket: No available certificate corresponds to the S

RE: Orion Server java:comp/env?

2000-09-21 Thread Khan Kamran
Title: RE: Orion Server java:comp/env? Hi All, I just wanted to know why we use java:comp/env before actual bean name for looking through JNDI. Once i had a problem with it. When i was using java:comp/env when a error was comming when looking the bean but when i removed java:comp/env and gav

Re: How to use EJB2.0 on Orion

2000-09-21 Thread S.Badrinarayanan
Thanks. I get the following error when trying to use the autoupdate: Sending fileinfo to server IO Error: www.orionserver.com Any help... Regards sb On Thu, 21 September 2000, Ernst de Haan wrote: > > Hi `sb', > > S.Badrinarayanan wrote: > > I am intersted in 2 points mentioned below: > > 1

Re: How to use EJB2.0 on Orion

2000-09-21 Thread S.Badrinarayanan
Thanks. I get the following error when trying to use the autoupdate: Sending fileinfo to server IO Error: www.orionserver.com Any help... Regards sb On Thu, 21 September 2000, Ernst de Haan wrote: > > Hi `sb', > > S.Badrinarayanan wrote: > > I am intersted in 2 points mentioned below: > > 1

Re: container transactions not working...

2000-09-21 Thread Tony Abbott
Hi Andre, Thanks for the quick reply. Just tried it and still getting no joy. I'm sure I'm missing something obvious... -t On Thu, Sep 21, 2000 at 07:13:09PM -0600, Andre Vanha wrote: > Try using the XA datasource when you acquire a connection: > jdbc/xa/myXADS > > In your ejb-jar file: > >

Deploying same set of EJBs on single Orion Server but multiple data servers

2000-09-21 Thread Goel, Deepak
Hello everyone, I have a set of EJBs which I have finally managed to run on Orion. Now, I want that the database server to which these EJBs talk be changed dynamically at run-time. For example, I have about 10-15 servers all having exactly the same database schema. Now depending on the client re

RE: container transactions not working...

2000-09-21 Thread Andre Vanha
Try using the XA datasource when you acquire a connection: jdbc/xa/myXADS In your ejb-jar file: jdbc/myXADS javax.sql.XADataSource Container In your bean: Context naming = new InitialContext(); XADataSource ds = (XADataSource)naming.lookup("java:comp/env/jdbc/myXADS"); Co

shutdown problem with Red Hat/JDK 1.3rc2

2000-09-21 Thread Garret Wilson
Using admin.jar -shutdown with Sun's JDK1.3 rc2 on Red Hat Linux, I get the following error: Error: javax.naming.NamingException: Lookup error: java.io.StreamCorruptedException: Caught EOFException while reading the stream header; nested exception is: java.io.StreamCorruptedException: Cau

container transactions not working...

2000-09-21 Thread Tony Abbott
hi hope someone can help me as i am now highly frustrated :) i am unable to get container managed transactions to work in conjunction with jdbc/oracle. basically i have a stateless session bean which writes to tables. It seems to me orion is not managing the transactions at all. With the setup

Can't deploy EJB2.0 bean

2000-09-21 Thread Vimal Kansal
Hi, I am trying to deploy a very simple EJB2.0 bean. But everytime I get the message : unable to find/read assembly info for emp.jar(META-INF/ejb-jar.xml) I ahve also attached my jar file to this mail. Please help me. Vimal __ Do You Yahoo!? S

RE: User/Group manager guide

2000-09-21 Thread Andre Vanha
Arved, I took a look at the scenario you describe, and I was able to make method permissions work with roles as they should. If a user who was part of the users group was logged in, an exception would be trown. If the user was added to the CSR group everything worked. Let me describe my orion s

Re: No response from Customer Support for Licensed Version

2000-09-21 Thread Karl Avedal
Hello Sach, Are there any additional outstanding issues rather than the ones we have acknowledged and talked to you about? If so, send a new mail to support@, I thought all your issues had been answered to on the phone and via mail. On suspected bugs, it can take a few days before we have any in

Re: Orion Server java:comp/env?

2000-09-21 Thread Vlad Petric
Yes, if you specify a com.evermind.server.rmi.RMIInitialContext as the java.naming.factory.initial in the jndi.properties file (or in the InitialContext's constructor). But keep in mind that your application-client.xml files will be simply ignored. Vlad > Hi! > > I just wonder, is that possible

Re: No response from Customer Support for Licensed Version

2000-09-21 Thread Lorin Kobashigawa
i have been sending emails all week to support, and not getting any response. -Lkb At 04:20 PM 9/21/00 -0400, Gary Albelli wrote: >Hi, > >I have a few emails that have been sent to support with the following >subject: > >EJB 2.0 many to many relationship deployment [priority: CMR1B23BAB]. > >I

Re: How to use EJB2.0 on Orion

2000-09-21 Thread Ernst de Haan
Hi `sb', S.Badrinarayanan wrote: > I am intersted in 2 points mentioned below: > 1. How do I get the 1.3.8 version; their server (www.orionserver.com) shows only >1.2.9 as the latest. Try autoupdating your version (java -jar autoupdate.jar). > 2. Where can I find this document on "Ernst de Haa

RE: Ant Build Tutorial

2000-09-21 Thread Roger Mosher
Hey Arved. Somehow I missed the email that Paul Knepper responded to.  The  orion primer has a simple example which satisfied my immediate curiosity.   But if you have something to add to this introductory example it would be  welcome.   Trying to learn complex new skills whil

Re: No response from Customer Support for Licensed Version

2000-09-21 Thread Sach Jobb
Well, at least you're not alone. I have the same problem with several open issues. On Thu, 21 Sep 2000, Gary Albelli wrote: > Hi, > > I have a few emails that have been sent to support with the following > subject: > > EJB 2.0 many to many relationship deployment [priority: CMR1B23BAB]. > >

Re: Orion Server java:comp/env?

2000-09-21 Thread Sven van 't Veer
Blasius Lofi Dewanto wrote: > > Hi! > > I just wonder, is that possible to > make the lookup from "the client program" > without java:comp/env? > > The problem is, I want to write an EJB application > that can use JOnAs and Orion as the container. > JOnAs's JNDI does not support java:comp/env

No response from Customer Support for Licensed Version

2000-09-21 Thread Gary Albelli
Hi, I have a few emails that have been sent to support with the following subject: EJB 2.0 many to many relationship deployment [priority: CMR1B23BAB]. I would like to know if I am doing something wrong in making this request or am I just not getting any response. Thanks Gary Albelli Decision

RE: XMLNS and Xerces....

2000-09-21 Thread Lawrence Fry
Mike,   no problem...go to the xml.apache.org web site. Xerces is namespace aware, you just need to turn on the feature.   Regards,   Lawrence -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike MuffettSent: Thursday, September 21, 2000 9:5

RE: Disable CMP

2000-09-21 Thread Paul Knepper
I'd like to see the examples if you don't mind. Thanks, Paul -Original Message- From: Arved Sandstrom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 9:06 AM To: Orion-Interest Subject: RE: Disable CMP Hi, Roger Hey, I was just cleaning up my email (I get way too much o

Orion Server java:comp/env?

2000-09-21 Thread Blasius Lofi Dewanto
Hi! I just wonder, is that possible to make the lookup from "the client program" without java:comp/env? The problem is, I want to write an EJB application that can use JOnAs and Orion as the container. JOnAs's JNDI does not support java:comp/env at the client level. Client program: For example:

one more question!

2000-09-21 Thread Nirav Dani
there will be two copeis of main cloudscape filse, one came with java enterprise and another is downloaded seperatly? is there any possibilites of conflict between these to copies of cloudscpe file. if so how do i deactivate cloudscape came with j2ee? and keep the one i downloaded in order to wor

one more question!

2000-09-21 Thread Nirav Dani
there will be two copeis of main cloudscape filse, one came with java enterprise and one from i downloaded seperatly? is there any chances of conflict between these to copies of cloudscpe file. if so how do i deactivate cloudscape came with j2ee? thanks --- Linda Chai <[EMAIL PROTECTED]> wro

fail to test news web-app...

2000-09-21 Thread 陳廷嘉
Hello: After I setup orion, hsql and the news web-app in the demo. Then using browser link to http://MyServerIP:1080/news/ I can see the left frame but the right frame show some error message: 500 Internal Server Error com.evermind.server.rmi.OrionRemoteException: Database error: Tab

XMLNS and Xerces....

2000-09-21 Thread Mike Muffett
I am interested to know if xerces is namespace aware for xml namespaces   Mike Muffett

RE: How to use EJB2.0 on Orion

2000-09-21 Thread Nick Newman
Hi Jeff, You, mistaken? No way! I had been a bit worried about those sections, but wasn't quite sure what they really meant. Now I've read a bit more, and I believe you are correct. So that means that firstly I have to apologise for sending out bad sample code (although I hope it's still use

Class-Path feature.

2000-09-21 Thread Mario Perez de Blanca
Is the Class-Path attribute in the manifest file an implemented feature in Orion ?  

Class-Path feature.

2000-09-21 Thread Mario Pérez de Blanca
Is the Class-Path attribute in the manifest file an implemented feature in Orion ?  

Re: Using OODB with Orion

2000-09-21 Thread Nirav Dani
I am in process of integrating Clouscape 3.51 which is OODB, comes with Java enterprise edition. you can also get it seperately at http://www.cloudscape.com I dont have done much on it yet but you can find some docs. on cloudscape website. cheers Nirav --- Joshua Goodall <[EMAIL PROTECTED]> wr

Re: OR-Mapping set up.

2000-09-21 Thread Steve Ferguson
Declare countries as a Set. Set countries = new HashSet(); James Ho wrote: > Hi, > > I have been trying to setup OR-Mapping, to represent a many-many > relationship...I have been following the help from > http://www.orionsupport.com/ejbormapping.html > > ANyway, here is what i have.. > > Countr

Re: How to use EJB2.0 on Orion

2000-09-21 Thread Chris Woods
On Thu, Sep 21, 2000 at 12:00:25PM +, S.Badrinarayanan wrote: > I am intersted in 2 points mentioned below: > 1. How do I get the 1.3.8 version; their server (www.orionserver.com) shows only >1.2.9 as the latest. from your orion rot installation directory: java -jar autoupdate.jar > 2. Whe

SV: How to use EJB2.0 on Orion

2000-09-21 Thread Klaus . Myrseth
juse run java -jar autoupdate.jar or if youre behind a firewall or something java -Dproxy.host=blabla -Dproxy.port=666 -jar autoupdate.jar Have fun :) Klaus -Opprinnelig melding- Fra: Sanjay [mailto:[EMAIL PROTECTED]] Sendt: 21. september 2000 15:51 Til: Orion-Interest Emne: Re: How to

JavaMail wih Orion

2000-09-21 Thread Vidur Dhanda
Hello, I want to allow a SessionBean and an application client to send email. I guess all I really need to do is set up Orion to provide me a javax.mail.Session through JNDI and use that Session object instead of Session.getDefaultInstance(). Am I correct about this? Could someone give me point

Re: How to use EJB2.0 on Orion

2000-09-21 Thread Sanjay
need to pay i believe as we have 1.3.3 licensed version sanjay - Original Message - From: "S.Badrinarayanan" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 21, 2000 1:00 PM Subject: RE: How to use EJB2.0 o

RE: How to use EJB2.0 on Orion

2000-09-21 Thread Joseph B. Ottinger
On 21 Sep 2000, S.Badrinarayanan wrote: > I am intersted in 2 points mentioned below: > 1. How do I get the 1.3.8 version; their server (www.orionserver.com) shows only >1.2.9 as the latest. The way to *always* get the current version is: java -jar autoupdate.jar > 2. Where can I find this

RE: How to use EJB2.0 on Orion

2000-09-21 Thread S.Badrinarayanan
I am intersted in 2 points mentioned below: 1. How do I get the 1.3.8 version; their server (www.orionserver.com) shows only 1.2.9 as the latest. 2. Where can I find this document on "Ernst de Haan's approach"? Any help... Thanks sb On Thu, 21 September 2000, Magnus Rydin wrote: > > > > > > >

RE: How to use EJB2.0 on Orion

2000-09-21 Thread S.Badrinarayanan
I am intersted in 2 points mentioned below: 1. How do I get the 1.3.8 version; their server (www.orionserver.com) shows only 1.2.9 as the latest. 2. Where can I find this document on "Ernst de Haan's approach"? Any help... Thanks sb On Thu, 21 September 2000, Magnus Rydin wrote: > > > > > > >

SV: orion hangs when out of connections

2000-09-21 Thread Torgeir . Lerkerod
Title: RE: orion hangs when out of connections I do some heavy mathematics and statistics calculation in a bean and then build a a datawarehouse out of the processed data. On the initial processing I read about  10 -12 million records and wrote about 1,5 million records. Needles to say the p

RE: How to use EJB2.0 on Orion

2000-09-21 Thread Magnus Rydin
Title: RE: How to use EJB2.0 on Orion Hopefully, the future documentation that will look at one piece at the time, will make this application more usefull. The way it is right now, is more for advanced users to find an example of a certain functionality. It will continue to include as many fun

RE: How to use EJB2.0 on Orion

2000-09-21 Thread Magnus Rydin
Title: RE: How to use EJB2.0 on Orion Vimal, you can download the ATM for EJB 2.0 from http://www.orionserver.com/orion/applications/atm.ear WR > -Original Message- > From: Vimal Kansal [mailto:[EMAIL PROTECTED]] > Sent: den 20 september 2000 19:19 > To: Orion-Interest > Subject:

RE: How to use EJB2.0 on Orion

2000-09-21 Thread Magnus Rydin
Title: RE: How to use EJB2.0 on Orion Well, its basically my fault. The ATM has been running EJB 2.0 since the night it was implemented in Orion, I just thought I should do an effort to document the application before putting it up there for public access. Anyway, as previously said, its now a

RE: Login System

2000-09-21 Thread Magnus Rydin
Title: RE: Login System Hi, in your web.xml, it seems like you have added login.jsp as one of the pages to be protected. Remove that entry and it looks like it should work just fine. > -Original Message- > From: Truong Di Ly [mailto:[EMAIL PROTECTED]] > Sent: den 20 september 2000 13

RE: orion hangs when out of connections

2000-09-21 Thread Byron du Preez
Title: RE: orion hangs when out of connections We have seen Orion "choke" up in a similar fashion with a single application client with a single thread when given too large a transaction (800 inserts + 800*3 inserts + 800*20 inserts). -Original Message- From: [EMAIL PROTECTED] [mailt

OR-mapping set up (with orion-ejb-jar.xml attached)

2000-09-21 Thread James Ho
Hi everyone. Here is the attached file, forgot to attached it in my last mail :P Thanks heaps. Regards, James. http://www.orionserver.com/dtds/orion-ejb-jar.dtd">

Unknown EJB-error message

2000-09-21 Thread Martin Andersson
Does anyone know why this error occurs? The weird thing is that it appears randomly. The program that causes this error works fine 9 times out of 10. The program is a standalone client if that matters.   /M Andersson   com.evermind.server.rmi.OrionRemoteException: Error loading state: java.

Using OODB with Orion

2000-09-21 Thread Joshua Goodall
Has anyone attempted using an OODB - e.g. ObjectStore or Objectivity/DB with Orion? I am about to attempt this and wondered if anyone can share pitfalls/tips about the interaction of CMP, BMP and OODB native persistence. Online references to using OODBs with EJB would also be welcome. - Joshua

SV: orion hangs when out of connections

2000-09-21 Thread Klaus . Myrseth
No but i have seen another thing that can give the same result. If you try deploy and the deployment meets a deadlock in the database orion stops trying and hangs. Those two can have something to do with eachother.. Klaus Myrseth Telenor Mobil AS - PlanIT -Opprinnelig melding- Fra: Lor

RE: SV: FORM based login ACTION

2000-09-21 Thread Magnus Rydin
Title: RE: SV: FORM based login ACTION Its probably your configuration. Could it be that the login-error-page or the page you requested is not found? the welcome page? WR > -Original Message- > From: Guilherme Ceschiatti [mailto:[EMAIL PROTECTED]] > Sent: den 20 september 2000 14:59

RE: FORM based login ACTION

2000-09-21 Thread Magnus Rydin
Title: RE: FORM based login ACTION Claus, this is an Orion feature initially added to let programmers decide the first page to be displayed after a user has been authenticated. The correct conduct would still be to call the "j_security_check" as posted elsewhere in this list. Im a sinner myse

Orion 1.2.9 stable???

2000-09-21 Thread j . vanalteren
Dear people at Orionserver.com, how about updating the 'stable' 1.2.9 version of Orion on the website with an even more stable version that doesn't have this bug: *** shadow/44 Mon Sep 11 11:34:13 2000 --- shadow/44.tmp.570 Mon Sep 11 12:31:52 2000 *** *** 2,9 | line-feed/