How to do remote restart from JBoss 5.1.0? This is possible only using the JMX interf开发者_C百科ace?
How do I get PermGen 开发者_运维问答space error on running Jboss 5.1.0 as a service on Windows machine?I think that JBoss is started by bin\\run.bat file (at least I see something like that in service
In Java EE security, if a user tries to access a secured resource, they are redirected to the login page. After successful login they are redirected to previously requested secure resource.
I am using Jboss5 and I\'m trying to utilize Hibernate and Spring to load in a spring dao. I\'m getting an excepti开发者_开发百科on which seems to point to an incompatibility in jars but I\'m not quit
I trying to configure an XA DB2 DataSource, xa-datasource (based on http://community.jboss.org/wiki/SetUpADB2Datasource) using com.ibm.db2.jcc.DB2XADataSource class (local-tx-datasource works using th
I have an EJB3 project to be deployed on JBoss 5.1.0 GA. I have Stateless EJBs being injected into other Stateless beans and Servlets.
In JBoss 5, there is the mbean jboss.system:type=ServerInfo Which has the properties ActiveThreadCount and ActiveThreadGroupCount.
At a high level, what does JBoss 5\'s shutdown do?What might go wrong if I just kill the java process instead of gracefully shutting down JBoss?
I have encountered a strange problem with spring tr开发者_运维知识库ansaction. My application uses Spring with EJBs. The EJBs also invoke Spring service classes annotated with @Transaction. I have use
I am trying to access a read-only Embedded Derby database.It is available as myDB.jar.This jar has one folder of the Apache Derby database - myDB (log and seg0 folders and service.properties file).Th