[JBoss JIRA] Created: (RHDS-291) Enable buildid by default for splashscreen ?
by Max Andersen (JIRA)
Enable buildid by default for splashscreen ?
--------------------------------------------
Key: RHDS-291
URL: http://jira.jboss.com/jira/browse/RHDS-291
Project: Red Hat Developer Studio
Issue Type: Feature Request
Components: ui/branding
Affects Versions: 1.0.0.beta2
Reporter: Max Andersen
Assigned To: Marshall Culpepper
Fix For: 1.0.0.CR1
I committed this to plugin customization:
# Enables the build id to show up via the default EclipseSplashHandler
# org.eclipse.ui.workbench/SHOW_BUILDID_ON_STARTUP=true
When i comment it out it shows the buildid on the splashscreen - but it says unknown build id so I haven't enabled it yet.
should we ? and if yes, where/how is the buildid set at buildtime ?
--
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-2163) MySQL -> BigDBCreateTest -> org.hibernate.exception.SQLGrammarException
by Vitali Yemialyanchyk (JIRA)
MySQL -> BigDBCreateTest -> org.hibernate.exception.SQLGrammarException
-----------------------------------------------------------------------
Key: JBIDE-2163
URL: http://jira.jboss.com/jira/browse/JBIDE-2163
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Reporter: Vitali Yemialyanchyk
Assigned To: Vitali Yemialyanchyk
Priority: Minor
For test purposes I create org.hibernate.eclipse.console.test -> org.hibernate.eclipse.console.db.test.BigDBCreateTest - the main goal of this class is creation test database with specified number of related tables. Then with help of BigDBCreateTest I create a big enough database with 3000 tables in it. I use MySQL as DBMS. I create Hibernate configuration for this test db. Then I try to expand tree in Hibernate Configurations -> when I expand database node -> I get exceptions in Error Log -> I get full list of tables, but most of tables do not display columns. Screenshots in attachment.
--
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-1544) When a "Default Schema" is specified Seam generates a project with errors
by Alexandros Karypidis (JIRA)
When a "Default Schema" is specified Seam generates a project with errors
-------------------------------------------------------------------------
Key: JBIDE-1544
URL: http://jira.jboss.com/jira/browse/JBIDE-1544
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.0.0.GA
Environment: 32-bit Ubuntu Linux 7.10, Eclipse 3.3.1.1 (M20071023-1652), WTP 2.0.1 (v200709110510), DTP 1.5.1, JBoss 4.2.2.GA, JBoss Seam 2.0.0.GA
Reporter: Alexandros Karypidis
Priority: Minor
When creating a new "Seam Web Project", the wizard, you are prompted for the "Default Schema". If you type one instead of leaving it empty, an incorrect persistence.xml is generated (the schema name is added to the "properties" tag, outside a "property" tag). For instance, if you specify "ABC" as the schema, you would expect a persistence.xml as follows:
<jta-data-source>java:/gendexDatasource</jta-data-source>
<properties>
<property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>
...
<property name="hibernate.default_schema" value="ABC"/>
</properties>
Instead, you get:
<jta-data-source>java:/gendexDatasource</jta-data-source>
<properties>
<property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>
...
ABC
</properties>
Also, the hibernate-console.properties file does not include the schema name. One would expect it to look like this:
#File used by hibernate tools to override <datasource> and other container specific settings in persistence.xml
hibernate.connection.password=xxx
hibernate.connection.username=yyy
...
hibernate.default_schema=ABC
Instead, the last line (hibernate.default_schema=ABC) is not created.
--
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-2164) Hibernate Code Generation -> do not work for MySQL & BigDBCreateTest
by Vitali Yemialyanchyk (JIRA)
Hibernate Code Generation -> do not work for MySQL & BigDBCreateTest
---------------------------------------------------------------------
Key: JBIDE-2164
URL: http://jira.jboss.com/jira/browse/JBIDE-2164
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Reporter: Vitali Yemialyanchyk
Assigned To: Vitali Yemialyanchyk
Priority: Minor
Attachments: screenshot-1.jpg, screenshot-2.jpg
For test purposes I create org.hibernate.eclipse.console.test -> org.hibernate.eclipse.console.db.test.BigDBCreateTest - the main goal of this class is creation test database with specified number of related tables. Then with help of BigDBCreateTest I create a big enough database with 3000 tables in it. I use MySQL as DBMS. I create Hibernate configuration for this test db. Then I try to run Hibernate Code Generation on it. Screenshots in attachment.
--
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