Re: Anyone using Orion in production? [long]

2000-11-24 Thread Jason Rimmer
WebLogic, IBM, and Silverstream all offer source for a customer with a reasonable requirement. One of the company's I worked with was able to get the source commitment from all 3 vendors. I do think the customer and NDA requirement for source is a viable one. Especially since Evermind seems

RE: Anyone using Orion in production? [long]

2000-11-24 Thread Gerald Gutierrez
At 05:36 PM 11/24/2000 -0800, you wrote: >You know..while I would love to see source for the sole purpose of allowing >us to help the Orion team debug and fix problems (not to allow a fork of the >product), I think everyone needs to think about other products. Do you think >WebLogic, Inprise, Orac

Re: pop3.jar again

2000-11-24 Thread Dale Bronk
Thanks for the code snippet, but in my code I fail before I even get creating the store. Here is my code which I have marked where it fails. Can you see anything I am doing wrong? java.util.Properties properties = System.getProperties(); properties.put("mail.smtp.host", smtp);

Re: pop3.jar again

2000-11-24 Thread Dale Bronk
I have now triple checked and I have moved activation.jar, mail.jar, and pop3.jar into jre/lib/ext.  I then did a search for those 3 files on my entire hard drive and they are only in that directory.  I restarted Orion and still get: MessagingException: javax.mail.NoSuchProviderException: No

JavaBeans and JSP

2000-11-24 Thread Robert S. Sfeir
Ok Totaly rookie question, nonetheless it must be asked... so be gentle :-) I copied a jar file we use which contains the beans to our application in the orion/lib directory. We're transitioning from another applicaiton environment to JSP using Orion. While testing the bean and seeing if I ca

RE: Anyone using Orion in production? [long]

2000-11-24 Thread Kevin Duffey
You know..while I would love to see source for the sole purpose of allowing us to help the Orion team debug and fix problems (not to allow a fork of the product), I think everyone needs to think about other products. Do you think WebLogic, Inprise, Oracle, IBM and others are going to release their

RE: DB changes not reflected in CMP bean.

