JBoss


Jboss -6
  1. For creating the data source for the Postgres data base, need to copy the required jdbc connector jar file to jboss-6.1.0.Final\server\default\lib folder, other wise it would failed to find driver class. 

Jboss -7
  1. For creating the data source for the Postgres data base, need to copy the required jdbc connector jar file to jboss-as-web-7.0.2.Final\standalone\deployments folder, during the server start up it deploy the jar file & populate the driver class while creating the data source.
             ------------------------------------------
  1. JBoss 6 not supports the restfull web services (Jersy).(Throughing the many errors  while deploying)
  2. JBoss 6 supports JAX-WS(Sun Ms.) webservces with annotations is supporting.
  1. JBoss 7 not supports the JAX-WS(Sun Ms.) webservces with annotations is supporting.
  2. JBoss 7 supports Apache CXF webservces.
   Above points to be updated....