> > > Hi,
>> >
>> > I am trying to make IBM MQSeries 5.2 on Win2K to work with Weblogic
6> .0.
>> I
>> > am having trouble using the JMSAdmin utility that MQSeries provide
to
>> > register the factory ("weblogic.jndi.WLInitialContextFactory") with
J> NDI.
>> >
>> > Any thoughts ? Thanks in advance.
>> >
>> > Regards,
>> > NS
>>
>> I am currently trying to figure this out myself. Have you had any
luck
>> getting JMSAdmin to work with the Weblogic InitialContext?
>>
>> My jmsadmin.config file is as follows:
>>
>> INITIAL_CONTEXT_FACTORY=weblogic.jndi.WLInitialContextFactory
>> PROVIDER_URL=t3://localhost:7001
>> SECURITY_AUTHENTICATION=none
>>
>> Thanks,
>>
>> Mike Baum
>> (mike_baum22@h...)
>>
> JMSAdmin (com.ibm.mq.jms.admin.AdminServices) checks for context
factories
> to be Ldap or FSContext. However after removing these checks I still get
> a StreamCorruptedException. Anybody any luck?
> Bernie
> BLenz@B...
Ok now it works...
We patched JMSAdmin to accept other contect factories and protocols (e.g.
weblogic.jndi.WLInitialContextFactory using the t3 protocol).
Addtionally we added another command line argument to JMSAdmin to accept
and input file (as opposed to using a pipe) to enable JMSAdmin as a
Weblogic Startup class.
Any questions, just shoot me an email.
Greetings
Bernie
BLenz@B...