[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread knaveofhearts
With all due respect:
(1) these were exactly the kinds of questions that were considered JCA problems 
when this forum was created--I know that, because I posted here on a couple 
occasions at that time and obtained helpful answers;
(2) a search of the forums for this Firebird database connection problems shows 
that they *only* appear in this forum;
(3) it is in the nature of this kind of question that where the solution lies 
is not obvious--JCA is certainly involved here; and
(4) I still have no idea how to fix the problem, nor where to go for an answer.

I followed all the instructions about how to set this up both in Burke's book 
and on the Firebird website.  Why is Hibernate intruding  here at all since the 
JCA connection being made is to Firebird via the two XML files?  How does one 
specify the Hibernate dialect in a persistence.xml file, or find out how to do 
so?  Thank you.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956162#3956162

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956162

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=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread [EMAIL PROTECTED]

  | ?xml version=1.0 encoding=UTF-8?
  | persistence
  |persistence-unit name=titan
  |   jta-data-sourcejava:/FirebirdDS/jta-data-source
  |   properties
  |  property name=hibernate.hbm2ddl.auto value=create-drop/
  |  property name=hibernate.dialect 
value=org.hibernate.dialect.FirebirdDialect/
  |   /properties
  |/persistence-unit
  | /persistence 
  | 

The reason Hibernate is 'intruding' is the your Persistence Provider, 
*Hibernate*, is telling you that he cannot automatically obtain type mappings 
and metadata for your platform of choice: *Firebird*.

Also, I believe the mechanism for the Firebird JDBC configuration has changed 
recently, but I have to confirm this. 




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956201#3956201

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956201

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=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread knaveofhearts
Thank you for your reply.  That seems to have fixed the problem.  If you do 
learn something about a change to the Firebird configuration (due to the 
anticipated FB 2.0 release possibly?), perhaps you could post it to this forum.

K/H


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956281#3956281

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956281

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=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread [EMAIL PROTECTED]
I will be looking at is as an update for the JCA handling of the Firebird 
driver. Any updates will be posted to the Wiki along with documentation 
changes. I just have to find the time to check it all in :-)



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956282#3956282

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956282

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=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-06 Thread [EMAIL PROTECTED]
Something must be going around today...

This is not a JCA problem. 


  | Reason: org.hibernate.HibernateException: Hibernate Dialect must be 
explicitly set for database: F
  | 

Basically Hibernate (the underlying Entity persistence manager) is telling you 
that you need to specify the Hibernate dialect in your persistence.xml file. 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956053#3956053

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956053

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=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user