Fwd: How to configure to invoke ProductServlet

2001-01-20 Thread Globetrot Communications
Here is my file/directory structure for the Product application. Why do you think I am not able to invoke the ProductServlet. Thanks The following is my directory/file structure. I am not able to succesfully invoke ProductServlet thus: http://localhost/ejbsamples/servlet/ProductServlet You'll no

How to configure to invoke ProductServlet

2001-01-20 Thread Globetrot Communications
I'd appreciate it if somebody could explain how to configure the Orion installation to invoke ProductServlet in the product application. It'd be great to see a detailed explanation of reasoning behind the configuration. Orion documentation hasn't been very illuminating to a newbie like myself. Th

Re: E_Roman e-commerce application(Mastering Java Beans)Wiley

2001-01-20 Thread Oglinda
At 01:31 AM 1/20/01 +, faisal wrote: >Hi >-Has any body tried to install Ed Roman e-commerce examples on Orion?. I am studying the book and I have played with some of the EJBs. There are some problems 1. I assume the code was written with the EJB 1.0 specifications because it is using some

depoloying primary key in ejb.xml

2001-01-20 Thread faisal
Hi help! when I try to deploy an entity bean primary key such as "customerPK.class" I get a message It is not found among the cmp-field of the entity bean class Does anyone know how to do this with Orion Thanks in advance Faisal  

RE: Sybase experience anyone?

2001-01-20 Thread Chris Bartling
JConnect for JDBC is their JDBC driver offering. Works well. 4.2 is JDBC 1.0 compliant and 5.2 is JDBC 2.0 compliant. http://www.sybase.com/detail/1,3693,1009796,00.html -- chris -- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell Sent

1.4.5. Welcome back!

2001-01-20 Thread Thomas Hertz
Thanks, guys. /Thomas -- | /Thomas Hertz | [y] hybris GmbH | Software Engineering | | [EMAIL PROTECTED] | Schwere-Reiter-Strasse 35 | tel +49 89 306697- 0 | | www.hybris.de | Haus 16, D-80797 Muenchen | fax +49 89 306697-99 | | pgp fingerprint: D070 5D86 BE2D C3AF E2CC D2D8 C29

RE: Sybase experience anyone?

2001-01-20 Thread Juan Lorandi (Chile)
I've used Sybase 11.0.9 running in both W2K and Tru64 Unix(former Digital Unix) it has a jdbc driver called jconnect, you can download it from mysybase; there's a script you must run prior to use the driver (check the manual) Sybase has outperformed Oracle in every test I've done with OrionServer

Re: EJB-QL Support

2001-01-20 Thread Scott Stirling
EJBQL is one of a couple recent controversies in the EJB spec expert group from what I hear. The 2.0 spec isn't final, and there's no point in implementing EJBQL if it's going to get ripped out. There are some issues with EJBQL and dependent objects being discussed pretty late in the game for th

RE: Error reading client-descriptor.. - Problem Solved

2001-01-20 Thread Juan Lorandi (Chile)
after deployment, orion-X.xml files are auto-generated. These have all the server dependant deploy settings. The default DS for CMP is the first found in orion\config\data-sources.xml. These settings (which you may edit manually, or , if we had an interactive deploy tool, set at deploy time) s

Sybase experience anyone?

2001-01-20 Thread Christian Sell
Hello, We are about to decide about the database platform on which we will deploy our first J2EE application. Preferrably, it should be a cost-free solution. First I would like to ask if anyone has experience to share about using Sybase 11.0.3 (the one that is free to deploy under Linux). I espec

RE: Writing user managers

2001-01-20 Thread Juan Lorandi (Chile)
Yes, it is necesary; there isn't a LDAP based UserManager, and DataSourceUserManager doesn't provide all the features I need JP -Original Message- From: Jeff Schnitzer [mailto:[EMAIL PROTECTED]] Sent: Viernes, 19 de Enero de 2001 20:38 To: Orion-Interest Subject: RE: Writing user manager

RE: Accessing EJBs from Stand-alone app....

2001-01-20 Thread Bernard Choi
Heya. Your guidance on the mailing list has been most useful. I've got a slight problem though.   I've managed to follow and connect using fully qualified RemoteInterface names...   but upon trying the JNDI connection, I received an   javax.naming.NamingException: java:comp/env namespace

Error reading client-descriptor.. - Problem Solved

2001-01-20 Thread Globetrot Communications
After I changed the url to jdbc:postgresql:testdb (Thanks, Mike), I noticed that JNDI was still looking for jdbc/HypersonicDS! I had, initially, installed this application using Hypersonic database. The problem was, finally, solved after I undeployed the "Product" application by deleting it's dep

RE: Orion and Kawa 5.0

2001-01-20 Thread Scott Stirling
Shouldn't affect support for Orion in Kawa, particularly if customers ask for it! (hint) I work at Allaire on JRun. Scott Stirling West Newton, MA On 18 Jan 2001 22:13:10 -0600, Chris Bartling wrote: > I wonder how all this will turn out now that Allaire is being acquired by > Macromedia. Hmm

EJB-QL Support

2001-01-20 Thread Globetrot Communications
It doesn't look like Orion 1.3.8 supports EJB-QL. If true, are there any plans to make this available? When? = __ 5.5 cents calls with 6-second billing no fees. Free toll-fre numbers. No other charges 4 cents Domestic calls with no fees: 5 c

SV: Having trouble forcing browser-side XSL transformations

2001-01-20 Thread Niklas Uhrberg
Why do you have the xsl:output tag in the JSP? Shouldn't it be in the XSL-document? /Niklas -Ursprungligt meddelande- Från: Jeff Chapman <[EMAIL PROTECTED]> Till: Orion-Interest <[EMAIL PROTECTED]> Datum: den 19 januari 2001 19:11 Ämne: Having trouble forcing browser-side XSL transformati

RE: Getting back to the previous jsp

2001-01-20 Thread Randahl Fink Isaksen
But am I guarantied that this parameter is always set by the users browser? R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Hogan Sent: 19. januar 2001 19:13 To: Orion-Interest Subject: Re: Getting back to the previous jsp It would be something

RE: Getting back to the previous jsp

2001-01-20 Thread Randahl Fink Isaksen
Good idea - thanks. R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Wilson Sent: 19. januar 2001 19:27 To: Orion-Interest Subject: RE: Getting back to the previous jsp Try storing a "lastGUIPage" variable in the session. Have an include that i

RE: Getting the home interface of another EJB from within an EJB - PROBLEM SOLVED !!!

2001-01-20 Thread Randahl Fink Isaksen
Are you using Orion 1.3.7 or the latest build? R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Drury Sent: 19. januar 2001 16:18 To: Orion-Interest Subject: RE: Getting the home interface of another EJB from within an EJB - PROBLEM SOLVED !!! I

orionsupport.com mirror

2001-01-20 Thread Stan Ng
Well, I decided that I couldn't live without my daily dose of orionsupport, so I made a mirror of the site available at http://www.theculprit.com It's only a static copy, so it's not quite as good as the real thing... :)