[jboss-user] [Datasource Configuration] - Re: DeploymentException: Error: can't find data source: Partha

Nicolas Davyt do-not-reply at jboss.com
Fri Dec 3 08:51:37 EST 2010


Nicolas Davyt [http://community.jboss.org/people/nicolasdavyt1234] created the discussion

"Re: DeploymentException: Error: can't find data source: Partha"

To view the discussion, visit: http://community.jboss.org/message/574272#574272

--------------------------------------------------------------
Try whith generate a Partha-datourceDS.xml with this:

<datasources>
    <local-tx-datasource>
            <jndi-name>Partha</jndi-name>
             <connection-url>jdbc:sqlserver://Partha_server:1433;databasename=Partha</connection-url>            
            <driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class>
                    <user-name>Partha</user-name>
                    <password>123456</password>
                    <min-pool-size>5</min-pool-size>
                    <max-pool-size>20</max-pool-size>
                    <idle-timeout-minutes>5</idle-timeout-minutes>
    </local-tx-datasource>
</datasources>

And put the file Partha-datourceDS.xml in Path > C:/jboss-5.1.0.GA/server/default/deploy/
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/574272#574272]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101203/0e86cf76/attachment.html 


More information about the jboss-user mailing list