Re: Running 2 Orions on the Same Machine

2001-05-07 Thread Robert Krueger
At 23:30 06.05.2001 , you wrote: Hi, I am trying to run 2 Orions on the same machine. Everything seems to be ok but when I start the 2nd Orion, I get the following message, even thou it still starts: Error Starting RMI-Server:IO -Error: Address in use JVM_Bind. How can I get rid of this

Re: Connection Pooling in Orion

2001-05-05 Thread Robert Krueger
At 18:43 04.05.2001 , you wrote: I think I've correctly set up database connection pooling for my enterprise app. But how do I confirm that Orion is actually doing connection pooling for me? - look at your dbms logs (if your dbms provides such facilities) - enable tracing in your jdbc driver

Re: Interests sake

2001-05-03 Thread Robert Krueger
At 15:53 03.05.2001 , you wrote: Hi all, For interests sake, what OS is everyone on the list running orion on? Windows 2000? WinNT Linux? dev and prod on Linux. Except for the well-known occasional linux JVM quirks it runs OK. (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für

Re: Does any one else see any problems with latest PDF2?

2001-04-28 Thread Robert Krueger
It looks like you're right, which (looking at our typical deployment organization) makes the spec completely unsuable in that regard. could you crosspost your email to EJB-INTEREST? It's more likely that you'll get a response from an expert group member. I sure hope we're both missing

Re: Orion CLASSPATH

2001-04-23 Thread Robert Krueger
At 09:29 23.04.2001 , you wrote: Hello all! Can anyone tell me what Orion is doing with the CLASSPATH. I suspect it is building its own or adding to mine simply because it knows how to find certain jars that I have not specified anywhere. Any info appreciated... do yourself a favour and

RE: smp w/jdk

2001-04-20 Thread Robert Krueger
At 14:36 20.04.2001 , you wrote: I run 1.3.0.02 on Linux with two processors, no problems to speak of yet? (with -server and HotSpot) +2 (production systems running orion on dual pentium machines) robert (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-)

Re: A Swedish Idea

2001-04-18 Thread Robert Krueger
am I the only one on this list considering this useless discussion spam? karl and magnus are grownups making their own decisions and you don't actually believe repeating stuff that has been discussed on this list over and over again, inspires them? please contribute to getting the technical

RE: WE NEED NEWS! We need to know Orion is alive well!

2001-04-05 Thread Robert Krueger
guys, as someone who has been dealing with theses issues for over 1 1/2 years of using orion (1 year in production for a number of applications) I would just advise you to save your breath and make your decision based on what's there now. several people (including myself) have made pleas

Re: How to start Orion from an application?

2001-03-26 Thread Robert Krueger
just check the manifest of orion.jar Main-Class: com.evermind.server.ApplicationServer hth, robert At 10:18 26.03.2001 , you wrote: Instead of launching the application server with java -jar orion.jar I would like to do it from an application I guess I need to know which classes I need to

RE: EJBUtils.cloneObject tkes up 40% of the time

2001-03-13 Thread Robert Krueger
At 07:43 13.03.2001 , you wrote: This is probably because orion is trying to keep to the EJB spec where parameters and return values must be passed to a EnterpriseBean must be by value. This way orion doesnt have to implement RMI, but still complies to the spec. This is probably far cheaper

Re: Orion 1.4.7?

2001-03-09 Thread Robert Krueger
At 15:50 09.03.2001 , you wrote: Hello Anyone could tell me where I can download Orion 1.4.7 java -jar autoupdate.jar Thanks in advance (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Knau-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373

Re: HELP: Settings for pooled datasources, timeout errors

2001-03-08 Thread Robert Krueger
snip I'd like to know if i did not get something regarding the configuration of datasources and if others had problems with the timeout settings. Hi Jens, I believe your observations are correct and your not doing something wrong. We have also had a number of strange effects in that area

Re: Orion crashed under load test

2001-03-04 Thread Robert Krueger
IMHO you should dump the IBM jdk and get the latest sun 1.3.1 beta. IBM crashes frequently with orion here. Sun 1.3.1 beta has not crashed a single time since we started testing it for development 2 weeks ago. btw. we use sun1.3.01 in production and have not had major problems except for some

ECPerf

2001-02-26 Thread Robert Krueger
hi, anyone interested in ejb benchmarking check out http://developer.java.sun.com/developer/earlyAccess/j2ee/ecperf/download.html robert (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Knau-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373

Re: Multiple CPUs

2001-02-26 Thread Robert Krueger
At 17:47 26.02.2001 , you wrote: Anydody running Orion on a machine with more than one CPU? We are purchasing some new kit and just wondered if its beneficial to have multiple CPU's. If it is beneficial, then does the Orion handle the multiple thread/CPU setup or is this upto the JVM (we'll be

Re: orion 1.4.7

2001-02-25 Thread Robert Krueger
At 11:20 25.02.2001 , you wrote: this may be a silly question, but how do i get hold of orion1.4.7? the latest downloadable version is 1.4.5. is it only available to those who have paid for the license? java -jar autoupdate.jar HTH robert thanks, peter (-) Robert Krger (-) SIGNAL 7

linux users check out jdk1.3.1 beta (sun)

2001-02-25 Thread Robert Krueger
FYI, we've tested it here and so far it has removed the remaining occasional crashes (especially on redeployment). definitely worth checking out. robert (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Knau-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401,

Re: Source available and sun

2001-02-24 Thread Robert Krueger
we've had this dicussion many times before. they (Orion team) have decided to keep it closed-source and it simply is their decision (apart from the legal stuff with sun, which I personally never bought as the primary reason not to make the source available without an NDA). the arguments

RE: No influence on CMP 2.0 getter setter methods - a feature or abug?

2001-02-23 Thread Robert Krueger
At 14:54 22.02.2001 , you wrote: My two cents ... Putting checks in the EJB's will give you much better information on exactly what has gone wrong. Adding checks in the DB as well can't hurt, but without the EJB checks it might be hard to know what action to take in the face of a generic SQL

Re: SAPDB experience and Datasource

2001-02-23 Thread Robert Krueger
At 00:44 23.02.2001 , you wrote: Hello, I'd be interested in hearing the experiences from people who used SAPDB with Orion CMP in terms of stability and performance on both linux and nt. SAPDB on linux in development for a little more than 3 months now and everything works fine. performance and

RE: No influence on CMP 2.0 getter setter methods - a feature or abug?

2001-02-22 Thread Robert Krueger
At 19:16 21.02.2001 , you wrote: hi, check EJB-INTEREST archives for discussions on this. I think most pros and cons (including my view on things ;-) were in a discussion a few months ago. at the moment the server hosting the search seems to be down, so I cannot give you the exact thread.

RE: No influence on CMP 2.0 getter setter methods - a feature or abug?

2001-02-22 Thread Robert Krueger
There seems to be some smart-ass named "Robert Krueger" who thinks he knows all the answers :) :) :) I've heard of him. he must be a real pain in the ass ;). cheers, robert Thanks Robert! -tim (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Kn

