hi all,
I try to secure 8082 port.
I followed the instruction provided by Vladimir Blagojevic couple weeks ago.
http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg03359.html
I subclassed the HtmlAdaptorServer as follows:
package org.jboss.util;
import com.sun.jdmk.comm.HtmlAdaptor
Hi all,
I posted this question 3 weeks ago, however I haven't got replies
from the lists.
I got the LdapLoginModule works (got connection to Ldap server and passed
back the roles).
However, when I tried to create a bean I got the following exceptions:
server:
StatelessSession] Authentication exce
Hi all,
I tried to recompile ContainerFactory Source code using Jbuilder4 and I got
the following errors:
ContainerFactory.java: Error 314: cannot access class
org.gjt.lindfors.pattern.StrategyContext; neither class nor source found for
org.gjt.lindfors.pattern.StrategyContext
ContainerFactory.j
Hi all,
in http://www.jboss.org.documentation/HTML/ch10s40.html mentioned that:
JBoss manages dependencies between MBeans via the
org.jboss.util.ServiceControl custom MBean.
I did search deep in this doc but couldn't find any clue how two MBeans
communicate between them!
For example: Mbean-A star
Hi all,
Suppose I have two mbeans( mbean-A and mbeanB)
>From mbean-B, I want to get the reference of Object-A which reside in
mbean-A.
Can I do this? if yes, how to achieve this?
thanks,
kadir
NOTICE: The information contained in this el
Hi all,
Has anybody successfully implemented LdapLogin module in Jboss?
I spent days working on this problem and I haven't got any clue how to make
it work!
The only exception I got was: Authentication exception, principal="null"
(server side)
However, I can see the Principal and Roles have bee
Hi all,
I'm trying to replace JaasServerLoginModule with LdapLoginModule.
I got the Ldap bits works fine and I can see the principal and roles have
been populated with the data from Ldap.
However, the Jboss server complaints that the "principal=null"
I suspect that I did something wrong with se
Hi,
I'm trying to use Ldap login-module for authentication purposes.
I've got the flat-file based example (provided by Scott Stark) to work!
I've looked into some examples in provided in jbosssx-cvs, however I
couldn't make myself clear enough about that!
Can anyone provide some pointers on ho