[jboss-user] [JCA/JBoss] - Hide pasword in oracle-ds.xml

2008-02-27 Thread Anna_Lut
Is it possible to hide or crypt password in oracle-ds.xml file smth like that | jboss_usr | *** | and to prevent that this information was visible in server.log like this: | 2008/02/27 18:45:46 internalRegisterPool: registering pool with interval 90 old int

[jboss-user] [Beginners Corner] - log4j: loggin to different files + sheduler

2008-02-08 Thread Anna_Lut
I have pack: mypack.myclass in jboss(3.2.1) I configure 2 shedulers, which call myclass method but with different parameters (parameters define log4j category for this sheduler) scheduler-service.xml : | |... |mypack.myclass |paramValue1 |java.

[jboss-user] [EJB/JBoss] - log4j configuration for different filelogs

2008-02-07 Thread Anna_Lut
In my session bean I use object of Parent class: | public class Parent{ | protected static Logger log; | | public Parent(String log4jCategory){ |log =Logger.getLogger(log4jCategory); | } | | | } | | public class ChildA extends Parent { |

[jboss-user] [EJB/JBoss] - Re: increase passivate timeout of Entity Beans (RO)

2008-02-05 Thread Anna_Lut
I use /all configuration. JBOSS 3.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126637#4126637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126637 ___ jboss-user mail

[jboss-user] [EJB/JBoss] - Re: increase passivate timeout of Entity Beans (RO)

2008-02-05 Thread Anna_Lut
I also try to increase/decrase the value of But it seems, this parameter is ignored.. Because there are no difference in passivation timeout, when 10 and 600 in both examples passivation timeout is 10 min. I want to decrease this value for testing passivation behaviour... but I cannt. How