You should set the <namespace-access><write-access>  in the
home/config/application.xml


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Pazhyvilka, Yury
Sent: Wednesday, August 29, 2001 10:39 AM
To: Orion-Interest
Subject: binding error


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 any idea what I do wrong?

thank you,
Yury.


-----Original Message-----
From: Teddy Rice [mailto:[EMAIL PROTECTED]]
Sent: 29 August 2001 07:31
To: Orion-Interest
Subject: Class Reloading


i have read, and re-read, all
of the postings on class
(re)loading in relation to deployed
applications inside orion. yet, i still
have some unanswered questions.

in my past experience, compiling classes
to the ./WEB-INF/classes directory and
touching either the web.xml or application.xml
file will cause the new classes to be
picked up and used. all objects that are
in session are serialized and available
after the application is re-deployed without
having to re-start orion.

however, i am now experiencing a situation
wherein i'm losing my session information and
being forced to re-login to my application to
continue development.

is there a set of criteria or implemenation details
i'm missing. all objects are obviously serializable
or they would not be able to be stored in a session.
yet, my latest encounters with class reloading makes
me doubt this assertion.

any ideas/paths i can explore to making my
development life less hell-like?

thanks,

ted rice




Reply via email to