[JBoss JIRA] Created: (JBIDE-5223) Seam web project wizard logs exceptions when project name contains '+' symbol
by Dmitry Geraskov (JIRA)
Seam web project wizard logs exceptions when project name contains '+' symbol
-----------------------------------------------------------------------------
Key: JBIDE-5223
URL: https://jira.jboss.org/jira/browse/JBIDE-5223
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M4
Reporter: Dmitry Geraskov
Assignee: Alexey Kazakov
Priority: Critical
Fix For: 3.1.0.CR1
java.util.regex.PatternSyntaxException: Dangling meta character '+' near index 0
+
^
at java.util.regex.Pattern.error(Unknown Source)
at java.util.regex.Pattern.sequence(Unknown Source)
at java.util.regex.Pattern.expr(Unknown Source)
at java.util.regex.Pattern.compile(Unknown Source)
at java.util.regex.Pattern.<init>(Unknown Source)
at java.util.regex.Pattern.compile(Unknown Source)
at java.lang.String.replaceAll(Unknown Source)
at org.jboss.tools.seam.core.SeamUtil.getSeamPackageName(SeamUtil.java:190)
at org.jboss.tools.seam.ui.internal.project.facet.SeamInstallWizardPage.getSessionPkgName(SeamInstallWizardPage.java:615)
at org.jboss.tools.seam.ui.internal.project.facet.SeamInstallWizardPage.propertyChanged(SeamInstallWizardPage.java:559)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.notifyListeners(DataModelImpl.java:346)
--
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
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-5144) Code assist for Composite components (JSF2) don't work.
by Aliaksey Nis (JIRA)
Code assist for Composite components (JSF2) don't work.
-------------------------------------------------------
Key: JBIDE-5144
URL: https://jira.jboss.org/jira/browse/JBIDE-5144
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.1.0.CR1
Environment: WindowsXP SP2
JBoss Tools
Version: 3.1.0.M4
eclipse-SDK-3.5RC3-win32.zip
Build id: JBossTools-Update-3.1.0.M4
JRE 1.6 or JRE 1.5_08
Reporter: Aliaksey Nis
Testcase from RFC - JBIDE-4970 with small modifications.
1. Create JSF 1.2 with Facelets project.
2. Open it in Web Projects view
3. In Web Content create folder 'resources'
4. In this folder create folder 'sample'
5. In 'sample' invoke New->File->Composition Component
6. Input name 'tag' and finish.
7. Under 'sample' appeared tag.xhtml which has child Interface. File is opened in VPE.
8. Add to tag file:
<composite:interface>
<composite:attribute name = "atr1" />
<composite:attribute name = "atr2" />
</composite:interface>
9. Open pages/greeting.xhtml
10. Insert xmlns:sample="http://java.sun.com/jsf/composite/sample" into <html ...> header
11. Invoke code assist and find <sample:tag> proposal
FAILURE: <sample:tag> didn't appear in code assist proposal.
--
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
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-5194) New Folder dialog has 'Ok' button enabled for empty folder name
by Denis Golovin (JIRA)
New Folder dialog has 'Ok' button enabled for empty folder name
---------------------------------------------------------------
Key: JBIDE-5194
URL: https://jira.jboss.org/jira/browse/JBIDE-5194
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Affects Versions: 3.1.0.M4
Reporter: Denis Golovin
Assignee: Rob Stryker
Fix For: 3.1.0.CR1
Attachments: screenshot2.png
See attached image.
It is replicated only for first folder created for archive in archive view.
1. EXECUTE: Create Java Project
2. EXECUTE: Show Archives View
3. EXEXUTE: Select Project created on step 1
4. EXECUTE: Create JAR archive on Archives View for selected project, leave all default values
5. EXECUTE: Call "New Folder" dialog on archive created in previous step.
6. ASSERT: folder name is empty and Ok button is disabled
Now it fails on step 6
--
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
16 years, 4 months