[JBoss JIRA] (JBIDE-13451) Too many "xmlns:"-proposals when requesting content assist for tag attribute name
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13451?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-13451:
----------------------------------------
Try the following:
1. Create a JSF 2 KickStart project.
2. Open inputname.xhtml
3. Ctrl+Space in <ui:composition |
4. FAILURE: There are two xhtml and xhtml* proposals.
5. Select xhtml proposal.
6. xhtml="" inserted and code assist for its value invoked.
7. FAILURE: There is no icon for the proposals in this list of URIs (default red square is used instead).
> Too many "xmlns:"-proposals when requesting content assist for tag attribute name
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-13451
> URL: https://issues.jboss.org/browse/JBIDE-13451
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Alpha1
> Reporter: Victor Rubezhny
> Assignee: Alexey Kazakov
> Fix For: 4.1.0.Alpha1
>
>
> When requesting the Content Assist for a tag attribute name there are too many "xmlns:" proposals in the proposal list.
> Need to hide these proposals for all the tags other that a page root element by showing those namespace proposals only if the entered text matches the "xmlns:" string.
--
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, 2 months
[JBoss JIRA] (JBIDE-13437) bpel won't build in 40x branch due to missing org.eclipse.bpel.jboss.riftsaw.runtime.feature
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13437?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-13437 at 1/30/13 2:04 PM:
-------------------------------------------------------------
Pull request to fix update site (remove org.eclipse.bpel.jboss.riftsaw.runtime.feature, add org.eclipse.bpel.apache.ode.runtime.feature) and upversion everything to 1.2.100 (in master branch)
https://github.com/jbosstools/jbosstools-bpel/pull/7
was (Author: nickboldt):
Pull request to fix update site (remove org.eclipse.bpel.jboss.riftsaw.runtime.feature, add org.eclipse.bpel.apache.ode.runtime.feature) and upversion everything to 1.2.100 (in master branch)
> bpel won't build in 40x branch due to missing org.eclipse.bpel.jboss.riftsaw.runtime.feature
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-13437
> URL: https://issues.jboss.org/browse/JBIDE-13437
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: BPEL, updatesite, UpStream
> Affects Versions: 4.0.0.Alpha1-SOA
> Reporter: Nick Boldt
> Assignee: Robert (Bob) Brodt
> Fix For: 4.0.0.Alpha1-SOA
>
>
> JBoss BPEL builds are broken in 40x branch due to missing Eclipse.org bpel feature that is trying to be aggregated into the bpel site:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_stable_branch.component--bpel}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: bpel.site raw:0.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.1.0-SNAPSHOT
> [ERROR] Missing requirement: bpel.site raw:0.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.1.0-SNAPSHOT requires 'org.eclipse.bpel.jboss.riftsaw.runtime.feature.feature.group 0.0.0' but it could not be found
> {code}
> Solution: remove the feature (and ask upstream why it vanished).
--
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, 2 months