[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1515) Use = sign consistently in hibernate-console.properties

Dan Allen (JIRA) jira-events at lists.jboss.org
Wed Jun 20 23:00:51 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1515?page=comments#action_12366256 ] 
            
Dan Allen commented on JBSEAM-1515:
-----------------------------------

Argh, I hate to have to do this, but I would like to suggest another change to this file.  Rather than create a new ticket, I will just tack it on here and see if it gets picked up.  The property hibernate.transaction.manager_lookup_class is not given a value, which breaks Hibernate Console when you try to use it with this configuration.  It claims that it cannot load the transaction manager lookup class (for good reason, there isn't one to load).  I found that simply commenting out this property is enough to allow Hibernate Console to work as expected.

Old:

hibernate.transaction.manager_lookup_class=

New:

#hibernate.transaction.manager_lookup_class

> Use = sign consistently in hibernate-console.properties
> -------------------------------------------------------
>
>                 Key: JBSEAM-1515
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1515
>             Project: JBoss Seam
>          Issue Type: Patch
>          Components: Tools
>    Affects Versions: 1.3.0.ALPHA
>         Environment: seam CVS HEAD
>            Reporter: Dan Allen
>            Priority: Trivial
>         Attachments: JBSEAM-1515.txt
>
>   Original Estimate: 1 minute
>  Remaining Estimate: 1 minute
>
> Sorry, there was no priority level labeled "Ultra Trivial," so I just had to go with "Trivial."  The hibernate-console.properties file uses the blank space delimiter for one of the properties, yet uses = for the rest. 

-- 
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 seam-issues mailing list