[JBoss-user] [Beginners Corner] - Re: Installing Hibernate 3 on Jboss

2005-03-02 Thread sgallet
http://docs.jboss.org/jbossas/jboss4guide/r2/html/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868385#3868385 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868385 -

[JBoss-user] [Beginners Corner] - App deployment problem

2005-03-02 Thread sgallet
Hi. I've made a validation MBean which allows me to validate beans ans struts stuff. It use commons-validator from apache-jakarta. Everything (jar,xml) is packaged in a har archive. (with hibernate definitions) When i try to deploy the har, I've got an error when deploying then MBean. It appears

[JBoss-user] [Security & JAAS/JBoss] - Re: how to get user roles after the user logged in

2005-03-01 Thread sgallet
"choikim" wrote : I'm using form based declarative security using mysql database. | After the user logged in, I want to display different selections on the screen | depending on the role the user has using jsp or servlet. | I can get the username using request.getRemoteUser(), but is ther

[JBoss-user] [Beginners Corner] - How to retrieve the deploy URL in a ServiceMBeanSupport bean

2005-02-25 Thread sgallet
Hello, I'm looking for a way to retrieve the deploy URL in ServiceMBeanSupport bean. Any idea ??? TIA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867894#3867894 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867894

[JBoss-user] [Beginners Corner] - How to retrieve HarUrl ?

2005-02-21 Thread sgallet
hello, I tried to to add validation stuff (based on commons-validator) to my har archive. To do that i've make a validation factory with the help of Hibernate code ;). And now I want to retrieve HarUrl in the code of my service bean (which extends ServiceMBeanSupport). So that, I can browse the j