[jboss-cvs] jboss-portal/jems/src/main/org/jboss/portal/jems/hibernate ...

Ales Justin ales.justin at genera-lynx.com
Fri Aug 4 08:49:51 EDT 2006


  User: alesj   
  Date: 06/08/04 08:49:51

  Modified:    jems/src/main/org/jboss/portal/jems/hibernate 
                        SessionFactoryBinder.java
  Log:
  Duplicate property set.
  
  Revision  Changes    Path
  1.2       +1 -2      jboss-portal/jems/src/main/org/jboss/portal/jems/hibernate/SessionFactoryBinder.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SessionFactoryBinder.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/jems/src/main/org/jboss/portal/jems/hibernate/SessionFactoryBinder.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SessionFactoryBinder.java	19 Jul 2006 12:03:46 -0000	1.1
  +++ SessionFactoryBinder.java	4 Aug 2006 12:49:51 -0000	1.2
  @@ -52,7 +52,7 @@
    *
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:boleslaw.dawidowicz at jboss.com">Boleslaw Dawidowicz</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class SessionFactoryBinder extends AbstractJBossService implements HibernateProvider
   {
  @@ -196,7 +196,6 @@
         setPropertyIfAbsent("hibernate.transaction.flush_before_completion", "true");
         setPropertyIfAbsent("hibernate.transaction.factory_class", "org.hibernate.transaction.JTATransactionFactory");
         setPropertyIfAbsent("hibernate.transaction.manager_lookup_class", "org.hibernate.transaction.JBossTransactionManagerLookup");
  -      setPropertyIfAbsent("hibernate.transaction.manager_lookup_class", "org.hibernate.transaction.JBossTransactionManagerLookup");
   
         // Set JNDI name if present and absent
         if (jndiName != null)
  
  
  



More information about the jboss-cvs-commits mailing list