Talend - tTutorialRow custom component not working - talend

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.

Related

Ballerina Swan Lake an IDEs. How to get sequence diagrams

It's me again!
After getting help with this question here, I managed writing a little microservice in Ballerina. For that I switched to Swan Lake as recommended.
But now I'm having difficulties using IDEs and their plugins. Because all questions related to that are pretty old I'm creating a new post.
I'm writing a paper about Ballerina and cloud native languages and thought it would be cool to show a generated sequence diagram, so I tried setting up a proper project and generating one.
However: The IntelliJ plugin doesn't seem to support Swan Lake yet. I always get an error message that the SDK is invalid. So I switched to VS Code.
Here I have a lot of problems. I can run and build my stuff just fine and I also have syntax highlight, but I don't know how to get a diagram. The documentation tells me to either open it through the project overview or the file overview. But I do not have that. My VS Code Window looks as follows:
If I try to use "Ballerina: Document" it tells me "Current file does not belong to a Ballerina project"
Also notice that the explorer one the left looks completely different compared to the documentation
But how would I set this up correctly? I did everything that the docs tell me to do and I have tried the integrator. Doesn't support Swan Lake yet. And as I said: IntelliJ doesn't work either.
Is it even possible to set this up correctly with Swan Lake at the moment? Am I just to stupid? I have never used VS Code before, so maybe there's a trick?
The sequence diagram view in Ballerina has been removed temporarily in Swan Lake. But this support will be brought back before the GA version. I guess it will be available in the Beta release, which is due in April.
Download the latest Ballerina extension for Visual Studio Code and either navigate to the button showed in num 1 for Ballerina Low-Code or navigate to num 2 to Show Diagram for the diagram view of current ballerina file. Read more from here. Ballerina provides language support through VS Code for Swan Lake but not for IntelliJ yet(Hope Ballerina will provide language support to IntelliJ with Fleet).

JBoss Marshall options are not showing

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,

Is there a way to automatically create doc for classes and Methods in OpenEdge Developer Studio?

OpenEdge Developer Studio is built on Eclipse where usually the shortcut Ctrl+Alt+J can be used to create JavaDoc for classes and methods.
For Progress however I am unable to figure out how this should work.
Could someone help me out here?
To create an html documentation (like http://help.consultingwerkcloud.com/smartcomponent_library/release/) use this here:
https://github.com/Riverside-Software/pct/wiki/ClassDocumentation
https://github.com/Riverside-Software/pct/wiki/HtmlDocumentation
For documentation comments in PDSOE, I'd suggest you have a look at:
https://www.hh-berlin.de/oedt/features/editor
It's going to be commercial. I'm beta-testing it since a while. And it's working really, really nice.

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.

Problems with IronPython Studio and PictureBox

Right, so I'm having a go at Iron Python Studio as I'm quite familiar with VS2005 and want to try Python with an integrated GUI designer. But as soon as I add a PictureBox I'm in trouble. When running the project I get complaints about BeginInit and soon enough the form designer stops working.
Is this because I'm running .NET 3.5 or some other compatibility issue? Couldn't find anything at the Iron Python Studio site
I'm having the same problem. What you can do is manually remove the BeginInit() and EndInit() calls, it should work fine then.
Have you checked out IronPython Blog on MSDN? You could probably drill down from there and find a definitive answer. If you do, be sure you update your question here!