Re: How does this effect Orion?

2001-02-16 Thread Robert Krueger
At 23:11 14.02.2001 , you wrote: Robert, I would be interested in an opinion by someone who has actually used orion for a while about pros and cons of those two. I suppose you meant to say "ewave" in the above statement?! well, no, I was implying ewave AND meant to write orion. I think

Re: How does this effect Orion?

2001-02-14 Thread Robert Krueger
I would be interested in an opinion by someone who has actually used orion for a while about pros and cons of those two. The price and supported standards do make it sound interesting although I'm always a bit worried when I see this deployment wizard stuff. That's only interesting for

Re: Too much caching? - the database has changed

2001-02-06 Thread Robert Krueger
At 10:29 06.02.2001 , you wrote: Thanks for the help Tim. I am not sure I like this solution. Why do I have to go and change this in the application-deployments folder? The same question applies to the table name for the CMP Beans. How do I choose a table name different than the default one

Re: Too much caching? - the database has changed

2001-02-06 Thread Robert Krueger
Danut, please reread my posting. I wrote that it is not meant as a flame and I was dead serious about that. you are discussing with people on this list about why something has to go where in the deployment files, so you obviously have to know. if you don'zt trake the time to learn those

Re: Error getting pooled Oracle connection

2001-02-06 Thread Robert Krueger
At 22:36 06.02.2001 , you wrote: I would really appreciate it if someone could tell me where I am going wrong here. It is probably something very simple. I'm just trying to get a pooled Oracle connection. there is some shared library missing for your OCI driver. if you're on a unix system

