ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Java plug-in nodes

Post new topic  Reply to topic Goto page Previous  1, 2, 3
 Java plug-in nodes « View previous topic :: View next topic » 
Author Message
Naftalanja
PostPosted: Tue Apr 09, 2002 9:50 am    Post subject: Reply with quote

Acolyte

Joined: 30 Jan 2002
Posts: 63
Location: Los Angeles

hi can you please tell me where can i find the com.ibm.mq.broker.plugin.* package, is it ibm supplied or which you have written on your own ?? thanx
Back to top
View user's profile Send private message Send e-mail
pfaulkner
PostPosted: Tue Apr 09, 2002 11:55 am    Post subject: Reply with quote

Master

Joined: 18 Mar 2002
Posts: 241
Location: Colorado, USA

Hi,

it is a supplied package. You should find it in:
installDir/classes/jplugin.jar

Assuming you have 2.1 (not sure about previous versions).
Back to top
View user's profile Send private message AIM Address
Paul D
PostPosted: Tue Jan 07, 2003 6:30 am    Post subject: Reply with quote

Master

Joined: 16 May 2001
Posts: 200
Location: Green Bay Packer Country

I was confused about this also, mainly about how to deal with packages. I've got everything working now and hopefully my comments here will help.

You can use packages in your jar as long as you specify the ID correctly to account for them and the bug. If you have jar file that looks like the sample:

sebulba:(/opt/mqsi/jplugin) 35: jar tvf com.nml.mqsiPlugins.jar
2784 Tue Jan 07 08:28:04 CST 2003 com/ibm/samples/SwitchNode.class
3435 Tue Jan 07 08:28:04 CST 2003 com/ibm/samples/TransformNode.class
408 Tue Jan 07 08:28:06 CST 2003 META-INF/MANIFEST.MF


and thus has the package statement:

package com.ibm.samples;

Then set the CLASSPATH to also point to the supplied jplugin.jar and yours (mqsiPlugins.jar is what I used) and set the ID in your node (Plugin Wizard) definition to:

ComIbmSamplesSwitch

Also, the getNodeName method should be returning:

ComIbmSamplesSwitchNode

and the Class would be named:

SwitchNode

to account for the bug/feature from IBM. I'm running 2.1 CSD#3 on HP-UX and this bug/feature still exists in regards to the "Node" being appended in the ID definition for you.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3 Page 3 of 3

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Java plug-in nodes
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.