Make OpeOn works for actions in Seam projects.
----------------------------------------------
Key: JBIDE-3804
URL: https://jira.jboss.org/jira/browse/JBIDE-3804
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: common
Affects Versions: 3.0.0.GA
Reporter: Anton Klimkovich
EXECUTE: Help -> Project Examples -> Seam -> DVD Store Example
EXECUTE: Download that example.
EXECUTE: Open /dvdstore/WebContent/ChechOut.xhtml
EXECUTE: Make OpenOn on <h:commandButton action="browse" value="Continue Shopping" />
ASSERT: OpenOn should redirect to pages.xml (browse action describes in pages.xml)
FAILURE: Now it works only when action describes in faces-config.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
update site main category has "Development Release" instead of "Stable Release" for /stable/ site
-------------------------------------------------------------------------------------------------
Key: JBIDE-4033
URL: https://jira.jboss.org/jira/browse/JBIDE-4033
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.GA
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Trivial
Fix For: 3.0.1.GA, 3.1.0
When building an R build, the update site main category label should have "Stable Release" not "Development Release"; this will probably require supporting three types of update site builds: R, S, and N. Currently we only do R and N, but R is labelled "Development" instead of "Stable" as if it were a milestone, not a GA.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
JBPM Tools Reference Guide JUnit problem with assertNotNull
-----------------------------------------------------------
Key: JBIDE-3846
URL: https://jira.jboss.org/jira/browse/JBIDE-3846
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Reporter: Stelios Koussouris
Priority: Trivial
6.1. Creating a Hello World Action
They JUnit test shown in "Figure 6.2. A Simple Hello Action"
assertNotNull(
"The greeting variable should not exist ",
instance.getContextInstance().getVariable("greeting"));
always seems to fail as there is no "greeting" variable before it is created in the "transition" from the "start" to the "auction" state. Is this not true? The JUnit succeeds if changed to assertNull
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Use XPath-like selectors
------------------------
Key: JBIDE-2996
URL: https://jira.jboss.org/jira/browse/JBIDE-2996
Project: Tools (JBoss Tools)
Issue Type: Task
Components: smooks
Reporter: Tom Fennelly
Assignee: Xue Peng
Priority: Trivial
Fix For: 3.0.0.cr1
Currently using the "header customer @number" notation for selectors. Would be nicer if it defined them as XPath-like selectors ala "header/customer/@number".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Documentation online navigation
--------------------------------
Key: JBDS-253
URL: http://jira.jboss.com/jira/browse/JBDS-253
Project: Developer Studio
Issue Type: Task
Components: documentation
Affects Versions: 1.0.0.GA
Reporter: Svetlana mukhina
Assigned To: Svetlana mukhina
Priority: Minor
Fix For: 1.0.1
Find the ways to improve JbossTools, Studio and RF online docs navigation, so that user could quickly find the necessary guide.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
JBDS builds should run on x86_64
--------------------------------
Key: JBDS-605
URL: https://jira.jboss.org/jira/browse/JBDS-605
Project: Developer Studio
Issue Type: Feature Request
Affects Versions: 2.0.0.cr2
Reporter: Nick Boldt
Priority: Minor
Fix For: LATER
There are some places where build system assumes x86 Eclipse will be used. Need to make sure it's using the x86_64 Eclipse, with correct JVM.
Need to also verify test environment is complete (JBQA-1298, JBQA-2042).
This sounds like a meaningless exercise, but it would allow us to build on more boxes in the Hudson cluster.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add s:graphicImage into Insert Tag dialog wizard
------------------------------------------------
Key: JBIDE-4099
URL: https://jira.jboss.org/jira/browse/JBIDE-4099
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 3.0.0.GA
Reporter: Yura Zhishko
Assignee: Alexey Kazakov
Priority: Minor
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
<s:transformImageSize> doesn't transform image size.
----------------------------------------------------
Key: JBIDE-4105
URL: https://jira.jboss.org/jira/browse/JBIDE-4105
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.1.0
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Attachments: components.xhtml, main.css
1) Create Seam 2.0.1 project
2) Put attached page into WebContent folder.
3) Run this page on server
4) Compare visual representation of s:graphicImage in VPE to server side
RESULT: Size that is defined in <s:transformImageSize> isn't applied for image.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
modify the WS doc for a print errors
------------------------------------
Key: JBIDE-4059
URL: https://jira.jboss.org/jira/browse/JBIDE-4059
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.0.0.CR2
Reporter: Feng Qian
Assignee: Feng Qian
Fix For: 3.0.1.GA
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira