JBOSS AS7 POSTGRESQL DRIVER

They are all included in the one configuration file, either standalone. Ways to reach me. What have you already tried? A working postgresql-as7 configuration sample will be helpful. If you want to connect to your JBoss Connection Pool from a re. I defined the XA datasource class because I also had problems before. The first configuration is called domain, and has a domain directory under the root directory of the AS 7 distribution.
Uploader: Kigadal
Date Added: 16 September 2004
File Size: 33.98 Mb
Operating Systems: Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X
Downloads: 45928
Price: Free* [*Free Regsitration Required]





Of course the application we have now is far from finished. Email required Address never made public. I followed the manual in https: As you can see from above, we give the module name, which in this example is com.

Developing a JPA application on JBoss AS 7

CoffeeRain 3, 3 23 Note that this was written for JBoss AS 7. This is my module. Do you need to deploy your DataSource along with your Enterpri.

How do we do this now? After deploying the application to the server, we can test it using this simple tool. You are commenting using your Twitter account.

In case you installed driver as a deployment, the driver tag in datasource definition should match the deployment file name. How do you connect a Datasource to a Cluster?

Now log into postgres user and set the password for the database user postgres using psql which is the sql terminal interface towards PostGreSQL. Stack Overflow works best with JavaScript enabled.

This is due to the way AS 7 will load the driver. For reference you can see the data source information here: The file already has a datasource and driver for h2.

How do I get the list of Datasources poetgresql This is with no WAR file deployed, the slave makes an apparently infinite number of connections to the database server on startup.

Sorry, your blog cannot share posts by email. In my case, the mysql-connector-java How to connect to a DataSource from a remote client? Please turn JavaScript back on and reload this page. Adjust any filenames to match if you need a different version.

Data Source Configuration in AS 7 |JBoss Developer

I want to use Postgres as the underlying database. You don't have JavaScript enabled. September 12, at 6: Leave a Reply Cancel reply Enter your comment here A future blog will have to cover that… Of course the application we have now is far from finished. In each case the directory structure is as follows: JBoss run out of Connections?

February 15, at 7: By using our site, you acknowledge that you have read and understand our Cookie PolicyPrivacy Policyand our Terms of Service.

Ways to reach me. Now we need to configure our application to read from the database. To start with, it has no user interface… Shares.

Comments