Re: [JBoss-user] getParameterValues

2003-11-29 Thread Stefan Groschupf
marc fleury wrote: Stefan stop being a pussy and move to tomcat :) I'm more family with cats then Siegfried and Roy but anyway my customer do the decisions. By the way, why is the jboss.org webpage still a pussy? ;) I fix the problem by using the jbossweb-jetty.sar from jboss.3.2.1 in a new

[JBoss-user] eclipse 3 ide

2003-11-29 Thread Stefan Groschupf
Hi, Does the new jboss ide support eclipse 3 now? Stefan -- open technology: www.media-style.com open source: www.weta-group.net open discussion: www.text-mining.org --- This SF.net email is sponsored by: SF.net Giveback Program. Does

Re: [JBoss-user] eclipse 3 ide

2003-11-29 Thread Werner Ramaekers
Stefan, please check the website and the jboss-user archives before posting : http://sourceforge.net/mailarchive/forum.php?thread_id=3523099forum_id=2266 (only 4 days old) Werner Stefan Groschupf wrote: Hi, Does the new jboss ide support eclipse 3 now? Stefan --

[JBoss-user] DatabaseServerLoginModule, and column RoleGroup

2003-11-29 Thread Bryan Field-Elliot
We are exploring using JBossSX in various capacities to perform database-driven authentication and authorization. I have a question about the DatabaseServerLoginModule: The roles table requires three columns: Principal, Role, and RoleGroup. However, I can find no clear explanation online for

Re: [JBoss-user] DatabaseServerLoginModule, and column RoleGroup

2003-11-29 Thread Scott M Stark
For whatever reason you want an alternate named group of roles. JBoss will never care, but you might. Scott Stark Chief Technology Officer JBoss Group, LLC Bryan Field-Elliot wrote: We are exploring using JBossSX in various capacities to perform

[JBoss-user] Transaction error - Please help

2003-11-29 Thread Sasidharan, Manoj
Hello All, When running our J2EE application, the following exception gets generated. Could you please help me understand the problem. Some information: - The Stateless Session Bean uses both XA and Non-XA datasources - Non-XA datasource is declared using no-tx-datasource - Database is Oracle

[JBoss-user] JMS Test Harness - Fails on session.createTopic(String name)

2003-11-29 Thread Nicholas
I am porting some JMS performance test harnesses over to JBoss, but a common problem seems to be that the dynamic calls to session.createTopic(String name) are not supported. In lieu, I will code the harness to call the DynamicStateManager MBean to create the topics. Is this essentially correct ?