RE: ORION 1.5.4 session bean serialization failed

2002-05-01 Thread Dvornikov Victor
Title: Meddelande Am I alone with this problem? Serialization of the session bean : JNDI lookup in the getEJBObject failed as if there is no the name sought. I checked the name inside the readObject. It's OK. Although thisproblem (I fear to say bug)is not fatal. It's annoying. private

RE: problem with ResultSet Object

2002-02-17 Thread Dvornikov Victor
. How my application is affected and it is scalable or not. sachin - Original Message - From: Dvornikov Victor [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 1:48 PM Subject: RE: problem

RE: 1.5.3 is out, but what is so new?

2001-10-17 Thread Dvornikov Victor
Hello, Magnus, As regards 1.5.2 is there any restriction on the return types of the EJB method. More specifically, I failed to return Set (as Map.keySet ) and Iterator (as Map.keySet.iterator() ) types but succeeded with Map. (I think serialization is the point ) Sincerely your, Victor

RE: Cached Row Set

2001-10-15 Thread Dvornikov Victor
- From: Vic Cekvenich [SMTP:[EMAIL PROTECTED]] Sent: ? 15 ??? 2001 3:26 To: Orion-Interest Subject:Re: Cached Row Set What JDBC driver did you use? Vic Dvornikov Victor wrote: I used only once and it has been working

RE: Cached Row Set

2001-10-13 Thread Dvornikov Victor
I used only once and it has been working nicely. -Original Message- From: Vic Cekvenich [SMTP:[EMAIL PROTECTED]] Sent:12 2001 11:25 To: Orion-Interest Subject:Cached Row Set Is anyone using Cached Row Set with Data

RE: Strange jsp-error.

2001-08-23 Thread Dvornikov Victor
I use only jikes, the reason being that it is not only the fast but is much more sensitive to bugs in the code. -Original Message- From: Mike Cannon-Brookes [SMTP:[EMAIL PROTECTED]] Sent:22 2001 12:43 To: Orion-Interest Subject:

RE: Java Pet Store 1.1.2 with Cloudscape in Orion 1.5.2

2001-08-21 Thread Dvornikov Victor
Try to use these: connection-driver=RmiJdbc.RJDriver url=jdbc:rmi://localhost:1099/jdbc:cloudscape:defaultDB I checked it a half a year ago and it worked just fine. (don't forget to change url defaultDB ) -Original Message- From:

RE: INTERESTING FOR DEVELOPMENT TIME: Central location for classes and still able to use hot deployment

2001-07-08 Thread Dvornikov Victor
There is very simple solution to this problem - make ORION server embedded. I use it. That's it. -Original Message- From: Marcelo Schroeder [SMTP:[EMAIL PROTECTED]] Sent: ? 06 2001 7:57 To: Orion-Interest Subject:INTERESTING

RE: Advanced OR_Mapping 1-to-N-to-N possible?

2001-07-04 Thread Dvornikov Victor
Hi, Lachezar, you always have a workable alternative - just to turn your object instance into byte array . This is the first step I recommend while doing 1-M OR-mapping. Then I try to figure out how deep my map-mapping should be. Because it is a lot of dirty error-prone work on your

RE: Orion can't find Cloudscape database

2001-06-16 Thread Dvornikov Victor
this is an example of .bat file for orion cloudscape java -Dcloudscape.system.home=C:\YOUR\DATABASE -Djdbc.connection.debug=true -jar orion.jar -Original Message- From: Lou Farho [SMTP:[EMAIL PROTECTED]] Sent: 14 2001 18:49 To: Orion-Interest Subject: Orion can't find

RE: Security bug with application clients?

2001-06-12 Thread Dvornikov Victor
Please give more details. It is confusing to hear that it doesn't work when in my case all works. I checked 3 different cases: 1) WEB authentication - OK, 2) application-clent with jndi.prop file - OK. 3) remote client with properties set via Initial Context (+RMIInitialContextFactory instead of

RE: Unitialized Register

2001-06-11 Thread Dvornikov Victor
check your initial environment memory. It should be 4096kb -Original Message- From: Johan Fredriksson [SMTP:[EMAIL PROTECTED]] Sent: 11 2001 17:38 To: Orion-Interest Subject: Re: Unitialized Register Hmmm, sounds like a VM bug... - Original Message - From:

RE: Security bug with application clients?

2001-06-11 Thread Dvornikov Victor
Don't jump into the conclusions. To my limited experience the Orion's authentication is very intelligent and tolerant to the user mistakes. For reference you may use OCJ4 manual (Oracle app server, see mail list ). I recommend reading it carefully. -Original Message- From: Michael

RE:

2001-06-09 Thread Dvornikov Victor
I work with the same configuration. No problems at all. -Original Message- From: James Hill [SMTP:[EMAIL PROTECTED]] Sent: 07 2001 21:35 To: Orion-Interest Subject: I have a really odd problem with jikes/orion (1.5.2 orion, 1.14 jikes). I have a particular JSP page

RE: Dynamic finders

2001-06-09 Thread Dvornikov Victor
Although it may be technically correct, but from conceptual database modeling point of view the comparison ($1 is null... ) is questionable. -Original Message- From: Magnus Rydin [SMTP:[EMAIL PROTECTED]] Sent: 08 2001 14:37 To: Orion-Interest Subject: SV: Dynamic

RE: Common classes between ejb.jar web.war

2001-06-07 Thread Dvornikov Victor
The workable solution is to copy the shared classes to ejb directory and to web one. I works perfectly. -Original Message- From: Magnus Rydin [SMTP:[EMAIL PROTECTED]] Sent: 07 2001 09:42 To: Orion-Interest Subject: SV: Common classes between ejb.jar web.war Is WL happy

RE: Kawa 5.0 Ent and Orion 1.4.7

2001-04-14 Thread Dvornikov Victor
Kawa5.0, Orion1.4.7 amd jikes1.13 work perfectly together. Orion suuport list contains all necessary info how to do that -Original Message- From: Kemp Randy-W18971 [SMTP:[EMAIL PROTECTED]] Sent: 12 2001 14:35 To: Orion-Interest Subject: RE: Kawa 5.0 Ent and Orion 1.4.7 I

RE: Hypersonic SQL - Not bad after all

2001-03-14 Thread Dvornikov Victor
As regards the speed issue the hypersonic driver is really "hypersonic". In my tests on PC with 32Mb RAM and 220Mhz CPU it was 3-5 times quicker than the embedded Cloudscape (having full-blown functionality ) and nearly 10 times (!) quicker than the remotely connected Cloudscape. I anticipate

RE: Problem starting up Orion, Please help!

2001-03-07 Thread Dvornikov Victor
Before stating your server check your host ports. Below is a very simple but useful portscanner import java.net.*; import java.io.*; public class TestPortScanner { public static void main(String[] args) { String host = "localhost"; if (args.length 0) { host = args[0];

RE: NOVICE Question about orion and mysql

2001-02-21 Thread Dvornikov Victor
Check log files of orion and your database -Original Message- From: Andres Garcia Hourcade [SMTP:[EMAIL PROTECTED]] Sent: 20 2001 16:22 To: Orion-Interest Subject: RE: NOVICE Question about orion and mysql Thanks a lot, i did what you tell me,but i am still getting this