UserTransaction

2001-06-15 Thread Phan Anh Tran
With orion, Is it possible to look up a user transaction outside an EJB (a stand-alone app for example)? Thanks

Re: UserTransaction

2001-06-15 Thread Phan Anh Tran
: How do I get a reference to the TransactionManager? import javax.naming.*; import javax.transaction.*; ... TransactionManager manager = (TransactionManager)new InitialContext().lookup(java:comp/UserTransaction); Jeff Hubbach Phan Anh Tran wrote

Re: Oracle 9ias Container for J2ee (oc4j)

2001-06-03 Thread Phan Anh Tran
What does it mean by pieces? What are the pieces? Anyone knows? Anh - Original Message - From: Erwin Alberto [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Saturday, June 02, 2001 9:09 PM Subject: RE: Oracle 9ias Container for J2ee (oc4j) Oracle licensed the

Feature Set

2001-05-23 Thread Phan Anh Tran
1. From a client app running in a separate VM, can I use JNDI to request a UserTransaction and use it? 2. From a client app running in a separate VM, can I use JNDI to request a DataSource and use it? I would really appreciate it if someone could help answering the above questions. Thanks. Anh

JAAS Support?

2001-03-01 Thread Phan Anh Tran
Does Orion support JAAS? Anh

JNDI Lookup Failure

2001-02-26 Thread Phan Anh Tran
How's the deployed EJB mapped to the JNDI context? 1. EJB = trantech.ejb.TestSession,TestSessionHome,TestSessionBean. 2. Is the JNDI lookup string "java:comp/env/ejb/trantech/ejb/TestSessionHome" ? I keep getting the following exception in my JSP page:

Log of URLs

2001-02-24 Thread Phan Anh Tran
Is there a log which shows how a requested URL is mapped to the filesystem? Ie. www.blablalba.com = /blabla/home/ thanks. Anh

Incremental Development with Orion

2001-02-17 Thread Phan Anh Tran
How should one setup Orion for rapid and incremental Servlets,JSP, and EJB development? I got the Servlets and JSP setup done, but the EJB setup is still a bit iffy (thanks Faisal for your notes). I expectour developers to develop ourEJBsin a veryincrementalfashion,so I would like to get

Re: RE to Phan Anh Tran

2001-02-11 Thread Phan Anh Tran
Please send me the details. Thanks. Anh - Original Message - From: faisal To: Orion-Interest Sent: Saturday, February 10, 2001 6:36 PM Subject: RE to Phan Anh Tran Doing without ear file can be very easy and it allows easy update in Orion create a new

EJB Deployment without packaging

2001-02-09 Thread Phan Anh Tran
Is it possible to deploy EJBs without packing them into ejb and .ear files with orion? Thanks. Anh

Re: EJB Deployment without packaging

2001-02-09 Thread Phan Anh Tran
Do you have a link? Thanks. Anh - Original Message - From: "Joseph B. Ottinger" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, February 09, 2001 9:21 PM Subject: Re: EJB Deployment without packaging Yes, very much so. On Fri, 9 Feb 2001,

orion-web.xml

2001-02-01 Thread Phan Anh Tran
Hi all, I used the following orion-web.xml to point orion to my class files, but it does not seem to work - Orion cannot find my classes. I put the orion-web.xml under my WEB-INF directory, is that the right place? Thanks. Anh ?xml version="1.0"? !DOCTYPE orion-web-app PUBLIC

Re: Deploying a simple web site...

2001-01-25 Thread Phan Anh Tran
t your .../config/default_web_site.xml file and add a reference like the following: web-app application="default" name="myhome-web" root="/myhome" / WR -----Ursprungligt meddelande- Från: Phan Anh Tran [mailto:[EMAIL PROTECTED]] Skickat: den

JAAS Support?

2001-01-24 Thread Phan Anh Tran
Does Orion 1.4.5 support JAAS? Thanks. Anh

orionconsole bug...

2001-01-24 Thread Phan Anh Tran
Orion 1.4.5 on Windows 2000 with SP1. I tried to add a new website using orionserver. After I click on "Next", I get the following exception: Exception occurred during event dispatching:java.lang.IndexOutOfBoundsException: Index: -1, Size: 0 at java.util.ArrayList.RangeCheck(Unknown

Re: orionconsole bug...

2001-01-24 Thread Phan Anh Tran
SUN JDK1.3.0_01 Anh - Original Message - From: Phan Anh Tran To: orion-interest Sent: Wednesday, January 24, 2001 9:16 PM Subject: orionconsole bug... Orion 1.4.5 on Windows 2000 with SP1. I tried to add a new website using orionserver. After I click

Deploying a simple web site...

2001-01-24 Thread Phan Anh Tran
I have a web-site in a directory called "D:\Website\myhome" (only html files and jsp files). How do I go about telling orion to setup a URL http://localhost/myhome to activate my website? I have gone over all the .xml files a dozen times without success, so all insights are appreciated. By