Re: JMS implementation, is it for real?

2000-10-30 Thread Jason Rimmer
I've filed a few bugs with Bugzilla (149, 150, and 151) regarding a null pointer exception with rollback, lack of persistent functionality, and lack of client_acknowledgement functionality respectively. If 150 and 151 are resolved then the JMS implementation will at least be functional.

accessing javamail provider

2000-10-30 Thread Christian Sell
Hello, I've posted this before on orion-interest: I am using JavaMail to access a pop3 mailbox. No matter where I place the pop3.jar file (from sun, or poppers.jar) in the system, I always get a NoSuchProviderException saying thath no pop3 provider was available. I have tried the following

requestQueryString bug or not ?

2000-10-30 Thread Vlad Petric
Orion 1.3.8 IBM JDK 1.3 (aug 14) Linux having the following jsp (just for the sake of replicating the error): %=request.getQueryString% http://localhost:8080/e2/tester.jsp?x=x?x=z prints: x=x?x=z BUT http://localhost:8080/e2/tester.jsp?x=x;x=z?x=z prints x=z (so a ';' makes a big

RE: Very weird bug - Property not found in bean/tag

2000-10-30 Thread Mike Cannon-Brookes
Trying to set the property of a tag with a standard attribute (ie sid="4"). mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Krevs Sent: Monday, October 30, 2000 3:12 PM To: Orion-Interest Subject: RE: Very weird bug - Property not found

Variable for defining finder query?

2000-10-30 Thread Anders Bengtsson
Hello, I just found an example on orionsupport.com about an alternative to orion-ejb-jar.xml for specifying finder queries: public static final String findByOwner_query="full: select "+ "Page.key, Page.document, Page.title, Page.description, Page.author, "+ "Page.stylesheet, Page.hits,

Orion on IBM AIX 4.3.3

2000-10-30 Thread Montebove Luciano
Hello, has anyone running the Orion Server on IBM AIX 4.3.3 ? I tryed with IBM JDK 1.3.0 but I have a strange problem: Orion seems to start but when I try to connect from a browser I remain hang up forevere waiting for a response. Any hint? Thanks Luciano

Re: Variable for defining finder query?

2000-10-30 Thread Christofer Sandberg
Yes it works for me, I don't know if its documented somewhere though. /christofer - Original Message - From: "Anders Bengtsson" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, October 30, 2000 11:56 AM Subject: Variable for defining finder query? Hello, I

RE: Using JMS with auto-started client

2000-10-30 Thread Arved Sandstrom
Funny you should bring this up. I wanted a JMS listener as a "service", and in order to keep it more compliant with most app servers, the first thing I tried was exactly what you describe, with the same results. Eventually I went with a message-driven bean, even if that only avoided the problem.

Re: Variable for defining finder query?

2000-10-30 Thread Markus Holmberg
On Mon, Oct 30, 2000 at 11:56:45AM +0100, Anders Bengtsson wrote: Hello, I just found an example on orionsupport.com about an alternative to orion-ejb-jar.xml for specifying finder queries: public static final String findByOwner_query="full: select "+ "Page.key, Page.document,

Syntax error in Orion generated wrapper classes

2000-10-30 Thread Gordon Tyler
Title: Syntax error in Orion generated wrapper classes Hi, I'm having a weird problem with Orion 1.3.8 on WinNT4, JDK 1.3. When deploying an EAR with two EJB-JARs (each containing multiple EJBs, stateless session beans and entity beans) and a WAR, I get the following error:

RE: requestQueryString bug or not ?

2000-10-30 Thread Peter Delahunty
try this http://localhost/e2/tester.jsp?url=/myUrl/mypage.jspparam1=1param2=2 then when tester.jsp runs simply get the value of "url" and the other parameters. The other parameters should represent the parameters that go with the value of "url" so. so when you have the all the parameters .

RE: Variable for defining finder query?

2000-10-30 Thread John D'Ausilio
Heya Anders ... I actually got it working yesterday! The field must be located in the Home interface, and it works for partial queries also .. just don't put 'partial:' in front of them .. john d -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

Re: requestQueryString bug or not ?

2000-10-30 Thread Vlad Petric
So you're basically saying to replace the '?' from the URL with a '' ? I did something similar to make it work, but the problem is that I have no control whatsoever on the URL that I have to process, so this is more like a workaround than a solution. Thanks, Vlad try this

RE: requestQueryString bug or not ?

