Can somebody clarify this?

SUN's JMS tutorial ( Section 6.1.1.3 ) uses a javax.jms.TopicConnection and
a javax.jms.Topic as member variables of a session bean. They are thus part
of the beans conversational state and should be serialized when the bean is
passivated.

But I don't find anything in the EJB spec (version 2.0 or 1.1) that would
allow that. Section 7.4.1 of the version 2.0 specification lists the
allowed values at the time of ejbPassivate(). It doesn't appear to cover
Topic and TopicConnection.

Ralph


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to