Re: newbie questions - where are good docs?

2000-07-27 Thread Joseph B. Ottinger
Note that www.orionsupport.com's raison d'etre is to provide support for orion, especially by documenting basic workings. Anyone who would like to help is welcomed to; we need stuff covering virtually *everything*, from J2EE auth to CMP EJB usage to adding web sites with SSL, etc. etc. I'm writing

Multiple logins

2000-07-27 Thread Savotchkin Egor
Hi all!     Is it possible to set up different login forms for different protected zones. I tried to include tag into , but it doesn't work.     Any ideas? Savotchkin Egor

Configure a datasource

2000-07-27 Thread Ratz, Peter
Hello, i am new to orion and i would like to configure a datasource to my oracle 8.1.6 I use BMP for my bean. I install the bean on orion and get an error that my datasource cannot be found. How can i do that. I am a little confused about the description in datasource.xml. Should i use: oracle.j

RE: POSTGRES AND ORION NEWBIE QUESTION

2000-07-27 Thread Robert Balahura
Thank-you. In my class, when I use getConnection(), what is the corresponding class to import? Is this a orion specific class, or just the javax.sql.connection? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of wim veninga Sent: Thursday, July 27, 2000 5:

tunnel servlet: method not found error

2000-07-27 Thread Sach Jobb
Hi, Has anyone set up and got working the tunnel servlet? I want my main web site handled by Orion, but would like to pass all .cgi scripts to an Apache/ModPerl server. I found and read the 'integration with existent www-servers' thread, and followed what it says, about adding the tunnel servl

Re: newbie questions - where are good docs?

2000-07-27 Thread Alexandre J. Boudreau
Hi Kevin, there is www.orionsupport.com, and I am currently working on my own info site: www.fibromovement.com/j2ee/orion There is currently only a HOWTO on installing the Pet Store demo under oriongood starting point for understanding j2ee basics and how orion works. I will personally add

Re: newbie questions - where are good docs?

2000-07-27 Thread Sach Jobb
sadly, no. the best documentation for orion is, by far, this list. there is a searchable archive of it somewhere too that i have found to be quite useful. sach On Thu, 27 Jul 2000, Kevin Handley wrote: > I am new to J2EE and Orion and am totally confusued. Is there any better > documentation b

RE: Authentication is not to spec

2000-07-27 Thread Dave Smith
How is your section set? e.g. EJB /ejbtest.jsp /ejbtest2.jsp web-app-users BASIC

Re: Internal server error, but no logs

2000-07-27 Thread Sarathy Mattaparti
its not a bug... you can see the error in netscape... if you want to see the error in internet explorer , you have to change the browser settings tools - > internet options - > advanced -> uncheck "show friendly http error messages" Sarathy > >Sometimes when getting errors in JSPs, I get HTTP 5

Authentication is not to spec

