renamed the jboss-service.xml to hibernate-service.xml and things seem to be 
going now, but:

2006-01-06 11:15:07,859 INFO  [net.sf.hibernate.cfg.Environment] Hibernate 2.1.6
2006-01-06 11:15:07,875 INFO  [net.sf.hibernate.cfg.Environment] 
hibernate.properties not found
2006-01-06 11:15:07,875 INFO  [net.sf.hibernate.cfg.Environment] using CGLIB 
reflection optimizer
2006-01-06 11:15:07,890 INFO  [net.sf.hibernate.cfg.Configuration] Searching 
for mapping documents in jar: txoagPortal.har
2006-01-06 11:15:07,906 INFO  [net.sf.hibernate.cfg.Configuration] Found 
mapping documents in jar: AppSecMgmt/Info_User.hbm.xml
2006-01-06 11:15:09,015 ERROR [net.sf.hibernate.cfg.Configuration] Could not 
configure datastore from input stream
org.dom4j.DocumentException: Connection refused: connect Nested exception: 
Connection refused: connect
        at org.dom4j.io.SAXReader.read(SAXReader.java:353)

Here is the contents of the lone hbm file:

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

<hibernate-mapping package="us.tx.state.oag.AppSecMgmt.hiberate"
    schema="application_security"/>
    
    
        <id name="userID" type="big_integer" column="user_id" 
            unsaved-value="null" generator-class="native"/>
        
        
        
        
        
        
        
        
        
        
        
        

        
        
        
        
    
    
</hibernate-mapping>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916142#3916142

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916142


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to