Re: orion + multi processor's X86 PC

2001-01-26 Thread Robert Krueger
At 08:42 26.01.2001 , you wrote: Hi, We planned to go on production state of our developpement under ORION, but we don't have a clue on multiprocessors (SMP) and Orion. If we run a X86 PC server with 2 XEON and sun's JVM 1.3 + Orion + NT or 2000, is this will be enought to take advantage of SMP

SV: interbase database schema

2001-01-26 Thread Markus Härnvi
MySQL lacks real transactions. My suggestion would be PostgreSQL. I have it running here on my Windows 2000. It can be compiled with the Cygwin tools. http://people.freebsd.org/~kevlo/postgres/portNT.html I wouldn't run it on Windows in a production environment, but for development it is OK.

A small cry for help...

2001-01-26 Thread Øystein Walle
Hi! When I change the database behind my EJBs from the outside, the contents of the EJBs are not updated... I've read the answer for this problem on the FAQs page, but when I set exclusive-write-access="false" in the orion-ejb-jar.xml file and start Orion again, the file is overwritten! Please

RE: interbase database schema

2001-01-26 Thread Jeff Schnitzer
I've found that it's pretty hard to beat Hypersonic for development. The only caveat is that you need to run it in "server mode" in order to get concurrent access to the database; otherwise the database files are locked by Orion and you can't see what's going on. As far as Interbase goes, there

1.4.5 auto-deployment troubles

2001-01-26 Thread Jeff Schnitzer
Has anyone else noticed that 1.4.5 seems to neglect changes made to the ejb-jar? It unpacks the ear and deploys changed war files just fine, and if I change the ejb-jar.xml, it will unpack the ejb jar. But if I change only the ejb class files, Orion just upacks the ear and sits. Even restarting

newbe configuration questions

2001-01-26 Thread Marc Linke
Hi, as i'm fairly new to java and i like to setup orion to develop JSP/Java Beans first to learn the basics. Having orion running wasnt a problem, but i got stuck within these so-called documentation. I just like to have a virtual host for the domain www.test.java and deploy my jsp's to a

Re: Why javac does not compile servlet?

2001-01-26 Thread faisal
It seems to me that servlet.jar is not available in your jdk jre try to copy servlet.jar to jdk\jre\lib\ext ..and try again I hope this help faisal - Original Message - From: Roland Dong To: Orion-Interest Sent: Friday, January 26, 2001 9:17 AM Subject: Why javac

RE: Why javac does not compile servlet?

2001-01-26 Thread Kemp Randy-W18971
If you do a search for package "javax.servlet.http does not exist", on a site like www.northernlight.com, you may get some clues that could help. I did this, just to see what would turn up, and here is a good, example site. One of the sites is

RE: Why javac does not compile servlet?

2001-01-26 Thread Thomas Pridham
You need to install the J2EE JDK 1.2.1 from the java.sun.com website. Since you are using javac to compile your classes, the j2ee.jar file needs to be in your classpath. here's the URL: http://java.sun.com/j2ee/download.html Hope this helps... Regards, Tom Pridham -Original

RE: interbase database schema