Re: Any news from Orion yet??

2001-02-02 Thread Robert Krueger
At 11:33 02.02.2001 , you wrote: Any news from Orion yet?? Two weeks and nothing ... well, the only news is 1.4.5. (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Knau-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373 (-) [EMAIL PROTECTED],

Re: orion + multi processor's X86 PC

2001-01-26 Thread Robert Krueger
At 08:42 26.01.2001 , you wrote: Hi, We planned to go on production state of our developpement under ORION, but we don't have a clue on multiprocessors (SMP) and Orion. If we run a X86 PC server with 2 XEON and sun's JVM 1.3 + Orion + NT or 2000, is this will be enought to take advantage of SMP

Re: core dump on solaris running on Sun box.

2001-01-25 Thread Robert Krueger
At 16:13 25.01.2001 , you wrote: HELP. I have installed orion on a solaris box and trying to deploy and EJB application. The application uses back end informix and utilizes CMP beans. I can login to the application without a problem. As soon as I initiate a function that actually hits the

Re: Sybase experience anyone?

2001-01-21 Thread Robert Krueger
At 18:58 20.01.2001 , you wrote: Hello, We are about to decide about the database platform on which we will deploy our first J2EE application. Preferrably, it should be a cost-free solution. First I would like to ask if anyone has experience to share about using Sybase 11.0.3 (the one that is

Re: Recreating an expired session. PLEASE HELP!!!

2001-01-21 Thread Robert Krueger
what version of orion are you using? (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Knau-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373 (-) [EMAIL PROTECTED], www.signal7.de

Re: OrionCMTConnection not closed, check your code!

2001-01-19 Thread Robert Krueger
At 00:55 19.01.2001 , you wrote: 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) it means what it says ;-). you

Re: Orion shutdown problem

2001-01-19 Thread Robert Krueger
At 11:16 19.01.2001 , you wrote: Is the list alive .. yes (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Knau-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373 (-) [EMAIL PROTECTED], www.signal7.de

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: Any news from Orion yet??: Rebuttle...

2001-01-15 Thread Robert Krueger
clears up the confusion and the scope of the statements in my earlier mail. best regards and no offense, robert I hope this helps and triggers some thought. Thanks, Ozzie Gurkan --- Robert Krueger [EMAIL PROTECTED] wrote: Of course, this is a little unfair - weblogic hadn't had a n

RE: Orion-Primer needs some update

2001-01-12 Thread Robert Krueger
At 16:02 11.01.2001 , you wrote: how the fuck can i unsubscribe this fucking maillist. i tried twice to mail unsubscribe to [EMAIL PROTECTED], doesn't work, no response, nothing. help?! have you looked at the f***ing instructions at the f***ing website and followed them (there's a f***ing

Re: Urgent: Orion/SSL with Thawte-Cert

2001-01-12 Thread Robert Krueger
At 12:44 12.01.2001 , you wrote: Hello, thanks everybody for help! i discovered that the passwords for the keystore and the key *must* match. with my test-certs i always do this. but the real cert (and keystore) was generated by another person who sets two different passwords. after setting

Re: SV: Urgent: Orion/SSL with Thawte-Cert (No contact with Orion her es why)

2001-01-12 Thread Robert Krueger
as I don't see improvements in those areas any new announcement won't make me happy as long as I don't have a robust product with current features but all in a production-ready state. regards, robert Laters all Klaus -Opprinnelig melding- Fra: Robert Krueger [mailto:[EMAIL PROTECTED]]

RE: ResultSet Caching

2001-01-10 Thread Robert Krueger
At 14:02 10.01.01 , you wrote: I have a question about application server cache. The question is as follows: If cached rows have been modified by some other tools or dba other than app server, can application server can detect the change and refresh cached rows with lastest data? I'm

RE: How to configure a data-source alias per application?

2000-12-16 Thread Robert Krueger
by hand before I launch Orion. I know this is not correct but its the only way I have found to do this ... could someone please help. john On 14-Dec-00 Neville Burnell wrote: Hi All, I need to install the same application several times on orion - with a different datasource for each inst

Re: ejb performance

2000-12-16 Thread Robert Krueger
At 14:28 16.12.00 , you wrote: Hi all! I made some tests to find out how transactions affect performance. I called a sessionless' ejb empty function with different transaction attributes. It turned out that call time mean was about 250 ms and it almost not changed depending on

Re: SV: to boldly go where no man has gone before

2000-12-15 Thread Robert Krueger
At 08:36 15.12.00 , you wrote: Den här tråden börjar bli plågsamt tråkig.. Vem bryr sig om hur folk stavar så länge som dom kan förklara sitt problem eller sin lösning? Låt oss hålla oss till Java och Orion istället, ok? And for the rest of you non-swedes: Lets stop wasting bandwith on grammar

RE: www.orionserver.com down again

2000-12-14 Thread Robert Krueger
+1 from here too. Most problems with orion stability on our production systems were caused by buggy linux VMs. Even now with jdk1.3.01 from sun the VM crashes from time to time. In terms of long term stability, I think orion has become very good. The problems we've had with orion freezing

Re: Large Collections

2000-12-08 Thread Robert Krueger
At 17:59 07.12.00 , you wrote: We're working on an ecommerce site which has a rather large ( 3M) record products table. We were hoping that the Collection which is returned when an entity bean's collection field getter is called would be smart .. that the entity beans would be instantiated as

Anyone heard from evermind?

2000-12-07 Thread Robert Krueger
Hi fellow orion users, is it just my imagination or have things become VERY quiet around evermind? I haven't seen a post on this forum in quite some time now (ok, it's a community forum but they used to drop in from time to time), no bug status that I registered for notification has changed

memory consumption problems

2000-12-07 Thread Robert Krueger
Hi, Is there any way to influence orion's way of handling memory consumption? I have a production installation that frequently crashes with java.lang.OutOfMemoryErrors although I've set the jvm to -Xmx400m. Resources never seem to be freed. This sounds similar to the problems someone else

Re: Anyone heard from evermind?

2000-12-07 Thread Robert Krueger
Hi Karl, good to see you're still alive ;-). snip/ I will try to keep you posted on these developments and I want to reassure you that we are not gone, but quite the opposite, we are making a move to become more aggressive in the future, but it has made us less visible for some time and has

Re: onMessage()

2000-12-05 Thread Robert Krueger
At 11:53 05.12.00 , you wrote: Hi! I'm testing Orion 1.4 JMS coffeemaker demo. The demo runs fine. I modified it to use onMessage() instead of pooling using QueueReceiver.receive() method. This however, renders this demo useless. onMessage() is not triggered. It is my logic fault or Orion

Re: tx timeout

2000-12-05 Thread Robert Krueger
At 20:43 05.12.00 , you wrote: Hello, is it possible to change transaction timeout in orion? Regards, Savotchkin Egor application-server transaction-config timeout="6000" / if that's what you're looking for. just take a look at the dtds in the docs. It takes you no more

Re: Log Analysis

2000-12-03 Thread Robert Krueger
At 14:47 02.12.00 , you wrote: Anybody using standard tools to analyze logs? Anybody have the format string for apache's combined format set up? So it is a quick fix? David this is what we use and it works with standard analyzer tools like webtrends access-log format="$ip -

Re: bug in Orion 1.3.8 when creating InitialContext

2000-12-02 Thread Robert Krueger
At 12:11 02.12.00 , you wrote: Hi OrionFolk :-) Tonight I downloaded OrionServer 1.3.8 from the stable link off the orionserver.com. There seems to be a bug having to do with InitialContexts that was not there in version 1.0.3. looks like a bug. best you file it in bugzilla with your test code.

