I confugre pollconnection
mssql-service.xml:

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

        
                <depends optional-attribute-name="ManagedConnectionFactoryName">
                        
                                sqlserverNoTxDS
                                
                                        
                                                <config-property 
name="ConnectionURL" 
type="java.lang.String">jdbc:microsoft:sqlserver://serwer;DatabaseName=my_base;SelectMethod=direct</config-property>
                                                <config-property 
name="DriverClass" 
type="java.lang.String">com.microsoft.jdbc.sqlserver.SQLServerDriver</config-property>
                                                <config-property 
name="UserName" type="java.lang.String">sa</config-property>
                                                <config-property 
name="Password" type="java.lang.String"></config-property>
                                        
                                
                                
                                <depends 
optional-attribute-name="OldRarDeployment">jboss.jca:service=RARDeployment,name=JBoss
 LocalTransaction JDBC Wrapper
                        
                
                <depends optional-attribute-name="ManagedConnectionPool">
                        
                                0
                                50
                                5000
                                15
                                ByContainer
                        
                
                <depends 
optional-attribute-name="CachedConnectionManager">jboss.jca:service=CachedConnectionManager
                <depends 
optional-attribute-name="JaasSecurityManagerService">jboss.security:service=JaasSecurityManager
                jboss.jca:service=RARDeployer
        


But when I deploy this file jboss shout me exception:

ObjectName: jboss.jca:name=06NoTxDS,service=NoTxDS
 state: FAILED
 I Depend On:
 Depends On Me:  jboss.jca:name=06NoTxDS,service=NoTxCM
org.jboss.deployment.DeploymentException: No Attribute found with name: JndiName

What i make wrong?

Thanks




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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to