2000-11-24 Thread Jarek Skreta
Hi, We are using Oracle 8.1.5 with NT 4. It all runs on the same box. Maybe by chance but we managed to connect first time. Here are some settings which may be of help: 1. We use ODBC with Oracle ODBC driver. 2. tnsnames.ora entry for the service used by ODBC: ORASERV1 = (DESCRIPTION = (

Orion In Prodution

2000-11-24 Thread Juan Lorandi (Chile)
There's a list of Overwhelming Orion Powered Sites, hosted by Jason Rimmer at http://orion.irth.net/OOPS/oopslist.jsp where you can add your site(s) to the list... everyday I moderate the list so that new entries appear on the official list... This is an instrument I've used to 'sell' Orion to

Deprecated function message while deploying stateful session bean

2000-11-24 Thread Rafael Alvarez
Hello everybody, After deploying a stateful session bean and restarting orion I get the following message: Auto-deploying ejb-jar (ejb-jar.xml had been touched since the previous deployme nt)... Note: CarritoCompras_StatefulSessionBeanWrapper0.java uses or overrides a deprecated API. Recompile

RE: Anyone using Orion in production? [long]

2000-11-24 Thread Gerald Gutierrez
The Orion FAQ (http://www.orionserver.com/faq/#-551543462) actually says that they might be sued by Sun if they "offer ... source under a Linux-style license", not simply that they provide source (possibly under an NDA). Perhaps there are no legal reasons if they choose to do the latter (and

Re: DB changes not reflected in CMP bean.

2000-11-24 Thread John N. Alegre
We have got this to work on Oracle running on Solaris and Linux. All attempts to use Oracle 8.1.5 on NT are failing. The error returned by Orion shows a failure in TNS lookup. However, we can write straight Java JDBC code and connect just fine. sqlnet also connects just fine using the same URL

RE: Can`t deploy Orion-Primer

2000-11-24 Thread Kevin Duffey
What did you use to edit the file? I would use NotePad and look for any strange characters. I also use WordPad myself (at least on Windows platform), and save it as a text only file. It's possible an editor you used inserted some formatting character(s). > -Original Message- > From: [EMAI

RE: Anyone using Orion in production? [long]

2000-11-24 Thread Kevin Duffey
Really? How can they be sued by Sun for their own source? JBoss isn't getting sued..aren't they open source? I can't believe Sun could sue anyone for making an open-source application server. Maybe there is something we don't know...?? > -Original Message- > From: [EMAIL PROTECTED] > [mai

RE: Anyone using Orion in production? [long]

2000-11-24 Thread Robert Krueger
At 10:10 24.11.00 , you wrote: >I quite agree with you Robert. I love Orion..and tell everyone I know to use >it becuase of its great performance, features and so on. Lately though I >haven't seen either Karl or Magnus on IRC chatting, nor have I seen an email >in the list from them on any regular

Re: Can`t deploy Orion-Primer

2000-11-24 Thread Gerald Gutierrez
3Ch is the character "<", which cannot appear literally in an XML document. You do have an "illegal character". Nor is a ">" a legal character, or a number of other ones. Check the XML specification at www.w3c.org. Gerald. At 06:22 PM 10/24/2000 +0200, you wrote: >Hi, > >I followed the orion

Re: Anyone using Orion in production? [long]

2000-11-24 Thread Robert Krueger
At 10:15 24.11.00 , you wrote: >>However I can sympatize with Karl and Magnus. EJB is a very new >>technology. Shipping the source makes it relatively easy for the >>competition to copy the product which of course is the downside. But I >>think shippingg the source would be for the better of the

Re: Anyone using Orion in production? [long]

2000-11-24 Thread Gerald Gutierrez
>However I can sympatize with Karl and Magnus. EJB is a very new >technology. Shipping the source makes it relatively easy for the >competition to copy the product which of course is the downside. But I >think shippingg the source would be for the better of the server. Nobody >is perfect and if a

RE: Anyone using Orion in production? [long]

2000-11-24 Thread Kevin Duffey
I quite agree with you Robert. I love Orion..and tell everyone I know to use it becuase of its great performance, features and so on. Lately though I haven't seen either Karl or Magnus on IRC chatting, nor have I seen an email in the list from them on any regular basis. I know myself and a few oth

Re: pop3.jar again

2000-11-24 Thread Dale Bronk
I tried MOVING mail.jar, pop3.jar, and activation.jar to jre/lib/ext to to avail.  I made sure that these 3 files are only there.  I will triple check my work. I have not tried editing the manifest.mf file inside of orion.jar.  I will try this.   Rhanks a bunch for you help.   Dale - O

Can`t deploy Orion-Primer

2000-11-24 Thread Martin Lilienthal
Hi, I followed the orion primer and created the session bean, the descriptors and the client servlet. I verified, that everything is correct, but when I start up orion I get the following error: C:\orion>java -jar orion.jar Error instantiating application at file:/C:/orion/applications/orion-pri

orion & SAP DB

2000-11-24 Thread Jens Stutte
Hi, i tested orion with the fresh free release of SAP DB (http://www.sap.com/solutions/technology/sapdb). Everything seems to work (please do not ask for a database scheme, i am using BMP :-). But while stressing the whole thing, i ran into a silly problem: It seems, that SAP DB stores the resul

Re: Anyone using Orion in production? [long]

2000-11-24 Thread Sven van 't Veer
> my personal opinion on this is that evermind should deliver source (while > retaining full rights on enhancements and bug fixes) with the product to > eliminate that risk. other commercial projects like orbaccus > (http://www.ooc.com) have shown that they still make a lot of money despite > shi

Re: Anyone using Orion in production?

2000-11-24 Thread Christian Sell
a while ago someone compiled a (quite impressive) list of production orion sites. Maybe look at www.orionsupport.com - Original Message - From: "Paul Kofon" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, November 24, 2000 11:12 AM Subject: Anyone using Orion in

RE: Transaction isolation levels setting

2000-11-24 Thread Juan Lorandi (Chile)
in orion-ejb-jar.xml tag   where isolation may be (depending also on the driver + DB) uncommitted, commited, repeatableread, serializable   check docs/orion-ejb-jar.xml.html (the manual) for more details -Original Message-From: Petr Podsednik [mailto:[EMAIL PROTECTED]]Sent: V

SV: do you know why ?

2000-11-24 Thread Klaus . Myrseth
I dont know what database youre using, but if I where you i would turn around that query definition, so the optimizer can do its work + maby fix problems like the one youre meeting... if you try $username like $1 you are more likely to get a match, AND speed :) Another thing you can try is run t

jdbc drivers?

2000-11-24 Thread Unico Hommes
Does Orion come with a jdbc driver apart of course from sun's jdbc-odbc bridge? I prefer to work with ms Sql-Server and preferable via a type 4 driver if one is available. I am not planning on spending any money on it. I know of a free type 4 driver for ms Sql server, freetds or something but i've

Re: Anyone using Orion in production? [long]

2000-11-24 Thread Robert Krueger
At 11:12 24.11.00 , you wrote: >Hi, > >I'd like to know, is anyone currently using Orion in a production >environment? The rather high number of issues people report here bothers >me because I'd like to get serious with a particular EJB server and my >opinion was that Orion was the right choice

do you know why ?

2000-11-24 Thread Edmund Cheung
Hi, I defined in the orion-ejb-jar.xml and the username is "alan%" and return no record. But if I just use "alan" without %, it works. Do you know why ? Thanks, Edmund

Transaction isolation levels setting

2000-11-24 Thread Petr Podsednik
Hi! I am wondering if there is a way of transaction isolation level settings in Orion xml descriptors. Regards Petr

RE: Problems with the Orion primer example

2000-11-24 Thread fresnaULL
  Hi, I've resolved my problems with the Orion primer example. I had to create a $(ORION_HOME)/database directory and everything seems to work fine!   For the people who wants to try CMP, I've attached the Orion CMP primer example. Don't forget to create the $(ORION_HOME)/database directory!

Re: Anyone using Orion in production?

2000-11-24 Thread Sven van 't Veer
Paul Kofon wrote: > Hi, > > I'd like to know, is anyone currently using Orion in a production > environment? The rather high number of issues people report here bothers me > because I'd like to get serious with a particular EJB server and my opinion > was that Orion was the right choice because o

Re: pop3.jar again

2000-11-24 Thread Florin Manolache
I had the same problem with pop3 and for me it worked just to put pop3.jar in orion/lib and change the code to: session = Session.getInstance(props, null); // store = session.getStore(new URLName(Constants.MAIL_URL)); // this is the right way store = new POP3Store(session, new URLName(Constan

Anyone using Orion in production?

2000-11-24 Thread Paul Kofon
Hi, I'd like to know, is anyone currently using Orion in a production environment? The rather high number of issues people report here bothers me because I'd like to get serious with a particular EJB server and my opinion was that Orion was the right choice because of it's low cost and feature

RE: DB changes not reflected in CMP bean.

2000-11-24 Thread Jarek Skreta
Winston, The good news is that the beans do get updated automatically in the CMP model on Orion. At least when we run the CMP Primer example. Not quite sure why your set up does not work. Is it possible that they get updated after a long delay? In that case it could be something to do with settin

Re: DB changes not reflected in CMP bean.

2000-11-24 Thread Sven van 't Veer
Jarek Skreta wrote: > This is a very interesting question. A lot of sources claim that the update > of beans should be automatic. Otherwise how would you connect the > application to any legacy database system which can be updated bypassing the > beans. It is indeed correct that Orion should u

OrionCMTDataSource

2000-11-24 Thread Laurent Cornelis
Hello, Just a question : I have a stateful session bean that must do some stuff in ACL (my own implementation) in a database. Before, I used this datasource and it works fine : Now I want to change for a OrionCMTDataSource, so I change my data-sources.xml to : When I launch Orion i

RE: DB changes not reflected in CMP bean.

2000-11-24 Thread Mike Cannon-Brookes
You need to set "exclusive-write-access" to "true" (this slows the CMP down because it checks the DB before every operation for a write). -mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jarek Skreta > Sent: Friday, November 24, 2000 8:49 PM >

Re: DB changes not reflected in CMP bean.

2000-11-24 Thread Sven van 't Veer
Winston Ng wrote: > > Hi All, > > This is more of an EJB question. > > I wrote a simple app using a CMP bean that talks to an Oracle DB. > > Started the server and was able to get/set information to the bean and > subsequently see the changes in the DB. > > However, if I make any updates to

RE: DB changes not reflected in CMP bean.

2000-11-24 Thread Jarek Skreta
This is a very interesting question. A lot of sources claim that the update of beans should be automatic. Otherwise how would you connect the application to any legacy database system which can be updated bypassing the beans. We've just only started with Orion so I don't know the answer yet but wi

need Help: JNDI - stand alone Client

2000-11-24 Thread Tobias Streckel
Hy,I have a problem with my stand anlone java client. I will start my prg:...public void doIt()  {    try    {    // Get the initial JNDI context    Context context = new InitialContext(getProperties());    // Get a reference to the Hello interface    System.out.println("");    Object bo