JBoss 4.0.3.sp1
jdk 1.5
ejb3 rc4
portal 2.2.1.rc2
sqlserver 2000

I was getting the no transaction manager problem that others described earlier 
on this thread. I changed the configuration of the transient tree cache  mbean 
in the portal's jboss-service.xml to the following...


  | <mbean
  | 
  |       code="org.jboss.cache.TreeCache"
  | 
  |       name="portal:service=TreeCache,type=transient">
  | 
  |       <attribute 
name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  | 
  |       <attribute name="IsolationLevel">REPEATABLE_READ</attribute>
  | 
  |       <attribute name="CacheMode">LOCAL</attribute>
  |     <depends>jboss.jca:service=DataSourceBinding,name=PortalDS</depends>
  | 
  |    </mbean>
  | 

Which got rid of the error. Although i must admit I don't have much knowledge 
of configuring tree cache and so I"m unsure if this will have reprecussions in 
other areas (anyone know?)... but it helped me. 

Another thing is that when deploying the portal with sqlserver as the database 
i noticed that on the first deployment you need to remove the unique contraint 
on jbp_object_node table that is on name and parent key you can then restore 
the constraint after the portal has been deployed.

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to