JBoss Marshall options are not showing - jboss

I am new to JBoss Fuse. I am trying to follow the tutorials and use Marshall and Unmarshall features using JBoss Developer Studio.
Problem, I am facing is, I am not able to see any options in Properties tab for Marshall.
This is what I am seeing on my IDE.
Seen on my IDE
But in the tutorials, this what what is shown.
Shown in tutorial
Please help me and let me know what needs to be done to see those options.
Thanks for your help.
Regards, Vishu

you unfortunately hit a known regression in 9.1.0, see https://issues.jboss.org/browse/FUSETOOLS-2314
The good part is that this issue has been already fixed and fix will be available in next release, Fuse Tooling 9.2.0 which is currently planned at end of May.
regards,

Related

BPEL Hello World port not being displayed in deploy.xml

I am trying to do a BPEL Hello World Project, I am following this link "Hello World BPEL"
I am doing everything as stated up to step 13 (however, I do not get a blank wsdl screen as stated in the tutorial, I have to modify the existing elements rather than creating them).
In step 17, as per the tutorial, I should get the associated port, but what I am shown is blank. (The drop-down is empty).
Can anyone tell me what I am I doing wrong? How do I get the correct port here?
I am using eclipse luna and apache ode server 1
Thanks
I think you should look into this video. I am pretty sure you missed something like I did a couple of times using the same tutorial. I for sure found it helpful while getting started with BPEL on the latest Eclipse Oxygen. However, I must say you should also know about Open-ESB. It is an another IDE built on top of Netbeans and is powerful as well. It is too supported by proper documentation and has some neat examples in the Sample projects. ;)

Talend - tTutorialRow custom component not working

I've been following the steps within this tutorial, but the final step is not working for me. I mean, Talend does not show the tTutorialRow component in the Palette.
I've been checking the Troubleshooting section of this other document as suggested, with no success.
I've seen other questions in SOF, but they are about going a step beyond, once the basic tutorial is running.
So, is there a way of watching what is happening? Some logs? Just to have hints about what is happening.
My Talend Open Studio (for Data Integration) version is 6.2.0.
Thanks!
It seem I was following the wrong tutorial (maybe it is outdated with regards to new versions of Talend).
I found this other one who worked for me. It is about using the Component Designer perspective of the Studio.

Eclipse RCP - good Eclipse Forms tutorial/resource

I'm looking for resources to learn how to use effectively Eclipse forms within an Eclipse RCP application. I was trying to use the newest SWT Window Builder plugin on Indigo but building forms this way doesn't really work for me eg. cannot put anything inside expandable composite etc. (I have Swing background with Netbeans designer) and I'm new to SWT.
All I can find so far is this quite old tutorial from 2005.
Any help, point to good tutorial/book/source code sample will be highly appreciated.
I've found http://www.vogella.de/ to be invaluable.
Not much changed actually since the old 2005 tutorial so it's still very usable.
Check these out in addition too:
Eclipse Forms: New in 3.3
DeveloperWorks article on making forms Web-like
Cheers,
Max
I've also got the hint to start with vogella but after the first 2 topics I realized It's to hard to start with.
What helped me much more was to create each example/sample project and look for the source. Once you understood how all works you can lookup at vogella what you exactly need.

JBoss gettingstarted.zip

I am looking for the gettingstarted.zip or the examples in the jboss tutorial, but could not find them, especially the sources for the jsfejb3 example. Are these examples removed from the distribution or am I to stupid to find them?
Do you mean the example shown in http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3/html-single/Getting_Started_Guide/index.html#About_the_Example_Applications ?
If so it's available in the "Application Platform 4.3.0.GA_CP09 documentation" available from https://access.redhat.com/downloads/
this might be what you are looking for JBOSS Start Guide.zip, also maybe try JBoss Sourceforge page
edit: try this maybe JSF-EJB3 Example
and these guys LINK seem to have got working what you are having trouble with maybe something in thier posts can help

How to launch minimal eclipse?

This my seem a little odd but I want to start eclipse (v3.5) in the most minimal version possible. Pherhaps just the core and the ui component without anything else. I'm new to eclipse Plugin Development so I don't really know if this is possible at all?
I googled this topic but there seems to be no useful info out there. Perhaps someone can help me...
Thanks
I found the solution. On this webpage in Section 3 "Create your first RCP application". There a minimal application based on the Extensions
org.eclipse.core.runtime.apllications
org.eclipse.ui.perspectives
is created.