Re: OracleAQ and Orion

2001-09-05 Thread Paolo Ramasso
ciao Antonio i know for sure that oc4j integration with ojms (oracle jms) is a planned feature in 9ias v2. ciao Paolo Antonio Cruz wrote: Does anyone know how to use Oracle Advanced Queueing with Orion (OC4J)? I've try to use access a queue in Oracle AQ using AQApi.jar but when i try to

ClassCastException

2001-09-05 Thread Scott Hamilton, (m)+61-404-280 238
I have a User class that performs a number of Authentication and user maintenace functions using LDAP to our Corporate Directory, with the javax.naming.directory package. This all works fine and is used by folks from their JSP pages etc under Tomcat V3.2. I have a Session Bean that

max-instantces attribute in orion-ejb-jar.xml

2001-09-05 Thread Davanzo Luca
Hi all, Is the attribute max-instances valid only for entity beans or for session beans too? for session beans it doesn't work for me. i put the orion-ejb-jar.xml in my myapp/ejbmodule/META-INF dir then create an .ear file and deploy the application but the max-instances attribute goes away

Orion and Toghether or JBuilder

2001-09-05 Thread Cristian Donciulescu
Is there a way to integrate Orion Application Server with Together 5.2 or JBuilder 5? We would be interested to know whether we can use the debugger included with Together (JBuilder) for debugging applications deployed on Orion Application Server. Thanks!Get your FREE download of MSN Explorer at

IIS Orion AJP13

