Re: Some problems implementing EJB 2.0 type OR

2001-05-15 Thread James Donnelly
] Sent: Tuesday, May 15, 2001 10:55 AM Subject: Some problems implementing EJB 2.0 type OR Hello, I'm also having this problem with my web-application. How did you solve it? TIA Mathias Bogaert

Some problems implementing EJB 2.0 type OR

2001-05-03 Thread James Donnelly
Hi, I'm trying to change the way my application does OR on my entity beans. I have encountered a problem. Using Orion 1.4.8. I have an EJB which has a vector field, listIDs, which contains Integer ID references to child EJBs. In my EJB code I have used the following syntax: public static

Problems with EJB.

2000-10-27 Thread fresnaULL
Hi all, I think I've deployed correctly a EJB, because I'm able to use from a java application. I've deployed the ejb like the cart ejb example. My problem is that when I try to use it from a servlet the context.lookup doesn't find the EJB and generate an exception. Please I need help!!!

SV: Problems with EJB.

2000-10-27 Thread Klaus . Myrseth
this and not a bug :) Have a nice weekend all!! Klaus -Opprinnelig melding- Fra: fresnaULL [mailto:[EMAIL PROTECTED]] Sendt: 27. oktober 2000 16:05 Til: Orion-Interest Emne: Problems with EJB. Hi all, I think I've deployed correctly a EJB, because I'm able to use from a java application. I've

Re: Problems with EJB.

2000-10-27 Thread Sven van 't Veer
fresnaULL wrote: Hi all, I think I've deployed correctly a EJB, because I'm able to use from a java application. I've deployed the ejb like the cart ejb example. My problem is that when I try to use it from a servlet the context.lookup doesn't find the EJB and generate an exception.

Re: Problems with EJB and JNDI-context

2000-10-14 Thread Nils Frohberg
Hi, my problem was a mistake in the ejb-ref in web.xml. (i am also using "java:comp/env/ejb/user" now) --nils -- ** * Your mouse has moved. Windows must be restarted for the change to take effect. *

Re: Problems with EJB and JNDI-context

2000-10-13 Thread Sven van 't Veer
Nils Frohberg wrote: Hi, I am facing a problem with my EJBs that i cannot solve. I try to access a EJB via a JSP page: javax.servlet.jsp.JspException: NamingException: Error instantiating web-app JNDI-context: No location specified and no suitable instance of the type 'de.tako.user'

RE: Problems with EJB and JNDI-context

2000-10-13 Thread Juan Lorandi (Chile)
Are you accesing it thru "java:comp/env/ejb/user" ??? because just accessing "ejb/user" won't work -Original Message- From: Sven van 't Veer [mailto:[EMAIL PROTECTED]] Sent: Viernes, 13 de Octubre de 2000 7:21 To: Orion-Interest Subject: Re: Problems with EJB and

Problems with EJB and JNDI-context

2000-10-12 Thread Nils Frohberg
Hi, I am facing a problem with my EJBs that i cannot solve. I try to access a EJB via a JSP page: %-- Setting up an error page --% %@ page errorPage="/errorpage.jsp" % %-- Taglibs --% %@ taglib uri="ejbtags" prefix="ejb" % ejb:useHome id="user" type="de.tako.userHome"

Re: problems running ejb product sample

1999-01-17 Thread Jochen Strunk
At 16:58 18.11.99 +0100, Jochen Strunk wrote: hi, when trying to run the ProductClient from the ejb examples with the following command line: java -Djava.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFact o ry -Djava.naming.provider.url=ormi://hostname