kishore nag wrote:Can any body explain me how to configure a project in jboss. And what is procedure for that .i have project in struts2 with jpa persistence.xml, in that i want to deploy our project in to jboss ..any body please help me for this.
A project ? you want to configure a JPA based project ? JPA standardized the way Entity are deployed to an application server. You have just to fill in the perstistence.xml with the correct provider information (for JBoss it's hibernate).
Time ago I added a startup tutorial about Entity on JBoss you can read it here:
http://www.mastertheboss.com/en/jboss-server/50-jboss-entity-bean.html
Of course if you prefer reading on good old paper you might consider having a look at the book which is added below my signature
Kind regards
Francesco