Author |
Message |
Topic: ignoring java.naming.security.principal |
pelife
Replies: 7 Views: 7943
|
Forum: IBM MQ Security Posted: Wed Jul 25, 2012 3:36 am Subject: ignoring java.naming.security.principal |
I know that this isn't weblogic, I was just showing what the manual of the software I am trying to configure says.
<jndi:jndi-lookup id="jmsConnectionfactory" jndi-name="$& ... |
Topic: ignoring java.naming.security.principal |
pelife
Replies: 7 Views: 7943
|
Forum: IBM MQ Security Posted: Tue Jul 24, 2012 12:23 pm Subject: ignoring java.naming.security.principal |
The manual does not say much more than what I just did. It gives an example of how they would make it with Weblogic:
< jndi:jndi-lookup id =" jmsConnectionfactory " jndi-name =& ... |
Topic: ignoring java.naming.security.principal |
pelife
Replies: 7 Views: 7943
|
Forum: IBM MQ Security Posted: Tue Jul 24, 2012 10:18 am Subject: ignoring java.naming.security.principal |
I have an application running that must connect to Websphere MQ to wirte messages to and read from it. Following the manual of this application, the right way to configure is as follows:
<jndi ... |
Topic: The native JNI library 'mqjbnd' was not found |
pelife
Replies: 4 Views: 20973
|
Forum: IBM MQ Java / JMS Posted: Tue May 08, 2012 4:51 am Subject: The native JNI library 'mqjbnd' was not found |
May you show us your code? Now I am facing the same problem but I can see what I am doing wrong.
I am trying to run with a really simple code I found in the IBM website:
package application;
... |
Topic: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
pelife
Replies: 12 Views: 45027
|
Forum: IBM MQ API Support Posted: Mon Mar 19, 2012 11:00 am Subject: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
Except that I don't have one at home.
Thanks mqjeff |
Topic: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
pelife
Replies: 12 Views: 45027
|
Forum: IBM MQ API Support Posted: Mon Mar 19, 2012 9:27 am Subject: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
Hello, thank you all for the feedback.
Vitor, yes, that was a different block of code, this was the one I was trying to run at home. The first I sent is the one I tried to run here at my office.
... |
Topic: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
pelife
Replies: 12 Views: 45027
|
Forum: IBM MQ API Support Posted: Fri Mar 16, 2012 6:48 pm Subject: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
Now it's definitely it ! Arriving at home, i just set the environment variable MQSERVER, changed the source code a little and was able to catch some MQExceptions due to authorization issues.
This ... |
Topic: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
pelife
Replies: 12 Views: 45027
|
Forum: IBM MQ API Support Posted: Fri Mar 16, 2012 2:05 pm Subject: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
all the three ways work.
the syntax I used does the following:
if it exists, alter value for the given key.
if it doesn't exists, it will be added.
use the syntax Add(key, value)
use the syn ... |
Topic: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
pelife
Replies: 12 Views: 45027
|
Forum: IBM MQ API Support Posted: Fri Mar 16, 2012 12:48 pm Subject: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
It's now working but I don't know for sure which of the following actions was the right one.
I restarted my computer, tried to run my application again. Nops, same error.
I donwload and installe ... |
Topic: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
pelife
Replies: 12 Views: 45027
|
Forum: IBM MQ API Support Posted: Fri Mar 16, 2012 9:37 am Subject: The type initializer for 'IBM.WMQ.Nmqi.UnmanagedNmqiMQ' |
Hello folks, I am having a bit of a problem trying to get started with Websphere MQ v7.1.
I downloaded and installed the Websphere MQ Server on my computer and I was hoping to get stated in develop ... |