Re: HttpSession creation

2001-11-22 Thread Greg Matthews
hi, see Kesav Kumar's answer 7:49pm to learn somerthing. - Original Message - From: Lachezar Dobrev To: Orion-Interest Sent: Thursday, November 22, 2001 6:15 PM Subject: Re: HttpSession creation    Hello.    Trying to stop a session from being created is

Re: Class-Path entries in Manifest.mf for EJBs

2001-11-22 Thread Marcel Schutte
Hi Marc, Try changing the Class-Path entry to: Class-Path: lib/ois.jar lib/bo.jar lib/sales.jar You should address your jars from the 'root' of the ear file. Marcel - Original Message - From: "Marc Eilens" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday

Re: design question

2001-11-22 Thread Stephen Davidson
Màris Orbidàns wrote: > Hello > > I have several questions about design, "best practises": > > 1) Where to store client's profile information (like login name) ? > session or system state bean ? > > 2) How to create and use a system state bean ? > > System state bean should be in scope "se

[no subject]

2001-11-22 Thread Julio Lorenzo
I need to know if I can map a Business Entity, like CMP, to more than a table. example: I have a Entity TestBean with three fields (id,field_a,field_b), and in the DB I have two tables like this: A=(id,field_a) B=(id,field_b) I need to map this Entity to this tables, but I believe that that is im

Orion 1.5.2, Tomcat 4.0 and JMS

2001-11-22 Thread Dan Haley
Has anybody used these two successfully to send JMS messages? Other combinations of Orion (1.4.5) and Tomcat (3.2.1) work fine, but this particular combination throws an IllegalAccessError when one Orion class calls another Orion class (to send a JMS message): java.lang.IllegalAccessError: try to

RE: orion-ejb-jar and other such descriptors

2001-11-22 Thread geoff
Hrm. That's unfortunate. Our Ant build script largely works unmodified on a number of different application servers thus far, but now I'll have to have an orion-specific extra clean step, since removing the EAR does not, in and of itself, clear out the rest of the application as it does elsewher

design question

2001-11-22 Thread Màris Orbidàns
Hello I have several questions about design, "best practises": 1) Where to store client's profile information (like login name) ? session or system state bean ? 2) How to create and use a system state bean ? System state bean should be in scope "session", shouldnt it ? 3) Where to put bus

Re: MySQL and JDBC

2001-11-22 Thread Scott Farquhar
Harald, This link has many examples that you can install on Orion: http://kb.atlassian.com/directory/examples Can I suggest the Orion CMP Primer? Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World Harald Kirschner

RE: Class-Path entries in Manifest.mf for EJBs

2001-11-22 Thread Justin Crosbie
Hi Marc, Have you tried adding a entry in your Orion application.xml. This should point to the directory that Orion unpacks your library files to. HTH, Justin -Original Message- From: Marc Eilens [mailto:[EMAIL PROTECTED]] Sent: 22 November 2001 09:20 To: Orion-Interest Subject: Class-

http 1.1 put and delete and orion

2001-11-22 Thread Davanzo Luca
Hi all, Does orion handle http 1.1 put and post? are these enabled by default or not? how do I enable/disable them? I dint find mentioned in the docs

NT authentication

2001-11-22 Thread Mulder, Frans
Can anybody point me to a source where I can find how to use NT authentication from a custom pluggable UserManager within Orion? Thanks in advance!

Problem using Oracle SDO Java API in an EJB

2001-11-22 Thread Montebove Luciano
Hi, I' m trying to use the Oracle SDO Java API in an EJB with container managed transactions without success. The problem raise with the following code: InitialContext ctx=new InitialContext(); DataSource ds=(DataSource)ctx.lookup("jdbc/sitdemo"); Conn=ds.getConnection(); sdo = OraSpatialManager

MySQL and JDBC

2001-11-22 Thread Harald Kirschner
Folks, I am new to Orion and look for a brief example of an EJB that accesses a database table. Who can send me and example like this? Thanks, Harald

SV: Class-Path entries in Manifest.mf for EJBs

2001-11-22 Thread Magnus Rydin
Hi Marc, the spec states that you use the standard jar extensssion mechanism for utiliy jars. Put the helper/utility jars on the same level as your ejb.jar:s and be sure to reference them from the manifests of your ejb.jars. WR > -Ursprungligt meddelande- > Från: [EMAIL PROTECTED] > [ma

Re: having prolems with CMP, PostgreSQL, and Serializable

2001-11-22 Thread Marcus Ahnve
I stand corrected. Last time I looked, which actually was longer ago than it seemed - time flies, the setBinaryStream() threw the exception directly. When people in our organization tried out new versions they informed me that the code had changed, but it still didn't work. My bad. /Marcus On We

Class-Path entries in Manifest.mf for EJBs

2001-11-22 Thread Marc Eilens
Hello, I've got a problem deploying my EAR file on ORION. I packed my two EJBs together with a WAR file into the EAR file. The two EJBs share references to classes in a library jar. As far as I understand the packaging of EARs I can create a 'lib' subfolder in the EAR and add Class-Path entries i

Re: HttpSession creation

2001-11-22 Thread Lachezar Dobrev
   Hello.    Trying to stop a session from being created is not valid.    Sessions are not user-dependant. Sessions are a handshake between a server and a client. You should have thought another way to do that. Maybe check if the user HAS authenticated.      .getSession() and .getSession(boo

Re: Announcement of new doc

2001-11-22 Thread Daniel López
Hi Curt, I don't know if it will help you, but we deploy multiple web components inside and orion instance using different .ear. But I guess that if they all had to be inside the same .ear, things wouldn't be that different. What we do is: in file server.xml, we first define the applications an