[JBoss JIRA] Created: (JBIDE-8009) h:link must not necessarily be nested in a form
by Yahor Radtsevich (JIRA)
h:link must not necessarily be nested in a form
-----------------------------------------------
Key: JBIDE-8009
URL: https://issues.jboss.org/browse/JBIDE-8009
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.2.0.Beta2
Reporter: Yahor Radtsevich
Assignee: Maxim Areshkau
Priority: Minor
Fix For: 3.3.x
In some cases VPE renders h:link as "${value}: This link is disabled as it is not nested within a JSF form" while in browsers is rendered without errors (see screenshot-1.png).
STEPS TO REPRODUCE
1. Import RichFaces 4.0 Showcase into workspace [1].
2. Open the file 'welcome.xhtml'.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (JBIDE-6456) It is good to have more options on the wizard when we say, Source -> Apply Hibernate/JPA annotations
by Dhana kumar (JIRA)
It is good to have more options on the wizard when we say, Source -> Apply Hibernate/JPA annotations
----------------------------------------------------------------------------------------------------
Key: JBIDE-6456
URL: https://jira.jboss.org/browse/JBIDE-6456
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Reporter: Dhana kumar
Assignee: Max Rydahl Andersen
Hi,
It's really nice to work when we need DDL for the designed Entities using Dali JPA GUI.
There are few options available(Enable optimistic locking, etc.,) in the wizard when I click Source -> Apply Hibernate/JPA annotations.
It would be nice if custom naming strategy available.
For example, for the field name, firstName, I need PSE01_EMP_FRST_NM as a column name.
where, PSE01_EMP is the column prefix, FRST_NM is the name without vowels(removed a,e,i,o,u).
So, in the wizard,if more options taken from user, like, Table prefix, column prefix, want to remove vowels?
can you please suggest if I missed something.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (JBIDE-8855) Properties Editor doesn't reflect external changes to properties file
by Vlado Pakan (JIRA)
Properties Editor doesn't reflect external changes to properties file
---------------------------------------------------------------------
Key: JBIDE-8855
URL: https://issues.jboss.org/browse/JBIDE-8855
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.2.1.M1
Environment: jbdevstudio-product-linux-gtk-4.1.0.v201105011951R-H359-M1, linux 32bit, java sun jdk 1.6_24
Reporter: Vlado Pakan
Create project with .properties file
Scenario 1:
- open .properties file with JBoss Tools Properties Editor
- remove .properties file from project via OS command
- click on .properties file in JBDS
- file disappear, expected behavior is to display dialog saying that file was deleted and asking if changes should be saved
Scenario 2:
- open .properties file with JBoss Tools Properties Editor
- make some changes to .properties file via JBoss Tools Properties Editor and do not save them
- make some changes to .properties file via external editor and save them
- click on .properties file in JBDS
- dialog informing that .properties file was externally modified and asking user if he wants to reload file is displayed
- either user choose yes or no from this dialog changes are reloaded, expected behavior is that when user says no to reload changes changes are not reloaded
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-910) Servlet Generator for Dynamic Web Project is creating errornous web.xml files
by Steve Davidson (JIRA)
Servlet Generator for Dynamic Web Project is creating errornous web.xml files
-----------------------------------------------------------------------------
Key: JBIDE-910
URL: http://jira.jboss.com/jira/browse/JBIDE-910
Project: JBoss Tools
Issue Type: Bug
Components: JBoss Tools Core
Affects Versions: 2.0.0.Beta3
Environment: Windows XP Professionial SP2
Reporter: Steve Davidson
When creating a Servlet using the New File - Servlet wizard in a Dynamic Web Project in a clean workspace, the web.xml file is not properly created. Specifically, this is what gets generated;
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>
DemoFlaw</display-name>
<servlet>
<description>
</description>
<display-name>
DemoServlet</display-name>
<servlet-name>DemoServlet</servlet-name>
<servlet-class>
org.ccccd.webone.DemoServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>DemoServlet</servlet-name>
<url-pattern>/DemoServlet</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
</web-app>
The extra whitespace at the end of the start tag <servlet-class> causes the deployment to fail. This is occuring on 100% of the computers in the Java Web Class that I am teaching.
-Steve
--
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
14 years, 4 months