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

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

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 : data-source name="postgresql" {link to the

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

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

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.

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

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

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

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

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.

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

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 when

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

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,

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

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: web-app servlet servlet-nameTSIS/servlet-name display-nameTSIS/display-name servlet-classcom.tsis.servlets.TSISServlet/servlet-class

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 500

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

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