[JBoss JIRA] (JBDS-2343) EL completition doesn't understand Seam EntityHome<E> anymore
by Marek Schmidt (JIRA)
Marek Schmidt created JBDS-2343:
-----------------------------------
Summary: EL completition doesn't understand Seam EntityHome<E> anymore
Key: JBDS-2343
URL: https://issues.jboss.org/browse/JBDS-2343
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: seam
Affects Versions: 6.0.0.Alpha2
Environment: Seam2.3.0.Final, EAP6.0.1.ER2, JBDS 6.0.0.Alpha2b
Reporter: Marek Schmidt
Having a EntityHome Seam component, such as
{code}
@Name("personHome")
public class PersonHome extends EntityHome<Person>
{code}
The EL completition fails to suggest properties of Person in an expression, such as
{code}
value="#{personHome.instance.name}"
{code}
And a "name cannot be resolved" warning is generated
This used to work in JBDS 4.1.3.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12570) what connectorID should we use in Central for m2e-wtp installation via examples?
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12570:
----------------------------------
Summary: what connectorID should we use in Central for m2e-wtp installation via examples?
Key: JBIDE-12570
URL: https://issues.jboss.org/browse/JBIDE-12570
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, maven
Affects Versions: 4.0.0.Alpha1
Reporter: Nick Boldt
Assignee: Fred Bricon
Fix For: 4.0.0.Alpha2
[~fbricon] recently updated central/plugins/org.jboss.tools.central.discovery/plugin.xml to read as follows (in Alpha1 branch):
{code}
<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.maven"
groupId="org.jboss.tools.central.discovery.maven.upstream"
description="Maven Integration for Web Tools (m2e-wtp)"
id="org.maven.ide.eclipse.wtp.feature"
kind="task"
license="Free, EPL"
name="Maven Integration for Web Tools (m2e-wtp)"
provider="eclipse.org"
siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
<iu id="org.eclipse.m2e.wtp.feature"/>
<icon
image32="images/m2e_32.gif">
</icon>
<overview
url="http://www.eclipse.org/m2e-wtp/">
</overview>
</connectorDescriptor>
{code}
However, that means that the m2e-wtp connector includes the new IU, org.eclipse.m2e.wtp.feature, but is still called by its old name, id="org.maven.ide.eclipse.wtp.feature".
Should this be changed here and in JBDS Central, too?
Can all the examples that might need to install m2e-wtp be updated such that they refer to the new, correct IU name?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months