[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-09-21 Thread lowecg2004
Hi, In short, I believe the answer is Yes - if your beans are defined as SFSB then methods are only available if exposed via the corresponding @Local or @Remote interfaces. Some of the examples use SFSBs which have the @Stateful annotation while other examples use simple POJOs where no local

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-09-20 Thread hannes_ifs
tom_goring wrote : anonymous wrote : Does the SFSB have destroy() defined on the @Local interface UserComponentManager? | | Nope ! All working as expected now ... Thanks for you help ! Hi all, I am using Seam 1.2.1.GA and JBoss 4.0.5 and ran into the same problem recently. Is it really

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-03-20 Thread tom_goring
Hi, Using seam 1.1.6.GA I get the same issue. According to the JIRA it is set to Cannot Reproduce Bug | 3:16:04,609 WARN [Contexts] Could not destroy component: user | java.lang.IllegalArgumentException: method not found: destroy for component: user (check that it is declared on the

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-03-20 Thread lowecg2004
Is there another bean somewhere with the name user? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029790#4029790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029790 ___

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-03-20 Thread tom_goring
Hi, Thanks for the advise but no it's not the issue. I renamed the component just to check (userXx) stack below. Ideas ? Does anyone have SFSB acting as a manager using @Unwrap to a entity bean ? 17:41:51,187 WARN [Contexts] Could not destroy component: userXx |

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-03-20 Thread lowecg2004
What's the value of UserComponentNames.User? Does the SFSB have destroy() defined on the @Local interface UserComponentManager? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029920#4029920 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-03-20 Thread tom_goring
anonymous wrote : Does the SFSB have destroy() defined on the @Local interface UserComponentManager? Nope ! All working as expected now ... Thanks for you help ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029925#4029925 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-03-20 Thread lowecg2004
Glad to be of service! Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029928#4029928 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029928 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-01-04 Thread [EMAIL PROTECTED]
No, I wouldn't think it should work like this. Can you open a JIRA case, perhaps with some supporting code that illustrates this in case it's not a completely obvious bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998155#3998155 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-01-04 Thread jazir1979
Created JIRA issue: http://jira.jboss.org/jira/browse/JBSEAM-636 I'll upload some sample code to demonstrate it very soon. If I get a chance I may also look at the source and see if I can identify a reasonable fix. thanks, Daniel. View the original post :