2000-07-27 Thread pminearo
Authentication does not seem to be working in the Servlets and the EJBs. Here is the situation: web.xml: TSIS TSIS com.tsis.servlets.TSISServlet TSIS /TSIS/* Login Login com

newbie questions - where are good docs?

2000-07-27 Thread Kevin Handley
I am new to J2EE and Orion and am totally confusued. Is there any better documentation besides what comes with the application? kevin

RE: Getting remote objects

2000-07-27 Thread Dave Smith
As I understand it you only have to narrow 'remote' objects, by which I mean objects which are being returned as a remote interface (java.rmi.remote), not objects on a remote machine. Bear in mind that what you get when you lookup a home object from JNDI is not an object of type MyObjectHome, bec

OR MApping -- Set of List

2000-07-27 Thread Vidur Dhanda
Hello, Is it possible to use CMP on an EntityBean that has a Set of Lists as a member? What would the OR mapping in the orion-ejb-jar look like? Has anyone does this? I would appreciate any sample XML. TIA, Vidur

Servlet Mapping

2000-07-27 Thread pminearo
I found an interesting situation, possibly a bug. I am using Orion 1.0.3b, and in the WEB-INF/web.xml file I declare my in the following manner: Login /Login/* I have a Form that calls this servlet. Like:

Re: Internal server error, but no logs

2000-07-27 Thread Mattias Arbin
One more thing. I dont even see any exception stack trace in the console window. /Mattias - Original Message - From: "Mattias Arbin" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 9:25 PM Subject: Internal server error, but no logs > Sometimes

XSL Servlet

2000-07-27 Thread Earl Marwil
Is anyone else using the orion XSLServlet? I have been trying to use xsl:variable and xsl:parameter, e.g. /common/images This should be allowed at the top level However, trying to process an xml request through this stylesheet yields the following message: Internal XSL-parser error: java.

Orion and HTTP Paramters

2000-07-27 Thread pminearo
I got a Form Login servlet working on Orion. I then tested the servlet on WebLogic, and it works fine there two. Now, I have come back to Orion and the server no longer reads anything from the query string. It runs the servlet fine to display the form, but anyting in the form and in the query

library-path in server.xml

2000-07-27 Thread Rick Bos
What happened to the library-path entry in server.xml. I see it mentioned in the mailing list, but it is not in application-server.dtd. How else do I set the classpath for Orion ? In particular I want to locate .properties files in my servlets.

Internal server error, but no logs

2000-07-27 Thread Mattias Arbin
Sometimes when getting errors in JSPs, I get HTTP 500 error code, but I cannot find anything in the logs. Is this a bug? Shouldn´t there be anything in the server.log file? /Thanks, Mattias Arbin

CMP

2000-07-27 Thread Mathias Bogaert
Hello,   Can anyone explain how CMP works in Orion? Where can I find more documentation? Is it safe and fast?Where comes JNDI in place? Are CMP applications easily portable to another J2EE server?   TIA, Mathias Bogaert

Re: EJBs through console applications

2000-07-27 Thread Stephan Schmidt
At 13:47 27.07.00 +0100, Ray wrote: >Hi there ... > >I'm trying to adapt a tutorial so that I can access the EJB through a >console application (not from a servlet sitting in the same ear file). > >Could you tell me what values I have to put in for: > >java.naming.factory.initial >java.naming.pro

Re: EJBs through console applications

2000-07-27 Thread Rene Nejsum
I have the following connecting: java.naming.factory.initial=com.evermind.server.ApplicationClientInitialCont extFactory java.naming.provider.url=ormi://webconscius/ java.naming.security.principal=admin java.naming.security.credentials= webconscius is our (Intranet) machine running Orion. XX

Re: primary key class

2000-07-27 Thread Mattias Arbin
I use: java.lang.String and it works. At least for BMP entity beans. /Mattias - Original Message - From: "Andreas Reckmann" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 4:31 PM Subject: primary key class > Hi, > > I haven't a Primary Key c

Re: Table creation error...access denied

2000-07-27 Thread Alexandre J. Boudreau
My mistake I had removed the ADMIN keyword after the CREATE USER SA PASSWORD "" in the script file! thanks to all [EMAIL PROTECTED] wrote: > What happens when you try SQLPLUS? Or whatever database server you using? > > Looks like possible database access writes issue. > > What database s

What does Orion's JMS Server support ?

2000-07-27 Thread gary . c . janes
Hi, I've been experimenting with Orion as a JMS Server and have a few questions over it's capabilities: Does Orion's JMS Server implementation support message persistence and guaranteed message delivery ( i.e. DurableSubscribers ) ? If it is intended to support this JMS functionality, how do

primary key class

2000-07-27 Thread Andreas Reckmann
Hi, I haven't a Primary Key class defined for my entity bean, because the table only has one primary key. How can I specify this in the ejb-jar.xml-file. ??? ... Thanks Andreas

problems with orion on port 8080

2000-07-27 Thread Alexander Constantin
hi I'm very new to orion and linux and I have problems to start orion on port 8080 (Apache running on default port) this is the error i get: java -jar orion.jar Error initializing site file:/home/ac/var/orion/config/default-web-site.xml: Error loading web-app 'defaultWebApp' at /home/ac/var/ori

RE: PetStore Demo for Orion

2000-07-27 Thread Earl Marwil
It has been a few weeks since I looked at this last. As I recall, to get it to run the first time, I made sure a user in the Pet Store database matched one defined in the principals.xml file. Your changes to the orion-ejb-jar.xml should be preserved whenever the application is redeployed. At l

dispatch request

2000-07-27 Thread Savotchkin Egor
Hi all,     I try to forward using requestDispatcher from servlet to the jsp page which is protected - the security exception is thrown. Why?? Is it a bug?? I would expect a login page to appear!!     Egos Savotchkin.

How to send parameters to the underlying JDBC driver?

2000-07-27 Thread Klaus . Myrseth
I have defined a datasource that works, but i want to send hostname and applicationname to the database server aswell... My problem is that it just wond to that, i noticed in the XML docs that you have the possibility to add description and property to the data-source definition but not how, so m

Which ver of Xerces and Xalan are included?

2000-07-27 Thread hanasaki
 

EJBs through console applications

2000-07-27 Thread Ray
Hi there ... I'm trying to adapt a tutorial so that I can access the EJB through a console application (not from a servlet sitting in the same ear file). Could you tell me what values I have to put in for: java.naming.factory.initial java.naming.provider.url The other problem is that I have

AW: Getting remote objects

2000-07-27 Thread Jens Stutte
Hi, very interesting. BTW, what should i do if i _bind_ an object to a naming context? Do i have to narrow the object, too? Like: ctx.bind(JNDINAME, javax.rmi.PortableRemoteObject.narrow(MyObject, ???.class)); And if so, to which class type must it be narrowd? java.lang.Object ? Regards, Jens

RE: Did someone get roles working ?

2000-07-27 Thread Dileep A
unsuscribe

EJBs through console applications

2000-07-27 Thread Ray
Hi there ... I'm trying to adapt a tutorial so that I can access the EJB through a console application (not from a servlet sitting in the same ear file). Could you tell me what values I have to put in for: java.naming.factory.initial java.naming.provider.url The other problem is that I have

Re: POSTGRES AND ORION NEWBIE QUESTION

2000-07-27 Thread wim veninga
Hi Robert, Your first question: Orion emulates the jdbc 2.0 functionality for you if you use class="com.evermind.sql.ConnectionDataSource" in data-sources.xml. So you will get something like this : Your second question: Don't use getPooledConnection but use getConnection() bec

Did someone get roles working ?

2000-07-27 Thread Christophe Hartwig
Hi all, We have real problems to get role mappings work ! First of all, it's hard to understand why they appear in both orion-application.xml and orion-ejb-jar.xml... Second, it looks like orion-ejb-jar.xml is used, not orion-application.xml, for role mappings Third, Orion always cleans up our ro

Re: JDBC Connection problem

2000-07-27 Thread Ishpal
Thanks David, Now I have configured the data-source as But whenever I try to start the server I get an error that Driver not found. I have kept the jar file for the driver in orion/lib and have also tried by unjarring the same in the

Re: Table creation error...access denied

2000-07-27 Thread robert
What happens when you try SQLPLUS? Or whatever database server you using? Looks like possible database access writes issue. What database server are you using? On Wed, 26 Jul 2000, Alexandre J. Boudreau wrote: > Hi, > > I'm having problems with the deployement of my Entity bean (container > m

Table creation error...access denied

2000-07-27 Thread Alexandre J. Boudreau
Hi, I'm having problems with the deployement of my Entity bean (container managed). I get the following error: --- Auto-deploying ejb-jar-ic.jar... SQL error: Access is denied in statement [SELECT * FROM SYSTEM_TABLES WHERE TABLE_NAME LIKE '%'] Auto-creating table: creat