[JBoss JIRA] (JBIDE-26793) cvc-complex-type.2.4.a error in <weld:scan> tag in the pom.xml when using CDI 2.0
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26793?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26793:
-------------------------------
Fix Version/s: 4.13.x
> cvc-complex-type.2.4.a error in <weld:scan> tag in the pom.xml when using CDI 2.0
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-26793
> URL: https://issues.jboss.org/browse/JBIDE-26793
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 4.12.0.Final
> Environment: OS X, RHEL 7, Windows 10
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
> Attachments: pom-xml.png
>
>
> h2. *Error message:*
> {code}
> cvc-complex-type.2.4.a: Invalid content was found starting with element 'weld:scan'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":interceptors, "http://xmlns.jcp.org/xml/ns/javaee":decorators, "http://xmlns.jcp.org/xml/ns/javaee":alternatives, "http://xmlns.jcp.org/xml/ns/javaee":scan, "http://xmlns.jcp.org/xml/ns/javaee":trim}' is expected.
> {code}
> h2. *Affected weld version details:*
> * Weld se version: 2.2.4.Final, 2.4.8.Final
> * Weld api version: 2.2.SP3, 3.1.SP1
> h2. *Additional information:*
> * error only appears when using CDI 2.0, older versions of CDI are working properly
> * Error appears when using WildFly 16 and in several CodeReady Studio version (July/August)
> * See the *{color:#DE350B}pom-xml.png{color}* image in the attachment to see, where the error appears
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 4 months
[JBoss JIRA] (JBIDE-26803) provide content assist (code completion) for ui:params defined properties
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26803?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26803:
-------------------------------
Component/s: jsf
> provide content assist (code completion) for ui:params defined properties
> -------------------------------------------------------------------------
>
> Key: JBIDE-26803
> URL: https://issues.jboss.org/browse/JBIDE-26803
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsf
> Affects Versions: 4.12.0.Final
> Reporter: nimo stephan
> Priority: Major
> Fix For: 4.13.x
>
>
> When using this:
> {code:java}
> <ui:param name="user" value="#{client.user}" />
> {code}
> and typing
> {code:java}
> #{user.username}
> {code}
> then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
> Content assist does also not work when using something like this:
> {code:java}
> <ui:include src="WEB-INF/tpl/task.xhtml">
> <ui:param name="tasks" value="#{all.tasks}" />
> </ui:include>
> {code}
> when using
> {code:java}
> #{tasks.?}
> {code}
> in task.xhtml, then code completion does also not work.
> *Please provide code completion for such cases.*
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 4 months
[JBoss JIRA] (JBIDE-26803) provide content assist (code completion) for ui:params defined properties
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26803?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26803:
-------------------------------
Affects Version/s: 4.12.0.Final
> provide content assist (code completion) for ui:params defined properties
> -------------------------------------------------------------------------
>
> Key: JBIDE-26803
> URL: https://issues.jboss.org/browse/JBIDE-26803
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Affects Versions: 4.12.0.Final
> Reporter: nimo stephan
> Priority: Major
> Fix For: 4.13.x
>
>
> When using this:
> {code:java}
> <ui:param name="user" value="#{client.user}" />
> {code}
> and typing
> {code:java}
> #{user.username}
> {code}
> then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
> Content assist does also not work when using something like this:
> {code:java}
> <ui:include src="WEB-INF/tpl/task.xhtml">
> <ui:param name="tasks" value="#{all.tasks}" />
> </ui:include>
> {code}
> when using
> {code:java}
> #{tasks.?}
> {code}
> in task.xhtml, then code completion does also not work.
> *Please provide code completion for such cases.*
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 4 months
[JBoss JIRA] (JBIDE-26803) provide content assist (code completion) for ui:params defined properties
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26803?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26803:
-------------------------------
Fix Version/s: 4.13.x
> provide content assist (code completion) for ui:params defined properties
> -------------------------------------------------------------------------
>
> Key: JBIDE-26803
> URL: https://issues.jboss.org/browse/JBIDE-26803
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Affects Versions: 4.12.0.Final
> Reporter: nimo stephan
> Priority: Major
> Fix For: 4.13.x
>
>
> When using this:
> {code:java}
> <ui:param name="user" value="#{client.user}" />
> {code}
> and typing
> {code:java}
> #{user.username}
> {code}
> then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
> Content assist does also not work when using something like this:
> {code:java}
> <ui:include src="WEB-INF/tpl/task.xhtml">
> <ui:param name="tasks" value="#{all.tasks}" />
> </ui:include>
> {code}
> when using
> {code:java}
> #{tasks.?}
> {code}
> in task.xhtml, then code completion does also not work.
> *Please provide code completion for such cases.*
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 4 months
[JBoss JIRA] (JBIDE-26805) StacksCoreTest is failing
by Josef Kopriva (Jira)
Josef Kopriva created JBIDE-26805:
-------------------------------------
Summary: StacksCoreTest is failing
Key: JBIDE-26805
URL: https://issues.jboss.org/browse/JBIDE-26805
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: base
Affects Versions: 4.13.0.AM1
Environment: CentralCI
Reporter: Josef Kopriva
{code:java}
org.jboss.tools.stacks.core.test.StacksCoreTest.testManagerUseDefaultStacks
Stack Trace
junit.framework.AssertionFailedError
at org.jboss.tools.stacks.core.test.StacksCoreTest.testManagerUseDefaultStacks(StacksCoreTest.java:45)
org.jboss.tools.stacks.core.test.StacksCoreTest.testManagerFindsStacks
Stack Trace
junit.framework.AssertionFailedError
at org.jboss.tools.stacks.core.test.StacksCoreTest.testManagerFindsStacks(StacksCoreTest.java:37)
{code}
See: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 4 months
[JBoss JIRA] (JBIDE-26803) provide content assist (code completion) for ui:params defined properties
by nimo stephan (Jira)
[ https://issues.jboss.org/browse/JBIDE-26803?page=com.atlassian.jira.plugi... ]
nimo stephan updated JBIDE-26803:
---------------------------------
Description:
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
Content assist does also not work when using something like this:
{code:java}
<ui:include src="WEB-INF/tpl/task.xhtml">
<ui:param name="tasks" value="#{all.tasks}" />
</ui:include>
{code}
when using #{tasks.?} in task.xhtml, then code completion does also not work.
*Please provide code completion for such cases.*
was:
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
*Please provide code completion for such cases.*
> provide content assist (code completion) for ui:params defined properties
> -------------------------------------------------------------------------
>
> Key: JBIDE-26803
> URL: https://issues.jboss.org/browse/JBIDE-26803
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Reporter: nimo stephan
> Priority: Major
>
> When using this:
> {code:java}
> <ui:param name="user" value="#{client.user}" />
> {code}
> and typing
> {code:java}
> #{user.username}
> {code}
> then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
> Content assist does also not work when using something like this:
> {code:java}
> <ui:include src="WEB-INF/tpl/task.xhtml">
> <ui:param name="tasks" value="#{all.tasks}" />
> </ui:include>
> {code}
> when using #{tasks.?} in task.xhtml, then code completion does also not work.
> *Please provide code completion for such cases.*
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 4 months
[JBoss JIRA] (JBIDE-26803) provide content assist (code completion) for ui:params defined properties
by nimo stephan (Jira)
[ https://issues.jboss.org/browse/JBIDE-26803?page=com.atlassian.jira.plugi... ]
nimo stephan updated JBIDE-26803:
---------------------------------
Description:
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
Content assist does also not work when using something like this:
{code:java}
<ui:include src="WEB-INF/tpl/task.xhtml">
<ui:param name="tasks" value="#{all.tasks}" />
</ui:include>
{code}
when using
{code:java}
#{tasks.?}
{code}
in task.xhtml, then code completion does also not work.
*Please provide code completion for such cases.*
was:
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
Content assist does also not work when using something like this:
{code:java}
<ui:include src="WEB-INF/tpl/task.xhtml">
<ui:param name="tasks" value="#{all.tasks}" />
</ui:include>
{code}
when using #{tasks.?} in task.xhtml, then code completion does also not work.
*Please provide code completion for such cases.*
> provide content assist (code completion) for ui:params defined properties
> -------------------------------------------------------------------------
>
> Key: JBIDE-26803
> URL: https://issues.jboss.org/browse/JBIDE-26803
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Reporter: nimo stephan
> Priority: Major
>
> When using this:
> {code:java}
> <ui:param name="user" value="#{client.user}" />
> {code}
> and typing
> {code:java}
> #{user.username}
> {code}
> then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
> Content assist does also not work when using something like this:
> {code:java}
> <ui:include src="WEB-INF/tpl/task.xhtml">
> <ui:param name="tasks" value="#{all.tasks}" />
> </ui:include>
> {code}
> when using
> {code:java}
> #{tasks.?}
> {code}
> in task.xhtml, then code completion does also not work.
> *Please provide code completion for such cases.*
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 4 months
[JBoss JIRA] (JBIDE-26803) provide content assist (code completion) for ui:params defined properties
by nimo stephan (Jira)
nimo stephan created JBIDE-26803:
------------------------------------
Summary: provide content assist (code completion) for ui:params defined properties
Key: JBIDE-26803
URL: https://issues.jboss.org/browse/JBIDE-26803
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: nimo stephan
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
*Please provide code completion for such cases.*
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 4 months
[JBoss JIRA] (JBIDE-26794) OpenShift: Remote debugging is very slow
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26794?page=com.atlassian.jira.plugi... ]
André Dietisheim commented on JBIDE-26794:
------------------------------------------
for JBIDE I'll display a warning when launching the server adapter while the prefs value is turned on: JBIDE-26802
> OpenShift: Remote debugging is very slow
> ----------------------------------------
>
> Key: JBIDE-26794
> URL: https://issues.jboss.org/browse/JBIDE-26794
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.11.0.Final
> Environment: Version: 12.11.0.GA
> Build id: GA-v20190329-0120-B4247
> Build date: 20190329-0120
> RHPDS
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> Priority: Major
> Labels: debugging
> Fix For: 4.13.0.AM1
>
> Attachments: disable-show-method-result.png
>
>
> From Email on devtools-team from [~jgammonred612]:
> {code:java}
> Hi Folks:
> Using this version of Code Ready Studio
> Version: 12.11.0.GA
> Build id: GA-v20190329-0120-B4247
> Build date: 20190329-0120
> I recently ran an Openshift Starter Workshop lab and witnessed a clear
> issue with Code Ready Studio and INtelliJ
> Workshop Starter Lab
> (http://starter-guides-labs.b9ad.pro-us-east-1.openshiftapps.com/workshop/...)
> Lab 19 has a remote debugging setup. The remote debugger in Code Ready
> connected very very slowly and would not step over or step out making
> using it as a debugger virtually impossible.
> One of the lab participants had IntelliJ and it connected immediately
> and worked just fine.
> Clearly, something is broken in CRS. Maybe someone would want to test
> this out and fix?
> You can find this lab on RHPDS.
> Just FYI to the PM's.
> {code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 4 months