-->
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.  [ 3 posts ] 
Author Message
 Post subject: Während einer "managed transaction" ein commit()
PostPosted: Wed Apr 11, 2007 5:42 am 
Newbie

Joined: Wed Mar 21, 2007 4:08 pm
Posts: 4
Name and version of the database you are using: MySQL


Hallo zusammen,

Seit einigen Tagen bin am Verzweifeln. Ich komme bei folgendem Problem einfach nicht weiter:

Wenn ich aus meinem Java-Porltet diese Anweisung aufrufe

UserModule module = (UserModule) getController().getPortlet().getPortletContext().getAttribute("UserModule");

dann erhalte ich die Meldung "You cannot commit during a managed transaction".

Nach einiger Recherche im Internet habe ich herausgefunden, dass die Bean schuld ist, da eine solche Abfrage immer eine "managed transaction" ist.
In einem Forum habe ich gelesen, dass man diesen Mechanimus hierdurch abschalten kann:

<property name="transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>

Leider bringt mir das nicht den gewünschten Erfolg. :-(



Wenn mir jemand weiterhelfen könnte, wäre ich sehr dankbar!

Danke!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 11, 2007 6:42 am 
Newbie

Joined: Wed Mar 21, 2007 4:08 pm
Posts: 4
Hallo,

hier ist nochmal meine hibernate.cfg.xml.


Code:
<hibernate-configuration>

   <!-- a SessionFactory instance listed as /jndi/name -->
   <session-factory name="java:/portal/UserSessionFactory">

      <!-- properties -->
      <property name="connection.datasource">java:/PortalDS</property>
      <property name="dialect">org.hibernate.dialect.MySQLDialect</property>
      <property name="show_sql">true</property>
      <property name="use_outer_join">false</property>

      <property name="transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
      <property name="jta.UserTransaction">java:comp/UserTransaction</property>
      <property name="transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
      
      
      <!-- mapping files -->
      <mapping resource="com/itcc/portlet/mail/bean/BookContactBean.hbm.xml"/>
   </session-factory>

</hibernate-configuration>



Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 11, 2007 11:52 am 
Newbie

Joined: Wed Mar 21, 2007 4:08 pm
Posts: 4
Hallo,

das Problem hat sich erledigt. Der Fehler war an anderer Stelle.

Gruß


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

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.