[jboss-user] [JBoss Seam] - using Begin and Factory annotations on same method
asookazian
do-not-reply at jboss.com
Tue Nov 13 18:56:03 EST 2007
is it "safe/ok" to do the following with a conversation scoped SFSB?
@Begin
| @Factory("myAuditList")
| public void findAuditList() {
| ...
| }
|
| @End
| public void submit() {
| ...
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104356#4104356
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104356
More information about the jboss-user
mailing list