[JBoss JIRA] Created: (JBIDE-2630) Create minimal Seam project (no DB), or/and add Seam facet with minimal impact (no DB)
by Francisco Jose Peredo Noguez (JIRA)
Create minimal Seam project (no DB), or/and add Seam facet with minimal impact (no DB)
--------------------------------------------------------------------------------------
Key: JBIDE-2630
URL: https://jira.jboss.org/jira/browse/JBIDE-2630
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.1.2
Reporter: Francisco Jose Peredo Noguez
Currently, to create a Seam project, one needs to configure a database connection, but Seam can be used in other contexts that maybe do not need a database connection, or that may not need to use JPA (for example a Web applications that is acting as the client of a WebService, or that needs to interact with a legacy database using plain JDBC or Ibatis, or to create an small example project.
I find the need to specify the database connection cumbersome, specially if I just want to create a small "test project" to try to solve an small non database related problem in isolation (or to demonstrate Seam capabilities beyond its integration with JPA).
I think it should be possible to create a Minimal Seam project using the wizard, one that does not ask for a database connection, and does not need to use a database connection.
It should also be possible to add the Seam facet to a project with minimal impact to the project (minimal web.xml alteration for support for JSF, or perhaps only do that if JavaServer Faces facet is selected, copying of minimal required libs, and a components.xml with literally everything disabled (specially anything database related)).
--
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
14 years, 11 months
[JBoss JIRA] Created: (JBIDE-5620) Error when deleting more than one project via Web Projects view
by Vlado Pakan (JIRA)
Error when deleting more than one project via Web Projects view
---------------------------------------------------------------
Key: JBIDE-5620
URL: https://jira.jboss.org/jira/browse/JBIDE-5620
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.1.0.CR1
Environment: JBoss Developer Studio: Version: 3.0.0.CR1
Java Sun JDK 1.5
Reporter: Vlado Pakan
Attachments: deleteError.png
When deleting more than one project via Web Projects only first selected project is deleted and then Error Dialog is displayed.
See attached file.
When more projects are deleting via Package Explorer everything works fine.
Steps to reproduce:
1. Create 2 JSF Projects
2. Select these 2 new JSF Projects in Web Projects view and press <Delete>
3. First project disappear from Web Project view and then Error Dialog is displayed
--
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
14 years, 11 months
[JBoss JIRA] Created: (JBIDE-5013) Don't remove "\" from property file
by Krasimir Goutcev (JIRA)
Don't remove "\" from property file
-----------------------------------
Key: JBIDE-5013
URL: https://jira.jboss.org/jira/browse/JBIDE-5013
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M4
Reporter: Krasimir Goutcev
Attachments: prop1.png, prop2.png
Here is an example of the contents of a properties file:
# a comment
! a comment
a = a string
b = a string with escape sequences \t \n \r \\ \" \' \ (space) \u0123
c = a string with a continuation line \
continuation line
Now if you put something like
key = a string with a continuation line \
continuation line
next time when you open file will see:
key = a string with a continuation line continuation line
Second:
Now "Add property" is :see pic1
why not to be: see pic2
--
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
14 years, 11 months