[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1519) generate-entities should populate and deliver hibernate-console.cfg.xml
by Dan Allen (JIRA)
generate-entities should populate and deliver hibernate-console.cfg.xml
-----------------------------------------------------------------------
Key: JBSEAM-1519
URL: http://jira.jboss.com/jira/browse/JBSEAM-1519
Project: JBoss Seam
Issue Type: Patch
Components: Tools
Affects Versions: 1.3.0.ALPHA
Environment: seam CVS HEAD
Reporter: Dan Allen
Priority: Minor
When seam-gen executes the new-project command, it puts a hibernate-console.properties file in place for the Hibernate Console Eclipse plugin. This works fine for a blank project. However, after generate-entities executes, the Hibernate Console configuration cannot see the new entities. For that, a Hibernate Configuration (cfg.xml) file is required.
I have created a patch that uses <hbmtemplate /> to create a hibernate-console.cfg.xml file with each of the entities created by generate-entities. The only downside is that it will clobber an existing hibernate-console.cfg.xml file. However, we could either enhance the build to be smart about this, or we just say what the hell, this is a prototype tool so expect some clobbering.
--
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, 2 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2018) Update feature list on seam-gen home.xhtml page
by Dan Allen (JIRA)
Update feature list on seam-gen home.xhtml page
-----------------------------------------------
Key: JBSEAM-2018
URL: http://jira.jboss.com/jira/browse/JBSEAM-2018
Project: JBoss Seam
Issue Type: Task
Components: Tools
Affects Versions: 2.0.0.CR1
Reporter: Dan Allen
Assigned To: Dan Allen
Priority: Minor
Fix For: 2.0.0.GA
The feature list on the home.xhtml view that is used for projects created by seam-gen is out of date. For one, it says that the tests use the "Embeddable EJB3" which is no longer the case. We may also want to compile a better brag list, if we are going to include it at all.
I would like to propose the following list. Feel free to update it at will:
Ant build script
Deployment to JBoss AS (EAR or WAR)
Integration testing using TestNG and Embedded JBoss
JavaBean or EJB 3.0 Seam components
JPA entity classes
Templated Facelets views
RichFaces panels and tables
A configurable datasource
Default CSS stylesheet
Internationalization support
--
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, 2 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1524) new-project should be renamed (or aliased) to create-project
by Dan Allen (JIRA)
new-project should be renamed (or aliased) to create-project
------------------------------------------------------------
Key: JBSEAM-1524
URL: http://jira.jboss.com/jira/browse/JBSEAM-1524
Project: JBoss Seam
Issue Type: Feature Request
Components: Tools
Affects Versions: 1.3.0.ALPHA
Environment: seam CVS HEAD
Reporter: Dan Allen
Priority: Optional
The command "new-project" is slightly misleading. It implies that the user is starting a new project. Really, the command "setup" handles this task. The command should be renamed to "create-project" to indicate that code generation is about to happen. It would be a good compliment to "delete-project" and "update-project." Think of it as the C in CRUD. Since seam-gen is all about CRUD, it just seems to fit. I think for backward compatibility, we can just make it an alias.
I am open to the fact that this issue is just me being narrow-minded.
--
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, 2 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1518) support for H2 in seam-gen
by Dan Allen (JIRA)
support for H2 in seam-gen
--------------------------
Key: JBSEAM-1518
URL: http://jira.jboss.com/jira/browse/JBSEAM-1518
Project: JBoss Seam
Issue Type: Patch
Components: Tools
Affects Versions: 1.3.0.ALPHA
Environment: seam CVS trunk
Reporter: Dan Allen
Priority: Minor
Currently, the seam-gen questionnaire does not support H2, even though there is a dialect for Hibernate that functions with a H2 database. I have discovered that H2 is far more suitable than HSQLDB and prefer to use it now whenever I am doing prototype development. Naturally, it is annoying to always have to make my case the exception when supporting H2 is just a matter of filling in the proper blanks in the seam-gen build.xml file. Without further delay, I did just that.
--
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, 2 months