Just starting with Orion - some issues

2000-06-14 Thread DSmith
Hello List, (It was great meeting some of you at the JavaOne conference, hello to you all!) For my first try at Orion, I migrated a little quick dirty site from JRun 2.3.3b153. The site is just made up of JSP pages with inline Java doing various simple things. Here are some issues I

RE: Just starting with Orion - some issues

2000-06-15 Thread DSmith
I also agree that it's not a bug in Orion, it's just an issue that occurred when porting from JRun to Orion, which required code modification. It just might be the subject of a technote or something. The other problem, where code can't be multiple lines long, I think is a bug in Orion's parser.

Using alternate web server?

2000-06-15 Thread DSmith
Hello, Is it possible to use another web server with Orion? -- Doug Smith Senior Developer Eviciti Corp. http://www.eviciti.com mailto:[EMAIL PROTECTED]

Re: NOVICE Question about orion and mysql

2001-02-19 Thread DSmith
Hi Andres, I have some custom CMP EJBs working with MySQL 3.23. My datasource.xml entry is similar to yours. A couple thoughts: 1. Make sure you have removed the attribute "ejb-location" from the hsql datasource. 2. Make sure you have a schema for mysql in the

RE: NOVICE Question about orion and mysql

2001-02-20 Thread DSmith
Hi Andres, I'm sorry, I didn't get that error. Orion automatically creates tables in MySQL for CMP entity beans on my system, after just doing what I suggested earlier. Your error sounds like the "database" is invalid, like the URL you're using is pointing to the wrong MySQL database? Just a

Re: configuring jdbc with oracle...

2001-02-23 Thread DSmith
It may be that you're using the "ejb-location" name rather than the "location" name of the data source. I've used both the standard Orion datasource and the pooled datasource with Oracle, and it has worked fine. Good luck, Doug -- Doug Smith http://www.eviciti.com mailto:[EMAIL PROTECTED]