RE: StackOverflowError

2001-05-25 Thread Tim McCune
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I went back and retraced my steps to try to figure this out. I have a jar inside my ear file that contains an application-client.xml, so I wondered if that might be causing some kind of infinite loop in Orion. Copying this jar into Orion's lib

RE: Struts help?

2001-05-25 Thread Grama Bogdan
Try Orion 1.5.1. In Orion 1.4.5 i have the same problem. You can use autoupdate. I send you the starting tools for autoupdate. You (if you are behind a proxi) have to edit autoupdate.bat -Original Message-From: Chad Stansbury [mailto:[EMAIL PROTECTED]]Sent: Thursday, May 24,

SessionBean create method returns null

2001-05-25 Thread Tim McCune
Title: SessionBean create method returns null -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Calling create() on my session bean's home interface is returning null. I added a debug statement to the session bean's ejbCreate() method, and it never shows up in Orion's console. No exceptions

Re: help jsession problem -urgent

2001-05-25 Thread Jacky Cheung
Kesav, It seems that your are using url rewriting to track sessions. According to the Servlet specification, for session tracking using URL rewriting, a path parameter should be added. I think the url should be... http://localhost/vms/servlet/Logout;JSESSIONID=x?fileName=blah You can find

RE: StackOverflowError

2001-05-25 Thread Adam Cassar
file a bug On 25 May 2001 00:19:55 -0600, Tim McCune wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I went back and retraced my steps to try to figure this out. I have a jar inside my ear file that contains an application-client.xml, so I wondered if that might be causing some

RE: JSP can't use local classes - What am I overlooking?

2001-05-25 Thread Marcel Schutte
I believe that you should have your package (jar) in the orion/lib directory, from your message it seems that you have it in WEB-INF/classes. That directory is usually for servlets. Eric. Just to point out that per Official Sun Servlets 2.2 / Jsp 1.1 Specifications, all jsp and servlets

log4j and ejb

2001-05-25 Thread Harish Muleva
hi i am using log4j for stateless bean , i am able to write log from client in a seprate file but unable to from BeanClass . let me suggest how i can use for Bean class. reply me asap thax H a r i s hM u l e v a MindTree Consulting Pvt. Ltd, #42, Block A, 27th Cross,

Transactions and Exceptions - Bug or Feature?

2001-05-25 Thread Jens Stutte
Hi all, i have a question concerning transactions and exceptions (and, of course, orion). Consider having a client C, an entity bean E1 and another one E2. All functions of the beans have the transaction attribute Required. Now C calls a function on E1 which calls another function on E2 which

Re: Cocoon Error:Publishing Engine could not beinitialized:org.xml.sax.SAXNotRecognizedException

