Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1431

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1431
    Summary: Hibernatecfg subtask requires datasource
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Hibernate Module
   Versions:
             1.2.3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: spencer p

    Created: Tue, 7 Jun 2005 3:46 PM
    Updated: Tue, 7 Jun 2005 3:46 PM
Environment: Hibernate 3.0

Description:
I cannot generate this, valid, hibernate.cfg.xml.  Hibernate can run w/o a jta 
or datasource container.

---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration 
DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";>

<!-- Generated file - Do not edit! -->

<hibernate-configuration>

        <!-- a SessionFactory instance listed as /jndi/name -->
        <session-factory>

                <!-- properties -->
                <property 
name="connection.url">jdbc:hsqldb:hsql://localhost</property>
                <property 
name="dialect">org.hibernate.dialect.HSQLDialect</property>
                <property name="show_sql">false</property>
                <property name="use_outer_join">false</property>
                <property name="connection.username">lksajfd;lsa</property>
                <property name="connection.password">alsjfdsaf</property>
                <property 
name="connection.driver_class">org.hsqldb.jdbcDriver</property>

                <!-- mapping files -->          
        </session-factory>

</hibernate-configuration>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to