2001-09-05 Thread tore . cederholm
I am using IIS as a frontend to Orion. Since the relese notes shows that Orion supports AJP13 (version 1.48), I figured that IIS could be configured to redirect specific http requests to Orion using the ajp13 protocol. As a starting point I tried to use and configure the isapi_redirect.dll (see

Entity EJB instance pooling

2001-09-05 Thread Ivo Rakovac
Hi, I am having trouble configuring entity EJB pooling under orion /OC4J. As suggested in some threads in the mailing list I set max-instances, validity-timeout, instance-cache-timeout and pool-cache-timeout in the orion-ejb-jar.xml and the settings are present after the deployment in

RE: ClassCastException

2001-09-05 Thread Scott Hamilton, (m)+61-404-280 238
To answer my own question... Since LdapDirContext doesn't say it's Serializable, and I didn't really need it as an attribute, I got it moved to just be a variable when needed! Incase someone asked :)

Session share problem.

2001-09-05 Thread Jishan Li
Hi, I have session share problem between ssl site and non-ssl site. My ssl site name is secure.mysite.com and non-ssl site name is www.mysite.com. when I start my server, and visit www.mysite.com firstly, everything goes well. But when I visit secure.mysite.com firstly after I

Re: Oracle and Toghether or JBuilder

2001-09-05 Thread Fredrik Hellén-Halme
The debugging should work with any jdk 1.3.x system... At least that's what I've heard. Have never tried either of the products so I could of course be wrong. /Fredrik En réponse à Cristian Donciulescu [EMAIL PROTECTED]: htmldiv style='background-color:'DIVIs there a way to integrate Orion

Re: OracleAQ and Orion

2001-09-05 Thread Antonio Cruz
I've talked to someone in Oracle that says that its possible to access a Queue in Oracle with the current version, this might be possible?? Thanks Antonio Cruz At 08:30 05-09-2001 +0200, you wrote: ciao Antonio i know for sure that oc4j integration with ojms (oracle jms) is a planned feature

RE: Orion and Toghether or JBuilder

2001-09-05 Thread Alexander Jesse
Using JBuilder's remote debugger this should not be a big problem. Use a jdk 1.3 and start orion with the switches to enable the remote-debugger and then follow JBuilders procedures to do remote debugging. Works also across a net... cheers Alexander -Original Message- From:

Re: response.sendRedirect(response.encodeRedirectURL(path));

2001-09-05 Thread Johan Fredriksson
Thanks, that was it! Johan - Original Message - From: James Fairbairn [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 2:46 PM Subject: Re: response.sendRedirect(response.encodeRedirectURL(path)); Hi Johan Are you using Apache as a reverse

Re: MessageDrivenContext.setRollbackOnly() doesn't work?

2001-09-05 Thread Ray Harrison
Don't know about your particular case but unfortunately I don't believe that Orion's JMS implementation is at all complete... --- Jon Rosenberger [EMAIL PROTECTED] wrote: Has anybody here ever been able to successfully send a JMS message from a message-driven bean, as part of the transaction?

Memory leak using session bean - how to make sure?

2001-09-05 Thread Diego Amicabile
Hi, I am trying to find out why the application we deployed on Orion has memory leaks. It happens since we created a stateful session bean, which is very big, which is associated with a HttpSession. How do I find out how many stateful session beans are running, since the console is buggy (always

RE: Orion and Toghether or JBuilder

2001-09-05 Thread Michael Laccetti
Title: Message I thought I sent this message yesterday, but at the same time, it appears that I'm wrong. Try checking this article out for using JBuilder to debug applications through Orion: http://www.orionsupport.com/articles/jbuilder-debugging.html I'm using JBuilder 5 Ent, and it works

Re: AppClient: problem with LoginException

2001-09-05 Thread Tim Pouyer
Did you supply the orion.jar file as a resource for your web start app? How about your initialContext that you try to use to create a connection with orion, did you make sure your credentials and principal names are correct? Are you trying to read these from a file such as Properties prop = new

RE: AppClient: namespace problem

2001-09-05 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
This is a resend, as the original message(s) didn't make it: First, the LoginException class that I was missing in my previous message is (of course) in jaas.jar ... I know there were

RE: Orion and Sax/JDom

2001-09-05 Thread Bryant Bunderson
Title: Message I use this command to run Orion Server. It solved my Xerces and JDOM problems. java -classpath xerces.jar;orion.jar com.evermind.server.ApplicationServer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Michael Laccetti

RE: Orion and Sax/JDom

2001-09-05 Thread Paul Knepper
Title: Message Works fine for me. I just dropped jdom.jar in the orion/lib directory. -Original Message-From: Michael Laccetti [mailto:[EMAIL PROTECTED]]Sent: Tuesday, September 04, 2001 12:10 PMTo: Orion-InterestSubject: RE: Orion and Sax/JDom I did a fresh install,

Keeping around stub/skeleton source for CMP Beans

2001-09-05 Thread Trujillo, Kris
Does anyone know if there is away to tell the Orion server not to delete the stub/skeleton *.java files after it has created them?

RE: AppClient: problem with LoginException

2001-09-05 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Hi Tim, the class not found problem is solved - the class is in jaas.jar (there is a separate message I sent a while ago which has not appeared yet.) I currently hardcode the properties in the file, Hashtable env = new Hashtable(); // Get the

Test - do not read - eom

2001-09-05 Thread BRICKER_JONATHAN_E
Jonathan Bricker Lilly Research Labs Java ATG

RE: Orion and Sax/JDom

2001-09-05 Thread Trujillo, Kris
Title: Message The problem your having when running java -jar orion.jar to start the server is because executable jars don't use the classpath set via a CLASSPATH environment variable or via java -cp XXX-jar orion.jar. The classpath for an executable jar is determined by what is entered in

Servlet Chaining

2001-09-05 Thread Stephen Raj
Hi All, I have 2 servlets that are chained. It works fine with Java Web Server. How do I deploy them to OC4J. I have tried giving the second servlet(HelloOracleWorld) in the orion-web.xml like ?xml version="1.0"? !DOCTYPE orion-web-app PUBLIC "-//Evermind//DTD Orion Web Application 2.3//EN"

Reporting tool and Orion

2001-09-05 Thread Kilmer, Erich
Hello, Anyone out there incorporated a java based reporting tool in with their Orion apps server? Any share ware? Just wondering about your experience and what reporting tool that you used? Erich Kilmer

re: Orion and Sax/JDom

2001-09-05 Thread Stephen Davidson
Greetings. I was having some similiar issues with classes from Xerces/Xalan. We found an effective workaround was by copying/linking the xerces.jar and xalan.jar files into the lib directory under Orion. I am thinking that this may be part of the same issue where utility jars in ear files are

Transaction rollback

2001-09-05 Thread Chris Roffler
Hi all, I have a SessionBean with a remote method that creates two instences of CMP's. (A and B) I want to rollback the first ejbCreate (A) when the second ejbCreate fails (B). I deployed the Session bean method with the transaction-attribute 'RequiresNew'. Both CMP'sI deploy with the transaction

RE: Orion and Sax/JDom

2001-09-05 Thread The elephantwalker
Steve, You can include your library files in the ear file. We do it all of the time. Create a directory called lib at the root of the ear. In the orion-application.xml file, specify the library directory like this: library path=lib / Make sure that this is after the persistance tag

Re: Session share problem.

2001-09-05 Thread Greg Matthews
i think there's a share="true" attribute that you have to put in the web-site.xml file ??? check out the doco in www.orionserver.com - Original Message - From: Jishan Li To: Orion-Interest Sent: Wednesday, September 05, 2001 7:42 PM Subject: Session share