This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Greetings folks I previously used tomcat (web containter) to run my applications, but now I'm facing the challange to switch to Jboss/Maven. I don't know what changes should I make to in my application (dynamic web application or nor).
I'm using JPA 2.0 Annotations
MySQL/JDBC Connector
Omar Perez wrote:
Thaknk you, the ds files holds details about the datasource as is configured in jboss AS7
Are you using AS7? Then the -ds.xml files won't work there. The -ds.xml files which Peter mentioned were for previous versions of JBoss AS. In AS7, the datasource configuration is done as explained here.