Re: Problems with MySQL and DataSourceUserManager

2000-11-16 Thread Lars Hoss
hi! we have used postgresql for some projects and it worked. the only drawback we had is the fact that the current version does not handle large row data. that means a the data length of a row cannot be longer than 32k. if you need to store large objects you have to put them onto the filesystem.

RE: Macromedia Generator and Orion

2000-11-16 Thread Magnus Rydin
Title: RE: Macromedia Generator and Orion Hi Berny. Is Generator still needed with the new version of 5 to have good interaction with the server? I was working on making a Flash version of the ATM but dropped it when I saw the price on Generator... WR -Original Message- From:

RE: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-16 Thread Robert Krueger
At 13:42 15.11.00 , you wrote: At 11:06 AM 11/15/2000 -0600, you wrote: no, you have to get the terminology right, so people understand what you're trying to do ;-). you DON'T want to set up 3 websites in j2ee/orion terminology but have one website witth three web applications. your website is

RE: Macromedia Generator and Orion

2000-11-16 Thread Berny Woehrlin
Hi Magnus, Is Generator still needed with the new version of 5 to have good interaction with the server? I was working on making a Flash version of the ATM but dropped it when I saw the price on Generator... Well, guess Macromedia changed their pricing policy - there are two version now a $

Database schema ignored?

2000-11-16 Thread Petr Ciril RDSM
I am trying to follow the steps in Orion CMP Primer. My database server is Informix Dynamic Server 7.30.TC2. When I klick on the "Open the addressbook" link in HTML browser I get the following error message on the Orion server: Caught "com.evermind.server.rmi.OrionRemoteException" while

Re: OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Robert Krueger
At 10:30 16.11.00 , you wrote: Hi Robert, of course there are alternatives for using Generator. Believe, we do know all about it. But our client just asks for using Generator 2 Enterprise Edition. my reply was more adressed to magnus as he said he didn't do a flash version of the ATM

SV: specify datasource for entity bean

2000-11-16 Thread Klaus . Myrseth
check out the following linkSpec says its fully possible, but im not sure if Orion has support for it... http://java.sun.com/products/ejb/EJBErrata.fm.html Here is an example resource-ref res-ref-namejdbc/EmployeeAppDB/res-ref-name res-typejavax.sql.DataSource/res-type

Re: Database schema ignored?

2000-11-16 Thread Mikko Kurki-Suonio
On Thu, 16 Nov 2000, Petr CirilRDSM wrote: Column names are longer than 18 as I specified in database schema file: primary-key="primary key" max-table-name-length="18" No. That defines maximum TABLE name length. As far as I can see, there's no way to specify maximum column name length.

Re: OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Berny Woehrlin
Hi Robert, ok, where did you put the macromedia classes so we can figure out why the classloader cannot access them? Thanks! First I'm not sure if I registered the classpaths right under the Orion environment. In the file global-web-application.xml I inserted the following lines: classpath

Re: EJB Assembler tool

2000-11-16 Thread Sven van 't Veer
Alexander Sparkowsky wrote: Did somebody successfull use the EJB Assembler tool? When adding a bean the tool tells me that it is unable to find the bean class also if I add the classes to my classpath. The EJB Assembler is a funny tool.. Let's say you hae an app called myapp

newbie question : fail to deploy a 'helloworld' bean

2000-11-16 Thread Rodolphe Godreul
hi there ! i am trying to deploy a basic helloworld bean with orionserver but i get an unexpected error when deploying : Error loading package at file:/D:/Rodolphe/Bin/orion/orion1.3.8/orion/applications/internetsuite/helloworld-ejb.jar, Error parsing META-INF/ejb-jar.xml in

RE: RE: Macromedia Generator and Orion

2000-11-16 Thread Magnus Rydin
Title: RE: RE: Macromedia Generator and Orion If you know of such an alternative system, could you please let me know? WR -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: den 16 november 2000 09:46 To: Orion-Interest Subject: OT: RE: Macromedia Generator

JetSpeed

2000-11-16 Thread Sven van 't Veer
Is there anyone who has gotten Jetspeed to work under Orion ?? sven -- == Sven E. van 't Veer http://www.cachoeiro.net Java Developer

RE: RE: Macromedia Generator and Orion

2000-11-16 Thread Robert Krueger
At 12:49 16.11.00 , you wrote: If you know of such an alternative system, could you please let me know? WR I'll look for the article and post them. robert -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]] Sent: den 16 november 2000

RE: ORION and VAJ?

2000-11-16 Thread Rob Lapensee
John, I switched to netbeans (www.netbeans.org) because of exactly that, I could not get VAJ to work with Orion. Or more accurately I could not get Orion to import into VAJ and run from within VAJ, which would have allowed debugging of EJB's I got Tomcat to import into VAJ quite nicely...

RE: RE: Macromedia Generator and Orion

2000-11-16 Thread Berny Woehrlin
Hi Magnus, At 12:49 16.11.2000 +0100, you wrote: If you know of such an alternative system, could you please let me know? WR this is slowly getting a Generator discussion board.. ;)) Check out Swift Generator. But there is a difference in the Swift- and in the Macromedia Concept: Swift

