Hi...

I assumed you have read the advanced configuration connection pool
examples (very helpful):
        http://www.jboss.org/newsite/manual/adv_config.html#poolex

Then set your jaws.xml, either standardjaws.xml in
$JBOSS_HOME/conf/default
or jaws.xml in the bean's META-INF/ directory
Replace:
    <datasource>java:/DefaultDS</datasource>
    <type-mapping>Hypersonic SQL</type-mapping>     
with:
    <datasource>java:/PostgresDB</datasource> 
    <!-- PostgresDB or whatever name that you set in jboss.conf -->
    <type-mapping>PostgreSQL</type-mapping>

Assuming your postgres is setup properly like allowing network
access, correct username and password (with respect to jboss.jcml
JDBCUser and Password attributes).. etc ..etc.

Hope it helps.

Andrew Hadinyoto


Ricky wrote:
> 
>  Hi all ,
>   I have using Postgresql7.0 database.
>   I have set everything that I have think of.
> 
>   However I am still cannot see it in the records in the database.
>   How to setup the jboss to my postgresql database.
> 
>   Anybody have any ideas what is the problems ??
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to