3 Replies Latest reply on Sep 9, 2002 5:54 PM by dsundstrom

    read-only in jboss.xml vs. jaws.xml

    marvil

      In jboss.xml, it is possible to specify an entity bean as read-only, which means "The bean will never be ejbStored" (according to jboss_3_0.dtd). In jaws.xml, it is possible to specify an entity bean as read-only, which means "Do not persist any changes to the bean's state."

      So, my simple question is: What is the difference between these two settings? We have tried using read-only in jboss.xml paired with commit-option D, it doesn't seem to work as announced, so perhaps read-only in jboss.xml is the way to go.