Re: Custom login module

2005-10-06 Thread Ivan S. Dubrov
>It is actually possible to rebuild the plans without the geronimo >source. The original plans are supplied in doc/plans and you can edit >them and redeploy. Could you please show how I can to redeploy them? I've tried this: java -jar bin/deployer.jar --user system --password manager red

Re: Custom login module

2005-10-05 Thread Ivan S. Dubrov
Hello, >My hack was a little cleaner. I was adding the jar containing my >custom login modules as a dependancy to first j2ee-server-plan.xml but >since the j2ee-security-plan.xml was established I have had to move >the dependancy for my security jar up to the parent configuration of >both the serv

Custom login module

2005-10-05 Thread Ivan S. Dubrov
Hello, I have a problem with custom login module - the Geronimo does not find it. I have the following in the geronimo-application.xml (irrelevant parts are omitted): http://geronimo.apache.org/xml/ns/j2ee/application"; configId="myapp" parentId="org/apache/geronimo/Server">

Re: Need help with transactions and security

2005-07-07 Thread Ivan S. Dubrov
Hi, >As commented, GERONIMO-724 seems to be an issue related to the ordering of the >SQL statements sent to the DB. Could you please set the flag in the openejb-jar.xml DD and give it another try? Yes, now it works. It was my fault that I haven't read the Wiki pages carefully - the issue is

Need help with transactions and security

2005-07-06 Thread Ivan S. Dubrov
Hello, I have some problem with security and transactions in the Geronimo. I've described them in the JIRA: http://issues.apache.org/jira/browse/GERONIMO-724 http://issues.apache.org/jira/browse/GERONIMO-677 Anybody with comprehensive knowledge in relevant parts of Geronimo has any comments on

Problem with getCallerPrincipal().getName()

2005-06-09 Thread Ivan S. Dubrov
Hello, I wish to use J2EE security for both Web module and EJB module. So I configured realm, mapped principals to the security roles, develop appropriate J2EE deployment descriptors. Declarative role-based security works perfectly. When it turns to the programmatic security I have problems det