[JBoss JIRA] Created: (JBIDE-2127) Problem when adding a connection to the JPA Facet
by Snjezana Peco (JIRA)
Problem when adding a connection to the JPA Facet
--------------------------------------------------
Key: JBIDE-2127
URL: http://jira.jboss.com/jira/browse/JBIDE-2127
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.0.beta1
Reporter: Snjezana Peco
Priority: Minor
Steps to reproduce:
- start a new Seam wizard
- select the Java persistence facet on the Projects Facet page
- click the Add connection... link on the JPA Facet page and add a new connection profile
- click the Connection profile combo on the Seam Facet page
The new connection is not in the combo list.
- close the wizard and start it again
- go to the Seam Facet page
Now, the Connection profile combo contains the new connection profile.
The solution is to add the IProfileListener (or ConnectionProfileChangeListener) to the Connection profile combo
--
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, 11 months
[JBoss JIRA] Created: (JBIDE-1682) <rich:calendar> missing features in VPE.
by Andrei Scherbovich (JIRA)
<rich:calendar> missing features in VPE.
----------------------------------------
Key: JBIDE-1682
URL: http://jira.jboss.com/jira/browse/JBIDE-1682
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.0.0.GA
Reporter: Andrei Scherbovich
<rich:calendar> missing features in VPE.
1) attribute: popup="true" doesn't work properly. Popup should be dynamic.
2) attributes: "buttonLable", "buttonIcon", "direction", "cellHeght", "cellWidth", "datePattern", "disabled", "horisontalOffset", "verticalOffset", "locale", "showApplyButton", "showInput", showScrollerBar", "showWeeksDayBar", "showWeeksBar", "todayControlMode="hidden"" don't work
3) <f:facet> not supported. (see developer guide for more information about <f:facet> in calendar)
4) styles don't work
--
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, 11 months
[JBoss JIRA] Created: (JBIDE-1910) Scrolling in JBoss Tools Tag Library Editor is rather slow and not always works.
by Andrei Scherbovich (JIRA)
Scrolling in JBoss Tools Tag Library Editor is rather slow and not always works.
--------------------------------------------------------------------------------
Key: JBIDE-1910
URL: http://jira.jboss.com/jira/browse/JBIDE-1910
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.0.1
Reporter: Andrei Scherbovich
Assigned To: Alexey Kazakov
Priority: Minor
Scrolling in JBoss Tools Tag Library Editor is rather slow and not always works.
Steps:
1. EXECUTE: Open tld file in JBoss Tools Tag Library Editor (rich.tld)
2. ASSERT: We see "rich" section to the left and "Tag Description", "Tag Attributes" and "Tag variables" sectionы to the right
3. EXECUTE: Open "rich" section and try to use scrolling there
4. ASSERT: Scrolling works good
5. EXECUTE: Open "Tag Description", "Tag Attributes" and "Tag variables" sections and try to use scrolling there
6. ASSERT: Scrolling works but very slow
7. EXECUTE: Choose some tag in "Tag Attributes" section and try to use scrolling
8. FAILURE: Scrolling doesn't work
9. ASSERT: Point cursor in some field of "Tag Description" section and try to use scrolling
10. FAILURE: Scrolling doesn't work
--
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, 11 months
[JBoss JIRA] Created: (JBIDE-2328) If components.xml has some <property name="..."> then seam validator should check a proper setter OR a field. Now it cheks only a setter.
by Alexey Kazakov (JIRA)
If components.xml has some <property name="..."> then seam validator should check a proper setter OR a field. Now it cheks only a setter.
-----------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-2328
URL: http://jira.jboss.com/jira/browse/JBIDE-2328
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.0.GA
Reporter: Alexey Kazakov
Assigned To: Alexey Kazakov
Fix For: 2.1.2, 3.0.alpha
EXECUTE: create seam project.
EXECUTE: open Authenticator.java
EXECUTE: Add a field: private String foo;
EXECUTE: open components.xml
EXECUTE: add
<component name="authenticator">
<property name="foo">TEST</property>
</component>
EXECUTE: build the project
FAILURE: there is a error mark with message: Class "Authenticator" of component "authenticator" does not contain setter for property "foo".
ASSERT: there is no any error.
EXECTUE: Remove "private String foo;" from Authenticator.java
EXECUTE: build the project
ASSERT: there is the error message "Class "Authenticator" of component "authenticator" does not have a setter or a field for the property "foo" in problems view.
--
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, 11 months
[JBoss JIRA] Created: (JBIDE-1997) Multiple menus in VPE
by Rob Stryker (JIRA)
Multiple menus in VPE
----------------------
Key: JBIDE-1997
URL: http://jira.jboss.com/jira/browse/JBIDE-1997
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.0.1
Environment: Linux 64, JBoss Tools 2.0.1, XUL Runner org.mozilla.xulrunner.gtk.linux.x86_64_1.8.1.4-20080112.jar (from contrib).
Reporter: Rob Stryker
If you right-click in the VPE and move your mouse quickly to one side or the other, you will see that two menus are created. It seems both are created even if you don't move your mouse, but you just don't see them.
I was performing a demo, and SOMEHOW I had 20 such menus all on top of each other. This was very odd. I cannot replicate the 20 menus at once, but It happened twice during the demo.
--
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, 11 months
[JBoss JIRA] Created: (JBIDE-2367) JSF nature is removed after closing/opening a JSF project.
by Alexey Kazakov (JIRA)
JSF nature is removed after closing/opening a JSF project.
----------------------------------------------------------
Key: JBIDE-2367
URL: http://jira.jboss.com/jira/browse/JBIDE-2367
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.1, 3.0.alpha
Reporter: Alexey Kazakov
Assigned To: Viacheslav Kabanovich
Fix For: 3.0.alpha
EXECUTE: Create JSF Kickstart project. (e.g. JSF 1.1 with libs)
EXECUTE: Open web projects view.
ASSERT: There is the created project.
EXECUTE: Open .projects
ASSERT: There is jboss tools JSF nature.
EXECUTE: close and re-open the project
EXECUTE: Open web projects view.
FAILURE: There is not the project.
EXECUTE: Open .projects
FAILURE: There is not JSF nature.
If you can't reproduce it just close/reopen it a few times.
I can reproduce it in 2.1.1GA and 3.0 (trunk).
--
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, 11 months