[jBoss-User] SUN JDK1.3 RC1 for Linux

2000-09-09 Thread Robert Krueger
might be of interest to some people on this list http://developer.java.sun.com/developer/earlyAccess/j2sdk13/download-linux.html (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-) Brüder-Knauß-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373 (-)

Quick help with News App

2000-09-09 Thread Cory Adams
I'm using Orion1.2.9 JDK 1.3 on Win NT I have followed the directions in the news-install.txt file. After going to the /news and clicking on 'View News' I receive the following: What did I do wrong Thanks. error snippet from the Browser -- 500 Internal Server Error com.evermi

OR mapping of table joins for CMP

2000-09-09 Thread Cory Adams
Can somebody please point me to a good reference for managing joins across multiple tables while using CMP? There was a thread on the list that somebody pointed me to previously but it did not really give the information I needed. I just want to be able to specify tables and fields to do joins

RE: Orion RMI Security problem

2000-09-09 Thread Arved Sandstrom
Title: Orion RMI Security problem Hi, Matt   This is largely not Orion-dependent stuff. You evidently have some security roles and method permissions declared in the ejb-jar.xml for UserBean, but you haven't logged in under any of the security roles that may access the create() method (and

RE: SSL and non SSL within the same instance of the web application

2000-09-09 Thread Mike Fontenot
You can do this all within a single running orion server process. You will need to define the two web applications using the default-web-site.xml as a starting point. I copied this and created a second file called ssl-web-site.xml.   In both of these files you should refer to the same applic

No Subject

2000-09-09 Thread Satyajit Nashikkar
unsubscribe

Re: RMI-IIOP

2000-09-09 Thread Cory Adams
Karl, Do you have an approximate timeframe for implementation of this feature? Thanks, Cory At 12:10 AM 9/9/00 +0200, Karl Avedal wrote: >Hello Cory, > >RMI-IIOP is scheduled to be implemented for the full EJB 2.0 release but is not >yet. > >Regards, >Karl Avedal > >Cory Adams wrote: > >> Has

Re: Orion Difficulities....

2000-09-09 Thread Kevin Duffey
Any chance you have an opening? ;) I wish more CTO's thought like you and realized that when programming to the J2EE standard, you don't need to spend $1K's (ok..$100K's) for software. You being a CTO I assume you are involved in the "business" side of things as well. My company (the one I work fo

Re: Clustering and load balancing Howto

2000-09-09 Thread Kevin Duffey
Hi, Its already out heh..I gotta go get it. > Where ideally should loadbalancer.jar be executed? Obviously if it is running on > one of the machines in the cluster it isn't so good.. sort of defeats the > fail-safe purposes... So should it have it's own machine? Or am I just missing > something.

Re: Orion Difficulities....

2000-09-09 Thread Porfiriev Sergey
Title: Orion RMI Security problem Use: java -jar admin.jar ormi://blazer.youbet.com admin root -shutdown   To Orion Team: put some examples in admin.jar  or make them java -jar admin..jar --examples   - Original Message - From: Richard Landon To: Orion-Interest Sent:

RE: Orion Difficulities....

2000-09-09 Thread Kurt Hoyt
Amen. I've spent the last six months evaluating EJB servers, including Weblogic, PowerTier, WebSphere, Secant's Extreme Server, GemStone, SilverStream, Inprise Application Server, Jonas, JBoss, and Orion. We've settled on Orion. In my mind WebLogic was one of the worst of the lot. I could never g

Re: Orion Difficulities....

2000-09-09 Thread Karl Avedal
Hello Richard, Well, the documentation has so far assumed that the user understands the concept of different URL schemes and different protocols (like http://, ftp:// or ormi://) and understand that they are not the same thing and use different ports, but that you normally don't need to specify t

Re: 3rd post, no answer

2000-09-09 Thread Karl Avedal
Hello Dale, I think this might be something that most people isn't using heavily (mailing from different servers) and that this can explain why noone on the Orion-Interest list has answered you. Remember that the people answering the questions on orion-interest (Joseph, Arved, Krüger, Chan, Adams

Re: Device dependent xsl translation recommendation

2000-09-09 Thread Joseph B. Ottinger
Absolutely - but realise that Orion itself is an XSL-aware client, so that the web browser doesn't have to be. For an overused example, consider www.orionsupport.com, which is 100% XML... but renders on lynx just fine, thank you very much. I'm not using this taglib yet, because the XSL I'm using

referential integrity and ejb's

2000-09-09 Thread alexchud
To inforce referential integrity with ejb's are there any implications if i do a look up in the ejbcreate and throw a createException, or would this be better suited to using a session bean. Alex.

Re: Device dependent xsl translation recommendation

2000-09-09 Thread Christian Sell
can you explain briefly what the taglib does? From the readme I gather that it simply places an xsl-stylesheet reference in my page depending on the requesting target device. Does this not require an XSL-aware client, which is able to render the page with the given stylesheet? thanks, >After pos

Re: Orion Difficulities....

2000-09-09 Thread Christian Sell
>Wow, thanks. Perhaps, I'm lame, but that was not obvious in the >documentation? I agree it is not obvious from what they call documentation. However, thinking about it twice, it makes a lot of sense that an admin tool does not talk to the HTTP port, but instead to a dedicated RMI port. Been ther

SUN JDK1.3 RC1 for Linux

2000-09-09 Thread Robert Krueger
might be of interest to some people on this list http://developer.java.sun.com/developer/earlyAccess/j2sdk13/download-linux.html (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-) Brüder-Knauß-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373 (-)

How to specify on the web application to request for a Digital Certificte

2000-09-09 Thread Ismael Blesa Part
I am using orion and I have added SSL on it. Then I have two web servers running, one http and the other https. How should I configure Orion to request the user a digital certificate?? Thanks