[jboss-user] [Installation, Configuration & Deployment] - Re: javax.resource.spi.SecurityException

nsv do-not-reply at jboss.com
Mon Dec 4 09:39:49 EST 2006


Hi 

I got the "No Password credentials" exception fixed

solution was to remove the <security-domain-and-application>JmsXARealm</security-domain-and-application>

from connectionfactory declaration in jms-ds.xml in server\default\deploy\jms directory

  |         <tx-connection-factory>
  |           <jndi-name>AlarmMgrConnectionFactory</jndi-name>
  |           <xa-transaction/>
  |           <rar-name>jms-ra.rar</rar-name>
  |           <connection-definition>org.jboss.resource.adapter.jms.JmsConnectionFactory</connection-definition>
  |           <config-property name="SessionDefaultType" type="java.lang.String">javax.jms.Queue</config-property>
  |           <config-property name="JmsProviderAdapterJNDI" type="java.lang.String">java:/DefaultJMSProvider</config-property>
  |           <max-pool-size>20</max-pool-size>
  | 	  <security-domain-and-application>JmsXARealm</security-domain-and-application>
  |       </tx-connection-factory>

Thanks for all you help

-Vishnu

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

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



More information about the jboss-user mailing list