Wednesday, July 14, 2010

Jboss service sample

Jboss server as the some features like writing the service which will give permission to access the start, stop ..etc methods of mbean, Where we can write our code which are required on jboss start or shutdown.... Following steps we have to follow for writing the jboss service(.sar). 1. Created the...

Changing Default HSQLDB to User Database in Jboss for JMS

As we know jboss uses HSQLDB for the jms persistence to modify this to persist the JMS messages to user Database like mysql,oracle..e.t Following changes as to be made in jboss. 1. Delete the hsqldb-ds.xml from JBOSS_HOME/server/default/deploy folder. 2. Copy the respective database related ds file...