2001-01-26 Thread Kemp Randy-W18971
My favorite book on MySql is called MySQL by Paul DuBois published by New Riders. -Original Message- From: Chris Bartling [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 8:10 PM To: Orion-Interest Subject: RE: interbase database schema What about MySQL? Works under both

RE: core dump on solaris running on Sun box.

2001-01-26 Thread Kemp Randy-W18971
Great idea. If a Sun server burps a Core dump, Sun support is the best starting place. Considering you have several software variables: Sun, Java VM, Informix, Orion, etc., you need to isolate what it is not. -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent:

Differences between Bea Weblogic and OrionServer

2001-01-26 Thread Ismael Blesa Part
We have developed a web application that works fine under OrionServer. It has JSP, JavaBeans and Taglibs. Now we are testing with Bea Weblogic and there are some strange errors thrown by the server. It complains about (java.lang.VerifyError: (class:

Weird pageContext stuff in Orion

2001-01-26 Thread Dan Winfield
Guys % String currentPage = pageContext.getServletConfig().getServletName();// Used for generic pages% This is in my JSP pages and for some reason is giving strange results. I am trying to get the name of the current view page in an MVC model. I use both redirects and forwards for the model

Re: core dump on solaris running on Sun box.

2001-01-26 Thread Matt Bauer
Make sure your using the latest JVM. It fixed my sun box problems. Matt Robert Krueger wrote: At 16:13 25.01.2001 , you wrote: HELP. I have installed orion on a solaris box and trying to deploy and EJB application. The application uses back end informix and utilizes CMP beans. I can

RE: Why javac does not compile servlet?

2001-01-26 Thread KirkYarina
orion.jar contains the javax.servlet classes, and (somebody correct me if I'm wrong) should be used instead of Sun's j2ee or jsdk. Add orion.jar to your classpath. You may want to look at the other jars included with orion if you're missing other classes, also. Kirk Yarina At 09:06 AM

RE: Problem

2001-01-26 Thread Tim Drury
Title: RE: Problem Mangesh, (Because OI is so slow, I'm cc'ing you directly) Where to put orion-ejb-jar.xml is probably one of the most frequently asked questions and the answer can be found in the list archives. Use the Orion-Interest archives - they are searchable and have the answers

frustrated

2001-01-26 Thread Ed Bras
Hellu there, I am getting a bit frustrated as I don't seem to able to connect to my Postgres database, through the data-sources.xml file in the home orion/config dir. I have seen about "all" newsgroup question about this issue but stil nothing... Anyway, I do get the following error:

Bug #161

2001-01-26 Thread Juan Lorandi (Chile)
Finally! it's being fixed in 1.4.6 Things are in motion again! JP

RE: EJB 2.0 with dependent 1 -- n sample available

2001-01-26 Thread chris . chang
Hi Folks, minor typos found in readme.txt: 1. setting of server.xml should be "X:\Orion-test-apps\Test20CmpDoOM\rel\Sample20EbDoOM-ver001a.ear" ^^ instead of "X:\Orion-test-apps\Test20CmpDoOM\rel\Sample20EbDo-ver001a.ear" 2.

Why is Netscape slower with Orion?

2001-01-26 Thread Huibert Aalbers
Hi everyone, Is it just me or has anyone noticed that Netscape is significantly slower than IE when accessing an application built with orion? Could there be anything wrong with my settings? Thanks, Huibert Aalbers Informix Software

Re: 1.4.5 auto-deployment troubles

2001-01-26 Thread Ray Harrison
Jeff - I have had to go in and change the ejb-jar file in the atm app as I am looking at using SapDB for our database choice. Since SapDB requires object names to be 32 or less in length, I had to make these changes to ejb names in the atm ejb-jar file and re-deploy. I removed the application

Re: SV: interbase database schema

2001-01-26 Thread Ray Harrison
I have been reasonably impressed with SapDB - its got its quirks and I haven't fully completed my testing (database and jdbc driver), but is seems pretty solid on Windows 2000 thus far. RHH --- Markus Härnvi [EMAIL PROTECTED] wrote: MySQL lacks real transactions. My suggestion would be

Re: orion + multi processor's X86 PC

2001-01-26 Thread Ray Harrison
Windows 2000 dual processor box runs very well with 1.4.5 and uses both processors quite nicely. --- Robert Krueger [EMAIL PROTECTED] wrote: At 08:42 26.01.2001 , you wrote: Hi, We planned to go on production state of our developpement under ORION, but we don't have a clue on

Unicode problem during JSP translation

2001-01-26 Thread Changshin Lee
I'm now using Orion 1.4.5 and it causes a very strange problem. When Orion makes a Java file from a JSP page containing some Korean character such as "\ucd5c" for Unicode, it doesn't translate the right code but "\\". It basically translate all 2-byte characters(probably Chinese, Japanese, and

Re: Why is Netscape slower with Orion?

2001-01-26 Thread Michael Rimov
At 10:57 AM 1/26/2001 -0600, you wrote: Hi everyone, Is it just me or has anyone noticed that Netscape is significantly slower than IE when accessing an application built with orion? Could there be anything wrong with my settings? I've noticed the same thing... not with Orion but Tomcat, etc.