finder methods

2000-07-20 Thread Enrique Wallace
where/how are CMP finder methods (other than primary key) mapped to the database? thanks, ekw Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

RE: debugging orion EJB's with Netbeans

2000-07-20 Thread Dave Smith
EJBs and Servlets (and the interactions between them) are very easy to debug with Kawa if you are Windoze based. See www.orionsupport.com in the Orion FAQ section. Kawa is a lot lighter on the resources then Forte as well. Dave Smith Senior Team Leader Aristocrat Technologies Australia Pty Ltd

deployment error

2000-07-20 Thread Enrique Wallace
Can anyone help me with this error message when starting orion? Auto-deploying titan-ejb.jar... Error compiling file:/D:/orion/applications/titan/titan-ejb.jar: IO Error: EntityBeanWrapper0.java (Access is denied) Orion/1.0.3 initialized This jar was working fine when it contained one session

RE: debugging orion EJB's with Netbeans

2000-07-20 Thread Kirk Kalvar
How about debugging jsp/servlets on Orion? That would be a cool trick. Kirk S. Kalvar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Martin Mavrov Sent: Thursday, July 20, 2000 2:07 PM To: Orion-Interest Subject: Re: debugging orion EJB's with Netbean

Re: Entity beans and database

2000-07-20 Thread Nick Newman
Hi Rick, The EJB spec says that once the entity bean is loaded from the database, the container (Orion) doesn't have any responsibility to keep track of any possible changes to the database. So what you are doing is basically sneaking behind Orion's back. The consequences of this depend on the

Entity beans and database

2000-07-20 Thread Rick Bos
If I have entity beans associated with a table in a database, and I delete all the records in the database outside of the application server, ( .ie using the database command interactive SQL program ) what happens to the entity beans. ? When I try to recreate a record that I erased outside of t

Re: Resource hogging!!!

2000-07-20 Thread Michael Sick
Hi Devendra, We've also seen some high CPU problems with Sun 1.2.2 but on Solaris, though I'm not certain that it's from orion. Is your problem accompanied by high memory usage? We've also seen very high CPU level's when we get a broken pipe when a browser stops accepting data before the servlet

Resource hogging!!!

2000-07-20 Thread Devendra Patel
Hi!: I am using orion 1.0 on Linux(redHat 6.0) and sun jdk1.2.2. The problem is java process running orion.jar is hogging 98% of CPU time. This event is happening every day/nextday that means webserver down/not responding message every day. Could some one help me out. thanks devendra __

Re: debugging orion EJB's with Netbeans

2000-07-20 Thread Martin Mavrov
- Original Message - From: "Rob Lapensee" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, July 20, 2000 6:35 PM Subject: debugging orion EJB's with Netbeans > Hello all, > > Did anyone get Netbeans debugging to work. > > I have found the following so far.

SSL

2000-07-20 Thread Savotchkin Egor
Hi all,     I have a valid thawte certificate in "Standard Certificate Format". I want to set up an SSL site using Orion. I installed it using: keytool -keystore keystore -keyalg "RSA" -import -trustcacerts -file cboss.cer it was installed properly (no errors were reported).   But when I

debugging orion EJB's with Netbeans

2000-07-20 Thread Rob Lapensee
Hello all, Did anyone get Netbeans debugging to work. I have found the following so far... 1) you need to get Netbeans from www.netbeans.org 2) you need to get jpda from sun at http://java.sun.com/products/jpda/ 3) you need to make sure the netbeans startup includes the jpda.jar 4) you

Re: value of default config items.

2000-07-20 Thread Karl Avedal
Hello Sumit, Adding the tag is a way to restrict the number of http connections. That is, without such a tag, there isn't such a limitation. Most config tags do not have default values since it doesn't make sense for them (for example addresses, paths, names). However, there could of course be

HowTo Setup JDBC:ODBC Bridge?

2000-07-20 Thread Berny Woehrlin
Hi, I need a little help to set up the JDBC:ODBC on a Windows-System. Do I need to set the parameters of the first block and if so, how do I set these parameters? Tanks for a fast reply Berny P.S.: Thumbs up for the Orion Application Server! begin:vcard n:Woehrlin;Berny tel;work:+49 - 40

RE: initial context help - security role

2000-07-20 Thread Tom MAK
Hi, Correction, the security role access right for EJB should be defined in an the apps ejb-jar.xml file, not aplication.xml. Correct me if this is not the case for Orion. Tom MAK >From: "Tom MAK" <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: RE: initial context help

RE: how to set up xsl transform

2000-07-20 Thread Earl Marwil
Dave is correct. Look under default-web-app/examples/xsl. I have tried the following: test.jsp contains much the same as the data.xml example, but of course is a jsp which produces text/xml output. Servlet chaining sends this to the XSLservlet. test.jsp ---

URL rewrite

2000-07-20 Thread Thomas Kwan
Does Orion support URL rewrite like the one in Apache? I want to be able to give URLs to my customer like http:///feature/ Then, the rewrite will forward to HTTP request to something like http:///somewhere/handle.jsp?uid= Is it possible to achive this with Orion? thanks thomas

How can I precompile all my JSP files?

2000-07-20 Thread David
Hi How can I precompile all my JSP files when I place them on my web site? I don't want to wait until they are hit the first time. Both Tomcat and JRun include a JSP compiler (JSPC) that does exactly this. Thanks for any help.