[JBoss-user] [Beginners Corner] - JBoss Shared Domain?

2005-09-30 Thread cryokeeper
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

[JBoss-user] [Management, JMX/JBoss] - JBoss 3.2.6 and the connection pool MBeans

2004-11-26 Thread cryokeeper
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

[JBoss-user] [Beginners Corner] - JBoss 3.2.6 Classloader

2004-11-26 Thread cryokeeper
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

[JBoss-user] [EJB/JBoss] - EJB QL COUNT()

2004-03-11 Thread cryokeeper
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

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule in JBoss 3.2

2004-03-11 Thread cryokeeper
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

[JBoss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule in JBoss 3.2

2004-03-06 Thread cryokeeper
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