Re: Running two instances of Orion on the same IP and port

2000-11-28 Thread Robert Krueger
At 16:46 28.11.00 , you wrote: Orioners, Has anyone ever tried to run two instances of Orion on the same machine, IP and port. What I am trying to do is have a second instance of Orion listen to only certain virtual hosts (headers) and the first pick up any unknown or blank headers. The

Re: orion 1.4.0

2000-11-25 Thread Robert Krueger
At 17:09 25.11.00 , you wrote: being new to orion I am unsure as to whether or not to install orion1.4.0 on a unix box. Should I use 1.3.8? Is 1.4 stable enough to use? Any advice would be appreciated. IMHO not much difference in terms of stability. we have one production system running on

RE: Anyone using Orion in production? [long]

2000-11-25 Thread Robert Krueger
At 10:35 25.11.00 , you wrote: Interesting Rob. I completely agree with you. I think the Orion team is snip/ I agree 100% with what you say (except for the 5k$ thing;-)) and I see I'm not the only one having these thoughts. formiddable opponent of WebLogic. I do agree though..stop the EJB

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 server.

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: Instantiate more than one session bean

2000-11-22 Thread Robert Krueger
At 09:50 22.11.00 , you wrote: On Tuesday 21 November 2000 12:47, you wrote: Is it possible to instatiate more than one session bean from the same class, for the same session? I'm planning to make a mullti-threaded servlet that you mean the same httpsession, don't you? Yes, the

