Help with EBJ client

2000-09-23 Thread Harley Rana
Hi i have just deployed a stateless session bean to orion 1.2.9. My question is how do you access the bean from a client? In the service console i make a client app to the bean i want, and in that directory a make a simple client that looks up to the bean with this code: Hashtable env = new

pop3

2000-09-23 Thread Dale Bronk
I am on Windows 2000 Server and Orion 1.1.37.   I have made sure that I am using the lastest mail.jar and activation.jar.   I also downloaded the latest pop3.jar.  I have tried this with pop3.jar in both the Orion directory and the Orion/lib directory.  I believe both are correctly seen by Or

RE: Error while compiling

2000-09-23 Thread Lawrence Fry
Claudio, I believe that the problem he is having is this unclosed comment. It makes this ejb-jar.xml not a well formed xml document...which is probably playing with the deployment's mind. Regards, Lawrence -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

"Comercialy supported" MVC/Struts Online Seminar and RealTime Chat in 2 days....

2000-09-23 Thread Vic Cekvenich
As MVC and Struts (and Blueprint) become more popular way to develop Web Apps, some comercial J2EE servers are starting to support it. Here is Struts online seminar for free, together with a real time Chat so you can discuss you questions. http://www.silverstream.com/virtsem3 , register well bef

Re: Error while compiling

2000-09-23 Thread Claudio Miranda
You have a PK class, where you specify the fields (same name inside bean), that are the PK of your bean. If your com.canlink.components.base.GUIDFactoryPK have the fields (with same name of fields inside bean) of your bean, just remove the xml tag name--> (wow whats is this end co

Simple OR Mapping error

2000-09-23 Thread Srikanth Thiagarajan
Hi, I am trying out a simple OR mapping example. I have a customer and an Account EJB. In the Customer EJB I declare the the following public Set accounts; public static final Class accounts_type=Account.class; In my client program I try to add a few accounts to the customer and then try to

RE: Servlet+EJB problem still not solved. :((

2000-09-23 Thread Goel, Deepak
Hi, My case is little bit different than yours but I thought you can still give it a try. When I create the InitialContext(), I don't put in the CONTEXT_FACTORY and PROVIDER_URL. It works for me even though my servlet and EJBs are deployed in one application. --Deepak -Original Message-