[JBoss JIRA] (JBDS-4555) Unknown category error in Red Hat Central - Integration Stack connectors don't show Supported status
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4555?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4555:
-----------------------------
Labels: releasework (was: )
> Unknown category error in Red Hat Central - Integration Stack connectors don't show Supported status
> ----------------------------------------------------------------------------------------------------
>
> Key: JBDS-4555
> URL: https://issues.jboss.org/browse/JBDS-4555
…
[View More]> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 11.1.0.AM2
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Labels: releasework
> Fix For: 11.1.0.GA
>
> Attachments: categories.png
>
>
> I installed devstudio 11.1.0.AM2 B1060 and went to central's Updates/Software tab and immediately got these errors:
> Unknown category 'com.jboss.jbds.discovery.certification.supported' referenced by connector 'jboss.integration-stack.bundle.switchyard' declared in com.jboss.jbds.central.discovery.integration_stack_11.0.0.GA_v20170811_1249_B41.jar_3405701925693823433.jar
> Unknown category 'com.jboss.jbds.discovery.certification.supported' referenced by connector 'jboss.integration-stack.bundle.soa' declared in com.jboss.jbds.central.discovery.integration_stack_11.0.0.GA_v20170811_1249_B41.jar_3405701925693823433.jar
> Unknown category 'com.jboss.jbds.discovery.certification.supported' referenced by connector 'jboss.integration-stack.bundle.bpr' declared in com.jboss.jbds.central.discovery.integration_stack_11.0.0.GA_v20170811_1249_B41.jar_3405701925693823433.jar
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[View Less]
7 years, 5 months
[JBoss JIRA] (JBIDE-25314) CDK integration tests for propagation of values to launch configuration
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25314?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-25314:
----------------------------------
Labels: cdk (was: )
> CDK integration tests for propagation of values to launch configuration
> -----------------------------------------------------------------------
>
> Key: JBIDE-25314
> URL: https://issues.jboss.org/browse/JBIDE-25314
> Project: Tools (JBoss Tools)
> …
[View More] Issue Type: Feature Request
> Components: integration-tests
> Affects Versions: 4.5.1.Final
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Critical
> Labels: cdk
>
> Check propagation of values of CDK server configuration into these launch config's part: Main Tab: Name, Location of minishift binary, Arguments (hypervisor and profile name), Environment Tab: Environment variables check (minishift home, minishift username and path). Also, this check can be done after CDK server adapter is created via wizard, and when CDK server editor is changed.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[View Less]
7 years, 5 months
[JBoss JIRA] (JBIDE-25314) CDK integration tests for propagation of values to launch configuration
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25314?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-25314:
----------------------------------
Description: Check propagation of values of CDK server configuration into these launch config's part: Main Tab: Name, Location of minishift binary, Arguments (hypervisor and profile name), Environment Tab: Environment variables check (minishift home, minishift username and path). Also, this check can be done after CDK server adapter is …
[View More]created via wizard, and when CDK server editor is changed. (was: Check propagation of values of CDK server configuration into these launch config's part: Main Tab: Name, Location of minishift binary, Arguments (hypervisor and profile name), Environment Tab: Environment variables check (minishift home, minishift username and path.))
> CDK integration tests for propagation of values to launch configuration
> -----------------------------------------------------------------------
>
> Key: JBIDE-25314
> URL: https://issues.jboss.org/browse/JBIDE-25314
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: integration-tests
> Affects Versions: 4.5.1.Final
> Reporter: Ondrej Dockal
> Priority: Critical
>
> Check propagation of values of CDK server configuration into these launch config's part: Main Tab: Name, Location of minishift binary, Arguments (hypervisor and profile name), Environment Tab: Environment variables check (minishift home, minishift username and path). Also, this check can be done after CDK server adapter is created via wizard, and when CDK server editor is changed.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[View Less]
7 years, 5 months
[JBoss JIRA] (JBIDE-25314) CDK integration tests for propagation of values to launch configuration
by Ondrej Dockal (JIRA)
Ondrej Dockal created JBIDE-25314:
-------------------------------------
Summary: CDK integration tests for propagation of values to launch configuration
Key: JBIDE-25314
URL: https://issues.jboss.org/browse/JBIDE-25314
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: integration-tests
Affects Versions: 4.5.1.Final
Reporter: Ondrej Dockal
Priority: Critical
Check …
[View More]propagation of values of CDK server configuration into these launch config's part: Main Tab: Name, Location of minishift binary, Arguments (hypervisor and profile name), Environment Tab: Environment variables check (minishift home, minishift username and path.)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[View Less]
7 years, 5 months
[JBoss JIRA] (ERT-527) [GTK3][Webkit2] Implement webkit2 support for browser function (Part 2: Java return a value from callback.) [EBZ#510905]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-527:
---------------------------------------
Summary: [GTK3][Webkit2] Implement webkit2 support for browser function (Part 2: Java return a value from callback.) [EBZ#510905]
Key: ERT-527
URL: https://issues.jboss.org/browse/ERT-527
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
The mechanism whereby javascript calls …
[View More]java in Part1 (Bug 508217) has a limitation.
Javascript can reach Java's callback. But the callback on the javaside cannot return a value back to javascript.
I don't think this functionality is used much, but never the less it is a current limitation.
(Note, Java can execute javascript via 'execute()' call still).
The jUnit test case for this scenario is:
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser.test_BrowserFunction_callback_with_javaReturningInt()
The api that I used in Part1 allows Javascript to call Java asynchronously.
I.e, meaning once the callback is executed on the java side, it doesn't return a value:
https://webkitgtk.org/reference/webkit2gtk/stable/WebKitUserContentManage...
This is a limitation of the webkit2 api itself. The signal has a void return value and since it is async, the call from javascript to java is not executed right away, but is delayed for a bit.
One possible (complex) solution might be:
- Create webkitweb extension (this is tricky..)
- Manually create a C/Javascript object (webkit1 does this, 'external', might re-use this functionality).
- Expose Js function/object via JavaSciptCoreApi
- Suggested by aperezdc/mcatanzaro on freednode#webkitgtk+
Example:
https://git.gnome.org/browse/epiphany/tree/embed/web-extension/ephy-web-e...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[View Less]
7 years, 5 months