Hello,
I have a conversation which starts at page A, then I start nested conversation. At the end of the nested conversation I want to return to the parent conversation but other page than A.
Question1: it is possible to return to the parent conversation, but to other page (from which was started nested conversation)?
Question2:
I have troubles with ending conversation.
Annotation <end-conversation/> doesn't end conversation immediately.
Thanks for help
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036696#4036696
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036696
Yes, I would have thought that you would define it in components.xml, but don't know the syntax as you need to specify an EJB (or JNDI) name rather than the class for the component
Just looked at the components xsd and tried the following as a result:
<component name="mySeamComponent" jndi-name="mydomain/TargetEJB/local" scope="stateless"/>
but nothing is injected and consequently get an NPE.
Any ideas?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036686#4036686
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036686
I was wondering the same thing, but I think you can define them as components in components.xml, which would avoid the need for the @Name annotation. Not sure about the exact syntax...
However, for the more general case, it would be nice for example to add Hibernate validator annotations independently to existing EJB3 beans as well. Not sure whether this can be achieved, maybe by subclassing and overriding while adding the annotations?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036679#4036679
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036679