Re: Deploying EJBs

2001-08-14 Thread Jason Westra
Hi Tom, Try turning -verbosity 10 in the java -jar orion.jar commandline. Orion console output should say something like Binding xyxEJB to xyzJNDIName and indicating the EJB(s) is deployed. Jason --- Tom Jordan [EMAIL PROTECTED] wrote: Is there anyway to determine that a set of EJBs that are

RE: EJB Clustering -- ANYONE? [Urgent!]

2001-02-22 Thread Jason Westra
Hi! As far as I know, Orion does not support EJB tier clustering (only web clustering). Meaning: there is no auto-failover calls to an EJB in another server in a cluster and there is no state replication for stateful EJBs, etc. However, there is no reason why you can't wrap your calls to EJBs