IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  need to set JNDI configuration of weblogic in webMethods system for JMS

    Posted Sun February 19, 2012 03:35 PM

    Hi

    I am using weblogic JMS queue in my webMethods application.
    I need the configuration details of JNDI provider alias and JMS connection alias at webMethods side for sending message into weblogic JMS queue.

    Thanks in advance
    Avik


    #webMethods
    #Universal-Messaging-Broker
    #Broker-JMS
    #Integration-Server-and-ESB


  • 2.  RE: need to set JNDI configuration of weblogic in webMethods system for JMS

    Posted Tue February 21, 2012 04:02 PM

    I have configured and presently getting the following error during JNDI lookup at Test Lookup.

    weblogic/security/service/SubjectManagerImpl

    I used the following during JNDI configuration
    [TABLE=“class: tableView”]
    [TR]
    [TD=“class: heading, colspan: 2”]JNDI Provider Alias
    [/TD]
    [/TR]
    [TR]
    [TD=“class: oddrow-l”]JNDI Alias Name[/TD]
    [TD=“class: oddrowdata-l”]:WebLogic_JNDI_Provider[/TD]
    [/TR]
    [TR]
    [TD=“class: evenrow-l”]Description[/TD]
    [TD=“class: evenrowdata-l”]:JNDI for WebLogic Provider[/TD]
    [/TR]
    [TR]
    [TD=“class: oddrow-l”]Initial Context Factory[/TD]
    [TD=“class: oddrowdata-l”]:weblogic.jndi.WLInitialContextFactory[/TD]
    [/TR]
    [TR]
    [TD=“class: evenrow-l”]Provider URL[/TD]
    [TD=“class: evenrowdata-l”]:t3://:7001[/TD]
    [/TR]
    [TR]
    [TD=“class: oddrow-l”][/TD]
    [TD=“class: oddrowdata-l”][/TD]
    [/TR]
    [TR]
    [TD=“class: evenrow-l”]If any one has any solution please provide me

    Thanks
    Avik [/TD]
    [TD=“class: evenrowdata-l”]

    [/TD]
    [/TR]
    [/TABLE]


    #Integration-Server-and-ESB
    #webMethods
    #Broker-JMS
    #Universal-Messaging-Broker


  • 3.  RE: need to set JNDI configuration of weblogic in webMethods system for JMS

    Posted Sat February 25, 2012 07:19 AM

    I prepared the wlfullclient.jar using the following command in weblogic

    run the following in command prompt

    …\BEA103\wlserver_10.3\server\bin>setWLSEnv.cmd
    …\BEA103\wlserver_10.3\server\lib>java -jar wljarbuilder.jar -profile wlfullclient

    it will create wlfullclient.jar in …\BEA103\wlserver_10.3\server\lib folder,which copy to IS/lib/jars and restart the IS

    I created the jar using the following java environment
    —————–
    Java™ SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot™ 64-Bit Server VM (build 20.4-b02, mixed mode)
    —————-

    and running the jar using the following environment on webMethods7

    —————–
    jvm=w64_150
    Java=jdk1.6.0_26
    ——————-

    and I am getting “bad version # at .class” error, during JNDI test lookup, what change i need to do now ?

    should I create the jar in jdk 1.5. or is there any change can I made in server.bat which solve the issue?

    Thanks
    Avik


    #Universal-Messaging-Broker
    #Broker-JMS
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: need to set JNDI configuration of weblogic in webMethods system for JMS

    Posted Mon April 09, 2012 08:28 AM

    The jar build might be higher than webm… So , build jar with IS java.


    #Broker-JMS
    #Universal-Messaging-Broker
    #webMethods
    #Integration-Server-and-ESB