RE: Instantiate more than one session bean

2000-11-21 Thread Robert Krueger
At 10:57 21.11.00 , you wrote: that's valid... but be careful... some servlet engines are known to 'reuse' the same instance of a servlet many times why would that matter? if he associates the session beans with the httpsession there is no problem, no matter what type of reuse policy the

Re: Does Orion automagically pool jsp database connections?

2000-11-20 Thread Robert Krueger
At 09:13 20.11.00 , you wrote: I have a jsp page that make a jdbc database connection How do I tell Orion/JSP to used pooled connections? use the right kind of datasource (see data-sources.xml) for creating the connection. robert Thanks! Keith (-) Robert Krüger (-) SIGNAL 7 Gesellschaft

RE: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-16 Thread Robert Krueger
At 13:42 15.11.00 , you wrote: At 11:06 AM 11/15/2000 -0600, you wrote: no, you have to get the terminology right, so people understand what you're trying to do ;-). you DON'T want to set up 3 websites in j2ee/orion terminology but have one website witth three web applications. your website is

Re: OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Robert Krueger
At 10:30 16.11.00 , you wrote: Hi Robert, of course there are alternatives for using Generator. Believe, we do know all about it. But our client just asks for using Generator 2 Enterprise Edition. my reply was more adressed to magnus as he said he didn't do a flash version of the ATM

RE: RE: Macromedia Generator and Orion

2000-11-16 Thread Robert Krueger
At 12:49 16.11.00 , you wrote: If you know of such an alternative system, could you please let me know? WR I'll look for the article and post them. robert -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]] Sent: den 16 november 2000 09

RE: EJB Performance Question.

2000-11-15 Thread Robert Krueger
to to this. robert -tim -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 1:36 PM To: Orion-Interest Subject: RE: EJB Performance Question. At 12:06 14.11.00 , you wrote: At 10:03 14.11.00 , you wrote: Every single one of those

