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
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
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
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:
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
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'