2000-10-30 Thread Peter Delahunty
What control do you need, you need to elaborate more on what you are trying to do... ? -Original Message- From: Vlad Petric [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 2:33 PM To: Orion-Interest Subject: Re: requestQueryString bug or not ? So you're basically

Re: Using JMS with auto-started client

2000-10-30 Thread Vidur Dhanda
Well, that's good (in a bad way). At least I'm not the only one to have experienced this. Unfortunately, I can't use message-driven beans (restricted to EJB1.1, for now). Memo to Orion team: could you please respond to this. I've sent email to support regarding this. I'm hesitant to file

Re: Syntax error in Orion generated wrapper classes

2000-10-30 Thread Jason Rimmer
Syntax error in Orion generated wrapper classesHere's the reference to this same topic that was discussed on the list late last month: http://www.mail-archive.com/orion-interest@orionserver.com/msg04684.html. I looked through Bugzilla and couldn't find an entry for it, so it would appear to

Looking for GUI Tool tutorial..

2000-10-30 Thread Seung Bang
Hello, I started doing research on the orion server last week, loved it, and decided to make the most of it. However, I noticed that the orion server had lacking documentation. Orionsupport.com has a couple of primer tutorials but they are all in handwritten descriptors and jars. The site also

Re: requestQueryString bug or not ?

2000-10-30 Thread Vlad Petric
The URL that I receive may contain anything ... it may have two '?' for example url=http://xx.xx/page?x=x?y=y What control do you need, you need to elaborate more on what you are trying to do... ? -Original Message- From: Vlad Petric [mailto:[EMAIL PROTECTED]] Sent: Monday, October

error logs - where are they?

2000-10-30 Thread John Miller
I am trying to find some indication of JSP compilation errors and cannot locate them in any of the Orion log files. On several occasions I have got a 500 error and could not locate a log of what might be generating this error or any indication of what might be causing this. Does anyone

Counter.jar source

2000-10-30 Thread Jason Rimmer
According to this message: http://www.mail-archive.com/orion-interest@orionserver.com/msg01478.html, the Counter.jar source and license are supposedly "open source". Where is the source and license provided? That email's the last I can find regarding Counter.jar's status. -- Jason Rimmer

Session beans don't get removed

2000-10-30 Thread Fabio Silva
Hi there, When I have migrated from Orion 1.1.24 to Orion 1.4.0, My session beans which after a short while of inactivity were removed from the container, stopped doing that... The ejbRemove method isn't getting called anymore. Anyone has ideas? Thanks in advance, Fabio

RE: load testing tools/procedures

2000-10-30 Thread Duffey, Kevin
The tool we use is not cheap. I think we paid like $35K or something for it. Its called E-Test Suite, from RSW. We did buy several licenses, so its possible just buyingthe e-load program by itself is feasible..however, you do need the e-test program to create scripts, so I imagine its still not

RE: EJB ClassCastException doesn't make sense..

2000-10-30 Thread Duffey, Kevin
Actually..yes..that is what I meant. :) -Original Message- From: KirkYarina [mailto:[EMAIL PROTECTED]] Sent: Friday, October 27, 2000 1:11 PM To: Orion-Interest Subject: Re: EJB ClassCastException doesn't make sense.. At 11:27 AM 10/27/00 -0700, you wrote: Context context =

RE: Anyone using Interbase in production?

2000-10-30 Thread Duffey, Kevin
I would very much appreciate any info you can give to get ejb 1.1 cmp to work with Interbase (for that matter any database). As it turns out, I seem to not beable to get an EJB to see another EJB. Whether its session or entity. I can get one EJB from my servlet, thats no problem. But in that EJB

Error handler followup:

