RE: JSP page compilation classpath?

2000-06-28 Thread Magnus Rydin
Christian, if the tag recides in a library (.jar), it should be located under /WEB-INF/lib. Orion will look for classes in /WEB-INF/classes/ and libs in /WEB-INF/lib/ WR Magnus Rydin WebTeknik AB [EMAIL PROTECTED] +46 8 545 87 307 -Original

Help, with HypersonicSQL/ Orion

2000-06-28 Thread Robert
Hi, Anyone knows what I'm not doing right, I want to connect to a HypersonicSQL database using the webserver connection. But when I use the following URL: "jdbc:HypersonicSQL:http://localhost:8080" It wont connect. I have orion on the url: localhost:8080. I've installed hSQL in the /lib dir

Re: Help, with HypersonicSQL/ Orion

2000-06-28 Thread thm
I have the same difficulty! I write a little program to access the Hypersonic Base, but I ve an error message : no surch driver. Thanks for your help ThM [EMAIL PROTECTED] http://www.idocw.com Robert a écrit : Hi, Anyone knows what I'm not doing right, I want to connect to a HypersonicSQL

admin -shutdown

2000-06-28 Thread Christian Sell
a follow-up to my earlier question on using the -shutdown command to the admin.jar program: assuming that localhost:8080 is not the port the admin server is listening on (since its the HTTP port), I roamed through the few docs that exist and came across RMI.XML, where the default RMI server port

FAIL-OVER

2000-06-28 Thread David Sierra Fernandez
I would like to know if Orion supports fail-over for each one of this elements: -Home instances -Stateless Session Beans - CMP and BMP entity beans -Servlets -JSPs -HTTP request - JNDI Please answer back ASAP.I'm in a hurry.

Latest versions?

2000-06-28 Thread Wong Kok Wai
I keep coming across references to versions like 1.0.11. Where can I find the latest versions?

RE: Help, with HypersonicSQL/ Orion

2000-06-28 Thread Joe Walnes
Anyone knows what I'm not doing right, I want to connect to a HypersonicSQL database using the webserver connection. But when I use the following URL: connection-driver="hSql.hDriver" Try changing the driver to org.hsql.jdbcDriver (which was recently updated in the hsql

Re: JSP page compilation classpath?

2000-06-28 Thread Christian Sell
as I said, I have the classes under WEB-INF/classes, but they arent found (during page compilation, that is). I tried jarring everything up under WEB-INF/lib, and that partially does the job. Except now I have the problem that my taglib.tld is not taken from the jar, I have to unpack it into

Re: Help, with HypersonicSQL/ Orion

2000-06-28 Thread Wong Kok Wai
Try this (edit the username and password to match your setup): data-source name="Default data-source" class="com.evermind.sql.ConnectionDataSource" location="jdbc/DefaultDS" pooled-location="jdbc/DefaultPooledDS"

Re: Graphical deployment tool

2000-06-28 Thread Fabio Silva
Amalaraj AMALARAJ wrote: Hello to all, Can any body tell me how to invoke the GUI to deploy the EJB in Orion1.0 Thanks in advance Amalaraj ___ Hi there Amalaraj Normally, I don't use those tools but try: java -jar

RE: EJBs at runtime

2000-06-28 Thread Jason A. Westra
More specifically, what does the Orion server do to make the hot deploy/undeploy features work? For instance, what happens if EJBs in the application (ear) are inside transactions? Does it wait for them to end and not allow any more to start? Does it mark all running txns for rollback

Clustering

2000-06-28 Thread Mark Causer
Have been looking at using Orion for Clustering and I am getting very confused. Some Questions: 1. Ive looked at the example quoted in http://www.orionserver.com/docs/http-clustering-howto.html - Why do I have to pass the sessionid to the second server ? Shouldn't the clustering

RE: admin -shutdown

2000-06-28 Thread Nathan Phelps
This issue is frustrating to me. You'd think something as fundamental as shutting down the server would work--it did in 0.9. I really like Orion, but I just can't recommend it to my employer if such fundamental features don't work. Ideally you won't be shutting down the server very often,

Corba from Orion

2000-06-28 Thread Peter Delahunty
Can you call CORBA objects from within Orion using rmi/iiop

