[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseserverLoginModule : datasource not bound

2004-04-14 Thread antoine
ok thanks but I solve my probem. It functions with ClientLoginModule View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830591#3830591 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830591 --

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseserverLoginModule : datasource not bound

2004-04-09 Thread antoine
Ok I debug a little my problem What I understood : In fact I can't be bound to my datasource directly from my client java. I must put in my auth.conf clientLoginMoule required. It didn't authentication but just keep my principals and my credentials. From a bean I send my credentials and my princ

[JBoss-user] [Security & JAAS/JBoss] - Re: Opening RMI to the Internet?

2004-04-09 Thread antoine
in fact client have only a reference of ejb. I send jndi name to a servlet which calls ejb and send to client a reference. Just that.. About security point of view I don't know... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829915#3829915 Reply to the po

[JBoss-user] [Security & JAAS/JBoss] - DatabaseserverLoginModule : datasource not bound

2004-04-08 Thread antoine
curity.ClientLoginModule required; }; My security domain in login-config : java:/FwkDS select PWPASWWORD from itcuser where NMNOM=? select role, 'Roles' from itcuserrole where NMNOM=? Thanks for your help Antoine View the original post : http://www.jboss

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseLoginModule example project

2004-04-07 Thread antoine
excuse me but where did you find databaseServerloginmodule project example ? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829739#3829739 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829739 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Opening RMI to the Internet?

2004-04-07 Thread antoine
I work about swing clients connecting ejbs. I invoke my ejb over the internet without rmi. I use remoting (proposed by bright side framework) : Http invocation maybe I answer to your question View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829738#3829738 Re

[JBoss-user] [Security & JAAS/JBoss] - Re: Datasource not binding when trying to access DatabaseSer

2004-04-07 Thread antoine
excuse me for my advice that wasn't very good I succeed to silve my problem and I ah the same problem that you javax.security.auth.login.LoginException: javax.naming.NameNotFoundException: FwkDS not bound Fwkds is my mysql datasource. I add in my auth.conf my dsjndiname but noting hapened org

[JBoss-user] [Security & JAAS/JBoss] - Re: Datasource not binding when trying to access DatabaseSer

2004-04-07 Thread antoine
I try but nothing can you give me your command line with arguments to compare with me ? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829593#3829593 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829593 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Datasource not binding when trying to access DatabaseSer

2004-04-06 Thread antoine
I begin with authentication I don't know if it's good because of my problem (I give allpermission but nothing) but in auth.conf i don't put dsjndi try without and tell me what it does my auth.conf : MyLogin { //Login Module Needed - I use Database (Note it correlates to what I had in login-co

[JBoss-user] [Security & JAAS/JBoss] - Re: Datasource not binding when trying to access DatabaseSer

2004-04-06 Thread antoine
did you reference in your deploy directory a oracle-ds.xml ? it must contain a driver and an url. is it the same name for datasource. I try to use DatabaseServerLogin but I fail when i create logincontext I receive this message : access denied (javax.security.auth.AuthPermission createLoginContex

[JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Antoine . ISIDOR
I need the packages in xalan.jar and xerces.jar to execute my Entity Bean. I don't find the way to indicate to my JBoss-2.2.2/Tomcat-3.2.2 server how to find them in execution of my JSP. If somebody had this problem ? or anybody's suggestions.. thanks. I already tried with puting these

[JBoss-user] JSP / EJB communication

2001-07-06 Thread Antoine . ISIDOR
I'm disappointed. I have the jboss-2.2.2_tomcat-3.2.2 release installed on my linux. It starts very well. But what I thought was EJB/JSP communication when connecting to http://localhost:8080 is in fact only JSP examples from tomcat's part... What I don't understand is how to test the "tomcat-t

[JBoss-user] jboss-2.2.2_tomcat-3.2.2 & JSP

2001-07-04 Thread Antoine . ISIDOR
I need some help because i can't solve my problem alone. I've installed jboss-2.2.2_tomcat-3.2.2 for enterprise use. Well I can start this version without any problem. The "tomcat-test.ear" exemple deployes very well. Then I wan't to see these exemples at localhost:8080 exemples with servlets

[JBoss-user] static methods

2001-06-28 Thread Antoine . ISIDOR
Can we declare static methods in an EJB ? ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Caching together...

2001-06-21 Thread Antoine . ISIDOR
Ok, shut me if I tell stupid things.. After reading some mails on the "Cache" subject, i've understood that several clients can access to an instance of a stateless session bean or entity bean, but only one client can access to a stateful session bean instance. Then I've understood that you can'

[JBoss-user] API for JBoss

2001-06-20 Thread Antoine . ISIDOR
Is there any API on JBoss ? I have an exemple of bean managed entity bean, using javax.sql.Datasource, which doesn't seem to exist in JBoss libraries. Any help would be really appreciated. thanks. ___ JBoss-user mailing list [EMAIL PROTECTED] http:

[JBoss-user] Little problem in test

2001-06-14 Thread Antoine . ISIDOR
Well I've downloaded the cdEJB exemple in jboss/documentation . All files compiled with success, i've deployed it with no more problem. But from the test, when I run "run-list.sh" file , even when I execute "List" by hand, nothing appens ??? No errors, no messages, nothing. So I thought my s

[JBoss-user] MBean

2001-06-06 Thread Antoine . ISIDOR
Sorry for such polution on this mailing list. I'm a young boy coming to real world and trying to take on the wave of Java. So i think i understood what are beans in java and ejb's. I've downloaded the JBoss-2.2 for enterprise use. Here is my question, because i see them every where i want to get

[JBoss-user] Fw: Castor

2001-05-09 Thread Marc Antoine Garrigue
  - Original Message - From: Marc Antoine Garrigue To: JBoss-User Sent: Wednesday, May 09, 2001 6:32 PM Subject: Castor Hi, As anyone experienced some stuff with castor in jboss? I'm especially interrested in the Entity stuffs. Could anybody send me some advices, examples o

Re: [JBoss-user] SUPPORT OF JBOSS --IMPORTANT-- PLEASE READ

2001-04-30 Thread Marc Antoine Garrigue
Un deuxieme newbie est partant aussi - Original Message - From: "Piyush Sheth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 30, 2001 3:09 PM Subject: Re: [JBoss-user] SUPPORT OF JBOSS --IMPORTANT-- PLEASE READ > though am a newbie ... i am willing to do whatever i

Re: [JBoss-user] Website down,

2001-04-30 Thread Marc Antoine Garrigue
Alors comme ca on part à londres et on laisse les miserables petits étudiants jboss sans aucune ressource... Bon WE sieur marc MAG (un admirateur) - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: "Jboss-User@Lists. Sourceforge. Net" <[EMAIL PROTECTED]> Cc: "Jboss-Developme

[JBoss-user] framework question

2001-04-24 Thread Marc Antoine Garrigue
Hello world   I'm trying to make a new framework from scratch for EJB developement. My idea ( not a very new one ) is to make a set of ejb from which people can dynamicaly create an object model. I Thinking of doing that whith entities items which are a set of fields. My question is ( maybe a