servlet properties

2000-11-16 Thread Tim Squires
Hi, Could someone point me towards the documentation for the equivalent of JServ's servlet.properties? Thanks for your time, Tim. Tim Squires Wireless Data Services It's not what you know, it's who you tell.

RE: JetSpeed

2000-11-16 Thread J.T. Wenting
I asked the same question last week and got no response. There seems to be a versioning problem between Jetspeed and the Orion XML stuff. Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things that can't go wrong will anyway -Original Message- From: [EMAIL PROTECTED]

RE: Macromedia Generator and Orion

2000-11-16 Thread Juan Lorandi (Chile)
Title: RE: Macromedia Generator and Orion flash 5 has full xml support and is able to compose request and parse responses in and out of a web server... perhaps you don't need Generator to run under Orion at all... My 2c, JP -Original Message-From: Magnus Rydin

Re: JetSpeed

2000-11-16 Thread Sven van 't Veer
"J.T. Wenting" wrote: I asked the same question last week and got no response. There seems to be a versioning problem between Jetspeed and the Orion XML stuff. My problem seems to be that it cannot find some of the Turbine stuff. http://server/servlet/jetspeed produces a blank page. Have

RE: What does this error mean?

2000-11-16 Thread Juan Lorandi (Chile)
this is one of my orion-application.xml ?xml version="1.0"? !DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN" "http://www.orionserver.com/dtds/orion-application.dtd" orion-application deployment-version="1.4.4" ejb-module remote="false"

RE: OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Juan Lorandi (Chile)
this is getting spookie. really bizarre... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Jueves, 16 de Noviembre de 2000 8:14 To: Orion-Interest Subject: Re: OT: RE: Macromedia Generator and Orion Hi Robert, ok, where did you put the macromedia

RE: ORION and VAJ?

2000-11-16 Thread listhub
Rob, Thanks for the reply. Ditto. I have run both WebLogic (4.1 using the VAJ kit) and the latest TOMCAT out of VAJ. No Cigar with Orion. When you say netbeans, isn't that Forte now? Can you set breaks in Sevlets and EJB's and have them break when hit at runtime? That is really the main

RE: ORION and VAJ?

2000-11-16 Thread Rob Lapensee
John, I have successfully got netbeans to set a break point and stop a running ejb in progress under orion, and then go on to single step and show variable contents. It working by using something called JPDA (download from somewhere in www.javasoft.com) You will need JPDA installed and netbeans

RE: ORION and VAJ?

2000-11-16 Thread Kevin Duffey
I have seen here that JBuilder 4 works well with Orion. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rob Lapensee Sent: Thursday, November 16, 2000 4:10 AM To: Orion-Interest Subject: RE: ORION and VAJ? John, I switched to netbeans

Problems using RMI to the Orion Server.

2000-11-16 Thread J Davis
We seem to be having a problem with RMI connection. Unfortunately we have some software here(B2B application called Netfish) that only runs on JRUN 2.3.3 or I-Planet. This is running on a Sun box running Solaris 2.8. It has a Java object that acts as a workflow and connects to out Orion

New app/tools how-tos required for OrionSupport

