Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Orcl8i AllowedIdentities optional property or not?

Orcl8i AllowedIdentities optional property or not?

From: Alberto Lagna <Lagna_at_gendev.com>
Date: Thu, 24 Jun 1999 15:37:09 +0200
Message-ID: <7ktbsc$eau$1@fe2.cs.interbusiness.it>


Hi all,

Env Oracle8i x EJBs v 8.1.5, NT

Compiling the following DD

SessionBean helloServer.HelloBean
{
 BeanHomeName="test/myHello"; file://JNDI published name for EJB
// ------ required properties ------

 HomeInterfaceClassName=hello.HelloHome;  RemoteInterfaceClassName=hello.Hello;

// ------ optional properties ------

 SessionTimeout=0;
 StateManagementType=STATEFUL_SESSION;
 EnvironmentProperties {
  ejb.name=hello.Hello;
 }

 RunAsMode=SYSTEM_IDENTITY;
 TransactionAttribute=TX_REQUIRED;
}

I got the following error:

D:\ejb>call deployejb -republish -temp ejb -u scott -p tiger -s sess_iiop://localhost:2481:alberto -descriptor Hello.ejb Hello.jar Reading Deployment Descriptor...done
Verifying Deployment Descriptor...
Allowed identities is null in Access Control Entry for

     bean default

even if the documentation says AllowedIdentities is an optional property: why?

TIA
ciao
Alberto Received on Thu Jun 24 1999 - 08:37:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US