Hello,
these are still my first steps with MyFaces, Facelets an Seam, but the problems
really overwhelm me.
Here is another one:
| begin method invoked from a long running conversation, try using
@Begin(join=true)
|
I don't understand anything. I'm using a stateful session bean annotated like
this:
| @Stateful
| @Scope(ScopeType.CONVERSATION)
| @Name("leistungsschein")
|
It has a method
| public @Create @Begin void init() {
| kontozeilen_vorbereiten();
| }
|
There is no other method annotated "@Begin". And, as expected, the init()
method is called exactly once.
Which "begin method" is meant by the error message? There is none ...
Regards,
Marcus.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959480#3959480
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959480
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user