[JBoss-user] [Security JAAS/JBoss] - Re: 403sp1, problem with AuthorizationInterceptor for Invoke

2006-01-06 Thread AndiWausS
I have not found out the reason of the problem, but I can add a little piece of information. The log says when booting: 2006-01-06 17:42:24,455 DEBUG [org.jboss.jmx.connector.invoker.AuthorizationInterceptor] Loaded authenticator: [EMAIL PROTECTED] | 2006-01-06 17:42:24,465 DEBUG

[JBoss-user] [Security JAAS/JBoss] - 403sp1, problem with AuthorizationInterceptor for InvokerAda

2006-01-05 Thread AndiWausS
Hello, I am trying to secure the Invoker Service in jmx-invoker-service.xml. The AuthenticationInterceptor works fine, but I like to have authorization as well - the hard coded role JBossAdmin is OK for now. I tried (that´s what I found) interceptors | interceptor

[JBoss-user] [Clustering/JBoss] - 4.0.2 / 4.0.3: SSO across different VHs now?

2005-12-15 Thread AndiWausS
Hello, between 4.0.2 and 4.0.3sp1 the comment on the ClusteredSignleSignOnValve within tomcat/server.xml have been changed from anonymous wrote : Uncomment to enable single sign-on across web apps |deployed to this host AND to all other hosts in the cluster |

[JBoss-user] [Clustering/JBoss] - Re: 4.0.2 / 4.0.3: SSO across different VHs now?

2005-12-15 Thread AndiWausS
Thanks again for the quick reply! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912931#3912931 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912931 --- This SF.net

[JBoss-user] [Installation, Configuration Deployment] - Re: Sending request from one WAR to another WAR (CrossContex

2005-12-14 Thread AndiWausS
in 4.0.3 you find the context.xml within the tomcat-deploy-folder.. default for crosscontext in jboss is true.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912643#3912643 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: TreeCacheSSOClusterManager, NullPointer in addSession, 4

2005-12-09 Thread AndiWausS
thank you very much, that was fast and helpful! you might want to consider to comment in the jboss-service.xml that the dependsjboss.cache:service=TomcatClusteringCache/depends is needed for SSO since 4.0.3. Just proposing to maintain the excellent quality of comments in all the other

[JBoss-user] [Clustering/JBoss] - TreeCacheSSOClusterManager, NullPointer in addSession, 4.0.2

2005-12-08 Thread AndiWausS
Hello, In 4.0.2 I extended the default-configuration by tc5-cluster-service.xml, jgroups.jar and jboss-cache.jar just to achieve SSO. Everything worked fine. Now in 4.0.3 (taking the new jars from all-configuration) SSO still seems to work fine, but with every new session there comes a

[JBoss-user] [J2EE Design Patterns] - Re: deploy time configuration of EJB's

2005-09-19 Thread AndiWausS
Another (easy but not very flexible) way could be to use the system property service: define e.g. different portnumbers within different jboss-instances and use the variable in the jboss-deployment descriptor ( - ${portnumber} ) View the original post :

[JBoss-user] [Beginners Corner] - Re: NoClassDefFoundError: org/jdom/Text jdk1.5 JB3.2.7

2005-09-19 Thread AndiWausS
perhaps the jar whose classdef is not being found is not mentioned within the calling jar´s manifest? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3895580#3895580 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895580

[JBoss-user] [Installation, Configuration Deployment] - Support restrictions with IBM JDK?

2005-08-02 Thread AndiWausS
Hello, as I have read, JBOSS 4.0.x is supposed to run smoothely under AIX and IBM-JDK (1.4). What happens if problem occurs which does not happen with LINUX / SUN JDK: Will JBOSS support help anyway (e.g. with a workaround), or is it customer´s responsibility to get a solution from IBM? I

[JBoss-user] [JBoss Getting Started Documentation] - executeTx: SecurityException..requiredRoles=[], principalRol

2004-11-30 Thread AndiWausS
Hello, I get this exception when trying to transfer funds within the DukesBank having ejb-security enabled. After I got this exception in 4.0.0 I saw that certain security-issues were fixed within 4.0.1RC1, but with RC1 it still does not work. (Even having setmodule-option

[JBoss-user] [JBoss Getting Started Documentation] - Re: executeTx: SecurityException..requiredRoles=[], principa

2004-11-30 Thread AndiWausS
I had to extend the ejb-jar.xml by role-namebankCustomer/role-name ejb-nameCustomerBean/ejb-name method-intfLocalHome/method-intf method-name*/method-name ejb-nameCustomerBean/ejb-name

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank: EJB security-domain doesn't work, gives Aut

2004-11-26 Thread AndiWausS
you seem to be using 4.0.0 try 4.0.1RC1 or put module-option name=unauthenticatedIdentityanonymous/module-option in your application-policy name = name-of-app in your login-config.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856499#3856499 Reply to