2001-05-25 Thread James Fairbairn
I get the same error using IBM JDK1.3 for Win2k. Anyone know how to fix it? James - Original Message - From: Ganasen Gounden [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 8:28 AM Subject: Cocoon Error:Publishing Engine could

JSP pre-compilation

2001-05-25 Thread Su, Yi
Hello, Does anyone knows what tools available for precompile JSP files? Thanks a lot. Regards, Yeoman -Original Message-From: Scott Hernandez [mailto:[EMAIL PROTECTED]]Sent: Friday, May 25, 2001 1:42 PMTo: Orion-InterestSubject: Re: HELP! 1.4.5 and JMS Checkout

RE: HELP! 1.4.5 and JMS

2001-05-25 Thread Joseph B. Ottinger
Well, that's useful. Actually, I'm investigating the use of SOAP now (not being an anti-MS idiot^Wbigot and all) and it's pretty nice; with a decent toolkit like GLUE (http://www.themindelectric.com/) it's easy to use with Orion, fast, and cross-platform and cross-language. All pluses, if you

Re: help jsession problem -urgent

2001-05-25 Thread Francisco J. Soques
Title: help jsession problem -urgent Try passing your parameters this way: http://localhost/vms/servlet/Logout?fileName=blahamp;JSESSIONID=x The key here is the "amp;" that separates the two parameters. HTH Javier SoquesMegasoft ComputaciĆ³n, C.A.CaracasVenezuelaTlf.: (58212)6933211

RE: XML Schema

2001-05-25 Thread elephantwalker
Su, AFAIK xerces has support for xml schema (at least it was one of the first). Regards, the elephantwalker -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Su, YiSent: Thursday, May 24, 2001 10:52 PMTo: Orion-InterestSubject: XML

RE: HELP! 1.4.5 and JMS

2001-05-25 Thread Jean-Guillaume LALANNE
Hi, Have you managed to install GLUE with orion ? Is it a difficult to handle ? I have tried to install SOAP apache on Orion and I got on trouble with the xerces versioning... So I now I run my J2EE plateform on orion(1.3.8) and my SOAP listener on TOMCAT. I would be nice if could come back to

UN-SUBSCRIBE

2001-05-25 Thread Mike Beyersdorf
UN-SUBSCRIBE

SV: Serious problem with Orion transaction processing: multiple c onnecti

2001-05-25 Thread Eduardo Estefano
Using 1.4.5 with Oracle 8i and jdk1.3.1 The problem we are finding is that when orion starts a transaction, it does not necessarily executes all DB commands within the same database transaction. The end result is a deadlock in the database. I'm having a problem executing a delete command that

RE: HELP! 1.4.5 and JMS

2001-05-25 Thread elephantwalker
Joe, Using a word like 'bigot' is a little strong, there are several technical experts that have evaluated the soap standard and xml-rpc (often, you can use xml-rpc with soap), and concluded that soap is a heavy standard, versus the relatively light implementations of xml-rpc out there. So this

Re: bugs in @page extends=.... in Orion implementation?

2001-05-25 Thread Jiuyun Wang
It doesnot work, not matter which one (servlet/jspbase) I extends my jsp, orion jsp compiler just don't support extends -Jiuyun --- SCOTT FARQUHAR [EMAIL PROTECTED] wrote: It looks like your page should extend servlet and not jsppage. Just change JSPBase to extend servlet (and make the

Re: How do you make JDBC and EJB in same Transaction?

2001-05-25 Thread Eduardo Estefano
Upgrading to 1.5.1 fixed the problem. We no longer have the deadlock in the database. I would still like to know if this was a bug in Orion or if it was a limitation of ejb 1.1 - Eduardo Estefano Integrated Information Systems 480.317.8549

Orion JSP Container bugs in @page extends=.... in Orion implementation?

2001-05-25 Thread Jiuyun Wang
In JSP 1.1 spec it says, If the JSP page author uses extends, the generated class is identical to the one shown in CODE EXAMPLE 3-2, except that the class name is the one specified in the extends attribute. The contract on the JSP page implementation class does not change. The JSP container

RE: HELP! 1.4.5 and JMS

2001-05-25 Thread Joseph B. Ottinger
Installing GLUE is simple: in ./electric/webapps/glue there's a web application. Install that in Orion, and you're fairly done; see the installation docs (the usage document, in particular) for how to do it. --- Joseph B. Ottinger

RE: HELP! 1.4.5 and JMS

2001-05-25 Thread Joseph B. Ottinger
Is it a strong use? After all, you said XML-RPC was faster and lighter - okay, granted. Then you pointed out that XML-RPC wasn't a MS solution, either - with emphasis. SOAP is also an IBM solution, yet you didn't say NOT an IBM solution - you centered on MS. Typically, that's bigotry. If I'm

Re: HELP! 1.4.5 and JMS

2001-05-25 Thread Kesav Kumar
Try to upgrade to 1.5.1 orion if you can't upgrate then possible soultions are like this. Copy the latest xerces.jar into java Runtime Environment\jre\lib\ext directory so that orion picks the xerces from there. The other alternate is write a batch file including all jar files in classpath in

RE: bugs in @page extends=.... in Orion implementation?

2001-05-25 Thread Robert Nicholson
It's doing you a favour.Please elaborate on why you want to extend that class. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jiuyun Wang Sent: Friday, May 25, 2001 9:20 AM To: Orion-Interest Subject: Re: bugs in @page extends= in Orion

Re[2]: Can't start Orion 1.5.1

2001-05-25 Thread java
Ciao Arnox! I'm just trying to start Orion 1.5.1 out of the box without adding a single byte to the Orion dir. I'm using Win98, my CLASSPATH is empty and my PATH is just c:\java\ibm13\bin I never had problems until release 1.4.5 Unfortunately I need at least 1.4.8 to use OSContent. Thanks for

proxying orion with IIS or iPlanet Web Server

2001-05-25 Thread Andrew Diederich
Folks, I've been able to make proxying work with apache, but I wanted to know if you could do the same thing with either IIS or iWS 4.1. I was fooling around with redirects in IIS, but they seem to be truly redirects, and not proxy passthroughs. Has anyone accomplished this successfully? --