RE: Latest versions?

2000-06-28 Thread Klaus Thiele
I keep coming across references to versions like 1.0.11. Where can I find the latest versions? cd /path/to/orion java -jar autoupdate.jar fine. i have go go via proxy, what to do? thanks klaus -- Klaus Thiele - Personal Informatik AG mailto:[EMAIL PROTECTED] "There's got to be

admin.jar problems

2000-06-28 Thread Eric Richardson
Hi, I tried this as well with some problems. Here are the steps I took. java -jar orion.jar -install Enter an admin password to use: admin123 Confirm admin password: admin123 Installation done java -jar orion.jar Orion/1.0 (Internal build 3) initialized java -jar admin.jar ormi://localhost:/

RE: admin -shutdown

2000-06-28 Thread Juan Pablo Lorandi
I can't agree more... BTW, many of us that haven't licensed Orion are evaluating it, and wouldn' t be scared to pay the license just to develop, but to be able to recomend orion, we must get answers from you guys... some things are so fundamental and completly unanswered... we can't put our

Re: Corba from Orion

2000-06-28 Thread David Sierra Fernandez
I think Orion supports RMI across servers but it doesn't supports RMI over IIOP. I'm afraid you'll have to wait until a next release of Orion supports the latest EJB 2.0, which requires RMI/IIOP protocol. - David

isModified in entity bean

2000-06-28 Thread Michaels, Sean
does the isModified attribute in an entity bean need to be one of the container managed fields or can it be transient? also...is having a public boolean isModified() {...} in the EJB implementation enough or does it need to be defined in the remote interface as well? thanks!

User strategies

2000-06-28 Thread Kit Cragin
Could anyone share their strategies for implementing their user management when deploying a web application? Specifically, I know I can use principals.xml to specify the users and roles and web.xml to apply those wrt the various servlets and web pages within the web application. However, like

RE: Corba from Orion

2000-06-28 Thread Peter Delahunty
EJB 1.1 requires that the vendor allows clients to call methods using the RMI/IIOP API eg. you use PortableRemoteObject.narrow() when you do lookups However the EJB server may not be sitting on top of a CORBA server (ie not using IIOP) like Orion i think. So this is why i didn't think you

RE: admin -shutdown

2000-06-28 Thread Kit Cragin
We are experiencing the same problem. It may be that this is isolated ONLY to Windows based platforms as I've heard it works fine on Linux. Does anyone know of a reasonable way to affect a shutdown from within Java by locating the process ID and killing it or something like that? I know it's not

RE: Latest versions?

2000-06-28 Thread Gary Shea
Oh, that is soo slick! Wow! But ain't this typical, I thought I'd read every single bit of text on the orion site, and I don't remember seeing this ultra-cool feature mentioned anywhere. These folks have an awesome product, but I guess selling it (as opposed to their core business of using

Re: admin -shutdown

2000-06-28 Thread Eric Richardson
Hi, We are evaluating orion for an internal app and our overall opinion is thumbs up. 1. it is really j2ee compliant 2. stable 3. good performance 4. not expensive If you are using internal or selling there is a risk of course. 1. small company 2. not open source-you can't fix problems

Re: Deploying application

2000-06-28 Thread galbers
I also got this error. I was doing O/R mapping and using the fields sub-tag of the cmp-field-mapping tag. I'm using container managed persistence and my primary key class has multiple attributes. In this case the spec says that the primkey-field tag is not used. I read that to mean

RE: admin -shutdown

2000-06-28 Thread Joseph B. Ottinger
On Wed, 28 Jun 2000, Juan Pablo Lorandi wrote: I can't agree more... BTW, many of us that haven't licensed Orion are evaluating it, and wouldn' t be scared to pay the license just to develop, but to be able to recomend orion, we must get answers from you guys... some things are so

Re: Help, with HypersonicSQL/ Orion

2000-06-28 Thread Brian Cunningham
If that still won't do it, look on the hsql site for the socket connection patch. I applied it just as specified by its author, recompiled, and the client/server version suddenly worked great, where before I could not connect at all. The same issue may apply to the web server version. Brian

RE: admin -shutdown

