[JBoss-user] [Installation & Configuration] - JCE Configuration Issue

2005-02-14 Thread mitchelln
Hi I am using JBoss 4.0.1 and strong JCE I have written some code which encrypts and decrypts a parameter which is passed around my application. The code works fine on JBoss running on my dev Windows box but when I run the EAR on Linux it fails with a java.security.KeyStoreException: JCEKS no

[JBoss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

2004-12-01 Thread mitchelln
no never got to the bottom of it the application seems to run fine though so it might not be worth worrying about :-) but if you discover a solution please let me know. sorry neil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857049#3857049 Reply to the p

[JBoss-user] [Installation & Configuration] - Un-responsive JBoss Application Server

2004-09-30 Thread mitchelln
We have 2 configurations of JBoss 3.2.3 using integrated tomcat 4.1 and jetty 4.2.14 when we run our J2EE application in either environment we are able to use it successfully for a period of time. However after an indeterminable period we get the following error log entry being repeated continua

[JBoss-user] [Management, JMX/JBoss] - Re: CreateCount and RemoveCount in JMX-console ?

2004-07-23 Thread mitchelln
Hi Mandarm Did you ever solve this as I'm having a similar problem. We do a remove after each call but never see the remove count increment. Any ideas? cheers Neil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843077#3843077 Reply to the post : http:

[JBoss-user] [EJB/JBoss] - Stateless Session Beans Memory Leak

2004-07-22 Thread mitchelln
Hi, While viewing the JMX console mbean page of the stateless session bean we have deployed I noticed that the console displays a list of the Home interfaces rather than the Locals which we are using. Also the remove count never increments. In our production servers we see CreateCounts as hig

[JBoss-user] [JCA/JBoss] - How do you reset all connections following Database Outage

2004-06-30 Thread mitchelln
Hi All Is there a way to reset all database connections if there has been an outage. I know I could use in the ds file which will reset them individually but we cannot afford the overhead to run a simple query for every connection request even if its super lightweight. Obviously our database'