-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Progress dialect
PostPosted: Sun Aug 09, 2009 7:50 pm 
Newbie

Joined: Fri Oct 31, 2008 11:35 am
Posts: 12
Hi i´m using Progress 9.1d as database and I get this error about the database dialect.

Could somebody help me??

Code:
org.hibernate.HibernateException: Dialect class not found: org.hibernate.sql.ProgressDialect
   org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:81)
   org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:42)
   org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:426)
   org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:128)
   org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
   org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
   org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:859)
   hibernate.HibernateUtil.<clinit>(HibernateUtil.java:24)
   pv_wm.session.BeanMainSession.login(BeanMainSession.java:48)
   sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   java.lang.reflect.Method.invoke(Method.java:597)
   org.apache.el.parser.AstValue.invoke(AstValue.java:172)
   org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
   com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
   com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
   javax.faces.component.UICommand.broadcast(UICommand.java:387)
   javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
   javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
   com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
   com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
   com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
   com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
   com.icesoft.faces.webapp.http.core.ReceiveSendUpdates.renderCycle(ReceiveSendUpdates.java:122)
   com.icesoft.faces.webapp.http.core.ReceiveSendUpdates.service(ReceiveSendUpdates.java:73)
   com.icesoft.faces.webapp.http.core.RequestVerifier.service(RequestVerifier.java:28)
   com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:24)
   com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:160)
   com.icesoft.faces.webapp.http.servlet.SessionDispatcher$1.service(SessionDispatcher.java:42)
   com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
   com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:63)
   com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:62)
   com.icesoft.faces.webapp.http.servlet.SessionVerifier.service(SessionVerifier.java:22)
   com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23)
   com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:153)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   com.icesoft.faces.webapp.xmlhttp.BlockingServlet.service(BlockingServlet.java:56)
   org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)



this is my contiguration file
Code:
<?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">
<hibernate-configuration>
  <session-factory>
    <property name="hibernate.dialect">org.hibernate.sql.ProgressDialect</property>
    <property name="hibernate.connection.driver_class">com.progress.sql.jdbc.JdbcProgressDriver</property>
    <property name="hibernate.connection.url">jdbc:JdbcProgress:T:localhost:9000:OZKRDB</property>
    <property name="hibernate.connection.username">sysprogress</property>
    <property name="hibernate.connection.password">sysprogress</property>
    <mapping resource="hibernate/Usuario.hbm.xml"/>
  </session-factory>
</hibernate-configuration>


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.