[JBoss JIRA] Created: (JBIDE-1303) New Seam Web Project Wizard: make automatic replacement for chars that aren't allowed to be used in package name
by Victor Rubezhny (JIRA)
New Seam Web Project Wizard: make automatic replacement for chars that aren't allowed to be used in package name
----------------------------------------------------------------------------------------------------------------
Key: JBIDE-1303
URL: http://jira.jboss.com/jira/browse/JBIDE-1303
Project: JBoss Tools
Issue Type: Feature Request
Affects Versions: 2.0.0.CR1
Environment: Win2k, Red Hat Developer Studio Build id: 1.0.0.CR1
Reporter: Victor Rubezhny
Priority: Minor
Make automatic replacement for chars that can be used in project name but aren't allowed to be used in package name. For example: '-' (minus) char is valid to be used in project name but not in package name.
Test Case:
---------------
EXECUTE: Open New Seam Web Project Wizard due to create a project
EXECUTE: Type in a project name that contains '-' chars, for example: "my-first-seam-project"
EXECUTE: Press "Next >" button untill the "Seam Facet" wizard page leaving the other fields with their default values.
ASSERT: See the package names in "Code Generation" facet are fulfiled with incorrect package names: "org.domain.my-first-seam-project.session", "org.domain.my-first-seam-project.entity" and "org.domain.my-first-seam-project.test"
ASSERT: "Next >" and "Finish" buttons are disabled, Error message appeared in the title: "Package name for tests is not valid"
--
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
17 years, 4 months
[JBoss JIRA] Created: (JBIDE-2112) There is no default connection profile on Seam Facet wizard after reopen workspace.
by Anton Klimkovich (JIRA)
There is no default connection profile on Seam Facet wizard after reopen workspace.
-----------------------------------------------------------------------------------
Key: JBIDE-2112
URL: http://jira.jboss.com/jira/browse/JBIDE-2112
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.0.beta1
Reporter: Anton Klimkovich
EXECUTE: New-> Seam Web Project
EXECUTE: Input name for the project and go to Seam Facet wizard
ASSERT: Connection Profile should have default value
EXECUTE: Press finish button
ASSERT: Seam project will be created
EXECUTE: Close Studio
EXECUTE: Open Studio and select used before workspace
EXECUTE: New-> Seam Web Project
EXECUTE: Input name for the project and go to Seam Facet wizard
ASSERT: Connection Profile should have default value
FAILURE: There is no default Connection Profile on Seam Facet wizard after reopen workspace.
--
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
17 years, 4 months
[JBoss JIRA] Created: (JBIDE-1803) Seam Code Assist does not recognize "var" attributes in JSF tags.
by Alexey Kazakov (JIRA)
Seam Code Assist does not recognize "var" attributes in JSF tags.
-----------------------------------------------------------------
Key: JBIDE-1803
URL: http://jira.jboss.com/jira/browse/JBIDE-1803
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Affects Versions: 2.0.0.GA
Reporter: Alexey Kazakov
Assigned To: Alexey Kazakov
Fix For: 2.1
Attachments: TestComponentForVarAttributes.java
EXECUTE: Create seam project.
EXECUTE: Create TestComponentForVarAttributes component (see attached java file)
EXECUTE: Open home.xhtml
EXECUTE: Add:
<h:dataTable value="#{mapItems}" var="mapItem">
<h:dataTable value="#{mapItem.value.items}" var="test">
<h:outputText value="#{test.}"/>
</h:dataTable>
<h:dataTable/>
EXECUTE: Ctrl+Space in <h:outputText value="#{test.|
ASSERT: There is "test.name" in a list of proposals.
--
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
17 years, 4 months