RE: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-15 Thread Robert Krueger
At 09:52 15.11.00 , you wrote: Sorry about my lack of lucidity. I would like to have 3 web sites up and running under one Orion server. I want the default website (the one that Orion displays by default) to display when the user types http://myserver, I want my cs2k site to come up when the

Re: EJB using core classes?

2000-11-15 Thread Robert Krueger
snip/ At any rate..my main question here is, the EJB class in the jar file is referencing the core class. I don't have the core package in the jar file. I thought if I deployed the jar file into the same web-app as the other classes were in, it would have access to these classes. I compile

Re: DataSource and Transaction

2000-11-14 Thread Robert Krueger
At 08:42 14.11.00 , you wrote: Hi! I have an orion-specific question about DataSources and transactions. I have a session bean in which I start a UserTransaction: ut = context.getUserTransaction(); ut.begin(); .. stuff .. ut.commit(); In the "sutff" section above I create different

Re: orion server works with jdk 1.3???

2000-11-14 Thread Robert Krueger
At 09:16 14.11.00 , you wrote: hi, I used to work with orion server with jdk 1.2.2. Recently I installed jdk 1.3 and uninstalled jdk 1.2.2. Now I am not able to start orion server. I get the error message saying that could not find version number 1.3 for jre in program files/java soft/jre.

does anyone use the parent attribute for applications?

2000-11-14 Thread Robert Krueger
hi, I started using the orion feature, that you can declare a child application of another one. at first it worked fine but I'm beginning to get more and more weird errors, e.g. say I have three applications named parent, child1 and child2. in addition to that I have used the

RE: EJB Performance Question.

2000-11-14 Thread Robert Krueger
At 10:03 14.11.00 , you wrote: Every single one of those calls to dir.getXXX() has to go across the network via RMI. This is slow. You are better off using a well, with orion this is intra-vm so its not that bad ... bulk accessor pattern. For example, create a new class called .. although a

RE: EJB Performance Question.

2000-11-14 Thread Robert Krueger
At 12:06 14.11.00 , you wrote: At 10:03 14.11.00 , you wrote: Every single one of those calls to dir.getXXX() has to go across the network via RMI. This is slow. You are better off using a well, with orion this is intra-vm so its not that bad ... Is there proof that Orion does this?

Re: EJB Basics

2000-11-14 Thread Robert Krueger
At 13:01 14.11.00 , you wrote: What is the difference between WEB-INF and META-INF? How do these directory structures relate to jar, ear, and war files? Which of these is J2EE, and which is Orion-specific? Maybe I am confusing something with Tomcat... - Mark not-an-rtfm grab the j2ee

Re: UserManager shutdown hook?

2000-11-13 Thread Robert Krueger
At 08:41 13.11.00 , you wrote: We have implemented our own usermanager, and it all works great. But we would like to know when the server is restarted at least, if not shutdown. We start up a 'raper' thread, which is responsible for cleaning up expired user references. When the orion is

Re: transaction error message

2000-11-13 Thread Robert Krueger
which orion version? I'd generally stay away from exclusive-write-access="false" since there are some unsolved issues and at the moment IMHO it's not really reliable. I think magnus is looking at it but at the moment it still means trouble. I'd try setting low validity timeouts for the time

Re: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-13 Thread Robert Krueger
At 13:19 13.11.00 , you wrote: I posted this last week, but haven't gotten any resolution. I've followed the how-to's and such in the Orion docs, and have searched the archive. None of the stuff that is mentioned there is working, so I implore any of you out there with multiple websites

Re: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-13 Thread Robert Krueger
At 14:59 13.11.00 , you wrote: In your application.xml for each file, specify the context root. Eg, in cs2k/META-INF/application.xml specify: module web web-urics2k-web/web-uri !-- directory where the website lives, eg applications/cs2k/cs2k-web, must have a WEB-INF/web.xml file in

Re: Newbie Q: Can't find bean?

