JMS: Queue or Topic multicast?

2001-07-24 Thread Greg Matthews
dear all, are either of the Queue or Topic parts of the JMS multicast? i.e. once one subscriber pulls the message off the queue, can other subscribers see the message? since each of our clustered servers cache some info, i was thinking that a half-reasonable way of dealing with some stuff

SSL authentication problem

2001-07-24 Thread Catalin Grigoroscuta
Hello, I seem to have a problem with SSL client authentication. When I use SSL without authentication, everithing works fine, but after I set needs-client-auth=true attribute, the browser does not receive any page (just displayes an error message, doesn't ask me about any certificate to use),

Re: Orion JNDI Problem

2001-07-24 Thread Juan Fuentes
We have the same problem, but when new InitialContext(env) is called. No ejb is referenced, but I get an error about another an ejb-ref that is not part of the app. javax.naming.NamingException: No location specified and no suitable instance of the type 'com.evermind.ejb.ChipFormat' found

Very Strange problem with a static varible on a jsp

2001-07-24 Thread Ismael
I am making some loading tests, in order to test the loading tool I have written some special jsp to deal verify the number of times a jsp has been called. My jsp is : %@page contentType=text/html% html headtitleJSP Page/title/head body %! static int client=0; static String

RE: Queue or Topic multicast?

2001-07-24 Thread David Libke
Greg, Only Topic is multicast by specification. To keep all objects on the network updated, simply have any object that is subject to caching to publish the appropriate change-Topic message and those that are interested in the change subscribe to that change-Topic. There is basically two

Re: Storing application scoped data in EJB

2001-07-24 Thread Wendell Nichols
I think you can use JNDI and your ejb context to store such things provided that they are serializable. I don't think such a JNDI scheme would garantee synchronization on your shared object. I've also had difficulty makeing such objects serializable but mine had socket connections buried in it,

Re: Orion's JSP generated code

2001-07-24 Thread Sergei Batiuk
% foo(); %% bar(); % This looks like a nice idea!However: IfI have several jsp's to include into one page, each will add the \r\n. My opinion is that this is not a philsophical difference, but something that orion server developers or JSP specification developers missed. I can

RE: Orion JNDI Problem

2001-07-24 Thread Trujillo, Kris
When you deploy your EJB it will be bound in JNDI by the name you use as the ejb-name in the ejb-jar.xml. If this value is not ejb/MicroarrayComponent then you'll need to add an entity-ref-mapping entry to the orion-ejb-jar.xml for that EJB. Look at the documentation on the orion-ejb-jar.xml

Newbie problem with Client Application

2001-07-24 Thread Ross Cohen
Hi, I am having problems getting an InitialContext from an ordinary java program running from outside Orion. I have the 'hello-planet' example from orionsupport.com running, and although the Hello bean works as expected when accessed from the servlet, I cannot seem to get to from outside

RE: Storing application scoped data in EJB

2001-07-24 Thread Mikael Ståldal
I eventually resorted to deploying all my global scope shared objects in a separate jar which is deployed on the server, not the ejb app, ie. I put it in /orion/lib/thing.jar. Make sure that any references to such objects are nulled before passivation or the ejb's won't serialize

RE: unsubcribe

2001-07-24 Thread Simon Fox
unsubcribe --- TGT Associates have checked all outgoing email. Outgoing mail is certified Virus Free as checked by AVG anti-virus system (ww.grisoft.com). Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.265 / Virus Database: 137 - Release Date: 18/07/2001

CMP: auto-creation of tables

2001-07-24 Thread Oliver Scharrenberg
Hi! One thing I absolutely don't understand is the auto-creation of tables. In the past I had some difficulites preventing orion from recreating the existing tables but now it seems like I can do whatever I want and orion won't recreate the tables for my changed entity beans. All changes are

RE: communication among ejbs in different applications

2001-07-24 Thread Robert Ren
Hi, Juan: So, in your case, you have one ear file, which includes two ejb.jar files. My question is, can we have two ear files? Each application has one. Have a very nice day! Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile)

How do u unsubscribe ?

2001-07-24 Thread Gurinder Randhawa

Re:Newbie problem with Client Application

2001-07-24 Thread Tim Rickard
Your assumption about the client is correct. You need to have a META-INF directory and and application.xml and and orion-application.xml in the directory. It will not run without these files. If you look at the demo source for JMSChat you will find some very simple examples.

problems with classloading and Clients, NoSuchMethodError

2001-07-24 Thread erik . romson
Hi, My problem is as follows. I have debloyed every EJB in a jar and deployed it properly in application.xml. I have for a number of reasons decided to have every EJB in one ejb-jar. All that works fine. I have an ant script that builds every ejb-jar and an jar called app.jar, this jar contains

