Orion 1.0 : Problem With Access DB (Ultradev Tutorial)...

2000-06-22 Thread Luis Arias
Hi,   I am getting the following error in orion 1.0 :   19/06/00 09:35 defaultWebApp: Servlet errorjava.sql.SQLException: [Microsoft][Pilote ODBC Microsoft Access]Fonction optionnelle non installée at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:4089) at sun.jdbc.odbc.JdbcOdbc.st

BASIC authentication

2000-06-22 Thread bradley mclain
all -- am having a strange problem configuring authentication. i edited <>/META-INF/application.xml, <>/META-INF/principals.xml and /<>/<>-web/WEB-INF/web.xml files to insert the appropriate security information. (all listed below) as a model i used an exchange about this subject that took plac

JMS

2000-06-22 Thread Dave Smith
I am trying to use JMS withing Orion 1.0.3 and I need to know where in the JND namespace I can find the TopicConnectionFactory? I can find my topic OK, but cannot create a connection to it without the factory. Thanks Dave Smith Senior Team Leader Aristocrat Technologies Australia Pty Ltd mailt

Re: XML + XSLT -> WML or HTML

2000-06-22 Thread Christian Sell
>From what I understand, I think I should be able to have a servlet talk to >some EJB's and dynamically generate XML. What I don't understand is how the >correct XSL is chosen to generate either WML or HTML. The Orion FAQ >indicates it is possible, but I cannot find any detail. > >Does my servle

Pet Store and UserManager problems

2000-06-22 Thread Brian Cunningham
RE login in the petstore: It seems like I would need something like the following in application-deployments/estore/orion-application.xml in order to give OrionSecurityAdapter something to reference when calling addUser(). " " But I get "Error updating application estore: Error initia

Re: java.lang.SecurityException when attempting to run ejb sample app

2000-06-22 Thread Karl Avedal
Hello Dan, and others who had the same issue. It wasn't very obvious that you had to specify your own password to run the example and we will update the installation text to point this out clearly, Regards, Karl Avedal > Thanks, David. > I'll give this a try asap. > -dm > > Dan Malks

RE: XML + XSLT -> WML or HTML

2000-06-22 Thread Arved Sandstrom
A common model that folks are starting to use is that which Orion also supports, which is to have XML content directly _in_ the JSP. I understand that Orion has a mechanism for automatically using XML/XSLT to convert this XML, based on the user agent, but I haven't tried it myself. What I _have_

Re: SV: Data integrity using JSP - EJB???? (Urgent)

2000-06-22 Thread Eric Richardson
This is a good idea. eric :-) [EMAIL PROTECTED] wrote:  Thanks for the answers. As far as using direct Entitybean access this is not anything i want to do, just because it can hold locs for longer than ai want them to do. Now I am implementing a model Christophe Hartwig agrees with me on (thanks

Re: XML + XSLT -> WML or HTML

2000-06-22 Thread Eric Richardson
Kev Palfreyman wrote: I looking for some advice and if possible specific examples for this problem. Background: I have experience of earlier servlets, lots of Java, some XML/XSLT, lots of HTML.  New to EJB/JSP/Servlets2.2/Orion >From what I understand, I think I should be able to have a servlet t

XML + XSLT -> WML or HTML

2000-06-22 Thread Kev Palfreyman
I looking for some advice and if possible specific examples for this problem. Background: I have experience of earlier servlets, lots of Java, some XML/XSLT, lots of HTML. New to EJB/JSP/Servlets2.2/Orion >From what I understand, I think I should be able to have a servlet talk to some EJB's and

SV: Data integrity using JSP - EJB???? (Urgent)

2000-06-22 Thread Klaus . Myrseth
Thanks for the answers. As far as using direct Entitybean access this is not anything i want to do, just because it can hold locs for longer than ai want them to do. Now I am implementing a model Christophe Hartwig agrees with me on (thanks for your mail) where i compare last timestamp on up

Re: Data integrity using JSP - EJB???? (Urgent)

2000-06-22 Thread Eric Richardson
Hi Klaus, If you are displaying a bunch of data on your page, agree with the approach. Then if someone wants to change the data, I would suggest having a separate edit page for that data. In this case I would use a entity bean directly behind the form. Did you use CMP entity beans to make your di

HTTP/HTTPS/Netscape

2000-06-22 Thread Peter
Hi there, I have the following problem. When a Netscape browser starts a session on an HTTP page and then moves to an HTTPS page, a new session is created. How can I preserve the session while switching to or from HTTPS? When the Netscape browser sees a cookie with a different port num

How to lookup beans from another server?

2000-06-22 Thread Jonathan van Alteren
Hi, I need to look up ejbs from my Orion application in some JSPs running in a Tomcat server. The Tomcat server is running on another machine in the network. Do I need to use the RMIInitialContextFactory for this lookup, or the ApplicationClientInitialContext (the first I would think) ? I know I

Two tips about SSL and keytool

2000-06-22 Thread Ariel Aramburu
Keytool is a bit tricky. If you do not write as parameter "-keystore " then all operations are performed on a "hidden" keystore file that, at least for windows NT, is located in WINNT/profiles/loginusername/.keystore or something like that. These file is called ".k

Data integrity using JSP - EJB???? (Urgent)

2000-06-22 Thread Klaus . Myrseth
This is probably not an Orion spesific, but should consern anyone who is using EJB through JSP. The application I am developing is using JSP for generation a GUI to the Buissiness methods in the Orion server. But i have come into one problem, data integrity. Because of performance i never use an