RE: How to call A EJB in OC4j from other Servers

2001-09-06 Thread Pazhyvilka, Yury
Hi all, that is really good question as I am trying to make it running second day. Documentation says NOTHING about it or, at least I don't know where to search. If anybody could help it would be really great. ...or, at least share your experience concerning that point. thank you. -Origina

binding error

2001-08-29 Thread Pazhyvilka, Yury
Dear all, when I try to bind an object to the InitialContext inside EJB code >> initCtx.rebind( name, ctx.getEJBObject().getHandle()); << I always receive an error: >>Error binding to server: java.lang.SecurityException: User does not have a bind- >>permission for BEAN_NAME does someone have