Konstrukcja deskryptora EJB
SessionBean helloServer.HelloBean
BeanHomeName = "test/myHello";
RemoteInterfaceClassName = hello.Hello;
HomeInterfaceClassName = hello.HelloHome;
AllowedIdentities = { PUBLIC };
RunAsMode = CLIENT_IDENTITY;
// TransactionAttribute = TX_SUPPORTS;