something happened to the login-module.xml excerpt I put earlier. retrying:
| <!-- The JMS provider loader -->
| <mbean code="org.jboss.jms.jndi.JMSProviderLoader"
| name=":service=JMSProviderLoader,name=TibjmsProvider">
| <attribute name="ProviderName">TIBCOJMSProvider</attribute>
| <attribute
name="ProviderAdapterClass">org.jboss.jms.jndi.JNDIProviderAdapter</attribute>
| <attribute
name="QueueFactoryRef">SSLXAQueueConnectionFactory</attribute>
| <attribute
name="TopicFactoryRef">XATopicConnectionFactory</attribute>
| <attribute name="Properties">
| java.naming.security.principal=jbosslookup
| java.naming.security.credentials=jbosslookup
| java.naming.factory.initial=com.tibco.tibjms.naming.TibjmsInitialContextFactory
| java.naming.factory.url.pkgs=com.tibco.tibjms.naming
| java.naming.provider.url=tibjmsnaming://localhost:7243
| </attribute>
| </mbean>
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065846#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...