Weblogic has this notion of a trusted shared domain. In this domain,
containers can interoperate, propogating user credentials (principal/roles)
across this domain as you make requests to remote services.
Does JBoss have this ability?
View the original post :
http://www.jboss.com/index.html?m
Can I create a connection pool mbean and place it on the server so that
connection pools can be created on the fly? Also, if so; will that MBean
persist to an DataSource.xml file in the server deploy directory?
I wish to create connection pools in code much like the admin console. I want
to k
2 Questions...
1. Does JBoss 3.2.6 use a universal classloader structure? If so, is there a
switch or a build that uses a more traditional hierachical classloader
structure that follows the majority of main stream EJB containers?
2. If there is a hierachical classloader, does the JBoss logge
When a count query is run in EJB QL, will JBoss count in cache then in DB or will
every EJB the count query referes to be loaded into cache then counted?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825206#3825206";>View
the original post
http://www.jboss.org/index.html?module=bb&o
Never mind... I though I had commented out the password-stacking="useFirstPass" line
but I really didn't
:)
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825205#3825205";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825205>Reply
to the
Using a LoginInitialContextFactory to connect to JBoss from a swing client. All the
attributes seem to be configures. I connect to the server and see the logging from
the DatabaseServerLoginModule. However, It seems that the username is a zero (0)
length String() by the time it gets to the ge