Re: Very Strange problem with a static varible on a jsp

2001-07-24 Thread Rich Ernst
Instead of static I would use a member attribute, since for servlets only one instance exists for a given class. Ismael wrote: I am making some loading tests, in order to test the loading tool I have written some special jsp to deal verify the number of times a jsp has been called. My jsp

RE: Orion's JSP generated code

2001-07-24 Thread Aaron Tavistock
Regardless of whether you like it or not, I hate to say it but it is you that is including these not Orion. You can easily remove them, you just don't like the way to do it. In fact I'm fairly sure its part of the JavaServer Pages spec that everything is included on the resulting page. I

Container Managed Bean Persistence

2001-07-24 Thread APapada
Hi all Can someone please tell me how Orion knows what datasource to associate with a container managed entity bean. I follow how to setup container managed fields but I don't understand how to relate it to one of several datasource entries that I have setup. Thanks

RE: How do u unsubscribe ?

2001-07-24 Thread Kesav Kumar
Title: RE: How do u unsubscribe ? Just remove the words How do u and ? you will be out of the list. Kesav Kumar Kolla Voquette Inc 650 356 3740(W) 510 889 6840(R) Voquette...Delivering Sound Information -Original Message- From: Gurinder Randhawa [mailto:[EMAIL PROTECTED]] Sent:

Servlets

2001-07-24 Thread Jens Frank
Hello, I am newbie on this. I have a schoolaccount on a computer running Orion-server. I want to try out a clean java servlet, no JSP or anything else.. On my account there is a folder called WEB-INF and that folder contains 2 folders. classes and lib. In WEB-INF there also is a file called

Re: Very Strange problem with a static varible on a jsp

2001-07-24 Thread Jens Frank
Just a question man... how do you send messages to the mailinglist? The orionserver mailinglist I mean.

Re: CMP: auto-creation of tables

2001-07-24 Thread Jeff Hubbach
The only time tables are created is on initial deployment of a bean. I would try blowing away your bean's deployment directory (in application-deployments/[app-name]/[pathtoyourbeanjar]/[yourbeanname.jar]) and restarting the server. Jeff. On Tue, 24 Jul 2001 18:44:33 +0200 Oliver Scharrenberg

Re: Connecting to Oracle Database

2001-07-24 Thread Bill Clinton
Jeff, I don't think this should be necessary. He is using the Oracle thin drivers which are all java and should not need any configuration on his NT server. Please correct me if I am wrong here. Bill Jeff Hubbach wrote: Mong, Before trying to connect through JDBC, verify that you

losing data from complex OR maps

2001-07-24 Thread Solinsky, Jason
Hi, I have an application that uses complex OR mapping. Every time I update the application, the mapped data seems to get lost. How can I prevent this? Thanks, JWS [I apologize if this is a repost, but I don't think it ever made it to the list.] This e-mail communication and any

Re: Container Managed Bean Persistence

2001-07-24 Thread Rian Schmidt
Look in the docs for orion-ejb-jar.xml. It's in there. Rian -- Rian Schmidt Fine Brand Media, Inc. Internet Professional Services http://www.finebrand.com/ - Original Message - From: [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 12:04 PM Subject:

RE: Container Managed Bean Persistence

2001-07-24 Thread Trujillo, Kris
Title: You have a few options on this one You can set the datasource attribute on the entity-deployment tag in the orion-ejb-jar.xml for the entity bean. You can set the default-datasource attribute on the orion-application tag in the orion-application.xml. If set here and

RE: CMP: auto-creation of tables

2001-07-24 Thread Trujillo, Kris
Actually if you set the drop-tables=true attribute in the orion-application.xml or config/application.xml it will re-create the tables upon redeployment. -Original Message- From: Jeff Hubbach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 2:48 PM To: Orion-Interest Subject: Re:

Re: Connecting to Oracle Database

2001-07-24 Thread Mong Kon Mo
Thanks for everyone's help. Just to clarify the situation, I don't run an Oracle client on the NT machine. But, everything is fine now. I figured out what was wrong. I was using the wrong port number in the connect string! Fixed that in about two seconds and it works fine now. -- Mong Kon

Re: Connecting to Oracle Database

2001-07-24 Thread Jeff Hubbach
Bill, You are correct, the only thing you need is the connection string. I apologize, I overlooked the Thin part. I just worked through a huge problem getting ColdFusion working with Oracle, but that uses a native connection through the Oracle client. Needless to say, that's what was in my head

JMS TopicSubscriber blocks on receive()

2001-07-24 Thread Greg Matthews
dear all, i've having trouble with a subscriber blocking on a receive message call. for the time being i can use a Queue instead of a Topic but would like to know if anyone can spot any stupid error i'm making. --- code for publisher Topic t = (Topic)ServerUtil.get(