Re: error-page tag in web-xml question

2002-04-11 Thread Deniz Bocek
Hi it's possible and it working. and also it's working on OC4J.i am using it. here is my code of web.xml and it working on OC4J (9.0.3.0) and also resin. error-page error-code404/error-code location/error/error.jsp/location /error-page as far as I know, no (don't know why,

Re: How to display a directory using Orion as a webserver?

2002-04-11 Thread Kesav Kumar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You need to add directory-browsing=allow attribute to orion-web-app node in orion-web.xml. You can find this orion-web.xml in applicationdeployments\application\webapplicationname directory. kesav kumar - - Original Message - From: wzfg

Re: apache front end

2002-04-11 Thread Ismael Blesa Part
OrionServer support AJP13 since version 1.4.8 see changes.txt file. But it is a mysterious support. Nobody know how to configure it. :O Joseph Ottinger wrote: Yes, Apache slows Orion down quite a bit. It ends up issuing new requests to Orion, which is really inefficient. When and if Orion gets

Re: include orion-ejb-jar.xml in an ejb.jar ?

2002-04-11 Thread Matthias Gottschlich
o.k. it works! Thanks for comments! Now we have got another problem, since the orion-ejb-jar.xml is placed in the corresponding jar-file, orion detects an updated orion-ejb-jar.xml every time i deployd the ear-file, wich contains theses jar-file. In my opinion this happens because the

Re: How to display a directory using Orion as a webserver?

2002-04-11 Thread Curt Smith
Is there a way to scope the directory listing to particular roots or directories? thanks, curt Kesav Kumar wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You need to add directory-browsing=allow attribute to orion-web-app node in orion-web.xml. You can find this orion-web.xml in

https session-timeout problem

2002-04-11 Thread @Basebeans.com
Subject: https session-timeout problem From: Emil Birgersson [EMAIL PROTECTED] === Hello! I have a strange problem. I use a couple of session variables (shopping cart, username) and I changed the session-timeout propertie to let's say 60 minutes. This worked fine until I made my site secure, the

Please, REMOVE me from the Orion Interest List

2002-04-11 Thread Greiter Dr. Gebhard
Please, REMOVE me from the Orion Interest List

SV: https session-timeout problem

2002-04-11 Thread Magnus Rydin
Hi Emil, This is an old issue with IE and SSL. To get away from those issues, use HTTP sessions instead of SSL sessions on your protected site. This is enabled by having an entry like shared=true in the binding entry in your web-site.xml. See the xml descriptor at:

Re: include orion-ejb-jar.xml in an ejb.jar ?

2002-04-11 Thread Lachezar Dobrev
Maybe I don't get it. What is the problem. When you redeploy the ear it should get the new DDs. However, I WILL recommend to delete the deployment dir before (re)deployment. Orion has a nasty bug, that ignores the DD in the jar/ear/war on redeployment. That is nasty. You should delete the

Re: [orion-interest]Re: include orion-ejb-jar.xml in an ejb.jar ?

2002-04-11 Thread Hani Suleiman
Wrong, this is not a bug, this is part of application assembly/deployment. The reason that orion does not wipe out the application-deployments files is so that you can have different deployments of the same app in different systems, with different table names perhaps or column names (just as an

Re: https session-timeout problem

2002-04-11 Thread Jose Mena
I had the same problem and I fixed it putting shared=true in the web-app line of the secure-web-site.xml config file. - Original Message - From: Orion Newsgroup @[EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 1:25 PM Subject: https session-timeout

RE: How to display a directory using Orion as a webserver?

2002-04-11 Thread Nimmons, Buster
You could make sure that every directory you don't want browsing allowed in has an index.html (or whatever the default page is set to) and e request for that directory will display the default page instead of the directory. And the directories without those pages will allow browsing

Re: Please, REMOVE me from the Orion Interest List

2002-04-11 Thread vertigrated
you can remove your self the same place you signed up Please, REMOVE me from the Orion Interest List

AJP12

2002-04-11 Thread Aaron Tavistock
Last year at JavaONE Karl told me that Orion supported AJP12. I've tried mod_jk in several ways, tried looking for a place to set an AJP connector in Orion, and even poped open the orion.jar looking for a connector. It never worked - so I gave up many months ago. Now its becoming more

is Orion dead?

2002-04-11 Thread Aaron Tavistock
Whats the current state of Ironflare and Orion? Nothing has changed in the 'stable release' of Orion for almost a year, even though there are glaring bugs in http session clustering (not even fixed in 1.5.4) and some significantly lacking components. Ironflare was supposed to be in the

RE: Translation: How to configure OpenLDAP and EJB - RE: LDAP

2002-04-11 Thread Michael C. Han
 OpenLDAP is relatively easy to use (once you get the thing to finally compile). Afterwards, you can simply use the Sun implementation of a JNDI provider SPI to connect directly to it. I haven't done this in Orion but with WebLogic, as soon as I got OpenLDAP up and running, I was able to

REMOVE

2002-04-11 Thread Manish Jha
_ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com

Filter.init() not being called?

2002-04-11 Thread Greg Davis
I am feeling kinda dumb here. I have a Filter that works fine except it does not call init() the first time it is put into service. I tried wiping out the persistence files in orion/application-deployment and orion/persistence but it does not seem to ever call the Filter's init method. I am

ClassCastExceptions in EJB client: What am I missing?

2002-04-11 Thread David Moles
So I have a session bean, Home interface, Remote interface, Bean class, the works. When I invoke it from a web application within Orion, it works fine. When I try to invoke it from a standalone client, I can look up the home interface but I can't narrow it. I get: java.lang.ClassCastException

Re: AJP12

2002-04-11 Thread Scott Farquhar
AJP12 was in Orion, but was disabled due to bugs. Perhaps Oracle has fixed those bugs in their version re-enabled it. I have no idea if Ironflare are planning to fix this. Cheers, Scott Aaron Tavistock wrote: Last year at JavaONE Karl told me that Orion supported AJP12. I've tried mod_jk

Re: is Orion dead?

2002-04-11 Thread Jarrod Roberson
At 03:41 PM 4/11/2002, you wrote: Whats the current state of Ironflare and Orion? Nothing has changed in the 'stable release' of Orion for almost a year, even though there are glaring bugs in http session clustering (not even fixed in 1.5.4) and some significantly lacking components. Ironflare

Re: [orion-interest]Re: is Orion dead?

2002-04-11 Thread Hani Suleiman
I know that Oracle 9iAS is evolving and expanding, and I believe that IronFlare is doing a significant amount of work on the 9iAS code base (as consultants?). But whats to become of Orion? It almost appears that Oracel has consumed Orion completely and no development will happen on the old

Re: apache front end

2002-04-11 Thread Tim Courtney
This is just a follow up to the message I posted yesterday. The slow connection speed between apache orion has been fixed It was a configuration problem on the network switch cheers tim Tim Courtney wrote: second attempt at sending this. sorry if anyone gets it twice. I'm curious as to

Oracle9i vs. Orion

2002-04-11 Thread Brian Chan
How different is Oracle9i from Orion? I always thought it was the same thing but renamed. Are they essentially two different trees now maintained by different groups? - Brian

Please, REMOVE me from the Orion Interest List

2002-04-11 Thread
Please, REMOVE me from the Orion Interest List my email address is [EMAIL PROTECTED]

Referential Integrity in one to one

2002-04-10 Thread Jesper Rasmussen
Hi, Im having some problems with the move integrity of a one to one relationship. The problem is this: a1 = new A a2= new A b1= new B b2 = new B a1.setRefToB(b1) a2.setRefToB(b2) This all works fine. when i then do: a1.setRefToB(a2.getRefToB()) The container should move the reference and

RE: JDBC try/catch Pitfall ***MUST READ***

2002-04-10 Thread Jens Schumann
- Retry - I don't know if there are any issues with finally clauses - at least you should not wrap all close() in your finally block within _one_ try/catch clause. Use e.g. a static helper class which encloses every close() in a separate try/catch block. I have never had any issues by doing so -

trigger a refresh to the bean caches

2002-04-10 Thread Oliver Stauss
Hello, i´m working on the current experimental version 1.5.4 and i need to trigger a bean cache refresh from inside my application. Reason: The entity beans are deployed with the exclusive-write-access = true. This should assure a better performance. over 95% - 99% percent of all table

include orion-ejb-jar.xml in an ejb.jar ?

2002-04-10 Thread Matthias Gottschlich
Hi, thank you for the comment on my last posting distibute beans in different jar! Here is another question: We develop in a small team. One person create the entity-beans with finder, interfaces , dd and so on If he creates an new finder, he has to create the where clause of the

SV: JDBC try/catch Pitfall ***MUST READ***

2002-04-10 Thread Fredrik Ålund
The connection object itself is destroyed when it's garbage collected, so from a client perspective that's ok. But you don't know what happens on the server. In some database the connection take up resources until garbage collected there as well, and since database connections can be quite

Java newsgroups: Entity Beans not synchronising with database

2002-04-10 Thread Kumar, David
We are currently using a stateless session bean to perform a direct update of a table in the database and then usinga findermethodin the home interface of an entity bean which is mapped over the same table to retrieve the records that have just been updated. Because both transactions are

Re: include orion-ejb-jar.xml in an ejb.jar ?

2002-04-10 Thread Lachezar Dobrev
Hi. Yes. You may include an orion-ejb-jar.xml in the jar file. Orion wiull read it on deployment, mix-in the missing values, and then use that xml. Since orion 1.4.8 the orion-ejb-jar.xml should be in the META-INF directory in the jar. Earlier versions had the deployment dd in another

error-page tag in web-xml question

2002-04-10 Thread Jose Mena
Hi, I'm trying to set an error page in one of my web applications. To do this i have put this tag in the web.xml file: error-page error-code500/error-code location/error.html/location /error-page to catch all the 500 errors and redirect the user to an error page. It works when

mail list

2002-04-10 Thread @Basebeans.com
Subject: mail list From: Vic Cekvenich [EMAIL PROTECTED] === This mail is now mirrored on a news so you can read it using a news reader at news.basebeans.com. (other news on there are Struts, Tomcat, Soap, Fop, Castor, Orion, Resin, Commons, Tags, etc.) You may need to hit refresh to get a

R: error-page tag in web-xml question

2002-04-10 Thread daniele rizzi
as far as I know, no (don't know why, simply it won't work) d. (on oc4j, a close relative of orion) -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di Jose Mena Inviato: mercoledì 10 aprile 2002 13.20 A: Orion-Interest Oggetto: error-page tag in web-xml

RE: error-page tag in web-xml question

2002-04-10 Thread DORAN, GRANT
Jose, You should be able to. We use jsp pages for surface level exceptions like this. error-page exception-typeuk.co.britannic.flexisale.common.exception.FlexisaleExceptio n/exception-type location/error/FlexisaleException.jsp/location /error-page And

LDAP

2002-04-10 Thread 45100125
´ó¼ÒºÃÎÒÏëÖªµÀOpenLDAPºÍEJBµÄÁª½ÓºÍÈçºÎÅäÖã¬ÎªÊ²Ã´Õâ¸ö´úÂë²»ÓëLDAPÁª½Ó¡£Ð»Ð»Çë¿ì¸æËßÎÒ£¡£¡£¡£¡£¡£¡£¡£¡£¡ = VIPÓÊÏä³öпÓŻݼÛÿÔÂÖ»Òª4ԪǮ£¡ ÓÃvipÓÊÏ䣬ËÍ¡¶ÇóÖ°±¦µä¡·£¡ ¶¨°üÔ¶ÌÐÅ£¬ËÍVIPÓÊÏä £¡

Re: Referential Integrity in one to one

2002-04-10 Thread Ray Harrison
Jesper - There has been a tremendous amount of work done on relationships in an upcoming release of Orion. This particular bug has been fixed. Cheers Ray Jesper Rasmussen [EMAIL PROTECTED] wrote: Hi,Im having some problems with the move integrity of a one to onerelationship.The problem is

RE: Java newsgroups: Entity Beans not synchronising with database

2002-04-10 Thread Greg Davis
You should set the exclusive-write-access="false" in your orion-ejb-jar.xml file since you are not accessing the table (exclusively) through the Entity bean. Why not have the stateless session bean use the create() method in the Entity bean's home? Have you run into a performance issue

Re: mail list

2002-04-10 Thread @Basebeans.com
Subject: Re: mail list From: Anders Dahlberg [EMAIL PROTECTED] === This mail is now mirrored on a news so you can read it using a news reader at news.basebeans.com. ...and send? probably :) (other news on there are Struts, Tomcat, Soap, Fop, Castor, Orion, Resin, Commons, Tags, etc.) You

How to display a directory using Orion as a webserver?

2002-04-10 Thread wzfg
Hi, Can anyone tell me how can I display a directory use Orion as a WebServer? What I need set something and where or which file I need update and how to update? I checked all the conf files, but I did not find. Thanks a lot.

apache front end

2002-04-10 Thread Tim Courtney
second attempt at sending this. sorry if anyone gets it twice. I'm curious as to anyone else's experience with putting the apache web server as a front end to orion. We basically followed the instructions from this guide http://www.orionsupport.com/articles/apachefrontend.html Although the

Re: How to display a directory using Orion as a webserver?

2002-04-10 Thread Scott Farquhar
You need to turn directory browsing on: http://kb.atlassian.com/content/orionsupport/articles/dirbrowsing.html http://kb.atlassian.com/content/orion/docs/deployment/orion-web.xml.html Be sure to also read this: http://kb.atlassian.com/content/atlassian/howto/orionxml.jsp Cheers, Scott wzfg

Re: apache front end

2002-04-10 Thread Joseph Ottinger
Yes, Apache slows Orion down quite a bit. It ends up issuing new requests to Orion, which is really inefficient. When and if Orion gets a mod_jk equivalent, that will change... although adding apache in front will always be a problem. -

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-09 Thread Jeff Schnitzer
From: Simon Stewart [mailto:[EMAIL PROTECTED]] Forgive me, but what about the case where you just set the prim-key-class to be java.lang.Object and don't specify a managed primary key field in your ejb-jar.xml file? While that's not the world's most advanced method for automatically

SV: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-09 Thread Magnus Rydin
Hi, Have a look at the ATM sample shipped with the latest build, it uses them for the logs. With regards, Magnus Rydin -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] För Jeff Schnitzer Skickat: den 9 april 2002 09:30 Till: Orion-Interest Ämne: RE:

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-09 Thread Ray Harrison
Jeff - Yes, it really works. You can get access to the key value later by using getPrimaryKey on the instance. Cheers Ray Jeff Schnitzer [EMAIL PROTECTED] wrote: From: Simon Stewart [mailto:[EMAIL PROTECTED]] Forgive me, but what about the case where you just set the prim-key-class to be

[no subject]

2002-04-09 Thread Jose Mena
Hi, I'm trying to set an error page in one of my web applications. To do this i have put this tag in the web.xml file: error-page error-code500/error-code location/error.html/location /error-page to catch all the 500 errors and redirect the user to an error page. It works when

R: Orion EJB container and SSL

2002-04-09 Thread Montebove Luciano
I don't know how to do this. It could be possible, but there isn't documentation yet. As an alternative you could use SOAP. For example with GLUE you can use SSL to connect from a Java client to your EJB. Have a look at this articles:

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-09 Thread tibor . hegyi
One comment on BMP performance mentioned in this thread. Applying the Fat-Key pattern may allow you to bulk load BMP entities from database with1 query instead of N+1. Tibor -Original Message-From: Ray Harrison [mailto:[EMAIL PROTECTED]]Sent: Tuesday, April 09, 2002 1:30 PMTo:

Re: JDBC try/catch Pitfall ***MUST READ***

2002-04-09 Thread Tim Endres
try { if(rs != null) rs.close(); if(ps != null) ps.close(); if(conn != null) conn.close(); } catch(SQLException sqle) { sqle.printStackTrace(); } You do not make it clear, but if either

Re: [orion-interest]Re: JDBC try/catch Pitfall ***MUST READ***

2002-04-09 Thread Hani Suleiman
Or use finally, which practically guarantees closure no matter what On 9/4/02 2:31 pm, Tim Endres [EMAIL PROTECTED] wrote: try { if(rs != null) rs.close(); if(ps != null) ps.close(); if(conn != null) conn.close();

Re: JDBC try/catch Pitfall ***MUST READ***

2002-04-09 Thread Curt Smith
try { ... return; } catch () {} finally { // must always come here per the Java VM spec // else it's a bug // Not calling the instance obj ref methods is a serious bug IMHO } To me this looks like a bug not an odd side effect. What's your operating environment? Linux? curt

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-09 Thread Jeff Schnitzer
I probably should have phrased my question a little differently: Is this guaranteed to work on any J2EE-compliant appserver? Jeff -Original Message- From: Ray Harrison [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 4:30 AM To: Orion-Interest Subject: RE:

Re: JDBC try/catch Pitfall ***MUST READ***

2002-04-09 Thread Scott Farquhar
This site demonstrates the pitfalls with using returns finally: http://www.cs.arizona.edu/sumatra/hallofshame/ It seems like this behaviour is not specified by the Java Language Specification. Cheers, Scott Greg Davis wrote: This deals with try/catch blocks and finallys. I always believed

Re: timed events

2002-04-09 Thread Ray Brown
Get Sims Computing Inc product called Flux. You will need to set the times via a servlet or application, but it provides the timer or clock that your're writing about. http://www.simscomputing.com/ On Wednesday 13 March 2002 08:06 am, you wrote: Perhaps via a croned java client? //Johan

Re: JDBC try/catch Pitfall ***MUST READ***

2002-04-09 Thread Tim Endres
To be honest, having implemented compilers and interpretters, the for and while loop examples that they provide seem entirely logical. The cases, in fact, are similar to saying this statement is false, and Java would have to specify specific behavior for these cases. I still find it very

RE: JDBC try/catch Pitfall ***MUST READ***

2002-04-09 Thread peter_saurugger
Wasn't there some other code in the finally clause which could throw another SQLException? This would explain why some code got executed while the rest did not. By the way, the javadoc says: close public void close() throws SQLExceptionReleases a Connection's database and JDBC

RE: JDBC try/catch Pitfall ***MUST READ***

2002-04-09 Thread Shane Whitehead
I personally follow the old school of thought, 1 entry, 1 exit...while this was probably intended to describe the entry/exit points of a program itself, I use this same idea when coding...rather then returning in the middle of a block of code, I generally try and return at the end, while this can

Re: Werent current caller

2002-04-08 Thread Lachezar Dobrev
Hello. By the message, I would assume (correct me), that you have a parent/child relation. I may _guess_, that you are trying to use the parent to set something in the child (like the parent ID). If this is the case, you might _need_ to set the parent to be reentrant=true. That helped me.

BMP - max-instances - orion 1.5.4

2002-04-08 Thread Gautier Koscielny
Hello, We have an application where we are loading a consequent number of beans (BMP) from the database. To avoid opening to many connections to the database, we have set two bmp entities specification in the orion-ejb-jar.xml like this : enterprise-beans entity-deployment

How can I make orion stop caching my EBs?

2002-04-08 Thread Cristian Donciulescu
Hello, I have an application that uses some EBs. The underlying data on which the EBs are mapped is modified by an external application. Orion caches the entity beans, so I don't see the DB modifications immediately in the beans. How can I make orion stop caching my EBs? Thanks, Cristian

RE: Werent current caller

2002-04-08 Thread Jeff Lowcock
Thanks for the hint, I'll give this a go. You must be intuitive as this parent child setting is what I'm trying to do, although I've also tried extracting the parent ID on the client side and then setting (via create) the parent key in the chils record as it's being created and this also

Problem to deploy a application in a war file.

2002-04-08 Thread Javier.Fernandez
Hi everyone I am new in Orion Server, When i make a manual deploy of war, i add to application.xml web-module id=atlassian path=../application-deployments/atlassian.war / then web-app application=default name=atlassian root=/admin / well, if i put frostis.cf.jcyl.es:7780/admin

Re: How can I make orion stop caching my EBs?

2002-04-08 Thread Sergey G. Aslanov
Hi Orion-Interest Use attribute exclusive-write-access=false in orion-ejb-jar.xml for your EB. Monday, April 08, 2002, 2:35:52 PM, you wrote: CD Hello, CD I have an application that uses some EBs. The underlying data on which the EBs are mapped is modified by an external application. CD

[no subject]

2002-04-08 Thread Manli Chan
Hi everybody, Could anyone tell me why I would get the 403 directory not allowed to be written error when I tried to run the addressbook example in the Orion CMP primer tutorial? I appreciate your help. __ Do You Yahoo!? Yahoo! Tax Center -

Re: How can I make orion stop caching my EBs?

2002-04-08 Thread Lachezar Dobrev
Answer: orion-ejb-jar.xml entity-deployment . exclusive-write-access=false ... Lachezar - Original Message - From: Cristian Donciulescu To: Orion-Interest Sent: Monday, April 08, 2002 12:35 PM Subject: How can I make orion stop caching my EBs? Hello, I have an

orion example news app

2002-04-08 Thread @Basebeans.com
Subject: orion example news app From: alt.cybercafes [EMAIL PROTECTED] === Just setup orion example news app and was wondering what the default username and password login into the application.?

SV: Taglib + jsp:include + sendRedirect does not work?

2002-04-08 Thread Anders Callertun
First complete the tag library and then use jsp:include. But that will not do what I want. I want the parsed, compiled and included file be sent as a mail, so it must be in the body of the sendMail-tag. /Anders Callertun Net Entertainment AB

RE: Problem to deploy a application in a war file.

2002-04-08 Thread Linda Lott
try changing default.jsp to index.jsp, or change the config file where you specify the initial page. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Monday, April 08, 2002 7:12 AM To: Orion-Interest Subject: Problem to deploy a

Re: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-08 Thread Simon Stewart
On Sun, Apr 07, 2002 at 01:11:37PM -0700, Jeff Schnitzer wrote: Irrespective of who may be a smarter developer, I can guarantee you that I know a *lot* more about *my* specific business logic than Karl or Magnus. Furthermore, Karl and Magnus are for the most part just implementing a

RE:

2002-04-08 Thread Linda Lott
HI, I have been trying to run this example too with the same error...seems like the users are not set up correctly or something because it isn't allowing anyone in. I wish I knew the problem too! If you come up with something, let us all know! Thanks -Original Message- From: [EMAIL

RE: Taglib + jsp:include + sendRedirect does not work?

2002-04-08 Thread peter_saurugger
the jsp:include action page has access to the JspWriter object only (i.e. serves content), which gets thrown away /throws exception when you do a sendRedirect [you are telling the server not to serve any content, instead go to a different page; technically, sendRedirect causes the server to send

[no subject]

2002-04-08 Thread Cristina Perma
Hi , I have a problem with InterBase and Orion. When I am trying to make a connection to a database, I receive : interbase.interclient.CommunicationException: [interclient] Communication error: A socket exception occurred while trying to establish a socket connection to server

ClassCastException while doing REMOTE ejb lookup from a web module

2002-04-08 Thread kkvarfordt
Hi, I am getting a ClassCastException when I try to narrow a lookup on a remote stateless session bean from a jsp page. My configuration is orion 1.5.4 with an application for the remote stateless session bean and an application for the web module. For testing purposes, I am running under

Re: Problem to deploy a application in a war file.

2002-04-08 Thread Scott Farquhar
[EMAIL PROTECTED] wrote: P.D. do you know any comercial or free tools to admin Orion server? Whilst not a full administration suite, we provide tools that make working with Orion easier. http://www.atlassian.com/software/tools/ Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED]

Re: ClassCastException while doing REMOTE ejb lookup from a web module

2002-04-08 Thread Scott Farquhar
Most often this is caused by having a two different compiled versions of your class. Ensure that you have only one copy of the class available to your web-application. If you are using web ejb in the same container, then you can access the classes from the ejb layer in your web app. This

RE: ClassCastException while doing REMOTE ejb lookup from a web module

2002-04-08 Thread Dillon, Ryan
Hi, I had a similar problem, and found the post you mentioned. I followed up with Ashok but apparently he is an OC4J developer and i dont think it has been fixed in Orion :( Regards Ryan -Original Message- From: [EMAIL PROTECTED] To: Orion-Interest Sent: 9/04/2002 7:35 AM Subject:

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-07 Thread The elephantwalker
You will find that if you want the _enterprise_ features offered by cmp with straight jdbc calls, your classes for jdbc calls will be slower than cmp, and _much more_ difficult to develop. I am not a smarter developer than Karl or Magnus. Their algorithms for caching, transaction management,

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-07 Thread Jeff Schnitzer
From: The elephantwalker [mailto:[EMAIL PROTECTED]] You will find that if you want the _enterprise_ features offered by cmp with straight jdbc calls, your classes for jdbc calls will be slower than cmp, and _much more_ difficult to develop. I am not a smarter developer than Karl or

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-07 Thread The elephantwalker
Entity bean caching I have found to be remarkably useless. First of all, it depends on a pessimistic locking strategy, which is both hard to use (gotta love those deadlock exceptions!) and not applicable to a clustered environment or any environment in which the database table can be modified

CMP/BMP and standard JDBC, speed is of essence

2002-04-06 Thread Duffey, Kevin
Hi all, Kinda curious about one thing. We use BMP, and tried CMP. Both seem to load one record at a time. With straight JDBC, you can query and get a large result set back in one time. When comparing our searching using CMP and BMP, it is over 100 times slower than a straight JDBC query when

Re: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-06 Thread Hani Suleiman
CMP will load in all the entities in one go (in orion at least). There will be a performance difference between straight JDBC and EJB, since there's more involved with an EJB query. Transactions, constructing entities and so on are extra overhead that just getting a resultset back will not have.

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-06 Thread Jeff Schnitzer
From: Hani Suleiman [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 06, 2002 6:20 PM To: Orion-Interest Subject: Re: [orion-interest]CMP/BMP and standard JDBC, speed is of essence CMP will load in all the entities in one go (in orion at least). There will be a performance difference

SV: Role Manager

2002-04-05 Thread Inge Wiese
PLEASE DELETE THIS MAIL ADDRESS FROM YOUR LIST. THANK YOU -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]På vegne af Anil D Sendt: 4. april 2002 15:11 Til: Orion-Interest Emne: Role Manager Hi all I have one doubt regarding the use of RoleManager Class.

SV: Error trying to join this mailing list

2002-04-05 Thread Inge Wiese
PLEASE DELETE THIS ADDRESS FROM YOUR LIST. THANKS -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]På vegne af Robert Johnson Sendt: 5. april 2002 08:09 Til: Orion-Interest Emne: Error trying to join this mailing list Whenever I enter my email address at:

Fw: Orion EJB container and SSL

2002-04-05 Thread Sorin Pop
Hey, is there anybody out there who can tell me something about this?! I've sent this more than a week ago, and I got no feedback whatsoever. If I'm talking bullshit (e.g the question is stupid or something like that), at least tell me _that_ somebody! But, please, somebody say something to

Re: SV: Error trying to join this mailing list

2002-04-05 Thread Robert Virkus
Hallo Inge, please don't bother us, unsubscribe yourself at www.orionserver.com -- mailing-list Rob Friday, April 5, 2002, 11:04:24 AM, you wrote: IW PLEASE DELETE THIS ADDRESS FROM YOUR LIST. IW THANKS IW -Oprindelig meddelelse- IW Fra: [EMAIL PROTECTED] IW [mailto:[EMAIL

Re: classpath problem with ear file

2002-04-05 Thread Scott Farquhar
This document is a good overview of classloaders in Orion. http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp What Alex says is basically correct - for classes that need to be accessed by your EJBs - either package them in the same jar, or use manifest classloading. You can

Re: Fw: Orion EJB container and SSL

2002-04-05 Thread Ray Harrison
You may want to try posting out on www.atlassian.com or www.elephantwalker.com as well (if you haven't already). Cheers Ray Sorin Pop [EMAIL PROTECTED] wrote: Hey,is there anybody out there who can tell me something about this?! I've sentthis more than a week ago, and I got no feedback

distribute beans in different jars

2002-04-05 Thread Matthias Gottschlich
Hi, i am new in development of j2ee-applications, so i think my question could be too stupid.. We have 70 entity-beans with local and remote interfaces and 5 session beans (will be more in future) in one ejb-jar-file. The session-beans reference the entity beans with local interfaces!

Connection was closed

2002-04-05 Thread Tom
Hi, I'm migrating the existing system from Hypersonic to Interbase - my configuration: Resin - Orion - InterClient JDBC (2.0.1) - Interbase 6.0 The same configuration, but with either HSQL or Oracle works fine. The problem is that Orion loses the connection to the DB

Re: Taglib + jsp:include + sendRedirect does not work?

2002-04-05 Thread prasanth sb
Hi Anders, First complete the tag library and then use jsp:include. util:sendMail from=[EMAIL PROTECTED] to=[EMAIL PROTECTED] subject=testmail /util:sendMail jsp:include page=/templates/smalltext.txt / thanks, Prasanth From: Anders Callertun [EMAIL PROTECTED]

Security context

2002-04-05 Thread Sergey G. Aslanov
Hi, orion gurus I have tho orion applications - for EJB tier and for WEB tier. How to pass security context from WEB-tier with form authentication to some EJB? I setup my application this way: WEB orion: rmi.xml: rmi-server server

RE: CMP 2.0 vs BMP - Which performes better?

2002-04-05 Thread prasanth sb
Hi Jeff and other dear friends, I had this doubt in my mind very earlier. When we load very large amount of data from the database, how it can be handled? If we use result sets and iterate, this is going to take a long time? How can we limit the number of records that

Re: distribute beans in different jars

2002-04-05 Thread Joao_Cunha
Hi, Using Jikes as compiler for deployment can really improve the the time it takes. best regards, Joao Cunha Matthias

RE: CMP 2.0 vs BMP - Which performes better?

2002-04-05 Thread The elephantwalker
See my earlier post on this thread. You can use custom finders with _extreme_ ease in Orion. I gave an example for Oracle (since Oracle does not _have_ the sql LIMIT statement). For other databases, you could use a LIMIT statement in your custom finder. Regards, the elephantwalker

Re: distribute beans in different jars

2002-04-05 Thread Stephen Davidson
Matthias Gottschlich wrote: Hi, i am new in development of j2ee-applications, so i think my question could be too stupid.. We have 70 entity-beans with local and remote interfaces and 5 session beans (will be more in future) in one ejb-jar-file. The session-beans reference the

RE: distribute beans in different jars

2002-04-05 Thread Alex Paransky
One immediate way to speed your deployment time up, is to switch to using Jikes as your compiler. We have done this recently and it takes seconds to redeploy entire application. Afterwards, you can look in to splitting session beans from entity beans. - -AP_ See my profile at

Werent current caller

2002-04-05 Thread Jeff Lowcock
I'm getting this exception and message raised in the server when I'm attempting to create a new CMP instance. I cannot find any documentation on this message and way too much on the exception java.lang.InternalError, can anyone direct me to a source where I can identify possible sources of

<    1   2   3   4   5   6   7   8   9   10   >