[jboss-dev-forums] [Design of POJO Server] - Re: jndiName

bytor99999 do-not-reply at jboss.com
Tue Mar 4 01:25:55 EST 2008


Thanks. ;)

I mean there is already a jndi-name property, I think this might be related to the Template being out of sync. Maybe the template has jndiName, and the ManagedProperty is annotated as jndi-name.

This is from the -ds.xml file that was created


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

    <local-tx-datasource>
        <jndi-name>MarkDS</jndi-name>
        <use-java-context>true</use-java-context>
        <min-pool-size>0</min-pool-size>
        <max-pool-size>10</max-pool-size>
        <blocking-timeout-millis>30000</blocking-timeout-millis>
        <idle-timeout-minutes>30</idle-timeout-minutes>
        <background-validation>false</background-validation>
        <background-validation-minutes>0</background-validation-minutes>
        <validate-on-match>true</validate-on-match>
        <prepared-statement-cache-size>0</prepared-statement-cache-size>
        <share-prepared-statements>false</share-prepared-statements>
        <set-tx-query-timeout>false</set-tx-query-timeout>
        <query-timeout>0</query-timeout>
        <driver-class>org.hsqldb.jdbcDriver</driver-class>
        <connection-url>jdbc:hsqldb:.</connection-url>
    </local-tx-datasource>



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133783#4133783

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133783



More information about the jboss-dev-forums mailing list