Re: FW: OC4J and Oracle 9i AS product version mappings

2001-09-17 Thread Paolo Ramasso
yes sorry really sorry i did a mistake in typing.1.5.0 CORRECT!! ciao Paolo DeVincentiis Giustino wrote: No, it isn't 1.0.5, it should be 1.5.0.ByeGiustino De Vincentiis -Messaggio originale- Da: GUNDA, Satish / RSAIFS - IOM [mailto:[EMAIL PROTECTED]] Inviato: venerdì 14

Different JSESSIONID

2001-09-17 Thread Juan Fuentes
Hi list, We're having a problem with http session. We call a servlet twice in a session, but the second one sends a different JSESSIONID. Although the original session is not expired, and the application continues working. As the second time that servlet is called it gets a

Re: Persistent JMS Queue

2001-09-17 Thread Scott Farquhar
Darryl, OC4J 1.0.2.2 roughly corresponds with Orion 1.5.2. The 1.0.2.2.1 release has many bugfixes that will (according to what I know) be integrated back into the orion codebase. Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting

Re: Tallest buildings... to be updated

2001-09-17 Thread Chris Woods
Not to offend anybody's sensibilities, but I really don't wish to see this kind of stuff here. Thanks. cheers, Chris

Documents.

2001-09-17 Thread Magnus Rydin
Hey all! Right now we are hard at work producing documents for Orion. If there are some special documents that _you_ feel should be put _highest_ on our priority list, please send me a personal mail about it ([EMAIL PROTECTED]). The following documents are about to be published first, as we get

RMI Client ClassNotFoundException on MyDependentObject_Dependent1.class from CMP findBy...

2001-09-17 Thread Larry Linville Jr.
I have a CMP Entity bean that extends a value object class (I'll call this class MyValueObject.class). MyValueObject.class has a dependent object (MyDependentObject.class) which is defined / mapped in my ejb-jar.xml using the dependent/ and ejb-relation/ tag sets. This ejb has a getData or

request.getInputStream - more

2001-09-17 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Title: After some experimentation I found that the availability of the request input stream is dependent upon the request mime type. E.g. submission from an HTML forms default mime type is *not* available, while text/xml-SOAP or multipart/form-data is.I believe this is not the correct

Re: RMI Client ClassNotFoundException on MyDependentObject_Dependen t1.class from CMP findBy...

2001-09-17 Thread Robert Virkus
Hallo Larry, try to put your $CLASSPATH so that it includes MyDependentObject_Dependent1, then it should work... but there surely is a smarter way... anyone has more tips? best regards Robert Monday, September 17, 2001, 4:54:34 PM, you wrote: LLJ I have a CMP Entity bean that extends a

RE: ServletContextAttributesListener

2001-09-17 Thread The elephantwalker
unless you map two different url addresses to your servlet. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Ford Sent: Monday, September 17, 2001 12:32 PM To: Orion-Interest Subject: ServletContextAttributesListener I have a class which implements

Re: Fw: Tallest buildings... to be updated

2001-09-17 Thread Gregory Scott
I think you should retrak this message and apologize to all. It is in very poor taste. From: "srinivas" <[EMAIL PROTECTED]> Reply-To: Orion-Interest <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Subject: Fw: Tallest buildings... to be updated Date: Mon, 17 Sep 2001 11:46:38

Daylight saving field

2001-09-17 Thread Romen Law
ello, This is a bit off topic, but I really need to know. Java (1.3.0) is returning me the wrong time when using Calendar. Here is the output of print of Calendar.getInstance():

Daylight saving field - more info

2001-09-17 Thread Romen Law
ello, Some more info. I used java 1.2.2_005 to run the same program. It gave me the right HOUR and HOUR_OF_DAY values (1 less than the output of java 1.3.0), although the useDaylight field is also true (I think I have misunderstood the meaning of that field earlier). Has anyone

RE: Too Many Open Files?

2001-09-17 Thread bill . winspur
I realize I'm a bit late responding to this (been in summer mode), but yes - a webmin module would be fine. -Original Message- From: Michael J. Cannon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 4:37 PM To: Orion-Interest Subject: Re: Too Many Open Files? Would there be

elephantwalker.com

2001-09-17 Thread The elephantwalker
Dear Group, Thanks for all of you who have joined the site. We have well over 150 clients now, and are experiencing growth of over 50% per week. We have updated the site with some of your suggestions. Some improvements include: 1. Automatic login in the site. Next time you login, check the

ServletContextAttributesListener

2001-09-17 Thread Dave Ford
I have a class which implements the ServletContextAttributesListener interface. It has been registered as a listener in web.xml. The problem is, Orion is creating two instances. Shouldn't there only be ONE instance of an application level object? Here is the class: import javax.servlet.*;