2000-11-16 Thread Joe Walnes
I'm going to start collating a new bunch of how-to's for www.orionsupport.com, describing how to run popular applications and tools with Orion. My current list of apps and tools consists of (with specific subjects to address or add-ons in brackets): - Cocoon (getting xsp to work, allowing to

Are EJB's very scalable, how does Orion compare?

2000-11-16 Thread Keith Kwiatek
Hello, Anyone have any real life stories of EJB scability? How well does orion scale in relation to other ejb servers (Jonas, ejboss, websphere, etc)... Keith

RE: JetSpeed

2000-11-16 Thread Larry Velez
Title: RE: JetSpeed Here is a link to turbine. http://www.blue-pac.com/linuxturbine/ -Larry -Original Message- From: Sven van 't Veer [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 11:01 AM To: Orion-Interest Subject: Re: JetSpeed J.T. Wenting wrote: I

RE: JetSpeed

2000-11-16 Thread Neal Kaiser
Title: RE: JetSpeed You want the apache turbine SDK. Goto http://java.apache.org and you'll see a download section for the Turbine SDK which contains all the jars for turbine, velocity, and more... -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

RE: New app/tools how-tos required for OrionSupport

2000-11-16 Thread Kemp Randy-W18971
Excellent. -Original Message- From: Joe Walnes [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 11:42 AM To: Orion-Interest Subject: New app/tools how-tos required for OrionSupport I'm going to start collating a new bunch of how-to's for www.orionsupport.com, describing

RE: JetSpeed

2000-11-16 Thread J.T. Wenting
I got as far as bringing up the mainpage (so http://localhost/servlet/jetspeed). When trying anything XSP, I get a 500, saying the XSP compiler cannot find a whole host of stuff, including Cocoon, XML parsers, and Jetspeed... The servlet must have found all that because it uses it all itself.

RE: servlet properties

2000-11-16 Thread J.T. Wenting
the equivalent is web.xml in your-web-app/WEB-INF Jeroen T Wenting [EMAIL PROTECTED] ICQ UIN #9191966 It's the end of the world as we know it and I feel fine (Michael Stipe) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Squires Sent: 16

RE: JetSpeed

2000-11-16 Thread J.T. Wenting
Title: RE: JetSpeed Turbine comes with Jetspeed. It is installed as part of the Jetspeed installation... Jeroen T Wenting[EMAIL PROTECTED]ICQ UIN #9191966It's the end of the world as we know it and I feel fine (Michael Stipe) -Original Message-From: [EMAIL PROTECTED]

orionserver down?

2000-11-16 Thread Matthew Domarotsky
My company is having trouble access orionserver.com, it seems down. Anyone else having problems?

RE: What does this error mean?

2000-11-16 Thread Gerald Gutierrez
I've tried a number of different versions of Orion already from 1.3.8 to 1.4.0 and 1.4.4. I've recreated the files with no difference. I can't see the source code to Orion ... I just want to know what the error actually means and why I'm having it. At 12:41 PM 11/16/2000 -0300, you wrote:

RE: ORION and VAJ?

2000-11-16 Thread listhub
Rob, Is not netbeans now Forte (Sun bought netbeans and the old Forte development environment and combined them in its Forte Community Edition, I think)? If not send me the netbeans URL please. Thanks john On 16-Nov-00 Rob Lapensee wrote: John, I have successfully got netbeans to set a

Re: JNDI Properties for Orion and EJB?

2000-11-16 Thread Tim Endres
Hi there, I read in my EJB book that CTM's require vendor specific JDNI properties. I thought EJB was platform/vendor independent? What are these JNDI properties for? More importantly..when/why are they used? I see in the example EJB's with Orion that they all have a jndi.properties file,

Re: POP3 providers

2000-11-16 Thread Tim Endres
I want to use a pop3 provider implementation (from sun) in my application on Orion server(1.4.0). The specs said that I should put my javamail.providers file in /META-INF directory and the pop3.jar in /lib directory, but Orion just ignores all these and reports that there are no providers for

Re: orionserver down?

2000-11-16 Thread Mark
I can actually access it unless my work is caching the page from yesterday. Mark On Thu, 16 Nov 2000, Matthew Domarotsky wrote: My company is having trouble access orionserver.com, it seems down. Anyone else having problems?

Precompiling JSPs

2000-11-16 Thread Gerald Gutierrez
Is there a way to get Orion to precompile JSP pages instead of having them dynamically compiled at runtime? This would allow much speedier authoring of these pages, I think. Thanks,

FIXED: Multiple websites on one server not found

2000-11-16 Thread Drew Kidder
The madness is over. I have fixed the site. After being slapped around by Robert, I nixed my multiple web-site.xml files and just used the default-web-site.xml. Everything works fine now. Thank you all for your assistance. I really appreciate it! -- Andrew Kidder L3 SW/Support

TopicConnectionFactory problem

2000-11-16 Thread Werner Bohl
Hi: I have an appplication where the client listens to a published Topic on the orion server. It works fine if the client is on the same machine as the server, but if the client is run in another machine it doesn't find the TopicConnectionFactory on the server, although it has no problems

RE: User management

2000-11-16 Thread Mike Cannon-Brookes
Hani, I'm actually part of a large J2EE project called OpenSymphony. One of the components we are building is app server independent user and group management beans, with plugins for the most popular servers (Orion, WL, WS, JRun etc). Email me: [EMAIL PROTECTED] if you (or anyone) want to help

Re: ORION and VAJ?

2000-11-16 Thread Christian Sell
netbeans WAS netbeans, BECAME forte, and was named back to netbeans before being made open source. www.netbeans.org - Original Message - From: [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Cc: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 9:44 PM

Re: JetSpeed

2000-11-16 Thread Christian Sell
You really should post the error messages/stacktraces (here or on the Jetspeed list), so we can help you better. also, what version of JS are you running. JS is not in a very stable state currently. - Original Message - From: "J.T. Wenting" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL

RE: ORION and VAJ?

2000-11-16 Thread Chris Bartling
Go to http://www.netbeans.org. This is where all the open source development activity occurs. Enjoy! -- chris -- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 2:44 PM To: Orion-Interest Cc:

JSP compile problem

2000-11-16 Thread Tom Dunstan
Hi all I'm new to orion, so apologies if I've missed something obvious. I'm moving a few jsps using a taglib from tomcat to orion. I've gotten over several differences, but on my main jsp file I get this: 500 Internal Server Error Error parsing JSP page /search/search2.jsp Syntax error in

RE: JetSpeed

2000-11-16 Thread J.T. Wenting
using Js 1.2b1, which works fine on Tomcat 3.1 (at least it does not throw any errors, the generated HTML is not always as it should be and there seems to be a gaping memory leak). The error is as stated "could not find package in import: org.apache.cocoon.*, org.w3c.dom.*, etc...). I tried