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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to