2000-06-28 Thread Gary Shea
On Wed, 28 Jun 2000, Kit Cragin wrote: We are experiencing the same problem. It may be that this is isolated ONLY to Windows based platforms as I've heard it works fine on Linux. Does anyone know of a reasonable way to affect a shutdown from within Java by locating the process ID and killing

RE: admin -shutdown

2000-06-28 Thread David Sierra Fernandez
I've tried it and I have always the same result: C:\orionjava -jar admin.jar ormi://localhost:23791 admin 123 -shutdown Error: java.lang.SecurityException: Invalid username/password for default (admin ) C:\orionjava -jar admin.jar ormi://localhost:23791 david sierra -shutdown Error:

SQL trace?

2000-06-28 Thread Joel Shellman
I'm trying to debug an ejb problem I'm having (table or view does not exist from Oracle JDBC), and it would be really convenient if I could see the exact SQL Orion is trying to run (in this case, what table is it trying to access). Is there a way to get this information from a log? Thanks, --

Orion 1.0 fail-over/load-balancing/session fail-over capabilities.

2000-06-28 Thread Kevin Duffey
Hi, After meeting with the WebLogic guys today, I am very interested in knowing if Orion supports fail-over and session management fail-over such as Orion and SilverStream do. They do it like so: With a 2 server setup, one server is the primary, the second is the backup. Even if you add 100

RE: admin -shutdown

2000-06-28 Thread KirkYarina
Does your principals.xml contain the following? users user username="admin" password="goodpwd" descriptionThe default administrator/description group-membership group="administrators" / group-membership group="guests" / group-membership group="users" /

Re: admin -shutdown

2000-06-28 Thread Eric Richardson
Hi, Did you install to get an admin password? java -jar orion.jar -install Eric :-) p.s. I get a different error-also on linux David Sierra Fernandez wrote: I've tried it and I have always the same result: C:\orion>java -jar admin.jar ormi://localhost:23791 admin 123 -shutdown Error:

Deployment time for lots of beans

2000-06-28 Thread Joel Shellman
It seems that Orion is regenerating all my beans whenever I even a small change in the orion-ejb-jar.xml (even though as my last email said, it's just ignoring the changes). Is there a way around this? It's quite a nuisance to have to wait for several minutes while it's regenerating all the beans

Relationship of config/principal.xml to other principal.xml

2000-06-28 Thread Brian Cunningham
How are config/principal.xml and, say, application-deployments/foo/principal.xml related? I seem to be witnessing behavior where in one application context the config file is used and in others the application-deployments file is used. I would like to just have one file where all users are

Re: admin -shutdown

2000-06-28 Thread Karl Avedal
Hello Eric, Eric Richardson wrote: Hi, We are evaluating orion for an internal app and our overall opinion is thumbs up. 1. it is really j2ee compliant 2. stable 3. good performance 4. not expensive Thank you! If you are using internal or selling there is a risk of course. 1.

Re: admin -shutdown

2000-06-28 Thread Karl Avedal
Hello David, David Sierra Fernandez wrote: I've tried it and I have always the same result: C:\orionjava -jar admin.jar ormi://localhost:23791 admin 123 -shutdown Error: java.lang.SecurityException: Invalid username/password for default (admin What does this funny error mean ??

RE: admin -shutdown

2000-06-28 Thread Kirk Kalvar
Works on my setup: Win98 Orion 1.0rc2 set JAVA_HOME=c:\java\jdk1.2.2 set J2EE_HOME=c:\java\j2sdkee1.2.1 set ClassPath=.; set Path=%PATH%;c:\java\j2sdkee1.2.1\bin;c:\java\jdk1.2.2\bin; c: cd \orion java -jar admin.jar ormi://localhost/ admin password -shutdown Kirk S. Kalvar -Original

Please help me with orion-ejb-jar.xml

2000-06-28 Thread Joel Shellman
I can't seem to get orion to keep my changes to orion-ejb-jar.xml. This file gets automatically generated. We have a lot of custom CMP mappings we need to have in that file. I edited it in place (orion/application-deployments/antsweb/antsweb-ejb/orion-ejb-jar.xml) and I tried putting it in my

Looking for web host who uses Orion Application Server

2000-06-28 Thread Megan Ray
Does anyone know of a web host who uses Orion? Please forward any information.Thanks!