RE: Clusters!!!!

2001-01-18 Thread Kevin Duffey
I have tested Orion in a two server cluster and it worked for the most part nicely. My HttpSession beans were not all that properly done, so that may have been the quirks I saw. You do have to buy a license for each Orion server, 1 per SERVER not per CPU per server, unlike most applications.

IBM DB2 database schema

2001-01-18 Thread hartmut wilms
Hello everyone, has anybody created a DB2 database-schema? I copied oracle.xml and changed some mappings. But I'm no DB2-dude, so I would really appreciate a working DB2 schema. I got some errors when auto-creating tables. Something must be wrong...

AW: Servlet Mapping and Access

2001-01-18 Thread hartmut wilms
Title: SV: Servlet Mapping and Access Hi Magnus, You're right. I must have missed that line name - The name of the web-application inside the (enterprise-)application. But: Some pieces are missing in the online docs. Sometimes the information about orion config files just stops or

RE: Help: deadlock with concurent access to entity bean

2001-01-18 Thread Elhadi barkat
Storing Images works for me using DB2 it should also works with DBs supporting BLOB 1) first check that your db schema config file defines a mapping between java.io.Serializable and BLOB 2) implement a Picture class that implements Serializable --- public class Picture implements Serializable {

Getting the home interface of another EJB from within an EJB

2001-01-18 Thread Randahl Fink Isaksen
From inside an entity bean you can get hold of your Home interface by calling myBeansEntityContext.getEJBHome() but how do I get hold of the home interface of _another_ bean? I assume this requires some kind of lookup. In JSP files one would simply use "new InitialContext()" and perform a

RE: IBM DB2 database schema

2001-01-18 Thread Elhadi barkat
take a look at this message http://www.mail-archive.com/orion-interest@orionserver.com/msg07615.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of hartmut wilms Sent: jeudi, 18. janvier 2001 09:43 To: Orion-Interest Subject: IBM DB2 database schema

Re: Open source and low cost EJB

2001-01-18 Thread Christian Sell
personally, under the "Free Open Source" category I would expect completely free products. Otherwise, besides Orion you would at least also have to add JRun - its free for developers as well. I think its safer to classify orion as a commercial offering. - Original Message - From: "Kemp

SV: Getting the home interface of another EJB from within an EJB

2001-01-18 Thread Klaus . Myrseth
You work with EJBs inside another EJB the same way as you do inside a JSP Remember you have to use the JNDI name, not the home interface name, so a lookup("ejbSomeExample") will ofcourse return the home interface :) Hope this helps (ps remember ejb-refs to the objects you wish to use from the

Urgent(Creating EJB(Entity with objectivity database)!!!!

2001-01-18 Thread Sanjeev Sharma
Hi If any body know how to use objectivity database with orionserver to craete Entity Bean(EJB)First thing is orion support objectivity database how can i make useof this i am trying to create an entity bean(BMP) bean managed persistance. if anybody having idea let me know. Thanks

Re: Urgent(Creating EJB(Entity with objectivity database)!!!!

2001-01-18 Thread Robert Krueger
At 03:37 18.01.2001 , you wrote: Hi If any body know how to use objectivity database with orionserver to craete Entity Bean(EJB)First thing is orion support objectivity database how can i make useof this i am trying to create an entity bean(BMP) bean managed persistance. if

RE: How to configure Orion to use Oracle

2001-01-18 Thread Ozzie Gurkan
You can also create an oracle.jar file and put the path in the actual manifest file. Have you tried that? Ozzie --- Stanislav Maximov [EMAIL PROTECTED] wrote: I'm not sure if you can use the CLASSPATH to accomplish the same thing, but frankly I'm not clear on how orion decides where to

Re: Problem with CMP - persisting a Multi-dimensional array!

2001-01-18 Thread Markus Holmberg
Multidimensinal arrays don't seem to work with Orion CMP. Try emulating your multidimensional array with a singledimensional array in your Java code. Regards, Markus. On Wed, Jan 17, 2001 at 11:53:13AM -, Bernard wrote: Hello everyone. I am having problems trying to persist the

Re: Is combining Orion and PostgreSQL a good choice

2001-01-18 Thread Markus Holmberg
On Wed, Jan 17, 2001 at 11:50:44PM +1100, Mike Cannon-Brookes wrote: I use the default schema (the latest one from Orion has a lot of fixes contributed by myself and others, the original was horrible). Let me know if there are any problems with the latest schema. Here's an addition of

JSP/Bean not reloading after re-deploy

2001-01-18 Thread Ozzie Gurkan
I have searched through all of orion-interest list and still have not found a solution that works for me. I am talking about the "reload" problem with changing of JSPs and its bean classes withouth restarting the server. I understand that the server should never be restarted, but I can't seem to

Re: Getting the home interface of another EJB from within an EJB

2001-01-18 Thread Peter Pontbriand
but how do I get hold of the home interface of _another_ bean? We've found that Orion exhibits an 'idiosyncracy' in this regard. It can't seem to decide where to make the home interfaces available in the JNDI ENC. As I understand it, using the following example EJB-REF in an EJB's deployment

Re: Getting the home interface of another EJB from within an EJB

2001-01-18 Thread Mikko Kurki-Suonio
On Thu, 18 Jan 2001, Peter Pontbriand wrote: As I understand it, using the following example EJB-REF in an EJB's deployment descriptor should make a home interface available through the described EJB's JNDI ENC: ejb-ref

Invalid username/password looking up EJB

2001-01-18 Thread Carl Schaller
Title: SV: Servlet Mapping and Access i try to access an ejb from a cold fusion (client). a fuslet servers as a connector between cfxtags and ejb's. the fuslet 'HotelManager' results in 'Invalid username/password for datamart()' when looking up the home interface of 'HotelManager'. ...

RE: Is combining Orion and PostgreSQL a good choice

2001-01-18 Thread Tim Drury
I agree with Sach that postgres is a great database. Better yet, the beta of 7.0.3 in cvs supports OUTER JOIN finally. -tim -Original Message- From: Sach Jobb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 2:36 PM To: Orion-Interest Subject: RE: Is combining Orion

Re: AW: Stand-alone-client

2001-01-18 Thread Tim Endres
ApplicationClientInitialContextFactory is the right factory when using application clients (J2EE - application-client.xml). If you want to use a pure stand alone Java Application RMIInitialContextFactory should be your choice. Please elaborate. What is the difference between an "application

R: JMS

2001-01-18 Thread Montebove Luciano
I have just started a study for integrating swiftMQ and sonicMQ with Orion. Up to now I tried only to send messages from servlet/JSP but both the products provide some form of bridging with other JMS servers, so this way could be possible to use Message Driven EJB. More information in a few

RE: Help: deadlock with concurent access to entity bean

2001-01-18 Thread Juan Lorandi (Chile)
Oracle, MS SQL, Sybase 11 12, Hypersonic database-schemas are key in this... However, I don't store files in the database but have built a service that sync's a number of dir's in a cluster/island, so it handles all file replication without hitting the DB; I map Objects to clob in Oracle,

workaround for bug #170

2001-01-18 Thread Elhadi barkat
Yesterday, I've posted a message about a deadlock with concurent access to an entity bean Juan Lorandi told me about bug #170. I found it in bugzilla but couldn't find its workaround If one could send it to me it would be great Hadi

Re: Invalid username/password looking up EJB

2001-01-18 Thread Ozzie Gurkan
Try using "com.evermind.server.ApplicationInitialContextFactory" and use "ormi://localhost" as the url. Thanks, Ozzie --- Carl Schaller [EMAIL PROTECTED] wrote: SV: Servlet Mapping and Accessi try to access an ejb from a cold fusion (client). a fuslet servers as a connector between cfxtags

RE: JSP/Bean not reloading after re-deploy

2001-01-18 Thread Thomas Pridham
Not sure if this helps...we are using ant do builds with and each time we build / deploy, Orion deploys the new files without failure. It appears to me that Orion is triggering a re-deploy based on the timestamp of the ear file changing. However, I don't think this on-the-fly deployment is a

Jikes

2001-01-18 Thread Rabi Satter
Has anyone got Jikes to work with Orion? If so how? Thanks Rabi Satter

Re: JSP/Bean not reloading after re-deploy

2001-01-18 Thread Ozzie Gurkan
Actually, I am not getting any errors. I am deploying an 'ear' file using admin.jar commands and everything works fine. However, it seems like the server still wants to hang on to its memory copy of the JSPs and not recompile the deployed ones. When I restart the server, everything is fine.

RE: Getting the home interface of another EJB from within an EJB

2001-01-18 Thread Randahl Fink Isaksen
Thanks a lot for your post - I was getting a little worried that I was the only person _unable_ to make this work on Orion R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Pontbriand Sent: 18. januar 2001 16:26 To: Orion-Interest Subject:

RE: Is combining Orion and PostgreSQL a good choice

2001-01-18 Thread Mike Cannon-Brookes
Just a note for all, these fields have now been added to the postgresql schema, autoupdate to update your schema. -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Markus Holmberg Sent: Friday, January 19, 2001 1:43 AM To: Orion-Interest Cc:

RE: Is combining Orion and PostgreSQL a good choice

2001-01-18 Thread Tim Drury
oops, my fault. I meant the 7.1 beta. -tim -Original Message- From: Tim Drury Sent: Thursday, January 18, 2001 11:14 AM To: 'Orion-Interest' Subject: RE: Is combining Orion and PostgreSQL a good choice I agree with Sach that postgres is a great database. Better yet, the

Re: Jikes

2001-01-18 Thread Klaus Thiele
Hi Rabi, look at config/server.xml: !-- Compiler, activate this to specify an alternative compiler such as jikes for EJB/JSP compiling. -- compiler executable="jikes" classpath="/opt/java/jdk1.3/jre/lib/rt.jar" / klaus Rabi Satter wrote: Has anyone got Jikes to work with Orion?

RE: Invalid username/password looking up EJB

2001-01-18 Thread Juan Lorandi (Chile)
have y'all tried the namespace-access tag in orion-application.xml?? JP -Original Message- From: Ozzie Gurkan [mailto:[EMAIL PROTECTED]] Sent: Jueves, 18 de Enero de 2001 16:14 To: Orion-Interest Subject: Re: Invalid username/password looking up EJB Try using

RE: serialisation problem?

2001-01-18 Thread Juan Lorandi (Chile)
marshalling code is withing JVM -Original Message-From: Greg Matthews [mailto:[EMAIL PROTECTED]]Sent: MiƩrcoles, 17 de Enero de 2001 20:01To: Orion-InterestSubject: Re: serialisation problem? thanks juan and mike for the responses. F:\dev\scriptjava -versionjava

Error Reading application-client descriptor...

2001-01-18 Thread Globetrot Communications
I am running Orion on Linux. The 'Product' application runs o.k when I use the hypersonic database. But I get the following error when trying to use postgreSQL: "Error reading application-client descriptor. Error looking up EJBHome. Disconnected.. Unknown command 7" The data-source.xml looks as

RE: JSP/Bean not reloading after re-deploy

2001-01-18 Thread Jeff Schnitzer
Just a thought, but have you checked the system clocks on the various machines involved? Maybe the timestamps are fouled. "reloading" of JSPs works fine for me; my deployment process just copies the new .ear over the old one. Jeff -Original Message- From: Ozzie Gurkan [mailto:[EMAIL

RE: Error Reading application-client descriptor...

2001-01-18 Thread Mike Cannon-Brookes
The user in principals.xml is a furfy. Looks like your URL is wrong: url="jdbc:postgre:./database/postgredb" should be url="jdbc:postgres:..." where ... is a combination of hostname, port and database name. See the postgres jdbc docs for more description. -mike

RE: JMS

2001-01-18 Thread Mike Cannon-Brookes
There is an article on Orion Support about integrating OpenJMS with Orion, this may help you - http://www.orionsupport.com/articles/openjms.html If you do succeed, but need changes, we'd love to hear what you needed to do to get SwiftMQ working with Orion - I'll alter the article on the site.

Writing user managers

2001-01-18 Thread Nick Newman
Hi, I seem to recall someone within the last few weeks saying that they implemented the UserManager and other associated interfaces in just a few days. Would whoever it was care to drop me a line please. Thanks Nick

servlet-mapping for jsp-file

2001-01-18 Thread Stan Ng
I'm not sure if there was any new information regarding the servlet mapping and jsp-files for web applications. I checked the archive... there was a little bit of info regarding the topic, but it was rather dated. For some reason, the jsp mappings in my webapp don't seem to work for Orion

servlet-mapping for jsp-file [clarification]

2001-01-18 Thread Stan Ng
Just to clarify, I was mapping a specific filename to the jsp. I changed the url-pattern to /mytest and it worked, so I guess the question is one regarding the ambiguity of the servlet specifications. In what instances would case 3: "All other strings are used as exact matches only" apply?

OrionCMTConnection not closed, check your code!

2001-01-18 Thread Guilherme Ceschiatti
What does this message mean? OrionCMTConnection not closed, check your code! LogicalDriverManagerXAConnection not closed, check your code! (Use -Djdbc.connection.debug=true to find out where the leaked connection was created) []s Guilherme Ceschiatti

Re: JSP/Bean not reloading after re-deploy

2001-01-18 Thread Dmitry Chagin
- Original Message - From: "Jeff Schnitzer" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, January 19, 2001 7:44 AM Subject: RE: JSP/Bean not reloading after re-deploy Just a thought, but have you checked the system clocks on the various machines involved?

Re: Jikes

2001-01-18 Thread anand
hi.. in orion\config\server.xml activate the compiler tag as mentioned below... . compiler executable="ur jikes path\jikes\bin\jikes.exe" classpath="ur jdk path\jre\lib\rt.jar" / eg. compiler executable="c:\jikes\jikes\bin\jikes.exe" classpath="c:\jdk1.3\jre\lib\rt.jar" / anand

RE: Orion and Kawa 5.0

2001-01-18 Thread Chris Bartling
I wonder how all this will turn out now that Allaire is being acquired by Macromedia. Hmmm... Story can be found at... http://www.techweb.com/wire/story/TWB20010116S0019 -- chris -- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Best way to redirect root / URL to servlet with parameters

2001-01-18 Thread Johnson, Robert
Is there an easy way with orion to redirect the root URL to a servlet. For example: www.mysite.com = www.mysite.com/c?param=1 (/c is mapped to a servlet) I could do it with a HTML redirect but I don't want the intermediate page to show up. I also thought about just mapping "/" to a servlet

RE: Single Sign On

2001-01-18 Thread Gerald Gutierrez
How does one share HTTP sessions between Orion applications? At 05:47 PM 1/16/2001 -0300, you wrote: Just for the sake of shooting from the hip every now and then, why don't you allow sessions to be shared among applications? (I mean http sessions) That works when switching from http to