Link to open a file is created
-------------------------------
Key: JBDS-750
URL: https://jira.jboss.org/jira/browse/JBDS-750
Project: Developer Studio
Issue Type: Task
Components: Doc - Smooks
Affects Versions: 2.0.0.GA
Reporter: Svetlana mukhina
Assignee: Olga Chukhutsina
Fix For: 2.0.1
For some smooks elements (import , EDI reader ...) "Link" to open the file is created.
Update 3-5 chapters of the guide.
--
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
org.jboss.tools.seam.ui.test fails to compile: The import org.jboss.tools.jst.firstrun cannot be resolved
---------------------------------------------------------------------------------------------------------
Key: JBIDE-4518
URL: https://jira.jboss.org/jira/browse/JBIDE-4518
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M2
Reporter: Nick Boldt
Assignee: Snjezana Peco
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-nightly-3...
662. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.1.0.M2/jbds-build/eclipse/plugins/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/wizard/SeamProjectNewWizardTest.java (at line 32)
import org.jboss.tools.jst.firstrun.JBossASAdapterInitializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.jboss.tools.jst.firstrun cannot be resolved
Assigned to Snjezana as she's the last person to touch that test class. Problem may be elsewhere, just need someone to have a look at this.
--
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
[ https://jira.jboss.org/jira/browse/JBIDE-516?page=com.atlassian.jira.plug... ]
Alexey Kazakov updated JBIDE-516:
---------------------------------
Fix Version/s: LATER
(was: 3.1.0.M2)
Affects: [Documentation (Ref Guide, User Guide, etc.)]
Assignee: Viacheslav Kabanovich (was: Alexey Kazakov)
> autocreate xsd schema based on @Namespace for usage in editors
> --------------------------------------------------------------
>
> Key: JBIDE-516
> URL: https://jira.jboss.org/jira/browse/JBIDE-516
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Seam
> Reporter: Max Rydahl Andersen
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: LATER
>
>
--
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
[ https://jira.jboss.org/jira/browse/JBIDE-508?page=com.atlassian.jira.plug... ]
Alexey Kazakov updated JBIDE-508:
---------------------------------
Fix Version/s: LATER
(was: 3.1.0.M2)
Affects: [Documentation (Ref Guide, User Guide, etc.)]
> page.xml param code completion
> ------------------------------
>
> Key: JBIDE-508
> URL: https://jira.jboss.org/jira/browse/JBIDE-508
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Seam
> Reporter: Max Rydahl Andersen
> Assignee: Alexey Kazakov
> Fix For: LATER
>
>
> take param in pages.xml and do codecomplete for it in the related page.
> in s:link, offer code complete for param from pages.xml based on view attribute.
--
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
Navigation debuggin/inspect: Debugger for .page.xml files
---------------------------------------------------------
Key: JBIDE-3383
URL: https://jira.jboss.org/jira/browse/JBIDE-3383
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Francisco Jose Peredo Noguez
As I start to build more complex .page.xml files with lots of rules, if-outcomes, and redirects with params, I start to find it hard to debug them.
If they do not do what I expect, I can not put a breakpoint inside a rule to see the navigator entered it, or a watch to see the value of a particular EL expression during has the value I expect.
--
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
Possibility to overide seam settings for Seam EJB projects in case of few EJB modules present in a seam project.
----------------------------------------------------------------------------------------------------------------
Key: JBIDE-3392
URL: https://jira.jboss.org/jira/browse/JBIDE-3392
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Affects Versions: 3.0.0.cr1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.0.1.GA
Seam Action/Form/Entity/... wizards don't use seam settings for EJB projects if they have parent war seam project. In this case only parent war settings will be used. So we have one preference store for seam settings for all releated seam projects. It works well if there is only one Seam EJB Module but it's not convenient for seam project with a few EJB modules. IMO it's not critical issue for 3.0.0.
--
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
Code assist for EntityQuery components that defined in components.xml
---------------------------------------------------------------------
Key: JBIDE-3699
URL: https://jira.jboss.org/jira/browse/JBIDE-3699
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Affects Versions: 3.0.0.CR2
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.1.0
For example:
<factory name="topProducts" value="#{topQuery.resultList}" />
<framework:entity-query name="topQuery" ejbql="select p from Product p"/>
<h:dataTable value="#{topProducts}" var="product"/>
#{product.|} <!-- CA should work there -->
</h:dataTable>
The problem is that we should analizy ejbql and get to know that query returns Product. Then we will be able to use it for resolving EL.
Hibernate tools can helps us here.
see https://jira.jboss.org/jira/browse/JBIDE-3684
--
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 to proposal list of atribute action vaule of navigation rule from pages.xml in Seam web project.
----------------------------------------------------------------------------------------------------
Key: JBIDE-2141
URL: http://jira.jboss.com/jira/browse/JBIDE-2141
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.1
Reporter: Anton Klimkovich
Priority: Minor
EXECUTE: Create Seam web project
EXECUTE: Open pages.xml
ASSERT:
<page view-id="*">
<navigation>
<rule if-outcome="home" >
<redirect view-id="/home.xhtml"/>
</rule>
</navigation>
</page>
EXECUTE: Open menu.xhtml
EXECUTE: add string <s:button action="" value="HomeSweetHome"></s:button> inside <rich:toolBarGroup>
EXECUTE: Set cursor to s:button action="|"
EXECUTE: Call CA
ASSERT: Value "home" should be in proposal list.
--
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
Use "Add project to an EAR" to find parent Seam War project during Installing Seam Facet for EJB Module in New EJB Project Wizard.
----------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-3452
URL: https://jira.jboss.org/jira/browse/JBIDE-3452
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Affects Versions: 3.0.0.cr1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.0.0.CR2
Usecase:
1. Create seam war project (EAR) - seamproject
2. New EJB Project Wizard:
-> Select "seamproject-ear" in "Add project to an EAR" field.
-> Modify deafult configuration-> Enable Seam Facet
Press Finish.
3. Open <newEjbModule>/.settings/org.jboss.tools.seam.core.prefs
There must be:
seam.parent.project=seamproject
--
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