Hi i have some questions about SCA assembly specification and Java
annotation.
1) What is the difference betwenn use a Java interface marked with
@Conversational annotation and use the same Java interface marked with
@Scope("Conversation") ?
2) If i have a java interface marked with @Conversational annotation the
implementation class must be annotated with @Scope("conversation")?
3) What is the difference between annotation @Conversational and annotation
@Scope("Conversation")?thanks for your answers.
