Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Today's Messages (off)  | Unanswered Messages (on)

Forum: Java Development Tools (JDT)
 Topic: Does anyone have insights ?
Does anyone have insights ? [message #1865022] Wed, 24 April 2024 17:03
karen funk is currently offline karen funkFriend
Messages: 1
Registered: April 2024
Junior Member
I'm looking to include a new option in both the References and Declarations context menus. I've been attempting to utilize the org.eclipse.ui.menus extension point through Menu Contributions but am having trouble pinpointing the correct locationURI. Does anyone have insights or suggestions on this matter?
Forum: Newcomers
 Topic: Cost by System report
Cost by System report [message #1865031] Wed, 24 April 2024 20:52
Gursev Bajwa is currently offline Gursev BajwaFriend
Messages: 2
Registered: April 2024
Junior Member
I am working in IBM Maximo 7.6 and I am using Eclipse to create reports using BIRT Designer. I am working with a copy of the out-of-the-box report called "maintaincost_by_system.rptdesign". I would like the report to also show a breakdown of how we arrived at the total cost. That is, it should also show the components of Total Cost, including labor cost, material cost, and service cost. When I preview the report in Eclipse, it looks good at the top level and it shows me the cost breakdown; however, as I drill down, it is no longer showing me the cost break down; it only shows total cost. What can I do to fix this error?
 Topic: Reports on child data sets
Reports on child data sets [message #1865028] Wed, 24 April 2024 20:51
Gursev Bajwa is currently offline Gursev BajwaFriend
Messages: 2
Registered: April 2024
Junior Member
Hello,

I am working on a report using Eclipse BIRT and I wanted to know if and how there is a way to see detailed information such as costs when clicking on a data set and the hyperlink goes to another data set.

For example, in the report there is an Item that shows total cost, then I click on that dataset name and that will go to another dataset, in that dataset, how can I see similar information



Forum: Eclipse Scout
 Topic: Know server session Id from Client session id or vice versa
Know server session Id from Client session id or vice versa [message #1864902] Fri, 19 April 2024 14:30
Seydou Zakou is currently offline Seydou ZakouFriend
Messages: 44
Registered: May 2020
Member
Hi All,

Is is possible to get client session id from server session id or the opposite side ? If so how ?

Thanks

[Updated on: Tue, 23 April 2024 12:23]

Report message to a moderator

Forum: Remote Application Platform (RAP)
 Topic: I want to use websocket
I want to use websocket [message #1865046] Thu, 25 April 2024 07:42
Cho HyunJong is currently offline Cho HyunJongFriend
Messages: 107
Registered: July 2009
Location: korea
Senior Member

I want to use websocket.

The default environment is
Apache Tomcat 9
Eclipse RAP e3, 3.22

How can I use it?

Any tutorials or examples would be helpful .
Forum: Jobs and employment
 Topic: Hiring for Help to fix Eclipse Bug 329657
Hiring for Help to fix Eclipse Bug 329657 [message #1865013] Wed, 24 April 2024 15:10
Martin Terra is currently offline Martin TerraFriend
Messages: 1
Registered: April 2024
Junior Member
We would like to hire someone from the Eclipse open source development community to work on an Eclipse IDE bug.

The Eclipse Java IDE has a bug that it blocks user actions unnecessarily while compiling/building code. We would like to get this problem fixed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=329657

The bug is most noticeable when "Build Automatically" setting is activated in the Eclipse Java IDE.

This issue may not very noticeable if you have a fast disk, but nevertheless, the bug is there, and you can probably simulate it by using a slower disk, e.g., a usb 2.0 device for your Eclipse workspace, and disable some caches if necessary.

We would like to work with you to propose a patch to work around this and work together with the Eclipse community to iteratively revise and get the patch approved.

The goal is to enhance Eclipse JAVA IDE efficiency and user experience, by refining the selectivity of blocking in multithreading during builds. Currently, most user actions proceed without blocking during the multithreaded build process, but certain actions, like saving and version management, are unnecessarily blocked, causing inconvenience.

The only tasks that the compilation/building process should block are the ones related to Java code launches (Run, Debug, etc.). It should not affect code/file edits or ant scripts (however, it is possible that a rebuild request should be queued if files are changed, but this should be part of existing functionality and if not then make it queueable so that the build will restart as soon as possible while staying in the background).

The goal is, instead of creating new multithreading functionality, to modify the existing multithreading functionality to restrict blocking behavior only for run/launch actions that depend on the ongoing build process, making it more user-friendly. Perhaps there is a filter-like functionality that selects which actions should be blocked, and this filtering is what should be adjusted, only for the build process.

This is the entirety of this project for the time being.

If you have tinkered with Eclipse before and feel up to the task, contact me at jobs@koodaripalvelut.com (jobs(at)koodaripalvelut.com) in free form and in your email refer to the eclipse bug id 329657.

Yours sincerely,
Martin Terra
Koodaripalvelut.com Finland
Forum: Gendoc
 Topic: Add support for new Eclipse targets
Add support for new Eclipse targets [message #1865010] Tue, 23 April 2024 16:48
Denis Nikiforov is currently offline Denis NikiforovFriend
Messages: 344
Registered: August 2013
Senior Member
Hi

I'm trying to add support for new Eclipse versions.

Our modeling tool is based on Eclipse 2022-06 because we are temporarily locked to Java 11. So I added a 2022-06 target platform for Gendoc and migrated it to Java 11: https://gitlab.eclipse.org/eclipse/gendoc/org.eclipse.gendoc/-/merge_requests/1

But I have two problems:

1) The build of one project org.eclipse.gendoc.services.xlsx.tests is failed with the error "The package org.w3c.dom is accessible from more than one module: , java.xml".

To reproduce it just run:

mvn clean verify -DskipTests


2) Tests are failed. To reproduce it run:

mvn clean verify


The error is "Workbench has not been created yet":

Running org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.108 s <<< FAILURE! - in org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest
simpleTest(org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest)  Time elapsed: 7.067 s  <<< ERROR!
java.lang.NoClassDefFoundError: org/eclipse/papyrus/infra/ui/emf/databinding/EMFObservableList
        at org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest.simpleTest(PptxSimpleTest.java:20)
Caused by: java.lang.ClassNotFoundException: An error occurred while automatically activating bundle org.eclipse.papyrus.infra.ui.emf (452).
        at org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest.simpleTest(PptxSimpleTest.java:20)
Caused by: org.osgi.framework.BundleException: Exception in org.eclipse.papyrus.infra.ui.internal.emf.Activator.start() of bundle org.eclipse.papyrus.infra.ui.emf.
        at org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest.simpleTest(PptxSimpleTest.java:20)
Caused by: java.lang.ExceptionInInitializerError
        at org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest.simpleTest(PptxSimpleTest.java:20)
Caused by: java.lang.IllegalStateException: Workbench has not been created yet.
        at org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest.simpleTest(PptxSimpleTest.java:20)


Could you please help to fix it?

I hope after that it will not be a big deal to add a 2024-03 target platform or a newer one.
Forum: C / C++ IDE (CDT)
 Topic: C++20 concepts support
C++20 concepts support [message #1864983] Mon, 22 April 2024 13:04
Rouslan Abdukhanov is currently offline Rouslan AbdukhanovFriend
Messages: 1
Registered: April 2024
Junior Member
Hello,

I am currently using the latest version of Eclipse CDT along with GCC 13.2.0 compiler. I've been trying to utilize C++20 concepts in my code, specifically using the requires keyword, but Eclipse seems to be unable to recognize it. When I include concepts like requires std::totally_ordered<T> (see in my_priority_queue.h), Eclipse expects a semicolon at the end of the line and does not recognize the requires keyword.

Is there a specific configuration or update required to enable support for C++20 concepts in Eclipse CDT? Any guidance on how to resolve this issue would be greatly appreciated.

Thank you.
Forum: M2T (model-to-text transformation)
 Topic: [Acceleo] IDE Error during Acceleo Project Build in Eclipse 202403
[Acceleo] IDE Error during Acceleo Project Build in Eclipse 202403 [message #1864986] Mon, 22 April 2024 13:05
aga odias is currently offline aga odiasFriend
Messages: 1
Registered: April 2024
Junior Member
We are encountering error when running Acceleo Project Build in Eclipse 202403.
Acceleo Plugin: org.eclipse.acceleo.ide.ui v3.17.5 (current release)
(See attached screenshots and workspace log)

Upon investigation, the issue was caused by outdated code in acceleo.ide.ui v3.7.15.
Acceleo code is instantiating a no-arg constructor in org.eclipse.jdt.internal.core.JavaProject class. However, no-arg constructor no longer exist starting jdt.internal.core v3.37.0 (current release).

Before:
jdt.internal.core v3.36.0
- No Error in Acceleo

Now:
jdt.internal.core v3.37.0
- Acceleo Error Started

acceleo.ide.ui v3.17.5
- Acceleo is looking for non existing constructor JavaProject class.
Forum: Eclipse Common Security Infrastructure
 Topic: Public Key Infrastructure Core Package
Public Key Infrastructure Core Package [message #1864980] Mon, 22 April 2024 12:54
Joe Schiavone is currently offline Joe SchiavoneFriend
Messages: 3
Registered: August 2015
Junior Member
NOW available in Eclipse Marketplace, search on PKI

The comprehensive system required to provide public key encryption and digital signature services is known as a Public Key Infrastructure (PKI). The purpose of a PKI is to manage keys and certificates. By managing keys and certificates through a PKI, an organization establishes and maintains a trustworthy networking environment [^1].

This package is implemented in Java programming language and allows a user to setup an SSLContext to use inside the Eclipse architecture. ,(additionally, A UI is forthcoming org.eclipse.pki.ui ), The preferred option is specified below. That option takes a clear text password and allows the core pki package to encrypt it for any subsequent usage.


Create a file called .pki inside of your user home .eclipse directory. Once you startup eclipse it will create a template in your .eclipse directory that you can update with your personal PKI setup. You can use either a PKCS11 or PKCS12 KeyStore setup. The .pki file for a PKCS12 setup should look similar to the following;


    javax.net.ssl.trustStore=/etc/pki/java/cacerts
    javax.net.ssl.trustStoreType=JKS
    javax.net.ssl.trustStorePassword=changeit
    javax.net.ssl.keyStore=/home/user/Certificates/your_org.p12 ( or specify NONE for PKCS11 ) javax.net.ssl.keyStoreType=PKCS12 ( or specify PKCS11 )
    javax.net.ssl.keyStorePassword=Clear Text Password ( Eclipse will encrypt on startup )
    javax.net.ssl.keyStoreProvider=PKCS12 ( or for PKCS11 use; SunPKCS11 )
    javax.net.ssl.cfgFileLocation=NONE ( or for PKCS11; /etc/opensc/pkcs11_java.cfg )


[Updated on: Mon, 22 April 2024 17:07]

Report message to a moderator

Forum: Test
 Topic: iiii
iiii [message #1864962] Mon, 22 April 2024 09:44
Alberto Scocco is currently offline Alberto ScoccoFriend
Messages: 1
Registered: April 2024
Junior Member
:-)
 Topic: Testing new db
Testing new db [message #1864905] Fri, 19 April 2024 18:04
Denis Roy is currently offline Denis RoyFriend
Messages: 484
Registered: October 2004
Location: Ottawa, Ontario, Canada
Senior Member

Testing new db

Denis Roy
Eclipse Webmaster -- webmaster@eclipse.org
Forum: BPEL Designer
 Topic: Where could I download BPEL designer for Eclipse?
Where could I download BPEL designer for Eclipse? [message #1864947] Sat, 20 April 2024 18:22
Dinh Thao Le is currently offline Dinh Thao LeFriend
Messages: 2
Registered: April 2024
Junior Member
Hello,

I'm trying to download the BPEL designer plugin for Eclipse. However, the project was put into archives and the link for download (https://download.eclipse.org/bpel/updates/2020-06/1.1.3/) from Eclipse foundation is not working.
I was instructed to contact the project members on this forum, so I would like to ask if it is still possible to get this program now. And if yes, where could I find it?

Thank you for your support!
Forum: Objectteams
 Topic: Optimizing Go compiler in complexity?
Optimizing Go compiler in complexity? [message #1864926] Sat, 20 April 2024 06:50
Kawang Thorny is currently offline Kawang ThornyFriend
Messages: 3
Registered: October 2023
Junior Member

How can we undertake the formidable task of optimizing the performance of the Go compiler within an extensive codebase?



Current Time: Thu Apr 25 17:20:30 GMT 2024

Powered by FUDForum. Page generated in 0.03875 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top