2000-10-30 Thread Porfiriev Sergey
there is working code: (previous doesn't) % if (exception == null) {out.println("pSorry no exceptionp"); } else { % The name of the exception was:%=exception.toString() %BR The message of the exception was:%= exception.getMessage() %BR Stack trace:br pre %

JNDI Properties? Why EJB can't find another EJB..

2000-10-30 Thread Duffey, Kevin
Strange thing..I posted this a couple of times too. For some reason, I can NOT get my ejb to find another ejb. I am able to find both ejbs from the servlet just fine, but I can't get one ejb to use the other. Right now its one session trying to use another..but it worries

HIGH PRIORITY:Contact Information??????

2000-10-30 Thread J Davis
Does anyone have any contact information for Orion. We have been trying to contact them for over two weeks about purchasing and licenses, and no one has gotten back to us. The seem to only have an E-mail address for sales on their site and we cannot find any sort of phone number or other e-mail

STOP button of browser causes connection leak..

2000-10-30 Thread Duffey, Kevin
Hi all, Yet another problem I am posting for some help. It appears that when someone using our site submits a query that ends up being more than a few seconds, and they hit the STOP button (maybe because they made a mistake on the form for example), the server thread/request is still running.

Re: STOP button of browser causes connection leak..

2000-10-30 Thread robert
Do you release your connections in finally? On Mon, 30 Oct 2000, Duffey, Kevin wrote: Hi all, Yet another problem I am posting for some help. It appears that when someone using our site submits a query that ends up being more than a few seconds, and they hit the STOP button (maybe because

Can anybody help about the Orion CMP primer example?

2000-10-30 Thread Sun Guoqiao
Hi, Everyone: I am new to Orion Application Server. When I run the Orion CMP primer example, the database part got wrong. Now I want to test the Orion CMP primer example with my Microsoft Access database in my windows platform, can anybody be kind to tell me how to do it? My Orion

RE: STOP button of browser causes connection leak..

2000-10-30 Thread Mike Cannon-Brookes
Orion does this, if you notice that when the user presses stop and your code is inside a custom tag, it throws an IOException : End of Pipe or something similar. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Tuesday, October

Hi! ALL, send Test

2000-10-30 Thread ureyurey
__ ==ÐÂÀËÃâ·Ñµç×ÓÓÊÏä http://mail.sina.com.cn ÐÂÀËÍƳö°ÂÔ˶ÌÐÅÏ¢ÊÖ»úµã²¥·þÎñ http://sms.sina.com.cn/

How to install Pet Store 1.1 on Orion??

2000-10-30 Thread ureyurey
Dear, All I was installed the Pet Store Demo 1.0 on Orion with Orion itself *.ear. But I can not install the Pet Store Demo 1.1 on Orion with my download .ear from sun web set, now. Who can tell me, How to install Pet Store Demo 1.1 on Orion? And why!? Tanks a lot yoursUrey

Re: Does Orion have a database access ejb/bean creation tool?

2000-10-30 Thread Jim Archer
Keith, I don't think Orion ships with such a tool. However, I do believe CocoBase does this. Have a look at: http://www.thoughtinc.com/ Jim --On Monday, October 27, 2003 7:14 AM -0500 Keith Kwiatek [EMAIL PROTECTED] wrote: Hello Does Orion have a tool that will allow you to generate

Re: HIGH PRIORITY:Contact Information??????

2000-10-30 Thread Jim Archer
Try [EMAIL PROTECTED] Maybe if you put something in the subject line like "I WANT TO GIVE YOU MONEY" it will get their attention :-) Good luck! Jim --On Monday, October 30, 2000 5:58 PM -0700 J Davis [EMAIL PROTECTED] wrote: Does anyone have any contact information for Orion. We have

Re: Session beans don't get removed

2000-10-30 Thread Jim Archer
Fabio, thats not necesserally important. Many servers keep session beans lieing around to avoide the performance penality of creating them when they are needed. They are frequently moved from quickly client to client inside the container. I don't know how Orion handles this specifficially,

Re: Using JMS with auto-started client

2000-10-30 Thread Jim Archer
If you have tried to solve it and can not, go ahead and file a bug report on it. The Orion team members have pointed out that they frequently don't read every message on this list and the preferred method of communication in a case like this is Bugzilla. Good luck! Jim --On Monday, October

Re: error logs - where are they?

2000-10-30 Thread Jim Archer
John, one possibility is that if your using Microsoft Internet Explorer, you have the "display friendly error messages" option enabled and, as a result, the real error from Orion is being hidden by the browser. If this is the case, you'll be a happy camper after disabling that option. I sure

Now how do I explain this? One entity bean, multiple data sources perhaps...

2000-10-30 Thread Kimberley Scott
Hiya, Ok. Built Entity bean. Deployed in jar. After some fiddling that is. My situation is this; I have four environments. A "dev", "test", "stage" and "production' environments. (Explanation as to why is available on demand. Sigh) Each consists of at least one web server and a database server.

Bug 153 filed for dependent object bi relationships failing on EJB2.0

2000-10-30 Thread Jim Archer
And I just filed bug 153 reporting that EJB 2.0 dependent object bidirectional relationships fail. I attached a sample program to the bug for anyone who would like to try it out for themselves. Jim --On Monday, October 30, 2000 3:58 AM -0500 Jason Rimmer [EMAIL PROTECTED] wrote: I've

PetStore run in Orion error,Help Me

2000-10-30 Thread ureyurey
Hi,ALL I am hardly installed the petStore into Orion, But When I run it at url:"http://localhost:8080/petstore/control/language? language=English" Then got errors of that, java.lang.NullPointerException at com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.get