[jboss-user] [EJB/JBoss] - Problem acessing entity bean on the second started node in t

maralcbr do-not-reply at jboss.com
Thu Apr 17 23:09:33 EDT 2008


Hi,

I am having the following problem:

I have a JBoss Cluster with some apps. Some use EJB2 and others EJB3.

There is a specific application that uses entity bmp.

When an entity bean is fist accessed at one node of the cluster, it works fine. But when you access the same bean on the other node of the cluster, the ejbLoad is not called - and although it returns after the findByPrimaryKey is called, all properties remains null (as ejbLoad was not called). I debugged it over and over.

I did dozens of testes already. The problem always happens with the second started node in the cluster. Just the session beans in this app are marked "clustered" on the descriptor. The entities are not marked clustered.

My JBoss server version is 4.2.2GA.

Someone has a hint or some idea on this issue?

Thanks in advance.

Marcelo

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

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



More information about the jboss-user mailing list