[JBoss-user] seeking partner

2002-01-30 Thread T&F Information Exchange
T&F Information Exchange (T&F) Physical Address : Room 210, Building 2, Chegongzhuang Street No. 6, Xicheng District, Beijing, China Post Code: 100044 Tel: +86-10-6800-3112 Fax: +86-10-6800-1452 Web site: http://www.tangfeng.org E-mail: [EMAIL PROTECTED]

[JBoss-user] Passivate fails

2002-01-30 Thread Eric Jain
While running JBoss 3.0.0alpha, once in a while I get the following error. Any ideas as to what I could be doing wrong? Note: There is a stateful session bean with two fields, a String and a reference to a local home object. -- Eric Jain [18:42:53,380,PassivatorQueue] EXCEPTION java.rmi.Serve

[JBoss-user] Re: problems with configuring size of databaseconnection

2002-01-30 Thread sjus
Thank you very much, David! I thought that it could be possible cause of the architecture of jboss. I understood that (because of JMX) everything is manageable also when the server is running So its easier to create a new DatabaseConnection through an Mbean instead of configure an existing one

AW: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Sternagel Annegret (PN-SYS/PE)
Hello Ed, you said you are using client-login. But you create a LoginContext using "Carrier". The LoginContext must be created with the configurationname (to use in auth.conf), username and password will be set in the Callbackhandler. So jboss can't find "Carrier" in auth.conf and uses "other".

[JBoss-user] Configuration Issue

2002-01-30 Thread Eric Kaplan
I apologize in advance if this isn't the appropriate forum for this, but... Right now, when we create our ear file, we jar up various sets of beans with the META-INF/ejb-jar.xml and META-INF/jboss.xml files. However, depending upon the customer, they are going to want to specify different connec

Re: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Quique Ruiz-Valenciano
> > Hello Ed, > > > > Could you send us the auth.conf file? > Ok, you must define the entry "user". This entry must contains the configuration for the LoginModule that your client use. Like this: user { MyLoginModule required; }; If you don't define the entry "user" the entry "other"

Re: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Ed Brown
Quoting Quique Ruiz-Valenciano <[EMAIL PROTECTED]>: > > > > I'm trying to understand security in JBoss. > > > > I took the example from the JBoss-2.4.x PDF and stripped it down. When > I run > > it, I get the following exception: > > > > Failed toload user/spasswords/role files > > java.io.I

Re: [JBoss-user] Re: problems with configuring size of databaseconnection

2002-01-30 Thread David Jencks
On 2002.01.30 07:46:55 -0500 [EMAIL PROTECTED] wrote: > Many thanks for your quick answers! > > I looked up the server.log, but there were also nothing... > > > The MBean JBOSS-SYSTEM:service=ConnectionFactoryLoader,name=DefaultDS > hasnt > an Attribute to set Logging Enabled or disabled. >

[JBoss-user] Re: problems with configuring size of databaseconnection

2002-01-30 Thread sjus
Many thanks for your quick answers! http://www.gmx.net ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Sternagel Annegret (PN-SYS/PE)
Did you copy the users.properties and roles.properties from the sample into your jboss\conf\default directory (or jboss\conf\tomcat if you run jboss-tomcat bundle) ? Annegret -Ursprüngliche Nachricht- Von: Ed Brown [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 30. Januar 2002 04:11 An: