Hi,

I'm using a foreign JMS Server in Weblogic 8.13 to reach a remote JNDI Provider. When security is disabled I can connect without any problems. If security is enabled I get JMSSecurityExceptions.

I have tried using the UserCredentialsConnectionFactoryAdapter class to provide the credentials needed for the Connection Factory, but I am still getting the errors. The queue logs are indicating that they are not receiving any username or password.

Has anyone else experienced this, or does anyone have a workaround for this problem?