2000-11-12 Thread Robert Krueger
At 18:14 11.11.00 , you wrote: Thanks for your reply Robert, however I don't really feel it's fair for you to have judged me ignorant of both Java and the J2EE in I apologize if I offended you with my statement. that was not my intention and I didn't judge you ignorant of anything and didn't

Re: Web upload of a Java class

2000-11-12 Thread Robert Krueger
At 15:00 12.11.00 , you wrote: It's not form commercial use. It's for my research project for getting my master's degree in Electrical Engineering ... I'm not concered about securety right now. then hack right on. will be fun. the security aspects of this could easily fill a chapter of your

Re: Web upload of a Java class

2000-11-12 Thread Robert Krueger
oh, I see. that's something the servlet api doesn't do for you. to parse a multipart request (that's what you use for file-upload) all you get is an input stream that you can parse which you have to decode. however there are plenty of utilities that do this for you. one is even shipped with

Re: Get the web uploaded file

2000-11-12 Thread Robert Krueger
File f = (File)request.getAttribute("my_class_file"); But it does not work. It compiles if I change to: Object obj = request.getAttribute("my_class_file"); But then, how do I transform an Object to a File, and then, as the file is a compiled class, how do I create an instantiate this class

Re: 1.4.4 OR Collection classes

2000-11-11 Thread Robert Krueger
Unfortunately it is not always clear whether an object referred to by its interface type is serializable. I am in the middle of fixing a load of beans that returned Iterators, which worked fine on Orion 1.3.8. Of course Iterator is an interface, and I discovered when I upgrade to Orion 1.4.3

Re: Web upload of a Java class

2000-11-11 Thread Robert Krueger
At 16:45 10.11.00 , you wrote: Hi... I need to upload a compiled class to my Orion application and then execute some methods of it. Anybody knows how can I do it? upload the class file, instantiate a URLClassloader that points to the file's url, load the class using that classloader, do

RE: 1.4.4 OR Collection classes

2000-11-11 Thread Robert Krueger
did you file this as a bug report in bugzilla? I didn't find it there. I'll file it now (we just ran into it and it's a nasty one to find). if you already have please contact me so I can remove it. robert Vidur, This looks in same ways similar to the problem that I reported a couple of

Re: Newbie Q: Can't find bean?

2000-11-11 Thread Robert Krueger
At 14:25 11.11.00 , you wrote: OK... I've gotten something working by removing my use of the jsp:useBean tag, and instead grabbing the EntityBean home, and creating manually, which seems to work. yes, bean != enterprise java bean. you will do yourself a BIG favour if you read up on jsp, ejb

Re: dual cpu linux problems

2000-11-10 Thread Robert Krueger
At 08:15 10.11.00 , you wrote: Hello all, Has anyone tested Orion with dual CPU on Linux? We have purchased and deployed Orion on several DELL 1300's with Redhat linux 6.2. All of them seem to work fine. So far so good, until the most recent machine which is

Re: dual cpu linux problems

2000-11-10 Thread Robert Krueger
At 08:15 10.11.00 , you wrote: Hello all, Has anyone tested Orion with dual CPU on Linux? We have purchased and deployed Orion on several DELL 1300's with Redhat linux 6.2. All of them seem to work fine. So far so good, until the most recent machine which is

Re: dual cpu linux problems

2000-11-10 Thread Robert Krueger
I fogot we run kernel 2.2.12-32smp and orion1.3.8 and orion1.4.0 on that machine we've been running orion in production on an hp dual xeon500 machine with Red Hat Linux release 6.1de (Cartman) with the latest glibc upgrade. we've had the same problems with ibm1.3 and run it with sun1.3

Re: Using Webtrends to analyze Orion logs

2000-11-09 Thread Robert Krueger
At 12:10 09.11.00 , you wrote: I want to use Webtrends to analyze orions logs. Has anybody any experience of doing this? If you do I would appreciate any advise you might be able to give. Also, I have noticed that logs to not log browser type, OS etc.. as Apache does eg: Apache logs like

Re: deployment=true -- what does this do?

2000-11-09 Thread Robert Krueger
At 09:33 09.11.00 , you wrote: In the orion development docs, it recommends setting deployment="true" but does not say why. What does this buy you? Also, is it possible to have a web application that references ejb's but is not part of a war? I've deployed my .ear file and everything worked

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-08 Thread Robert Krueger
At 18:15 07.11.00 , you wrote: the first looks like you use non-7bit-ascii characters and didn't declare the correct encoding in your xml (just a guess). I don't think that's it. Here is the dd: could it be that you have some kind of invisible control character in there? usually this results in

Re: What's new?

2000-11-08 Thread Robert Krueger
At 18:37 07.11.00 , you wrote: At 12:02 07.11.00 , you wrote: Does anybody know what is new in the 1.4.2 version of orion server? I get syntax errors compiling the generated wrappers for entities with complex pks. fixed in 1.4.3 just tested it. regards robert robert kesha (-) Robert

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-07 Thread Robert Krueger
it's in orion.jar in the META-INF dir but it's just the official sun version as far as I know. your errors don't indicate that it's a dtd problem. the first looks like you use non-7bit-ascii characters and didn't declare the correct encoding in your xml (just a guess). robert At 08:00

Re: Setting max/min connections

2000-11-07 Thread Robert Krueger
At 10:27 07.11.00 , you wrote: Where can I set the pool size for my datasource in Orion? Justen Stepka read the commented dtd for data-sources.xml in the docs it's all there generally IMHO the dtds are the most valuable source of information as far as orion configuration is concerned. HTH

Re: What's new?

2000-11-07 Thread Robert Krueger
At 12:02 07.11.00 , you wrote: Does anybody know what is new in the 1.4.2 version of orion server? I get syntax errors compiling the generated wrappers for entities with complex pks. robert kesha (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-)

RE: What's new?

2000-11-07 Thread Robert Krueger
At 13:45 07.11.00 , you wrote: How do you get 1.4.2? autoupdate, it's been there only for a few hours. robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Krueger Sent: Tuesday, November 07, 2000 12:38 PM To: Orion-Interest

Re: Specifying different datasources per application

2000-11-06 Thread Robert Krueger
At 11:45 06.11.00 , you wrote: Hello, I'm trying to setup different datasource locations for different applications, but can't get it to work for some reason. Can someone give me a clue? Orio does not complain when deploying. As far as I can understand the datasources.xml file in /config is ok

how to specify an inter-application ejb-ref?

2000-11-06 Thread Robert Krueger
hi, I just checked the archives but didn't find anything on the mechanisms to map an ejb-ref to an ejb that is deployed in a different application. does orion allow that and if so, what do I have to do? is there a special jndi location for that? TIA robert (-) Robert Krüger (-) SIGNAL 7

Re: Remote vs Local Method Call Optimization

2000-11-05 Thread Robert Krueger
At 17:54 05.11.00 , you wrote: Hi Does anyone know if local/remote method calls from EJB to EJB are optimized on Orion. For example if Entity Bean A calls Entity Bean B and they are both located in the same app server (e.g. now a local call) then does orion optimize this call. What I mean is

RE: Remote vs Local Method Call Optimization

2000-11-05 Thread Robert Krueger
methods normally in java when the Entity Beans are local. it should at least keep pass-by-value semantics (i.e. deep-copy all parameters of bean invocations), otherwise it would violate the specs. however, I never really checked. robert cheers -Original Message- From: Robert Krueger [mailto

RE: BMP vs CMP with Orion

2000-11-05 Thread Robert Krueger
At 22:23 05.11.00 , you wrote: My personal trade off was: Why not CMP 2.0 style: - Too scared to use it for real as it is not even officially there ... Why choose for CMP 1.1? - CMP is more portable (across db's). - Working already towards EJB2.0. - The claim is CMP can be optimized better (I

  1   2   3   >