|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
New blank message flow plugin node project in MB V6 |
« View previous topic :: View next topic » |
Author |
Message
|
prasadpav |
Posted: Mon Dec 12, 2005 6:27 am Post subject: New blank message flow plugin node project in MB V6 |
|
|
 Centurion
Joined: 03 Oct 2004 Posts: 142
|
Hi,
I'm having troubles in creating blank message flow plugin node project in MB V6. I've done the following as mentioned in user-defined nodes pdf document:
1) New -> Other... -> Message flow plugin Node Project (Click Next)
2) Category Name: SampleInputNodes (Click Next)
3) ProjectName: com.testnodes
Checked - Create a Java Project
Click Next
4) Uncheck - Generate the Java class that controls the plug-in's life cycle (recommended)
Click Next
5) Templates - Create a plug-in using one of the templates
Click Finish
In step 5, there should be one more option: "Create a blank plug-in project" (which was available in MB Version 5). But I cannot see it. Even in MB V6 documentation (message_broker_user-defines_extensions.pdf Page 82):
Quote: |
Create a new user-defined node project:
11. On the Plug-in Project Structure panel, click
Create a blank plug-in project , then click finish |
I don't see this option at all !!!!!
Since this option is not there, when I copy this project to eclipse/plugins directory, this plugin is not recognised and doesn't appear in palette section.
I searched for fixes from software updates for toolkit, I dont see any. Anyone experienced this??
Thanks,
Prasad |
|
Back to top |
|
 |
wbibrk |
Posted: Tue Dec 13, 2005 7:22 am Post subject: |
|
|
Apprentice
Joined: 09 Jul 2005 Posts: 46
|
Hi,
That option is no longer available. Click Finish on the Templates screen without checking anything (this has the same effect). Use the Feedback button on the Toolkit online help pages so that the documentation team updates the help pages. |
|
Back to top |
|
 |
narendrach |
Posted: Tue Dec 13, 2005 7:56 am Post subject: |
|
|
Voyager
Joined: 29 Jun 2005 Posts: 78
|
try to deploy the plugin project in both
evtoolkit and ibtoolkit folders plugin folder _________________ Narendra CH |
|
Back to top |
|
 |
prasadpav |
Posted: Wed Dec 14, 2005 2:44 am Post subject: |
|
|
 Centurion
Joined: 03 Oct 2004 Posts: 142
|
Quote: |
Click Finish on the Templates screen without checking anything (this has the same effect). Use the Feedback button on the Toolkit online help pages so that the documentation team updates the help pages |
If I do this, then:
1) plugin.xml is not having the entire information. For example:
Quote: |
<requires>
<import match="greaterOrEqual" plugin="com.ibm.etools.mft.api" version="6.0.0"/>
<import match="equivalent" plugin="com.ibm.etools.mft.uri" version="6.0.0"/>
<import match="equivalent" plugin="org.eclipse.help" version="3.0.0"/>
<import match="equivalent" plugin="org.eclipse.ui" version="3.0.2"/>
<import match="equivalent" plugin="org.eclipse.swt" version="3.0.2"/>
</requires>
|
2) palette.properties, palette.xmi are not generated
3) When I generate "Message flow plugin node" (name Sample), I can see "Sample.msgnode" created but not the "Sample.properties" file
Regards,
Prasad |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|