[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2424) Fix SeamCoreAllTests testJiraJbide1544

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Jul 4 08:21:58 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-2424?page=comments#action_12419939 ] 
            
Alexey Kazakov commented on JBIDE-2424:
---------------------------------------

Seam-gen doesn't use "hibernate.default_schema" and "hibernate.default_catalog" properties for persictence.xml
It's used only in seam-gen/resources/META_INF/persistence-prod.xml, which we don't use at all.  And it's used in "jboss.entity.manager.factory.jndi.name" property there (not 'hibernate.default_schema"):

<property name="jboss.entity.manager.factory.jndi.name" value="java:/@projectName at EntityManagerFactory"/>@catalogProperty@@schemaProperty@

So should we remove these properties from our new Seam Project Wizard? It doesn't affect a project at all.

> Fix SeamCoreAllTests testJiraJbide1544
> --------------------------------------
>
>                 Key: JBIDE-2424
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2424
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: QA
>    Affects Versions: 3.0.0.alpha
>            Reporter: Alexey Kazakov
>         Assigned To: Alexey Kazakov
>             Fix For: 3.0.0.alpha
>
>
> See http://download.jboss.org/jbosstools/builds/nightly/200806211803-nightly/tests/test-results/org.jboss.ide.eclipse.tests.html#SeamCoreAllTests
> There is "Cannot find 'hibernate.default_schema' property in persistence.xml file" failure.

-- 
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

        



More information about the jbosstools-issues mailing list