I am trying to get JBoss to run the most simple Titan example (4.1) in Burke & 
Monson-Haefel, Enterprise Java Beans 3.0 using Firebird 1.5.  The JBoss version 
is 4.0.4.GA.

Any help would be appreciated in addressing the following problem:
anonymous wrote : 
  | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  | ObjectName: persistence.units:jar=titan.jar,unitName=titan
  |   State: FAILED
  |   Reason: org.hibernate.HibernateException: Hibernate Dialect must be 
explicitly set for database: Firebird 1.5>LI-V1.5.3.4870 Firebird 1.5/tcp 
(mulder.vorticityCorp.com)/P10
  |   I Depend On:
  |     jboss.jca:service=ManagedConnectionFactory,name=FIrebirdDS
  |   Depends On Me:
  |     jboss.j2ee:jar=titan.jar,name=TravelAgentBean,service=EJB3
  | 

The persistence.xml file:
anonymous wrote : 
  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  |    <persistence-unit name="titan">
  |       <jta-data-source>java:/FirebirdDS</jta-data-source>
  |       
  |          
  |       
  |    </persistence-unit>
  |  
  | 

The titandb-ds.xml file:
anonymous wrote : <?xml version="1.0" encoding="UTF-8"?>
  |   
  | <connection-factories>
  | 
  |   
  |     /vc/db/firebird/titan.fdb
  |     jboss
  |     XXX
  |     true
  |     false
  |   
  | 
  |   <tx-connection-factory>
  |     <jndi-name>FirebirdDS</jndi-name>
  |     <xa-transaction/>
  |     <track-connection-by-tx/>    
  |     <rar-name>jaybird-2.0.1.rar</rar-name>
  |     <connection-definition>javax.sql.DataSource</connection-definition>    
  |     <config-property name="Database" 
type="java.lang.String">localhost/3050:/vc/db/firebird/titan.fdb</config-property>
  |     <user-name>jboss</user-name>
  |     XXX
  |     <min-pool-size>0</min-pool-size>
  |     
  |       <type-mapping>Firebird</type-mapping>
  |         
  |   </tx-connection-factory>
  | 
  | </connection-factories>
  | 



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to