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 » how to integrate the Java plugin-node implemetation with MQS

Post new topic  Reply to topic
 how to integrate the Java plugin-node implemetation with MQS « View previous topic :: View next topic » 
Author Message
Fady
PostPosted: Wed Jan 15, 2003 1:39 am    Post subject: how to integrate the Java plugin-node implemetation with MQS Reply with quote

Novice

Joined: 15 Jan 2003
Posts: 15
Location: Egypt , KSA

Hello :

I'm trying to create A java plug-in node that can be called from the control center in MQSeries Integrator.
i followed the rules
1- i created the java class (simple java class) and complied it to have .jar file
2- i placed the jar file in the <MQSI-Inst>\jplugin (as required) and it was explained the broker should feel it as it's restarted
3- Using smart guide the XMl file and WDP file were generated in the appropriate place
4- i took care about the Naming convension>> put the Node suffix in the name in java class and neglect it in the XML and wdp file

when i deploy the message flow who has that plugin node the following error comes up

"The message broker received a configuration message containing an instruction to create a message flow node of type 'ACT_PluginNode', in message flow 'TestJavaNode', but the broker does not have the capability to create nodes of this type.
Ensure that all necessary node implementation libraries have been installed."

i guess the problem of the MQSI to feel the implementation of the plug in node as i find 2 tables in the broker DB Sysjarobjects, sysjarcontents and they both were empty.

the question is , what i supposed to do so that the broker can feel the implementation code in java for the plug-in node
thank you
Back to top
View user's profile Send private message Send e-mail MSN Messenger
kolban
PostPosted: Wed Jan 15, 2003 5:32 am    Post subject: Reply with quote

Grand Master

Joined: 22 May 2001
Posts: 1072
Location: Fort Worth, TX, USA

Make sure that your node implementation contains the following static method:

Code:

public static String getNodeName()
{
    return "MyNodeNode";
}


Note that the name MUST end with the string "Node". e.g. if your Node was called "FRED" then the string returned must be "FREDNode"
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » how to integrate the Java plugin-node implemetation with MQS
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.