[JBoss-user] [JCA/JBoss] - getConnection from pool

2005-04-21 Thread omrikessel
Hi, I ran a profiler on a test ejb that in a loop call Datasource.getConnection after each getConnection I closed it. for 100 getConnections the garbage collector threw 13,000 allocated in WrappedDataSource.getConnection (I don't have more stack information :-( ) for 1000 getConnections the garb

[JBoss-user] [JCA/JBoss] - Prepare statement cache

2005-04-19 Thread omrikessel
Hi, Does someone knows why the prepare statement caching is done only on prepareStatement(String sql) and not on the other prepareStatement methods such as prepareStatement(String sql, int resultSetType, int resultSetConcurrency) Thanks Omri View the original post : http://www.jboss.org/index.

[JBoss-user] [Security & JAAS/JBoss] - keystore password

2005-04-08 Thread omrikessel
Hi, Is it possible to hide the keystore password. since the keystore contains the trusted authority is it possible to other users to use the provided password to sign jars all over again? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873239#3873239

[JBoss-user] [JBossWS] - webservice and https

2005-04-02 Thread omrikessel
How do I configure jboss to replace the: REPLACE_WITH_ACTUAL_URL port address with https and secure port and not with http? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872418#3872418 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Management, JMX/JBoss] - JDK 1.5 and JMX Implementation

2005-02-10 Thread omrikessel
Hi, Is there anyway to replace the jdk 1.5 jmx implementation with JBoss implementation, I know about javax.management.builder.initial property but this property change the mbean server implementation and I want to change the timer implementation and the MLet implementation as well Thanks Omri V