[esb-issues] [JBoss JIRA] Commented: (JBESB-1174) Invalid Hibernate.cfg.xml in jbpm.esb

Burr Sutter (JIRA) jira-events at lists.jboss.org
Sun Oct 14 08:44:04 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBESB-1174?page=comments#action_12382339 ] 
            
Burr Sutter commented on JBESB-1174:
------------------------------------

Here is what I believe to be the valid section hibernate.cfg.xml 

    <!-- JDBC connection properties (begin) 
    <property name="hibernate.connection.driver_class">org.hsqldb.jdbcDriver</property>
    <property name="hibernate.connection.url">jdbc:hsqldb:mem:jbpm</property>
    <property name="hibernate.connection.username">sa</property>
    <property name="hibernate.connection.password"></property>
    JDBC connection properties (end) -->
    
    <property name="hibernate.hbm2ddl.auto">update</property>
    <!-- JDBC connection properties (end) -->
    
    <property name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
    
    <!-- DataSource properties (begin) -->
    <property name="hibernate.connection.datasource">java:/JbpmDS</property>
    <!-- DataSource properties (end) -->

> Invalid Hibernate.cfg.xml in jbpm.esb
> -------------------------------------
>
>                 Key: JBESB-1174
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1174
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Process flow
>    Affects Versions: 4.2.1 IR1
>            Reporter: Burr Sutter
>         Assigned To: Mark Little
>            Priority: Critical
>             Fix For: 4.2.1 IR2
>
>
> hibernate.cfg.xml in deploy\jbpm.esb is using an in-memory database, it should be using the DataSource instead.  

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