[JBoss JIRA] Created: (JBIDE-9265) Seam booking example - actionListener validation error
by Libor Zoubek (JIRA)
Seam booking example - actionListener validation error
------------------------------------------------------
Key: JBIDE-9265
URL: https://issues.jboss.org/browse/JBIDE-9265
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M2
Reporter: Libor Zoubek
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3
I am not sure if this error should be fixed in example or it is tooling issue.
{noformat}
Method must have signature "void method(ActionEvent)" but has signature "void method()" template.xhtml /seam-booking/src/main/webapp/WEB-INF/layout Facelet Validator
{noformat}
But I suspect tooling, error appears on this line:
{noformat}
<h:commandLink action="pretty:home"
actionListener="#{facesContext.externalContext.invalidateSession}"
value="#{bundles.messages.template_linkReset}"/>
{noformat}
But if I change actionListener to contain "#{bookingAgent.bookHotel}" (method with signature void bookHotel()) than, this line is not marked as error.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBDS-1682) Add Atlassian Mylyn-JIRA features to update site (if possible)
by Nick Boldt (JIRA)
Add Atlassian Mylyn-JIRA features to update site (if possible)
--------------------------------------------------------------
Key: JBDS-1682
URL: https://issues.jboss.org/browse/JBDS-1682
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Components: updatesite
Affects Versions: 5.0.0.M2
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 5.0.0.M3
Ran into some compatibility issues w/ the Atlassian JIRA plugins for Mylyn, so they've all been removed from the 5.0 Extras site pending further investigation into compatibility. Might have to respin those features ourselves and fix their requirement ranges so they're not so strictly tied to old Orbit bundles like:
* org.apache.commons.httpclient [3.1.0.v201005080502]
* javax.wsdl [1.6.2.v201005080631]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBDS-1798) Hide 3rd party features from JBDS Extras site - only com.jboss.jbds.* features should be exposed
by Nick Boldt (JIRA)
Hide 3rd party features from JBDS Extras site - only com.jboss.jbds.* features should be exposed
------------------------------------------------------------------------------------------------
Key: JBDS-1798
URL: https://issues.jboss.org/browse/JBDS-1798
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Reporter: Nick Boldt
1. instead of including 3rd party features in com.jboss.jbds.* features, include contained plugins.
2. rewrite com.jboss.jbds.* features to list out contents so it's clear what versions of 3rd party stuff are included.
Benefits:
* anything installable from JBDS Extras site is a feature we build and maintain (and test and support).
* to install any non-com.jboss 3rd party feature, must go to 3rd party site (or jboss.org community mirror). Because this is "off the reservation", it's not supported, and users' mileage may vary.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBDS-1800) jbds updatesites are too "big", need to split/divide
by Max Rydahl Andersen (JIRA)
jbds updatesites are too "big", need to split/divide
----------------------------------------------------
Key: JBDS-1800
URL: https://issues.jboss.org/browse/JBDS-1800
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: updatesite
Reporter: Max Rydahl Andersen
Assignee: Nick Boldt
Fix For: 4.1.0.GA
Suggestion from chat discussion is that we where possible will include org.* features in a certified jbds feature and put the org.* features in uncategorized as a "safety valve" in case users want to go on their own and install piecemal.
For features were we can't just include org.* features because of some tycho or versionng limitation we should at least avoid bulking unrelated features together - i.e. subclipse and subversive shouldn't be bundled together.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBDS-1711) Cheetsheets missing from JBDS 4.1 - "!MESSAGE The cheat sheet 'org.jboss.tools.bpel.cheatsheet.bpel' does not exist."
by Len DiMaggio (JIRA)
Cheetsheets missing from JBDS 4.1 - "!MESSAGE The cheat sheet 'org.jboss.tools.bpel.cheatsheet.bpel' does not exist."
---------------------------------------------------------------------------------------------------------------------
Key: JBDS-1711
URL: https://issues.jboss.org/browse/JBDS-1711
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Build
Affects Versions: 4.1.0.CR1, 4.1.0.CR2
Environment: Version: 4.1.0.CR2
Build id: v20110705-1603-H948-CR2
Build date: 20110705-1603
Reporter: Len DiMaggio
Assignee: Nick Boldt
Cheetsheets missing from JBDS 4.1 - "!MESSAGE The cheat sheet 'org.jboss.tools.bpel.cheatsheet.bpel' does not exist."
>From the log:
!SESSION 2011-07-11 13:43:01.663 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.jbds.product.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.jbds.product.product
!ENTRY org.eclipse.ui.cheatsheets 4 0 2011-07-11 13:45:05.817
!MESSAGE The cheat sheet 'org.jboss.tools.bpel.cheatsheet.bpel' does not exist.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months