[JBoss-user] [Installation & Configuration] - Castor - JBoss integration

2004-07-09 Thread benoit
time and reading and sorry for my spelling mistakes. Benoit. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841500#3841500 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841500

[JBoss-user] [JBoss-JAAS-SESSION] search sample to authenticate via Struts

2004-06-02 Thread benoit
Hi, I’m searching a sample to understand how to implement authentication (login password) using Struts ans open a session (EJB) Thanx and regards benoit

[JBoss-user] problem deploying in JBoss

2004-06-02 Thread benoit
    Hi all,   can anyone help me, i've a problem when deploying my application on JBoss   console response : 10:01:50,140 ERROR [Engine] ContextConfig[/jmx-console] Exception lors du traitement du JAR indiqué par le chemin de ressource /WEB-INF/lib/jboss-jmx.jar javax.servlet.Serv

[JBoss-user] search sample session stateful struts jaas

2004-06-01 Thread benoit
Hi,   I’m searching a sample for using authentication with JAAS to work with Struts and open a session. I’m using Mysql. So i would like to connect to it to verify login password. My problem is to use JAAS with MySQl, and overall to create a session. Thanx

[JBoss-user] [EJB/JBoss] - problem with service=EJB already registered

2004-03-12 Thread benoit
) at java.lang.Thread.run(Thread.java:534) Thanx for comprehension benoit --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything

[JBoss-user] problem deploying in JBoss

2004-03-12 Thread benoit
Please, is anyone knows the following problem when launching jboss : 10:01:50,140 ERROR [Engine] ContextConfig[/jmx-console] Exception lors du traitement du JAR indiqué par le chemin de ressource /WEB-INF/lib/jboss-jmx.jar javax.servlet.ServletException: Exception lors du traitement du JAR indiq

[JBoss-user] problem deploying in JBoss

2004-03-12 Thread benoit
Hi all,   can anyone help me, i've a problem when deploying my application on JBoss   console response : 10:01:50,140 ERROR [Engine] ContextConfig[/jmx-console] Exception lors du traitement du JAR indiqué par le chemin de ressource /WEB-INF/lib/jboss-jmx.jar javax.servlet.ServletEx

[JBoss-user] JBoss doc

2003-07-18 Thread Benoit Aumars
Do you have comment regarding the quality of JBoss doc from Component Source ? What do you think about JBoss Administration and Development Documentation ? Or this one JBoss Comprehensive Documentation Subscription ? Are they much better than this one QuickStart-30x.pdf ? Any comment ? --

[JBoss-user] Protecting port 8082 with JBoss 2.4.x

2003-01-14 Thread Benoit Xhenseval
ace on port 8082, without involving firewalls? Any help appreciated, regards Benoit. --- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and fin

[JBoss-user] Re: Security Roles not accessible in beans?

2002-09-19 Thread Benoit Xhenseval
ginContext("client-login", handler); localCtx.login(); It is the only thing required... It became very confusing at some points when we introduced encrypted passwords in DB in one "auth.conf" and not the other one... Once again, many thanks for your help. Very appreciated!

RE: [JBoss-user] Re: Security Roles not accessible in beans? [Annegret]

2002-09-19 Thread Benoit Xhenseval
elf contained and we're fairly happy with it, but may be you have a better solution? ie a solution that does not depend on the JBoss directory structure or where JBoss is started from... Is it possible to specify the location of the auth.conf in the current classpath? Once again, many thanks f

[JBoss-user] Re: Security Roles not accessible in beans? (Scott M Stark)

2002-09-19 Thread Benoit Xhenseval
a look at propagating the role, if there is some interest and it is not "wrecking" the current architecture, could you give us any pointer? Many thanks Benoit >That is the current implemented behavior. The run-as role is only available to >the declarative security layer, not

[JBoss-user] Security Roles not accessible in beans?

2002-09-18 Thread Benoit Xhenseval
ith a JAAS login, we can test the roles if required. getContext().getCallerPrincipal().getName() will give you "nobody" as expected. We were under the impression that the role should be passed to the context in bean2! Is it a know bug? Has anyone faced something similar? M

[JBoss-user] Track login failure using DatabaseServerLoginModule in 2.4.x

2002-09-12 Thread Benoit Xhenseval
Hi Is there an easy way to track login attempts using the DatabaseServerLoginModule in JBoss 2.4.x? Ideally I would like to insert a row in an audit column with the principalId, a timestamp and a message "loginFailure". Can we do it through auth.conf? Any suggestions? Many than

[JBoss-user] Facing "xaRes not enlisted" problem in MDB.

2002-07-04 Thread Benoit Xhenseval
138) etc etc Could anyone tell us how to acquire a database connection? Can it be cached? Can the datasource be cached? many thanks Benoit. __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc

[JBoss-user] Client Transaction & EntityBeans!!!

2002-06-12 Thread Benoit Xhenseval
bean ok. Has anyone faced similar issues with client transactions and BMP Entity beans? Did you patch JBoss to avoid checking security credentials when called through local interfaces? For the BMP, how should you get a DB connection that will be attached to the given transaction? Any pointer

[JBoss-user] certification timescales?

2002-03-21 Thread Benoit Xhenseval
Hi I hear that JBoss 2.4.4 will be submited to Sun for J2EE 1.3 certification. Is this true? Do you have any idea of when the results will be known? Great product! Benoit. __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards®

Re: [JBoss-user] HelloJms needed

2001-07-20 Thread Benoit Rolland
Jboss has a JMSServer called jbossMQ, it is rather new and it behave surprisingly sometimes. For now I prefer to use the free swiftMQ that is well documented and very efficient. The doc explains how to use it easily within JBoss. Boris Garbuzov wrote: > Can somebody point me any JMS materials

Re: [JBoss-user] Problem while starting JBossMQ

2001-07-02 Thread Benoit Rolland
I suggest you to try the Jboss version not including tomcat, (i didn't had problem to start it) if it works, compare configurations files... of both version if you need tomcat. I personly have serious problems using temporaryTopics and temporaryQueues (not in any EJB) with jbossMQ . Also my cod

Re: [JBoss-user] Sun J2EE to jBoss

2001-06-26 Thread Benoit Rolland
Why did you disabled JMS related code ? Ralph Jensen wrote: > I am going to deploy some EJBs which I developed using Sun's J2EE reference > platform (v1.3) on jBoss. The beans use BMP only and I disabled JMS related > code. > > I have some questions in advance: > > Database > Which database t

[JBoss-user] stucked with JMS JBOSSMQ

2001-06-26 Thread Benoit Rolland
s set in the message. All comments or pointers to tutorials are welcome (also I didn't found any solution in Oreilly's book JAVA message service.) Many thanks. Benoit. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.source

[JBoss-user] jms, jndi and jbossmq

2001-06-25 Thread Benoit Rolland
quest()" method, to bind it in the JNDI Context ? Thanks for your help. Benoit Rolland ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user