- 
        1. Re: Reverse engineering & seamaristide Jul 5, 2006 11:48 AM (in response to ruirosado)Try change where is: @In private transient ResourceBundle resourceBundle; 
 with this:@In(create=true) private transient ResourceBundle resourceBundle; 
 []´s
 Aristides
- 
        2. Re: Reverse engineering & seamruirosado Jul 5, 2006 2:17 PM (in response to ruirosado)Thank you Aristides. That was a good hint. 
 I am one step (=jsf-page) further. When I fill in a form for finding or creating, I get another error. Going to check that now, but if you have any new hints ... Anyway, I will post my findings here.
 Rui
- 
        3. Re: Reverse engineering & seamjason_rency Jul 7, 2006 6:34 AM (in response to ruirosado)hi RuiRosado, 
 I got the exactly the same error..
 did you find any thing useful?
- 
        4. Re: Reverse engineering & seamjason_rency Jul 7, 2006 6:43 AM (in response to ruirosado)in my test app, it seems can't find javax.interceptor package which jboss seam needs. 
 jason
- 
        5. Re: Reverse engineering & seamjason_rency Jul 7, 2006 6:50 AM (in response to ruirosado)I found the javax.interceptor package, which is in jboss-ejb3x.jar. but in this jar there is no method javax.interceptor.InvocationContext.getTarget() method which is revoked by jboss seam interceptor defined. 
 regards
 Jason
- 
        6. Re: Reverse engineering & seamjason_rency Jul 7, 2006 7:20 AM (in response to ruirosado)i found the problem, 
 need use the latest version of jboss ejb3 jars.
 the jar in ejb3.deploy in the server is still the old version.
- 
        7. Re: Reverse engineering & seamaristide Jul 7, 2006 12:58 PM (in response to ruirosado)Hi, you can solve this problems using jboss-ide build 20060602, jboss-seam-1.0.1.GA and install jboss-sa with jems-installer-1.2.0.BETA. 
 Aristides
 
     
    