RE: Invoking EJB from Action classes

2001-05-21 Thread Owen Taylor
(myHashtableFullOfNameValuePairs); Refer to your application server's documentation to determine the classname of your vendors' InitialContextFactory. HTH Owen Taylor of The New Customware Company http://www.customware.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21

RE: Thread error....WHY?

2001-04-25 Thread Owen Taylor
It is a good idea to add . ( current directory ) to your CLASSPATH -also get in the habit of compiling your classes so that any required package structure is created properly. You do this by specifying an output directory for the javac command. If you wanted to compile the class starting from

RE: Testing Xalan prior to STRUTS build

2001-04-24 Thread Owen Taylor
Chris Brown was correct. You need to understand how the Classpath works. Instead of CLASSPATH: d:\Program Files\jdk1.3;d:\Program Files\jsdkee1.3;d:\ant\lib;D:\Program Files\junit3.6;d:\xalan;d:\xalan\samples 1) Locate the xalan.jar and ensure that it is in your classpath: You will have to