We upgraded from JBoss 4 (and JDK 5) to JBoss 5 (and JDK 6).The problem is that the start time has gone from 1.5 minutes (on JBoss 4) to more than 4 minutes.
We have PC with Windows with 2048 RAM. We try to use nex开发者_JAVA百科t memory settings for JBoss:
I tried several ways in the session bean, like: @Resource private SessionContext ctx; OR private SessionContext ctx;
im having jboss as server and java as client. there are some 200 client will access server daily. this error coming every now and then on jboss log. any one tell me some idea.
When the jars are packaged within EAR/lib, all works fine, but I cannot use this approach and need to refer to t开发者_高级运维hem from the filesystem (maybe using absolute/relative paths)
I\'m using Jboss 4/5 and hav开发者_如何转开发e some .war .properties files with default configuration settings
I\'ve a problem with JBoss 3.2.6. When I try to launch it, I get this error. 09:19:22,449 ERROR [StatefulSessionContainer] Starting failed jboss.j2ee:jndiName=TypicalBean,service=EJB
I have an pair of JBoss 5.1 servers clustered together to act as an fault-tolerant JMS server. I configured them to use MySQL datastore (with clustering setting enabled in mysql-persistence-service.x
I want to send开发者_JAVA技巧 messages to remote queue ? what steps should i do i cant find any documentation about that ?
I have setup eclipse to attach开发者_开发问答 to a local JVM. But when I try to do the same for a machine over the network I get \"connection timed out exception\".